| /dragonfly/sys/dev/misc/kbdmux/ |
| HD | kbdmux.c | 584 next_code: in kbdmux_read_char() 619 goto next_code; in kbdmux_read_char() 621 goto next_code; in kbdmux_read_char() 632 goto next_code; in kbdmux_read_char() 679 goto next_code; in kbdmux_read_char() 756 goto next_code; in kbdmux_read_char() 769 goto next_code; in kbdmux_read_char() 774 goto next_code; in kbdmux_read_char() 804 goto next_code; in kbdmux_read_char() 810 goto next_code; in kbdmux_read_char() [all …]
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_read_support_filter_compress.c | 141 static int next_code(struct archive_read_filter *); 265 next_code(self); in compress_bidder_init() 293 ret = next_code(self); in compress_filter_read() 324 next_code(struct archive_read_filter *self) in next_code() function 364 return (next_code(self)); in next_code()
|
| /dragonfly/sys/dev/misc/kbd/ |
| HD | atkbd.c | 697 next_code: in atkbd_read_char() 778 goto next_code; in atkbd_read_char() 852 goto next_code; in atkbd_read_char() 865 goto next_code; in atkbd_read_char() 870 goto next_code; in atkbd_read_char() 917 goto next_code; in atkbd_read_char() 923 goto next_code; in atkbd_read_char() 929 goto next_code; in atkbd_read_char() 934 goto next_code; in atkbd_read_char() 941 goto next_code; in atkbd_read_char() [all …]
|
| /dragonfly/sbin/hammer2/zlib/ |
| HD | hammer2_zlib_trees.c | 585 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local 594 next_code[bits] = code = (code + bl_count[bits-1]) << 1; in gen_codes() 607 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 610 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
| /dragonfly/sys/vfs/hammer2/zlib/ |
| HD | hammer2_zlib_trees.c | 585 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local 594 next_code[bits] = code = (code + bl_count[bits-1]) << 1; in gen_codes() 607 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 610 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
| /dragonfly/contrib/zlib-1.2/ |
| HD | trees.c | 577 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local 587 next_code[bits] = (ush)code; 600 tree[n].Code = (ush)bi_reverse(next_code[len]++, len); 603 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
|
| /dragonfly/usr.sbin/makefs/hammer2/zlib/ |
| HD | hammer2_zlib_trees.c | 585 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local 594 next_code[bits] = code = (code + bl_count[bits-1]) << 1; in gen_codes() 607 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 610 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gensupport.c | 224 const char *next_code = XSTR (exp, 0); in compute_predicate_codes() local 227 if (*next_code == '\0') in compute_predicate_codes() 233 while ((code = scan_comma_elt (&next_code)) != 0) in compute_predicate_codes() 235 size_t n = next_code - code; in compute_predicate_codes()
|
| HD | combine.c | 7610 enum rtx_code next_code; in make_compound_operation() local 7620 next_code = (code == MEM ? MEM in make_compound_operation() 7643 new_rtx = make_compound_operation (XEXP (x, 0), next_code); in make_compound_operation() 7657 lhs = make_compound_operation (lhs, next_code); in make_compound_operation() 7658 rhs = make_compound_operation (rhs, next_code); in make_compound_operation() 7687 lhs = make_compound_operation (lhs, next_code); in make_compound_operation() 7688 rhs = make_compound_operation (rhs, next_code); in make_compound_operation() 7724 new_rtx = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code); in make_compound_operation() 7736 next_code); in make_compound_operation() 7765 new_rtx = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code); in make_compound_operation() [all …]
|
| /dragonfly/sys/bus/u4b/input/ |
| HD | ukbd.c | 1658 next_code: in ukbd_read_char_locked() 1800 goto next_code; in ukbd_read_char_locked() 1819 goto next_code; in ukbd_read_char_locked() 1826 goto next_code; in ukbd_read_char_locked()
|
| /dragonfly/sys/dev/misc/syscons/ |
| HD | syscons.c | 3795 next_code: in scgetc() 3848 goto next_code; in scgetc() 3853 goto next_code; in scgetc() 3860 goto next_code; in scgetc() 3867 goto next_code; in scgetc() 3878 goto next_code; in scgetc() 3889 goto next_code; in scgetc() 4065 goto next_code; in scgetc()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | combine.c | 7983 enum rtx_code next_code = *next_code_ptr; in make_compound_operation_int() local 8014 new_rtx = make_compound_operation (XEXP (x, 0), next_code); in make_compound_operation_int() 8028 lhs = make_compound_operation (lhs, next_code); in make_compound_operation_int() 8029 rhs = make_compound_operation (rhs, next_code); in make_compound_operation_int() 8056 lhs = make_compound_operation (lhs, next_code); in make_compound_operation_int() 8057 rhs = make_compound_operation (rhs, next_code); in make_compound_operation_int() 8091 new_rtx = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code); in make_compound_operation_int() 8105 new_rtx = make_compound_operation (XEXP (inner_x0, 0), next_code); in make_compound_operation_int() 8118 new_rtx = make_compound_operation (XEXP (x, 0), next_code); in make_compound_operation_int() 8147 new_rtx = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code); in make_compound_operation_int() [all …]
|
| HD | gensupport.c | 273 const char *next_code = XSTR (exp, 0); in compute_test_codes() local 276 if (*next_code == '\0') in compute_test_codes() 282 while ((code = scan_comma_elt (&next_code)) != 0) in compute_test_codes() 284 size_t n = next_code - code; in compute_test_codes()
|
| /dragonfly/sys/net/ |
| HD | zlib.c | 2339 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes() local 2348 next_code[bits] = code = (code + bl_count[bits-1]) << 1; in gen_codes() 2361 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 2364 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|