Searched refs:next_code (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_compress.c141 static int next_code(struct archive_read_filter *);
252 next_code(self);
280 ret = next_code(self);
321 next_code(struct archive_read_filter *self) function
361 return (next_code(self));
/freebsd-9.3-release/sys/dev/kbdmux/
H A Dkbdmux.c641 next_code:
679 goto next_code;
716 goto next_code;
793 goto next_code;
806 goto next_code;
811 goto next_code;
845 goto next_code;
853 goto next_code;
861 goto next_code;
868 goto next_code;
[all...]
/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbd.c595 next_code:
646 goto next_code;
720 goto next_code;
733 goto next_code;
738 goto next_code;
784 goto next_code;
790 goto next_code;
796 goto next_code;
801 goto next_code;
808 goto next_code;
[all...]
/freebsd-9.3-release/sys/dev/vkbd/
H A Dvkbd.c816 next_code:
868 goto next_code;
942 goto next_code;
955 goto next_code;
960 goto next_code;
1010 goto next_code;
1018 goto next_code;
1026 goto next_code;
1033 goto next_code;
1040 goto next_code;
[all...]
/freebsd-9.3-release/sys/pc98/cbus/
H A Dpckbd.c578 next_code:
639 goto next_code;
645 goto next_code;
651 goto next_code;
656 goto next_code;
663 goto next_code;
682 goto next_code;
/freebsd-9.3-release/sys/dev/uart/
H A Duart_kbd_sun.c443 next_code:
582 goto next_code;
590 goto next_code;
598 goto next_code;
603 goto next_code;
615 goto next_code;
/freebsd-9.3-release/lib/libz/
H A Dtrees.c580 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
589 next_code[bits] = code = (code + bl_count[bits-1]) << 1;
602 tree[n].Code = bi_reverse(next_code[len]++, len);
605 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c582 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
591 next_code[bits] = code = (code + bl_count[bits-1]) << 1;
604 tree[n].Code = bi_reverse(next_code[len]++, len);
607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/freebsd-9.3-release/sys/dev/usb/input/
H A Dukbd.c1559 next_code:
1701 goto next_code;
1720 goto next_code;
1727 goto next_code;
/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.c3373 next_code:
3418 goto next_code;
3423 goto next_code;
3430 goto next_code;
3437 goto next_code;
3447 goto next_code;
3457 goto next_code;
3468 /* goto next_code */
3618 /* goto next_code */
3630 goto next_code;
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenrecog.c285 const char *next_code = XSTR (exp, 0);
288 if (*next_code == '\0')
295 while ((code = scan_comma_elt (&next_code)) != 0)
297 size_t n = next_code - code;
284 const char *next_code = XSTR (exp, 0); local
H A Dcombine.c6448 enum rtx_code next_code;
6458 next_code = (code == MEM || code == PLUS || code == MINUS ? MEM
6475 new = make_compound_operation (XEXP (x, 0), next_code);
6493 new = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code);
6505 next_code);
6534 new = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code);
6559 (XEXP (XEXP (x, 0), 0), next_code),
6570 next_code),
6579 next_code),
6594 next_code),
6423 enum rtx_code next_code; local
[all...]
/freebsd-9.3-release/sys/net/
H A Dzlib.c2340 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
2349 next_code[bits] = code = (code + bl_count[bits-1]) << 1;
2362 tree[n].Code = bi_reverse(next_code[len]++, len);
2365 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-i386.c6995 int next_code;
6998 next_code = cur_token.code;
7000 if (next_code == T_CONST)
6982 int next_code; local

Completed in 669 milliseconds