Searched refs:dcode (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 | 67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() 94 dcode = state->distcode; in inflate_fast() 138 here = dcode + (hold & dmask); in inflate_fast() 264 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast() 70 code const FAR *dcode; /* local strm->distcode */ inflate_fast() local
|
| /openbsd-src/sys/lib/libz/ |
| H A D | inffast.c | 67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local 94 dcode = state->distcode; in inflate_fast() 138 here = dcode + (hold & dmask); in inflate_fast() 268 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
|
| /openbsd-src/lib/libz/ |
| H A D | inffast.c | 67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local 94 dcode = state->distcode; in inflate_fast() 138 here = dcode + (hold & dmask); in inflate_fast() 268 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.c | 6785 enum built_in_function mcode, dcode; in build_common_builtin_nodes() local 6800 dcode = BUILT_IN_COMPLEX_DIV_MIN + mode - MIN_MODE_COMPLEX_FLOAT; in build_common_builtin_nodes() 6810 built_in_names[dcode] = concat ("__div", mode_name_buf, "3", NULL); in build_common_builtin_nodes() 6811 local_define_builtin (built_in_names[dcode], ftype, dcode, in build_common_builtin_nodes() 6812 built_in_names[dcode], ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 1962 enum tree_code dcode = array_p ? VEC_DELETE_EXPR : DELETE_EXPR; in build_new_1() 1968 cleanup = build_op_delete_call (dcode, alloc_node, size, in build_new_1()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | init.c | 2427 enum tree_code dcode = has_array ? VEC_DELETE_EXPR : DELETE_EXPR; 2446 cleanup = build_op_delete_call (dcode, delete_node, size, flags,
|