cst               100 arch/s390/include/asm/timex.h 	unsigned long cst[3];
cst               307 drivers/acpi/processor_idle.c 	union acpi_object *cst;
cst               320 drivers/acpi/processor_idle.c 	cst = buffer.pointer;
cst               323 drivers/acpi/processor_idle.c 	if (!cst || (cst->type != ACPI_TYPE_PACKAGE) || cst->package.count < 2) {
cst               329 drivers/acpi/processor_idle.c 	count = cst->package.elements[0].integer.value;
cst               332 drivers/acpi/processor_idle.c 	if (count < 1 || count != cst->package.count - 1) {
cst               349 drivers/acpi/processor_idle.c 		element = &(cst->package.elements[i]);
cst               137 drivers/bus/imx-weim.c 	struct cs_timing *cst;
cst               169 drivers/bus/imx-weim.c 		cst = &ts->cs[cs_idx];
cst               170 drivers/bus/imx-weim.c 		if (cst->is_applied && memcmp(value, cst->regs,
cst               180 drivers/bus/imx-weim.c 		if (!cst->is_applied) {
cst               181 drivers/bus/imx-weim.c 			cst->is_applied = true;
cst               182 drivers/bus/imx-weim.c 			memcpy(cst->regs, value,
cst               508 drivers/net/wireless/ath/ath9k/debug.c 		sc->debug.stats.istats.cst++;
cst               555 drivers/net/wireless/ath/ath9k/debug.c 	PR_IS("CST", cst);
cst               106 drivers/net/wireless/ath/ath9k/debug.h 	u32 cst;
cst               179 drivers/net/wireless/ath/ath9k/htc.h 	__be32 cst;
cst                62 drivers/net/wireless/ath/ath9k/htc_drv_debug.c 			 be32_to_cpu(cmd_rsp.cst));
cst               348 lib/decompress_unlzma.c 				     struct cstate *cst, uint16_t *p,
cst               359 lib/decompress_unlzma.c 	if (cst->state >= LZMA_NUM_LIT_STATES) {
cst               360 lib/decompress_unlzma.c 		int match_byte = peek_old_byte(wr, cst->rep0);
cst               381 lib/decompress_unlzma.c 	if (cst->state < 4)
cst               382 lib/decompress_unlzma.c 		cst->state = 0;
cst               383 lib/decompress_unlzma.c 	else if (cst->state < 10)
cst               384 lib/decompress_unlzma.c 		cst->state -= 3;
cst               386 lib/decompress_unlzma.c 		cst->state -= 6;
cst               392 lib/decompress_unlzma.c 					    struct cstate *cst, uint16_t *p,
cst               400 lib/decompress_unlzma.c 	prob = p + LZMA_IS_REP + cst->state;
cst               403 lib/decompress_unlzma.c 		cst->rep3 = cst->rep2;
cst               404 lib/decompress_unlzma.c 		cst->rep2 = cst->rep1;
cst               405 lib/decompress_unlzma.c 		cst->rep1 = cst->rep0;
cst               406 lib/decompress_unlzma.c 		cst->state = cst->state < LZMA_NUM_LIT_STATES ? 0 : 3;
cst               410 lib/decompress_unlzma.c 		prob = p + LZMA_IS_REP_G0 + cst->state;
cst               414 lib/decompress_unlzma.c 				+ (cst->state <<
cst               420 lib/decompress_unlzma.c 				cst->state = cst->state < LZMA_NUM_LIT_STATES ?
cst               422 lib/decompress_unlzma.c 				return copy_byte(wr, cst->rep0);
cst               430 lib/decompress_unlzma.c 			prob = p + LZMA_IS_REP_G1 + cst->state;
cst               433 lib/decompress_unlzma.c 				distance = cst->rep1;
cst               436 lib/decompress_unlzma.c 				prob = p + LZMA_IS_REP_G2 + cst->state;
cst               439 lib/decompress_unlzma.c 					distance = cst->rep2;
cst               442 lib/decompress_unlzma.c 					distance = cst->rep3;
cst               443 lib/decompress_unlzma.c 					cst->rep3 = cst->rep2;
cst               445 lib/decompress_unlzma.c 				cst->rep2 = cst->rep1;
cst               447 lib/decompress_unlzma.c 			cst->rep1 = cst->rep0;
cst               448 lib/decompress_unlzma.c 			cst->rep0 = distance;
cst               450 lib/decompress_unlzma.c 		cst->state = cst->state < LZMA_NUM_LIT_STATES ? 8 : 11;
cst               484 lib/decompress_unlzma.c 	if (cst->state < 4) {
cst               487 lib/decompress_unlzma.c 		cst->state += LZMA_NUM_LIT_STATES;
cst               500 lib/decompress_unlzma.c 			cst->rep0 = 2 | (pos_slot & 1);
cst               502 lib/decompress_unlzma.c 				cst->rep0 <<= num_bits;
cst               504 lib/decompress_unlzma.c 					cst->rep0 - pos_slot - 1;
cst               508 lib/decompress_unlzma.c 					cst->rep0 = (cst->rep0 << 1) |
cst               511 lib/decompress_unlzma.c 				cst->rep0 <<= LZMA_NUM_ALIGN_BITS;
cst               518 lib/decompress_unlzma.c 					cst->rep0 |= i;
cst               522 lib/decompress_unlzma.c 			cst->rep0 = pos_slot;
cst               523 lib/decompress_unlzma.c 		if (++(cst->rep0) == 0)
cst               525 lib/decompress_unlzma.c 		if (cst->rep0 > wr->header->dict_size
cst               526 lib/decompress_unlzma.c 				|| cst->rep0 > get_pos(wr))
cst               532 lib/decompress_unlzma.c 	return copy_bytes(wr, cst->rep0, len);
cst               554 lib/decompress_unlzma.c 	struct cstate cst;
cst               569 lib/decompress_unlzma.c 	cst.state = 0;
cst               570 lib/decompress_unlzma.c 	cst.rep0 = cst.rep1 = cst.rep2 = cst.rep3 = 1;
cst               634 lib/decompress_unlzma.c 			(cst.state << LZMA_NUM_POS_BITS_MAX) + pos_state;
cst               636 lib/decompress_unlzma.c 			if (process_bit0(&wr, &rc, &cst, p, pos_state, prob,
cst               642 lib/decompress_unlzma.c 			if (process_bit1(&wr, &rc, &cst, p, pos_state, prob)) {
cst               646 lib/decompress_unlzma.c 			if (cst.rep0 == 0)
cst               235 scripts/gcc-plugins/latent_entropy_plugin.c 				tree cst = size_int(i);
cst               238 scripts/gcc-plugins/latent_entropy_plugin.c 				CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst);