Searched refs:cst (Results 1 – 9 of 9) sorted by relevance
403 cst->rep3 = cst->rep2; in process_bit1()404 cst->rep2 = cst->rep1; in process_bit1()405 cst->rep1 = cst->rep0; in process_bit1()406 cst->state = cst->state < LZMA_NUM_LIT_STATES ? 0 : 3; in process_bit1()420 cst->state = cst->state < LZMA_NUM_LIT_STATES ? in process_bit1()443 cst->rep3 = cst->rep2; in process_bit1()445 cst->rep2 = cst->rep1; in process_bit1()447 cst->rep1 = cst->rep0; in process_bit1()450 cst->state = cst->state < LZMA_NUM_LIT_STATES ? 8 : 11; in process_bit1()508 cst->rep0 = (cst->rep0 << 1) | in process_bit1()[all …]
142 struct cs_timing *cst; in weim_timing_setup() local181 cst = &ts->cs[cs_idx]; in weim_timing_setup()182 if (cst->is_applied && memcmp(value, cst->regs, in weim_timing_setup()192 if (!cst->is_applied) { in weim_timing_setup()193 cst->is_applied = true; in weim_timing_setup()194 memcpy(cst->regs, value, in weim_timing_setup()
733 union acpi_object *cst; in acpi_processor_evaluate_cst() local745 cst = buffer.pointer; in acpi_processor_evaluate_cst()748 if (!cst || cst->type != ACPI_TYPE_PACKAGE || cst->package.count < 2) { in acpi_processor_evaluate_cst()754 count = cst->package.elements[0].integer.value; in acpi_processor_evaluate_cst()757 if (count < 1 || count != cst->package.count - 1) { in acpi_processor_evaluate_cst()782 element = &cst->package.elements[i]; in acpi_processor_evaluate_cst()
129 unsigned long cst[3]; member
229 tree cst = size_int(i); in handle_latent_entropy_attribute() local232 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute()
107 u32 cst; member
179 __be32 cst; member
62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
508 sc->debug.stats.istats.cst++; in ath_debug_stat_interrupt()555 PR_IS("CST", cst); in read_file_interrupt()
Completed in 23 milliseconds