Searched refs:lcode (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | inffast.c | 66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() 93 lcode = state->lencode; in inflate_fast() 107 here = lcode + (hold & lmask); in inflate_fast() 274 here = lcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast() 69 code const FAR *lcode; /* local strm->lencode */ inflate_fast() local
|
| /openbsd-src/sys/lib/libz/ |
| H A D | inffast.c | 66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local 93 lcode = state->lencode; in inflate_fast() 107 here = lcode + (hold & lmask); in inflate_fast() 282 here = lcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
|
| /openbsd-src/lib/libz/ |
| H A D | inffast.c | 66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() local 93 lcode = state->lencode; in inflate_fast() 107 here = lcode + (hold & lmask); in inflate_fast() 282 here = lcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 3526 enum tree_code lcode, rcode; local 3550 lcode = TREE_CODE (lhs); 3553 if (lcode == BIT_AND_EXPR && integer_onep (TREE_OPERAND (lhs, 1))) 3554 lcode = NE_EXPR, lhs = build (NE_EXPR, truth_type, lhs, integer_zero_node); 3559 if (TREE_CODE_CLASS (lcode) != '<' || TREE_CODE_CLASS (rcode) != '<') 3582 lcompcode = comparison_to_compcode (lcode); 3594 lcompcode = comparison_to_compcode (lcode); 3625 && lcode == NE_EXPR && integer_zerop (lr_arg) 3635 && lcode == EQ_EXPR && integer_zerop (lr_arg) 3649 if ((lcode != EQ_EXPR && lcode != NE_EXPR) [all …]
|
| /openbsd-src/sys/dev/acpi/ |
| H A D | dsdt.c | 1395 uint8_t lcode; in aml_parselength() 1397 lcode = *(scope->pos++); in aml_parselength() 1398 if (lcode <= 0x3F) in aml_parselength() 1399 return lcode; in aml_parselength() 1401 /* lcode >= 0x40, multibyte length, get first byte of extended length */ in aml_parselength() 1402 len = lcode & 0xF; 1404 if (lcode >= 0x80) 1406 if (lcode >= 0xC0) in aml_parseend() 1387 uint8_t lcode; aml_parselength() local
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fold-const.c | 2510 combine_comparisons (enum tree_code code, enum tree_code lcode, in combine_comparisons() argument 2515 enum comparison_code lcompcode = comparison_to_compcode (lcode); in combine_comparisons() 5030 enum tree_code lcode, rcode; in fold_truthop() local 5056 lcode = TREE_CODE (lhs); in fold_truthop() 5059 if (lcode == BIT_AND_EXPR && integer_onep (TREE_OPERAND (lhs, 1))) in fold_truthop() 5063 lcode = NE_EXPR; in fold_truthop() 5073 if (TREE_CODE_CLASS (lcode) != tcc_comparison in fold_truthop() 5090 result = combine_comparisons (code, lcode, rcode, in fold_truthop() 5098 result = combine_comparisons (code, lcode, in fold_truthop() 5122 && lcode == NE_EXPR && integer_zerop (lr_arg) in fold_truthop() [all …]
|