Searched refs:lc (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | config.ml | 30 let trim_start lc s = 32 while !i < len && (List.mem s.[!i] lc) 38 let trim_end lc s = 40 while !i > 0 && (List.mem s.[!i] lc) 57 let lc = [ ' '; '\t' ] in 58 let trim_spaces s = trim_end lc (trim_start lc s) in 61 | k :: v :: [] -> Some (trim_end lc k, trim_start lc v)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlzma.c | 345 int lc, uint32_t literal_pos_mask) { in process_bit0() argument 350 * (((get_pos(wr) & literal_pos_mask) << lc) in process_bit0() 351 + (wr->previous_byte >> (8 - lc)))) in process_bit0() 541 int lc, pb, lp; in unlzma() local 587 lc = header.pos; in unlzma() 588 while (lc >= 9) { in unlzma() 590 lc -= 9; in unlzma() 616 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp)); in unlzma() 620 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp)); in unlzma() 632 lc, literal_pos_mask)) { in unlzma()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | cmdline.c | 186 size_t lc, lo; in find_opt() local 200 lc = strcspn(cmdline, delim_chars); in find_opt() 202 if ( !strncmp(cmdline, opt, arg ? lo : max(lc, lo)) ) in find_opt() 205 cmdline += lc; in find_opt()
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_lzma2.c | 154 uint32_t lc; member 575 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs() 576 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() 818 s->lzma.lc = props; in lzma_props() 820 if (s->lzma.lc + s->lzma.literal_pos_mask > 4) in lzma_props()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | policydb.c | 1051 struct constraint_node *c, *lc; in read_cons_helper() local 1057 lc = NULL; in read_cons_helper() 1064 if ( lc ) in read_cons_helper() 1066 lc->next = c; in read_cons_helper() 1148 lc = c; in read_cons_helper()
|
Completed in 11 milliseconds