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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c142 static int next_code(struct archive_read_filter *);
259 next_code(self);
287 ret = next_code(self);
328 next_code(struct archive_read_filter *self) function
368 return (next_code(self));
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/vkbd/
H A Dvkbd.c812 next_code:
864 goto next_code;
938 goto next_code;
951 goto next_code;
956 goto next_code;
1006 goto next_code;
1014 goto next_code;
1022 goto next_code;
1029 goto next_code;
1036 goto next_code;
[all...]
/freebsd-10.0-release/sys/pc98/cbus/
H A Dpckbd.c580 next_code:
641 goto next_code;
647 goto next_code;
653 goto next_code;
658 goto next_code;
665 goto next_code;
684 goto next_code;
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/sys/dev/usb/input/
H A Dukbd.c1565 next_code:
1707 goto next_code;
1726 goto next_code;
1733 goto next_code;
/freebsd-10.0-release/sys/dev/syscons/
H A Dsyscons.c3379 next_code:
3424 goto next_code;
3429 goto next_code;
3436 goto next_code;
3443 goto next_code;
3453 goto next_code;
3463 goto next_code;
3474 /* goto next_code */
3624 /* goto next_code */
3636 goto next_code;
[all...]
/freebsd-10.0-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.c6443 enum rtx_code next_code;
6453 next_code = (code == MEM || code == PLUS || code == MINUS ? MEM
6470 new = make_compound_operation (XEXP (x, 0), next_code);
6488 new = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code);
6500 next_code);
6529 new = make_compound_operation (XEXP (XEXP (x, 0), 0), next_code);
6554 (XEXP (XEXP (x, 0), 0), next_code),
6565 next_code),
6574 next_code),
6589 next_code),
6418 enum rtx_code next_code; local
[all...]
/freebsd-10.0-release/sys/net/
H A Dzlib.c2347 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ local
2356 next_code[bits] = code = (code + bl_count[bits-1]) << 1;
2369 tree[n].Code = bi_reverse(next_code[len]++, len);
2372 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/freebsd-10.0-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 288 milliseconds