Searched refs:SHORT (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h17 #define SHORT int16_t macro
/freebsd-11-stable/sys/libkern/x86/
H A Dcrc32_sse42.c73 * Block sizes for three-way parallel crc computation. LONG and SHORT must
77 #define SHORT 64 macro
80 * Tables for updating a crc for LONG, 2 * LONG, SHORT and 2 * SHORT bytes
207 crc32c_zeros(crc32c_short, SHORT);
208 crc32c_zeros(crc32c_2short, 2 * SHORT);
243 #if LONG > SHORT
299 * on amd64. In practice, SHORT = 32 confirms these
323 #endif /* LONG > SHORT */
326 * Do the same thing, but now on SHORT*
[all...]
/freebsd-11-stable/usr.bin/xlint/common/
H A Dinittyp.c71 { SHORT, { SHORT_SIZE, 2 * CHAR_BIT,
72 SHORT, USHORT,
75 SHORT, USHORT,
H A Dlint.h60 SHORT, /* (signed) short */ enumerator in enum:__anon13851
/freebsd-11-stable/bin/ps/
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-11-stable/sys/kern/
H A Dsubr_scanf.c58 #define SHORT 0x04 /* h: short */ macro
188 if (flags & SHORT){
189 flags &= ~SHORT;
192 flags |= SHORT;
264 else if (flags & SHORT)
547 else if (flags & SHORT)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint.h52 SHORT, /* (signed) short */ enumerator in enum:__anon13854
H A Dparam.h111 #define WCHAR SHORT
H A Ddecl.c107 typetab[SHORT].t_tspec = SHORT;
319 } else if (t == SHORT || t == LONG || t == QUAD) {
354 if (t2 == CHAR || t2 == SHORT || t2 == INT || t2 == LONG ||
364 case SHORT:
368 td = duptyp(gettyp(t2 == INT ? SHORT : USHORT));
629 l = dcs->d_lmod; /* SHORT, LONG, QUAD */
743 } else if (t == SHORT) {
744 t = s == SIGNED ? SHORT : USHORT;
991 t == SHORT ||
[all...]
H A Demit1.c101 case SHORT: t = 'S'; s = '\0'; break;
H A Dscan.l228 { "short", T_TYPE, 0, SHORT, 0, 0, 0, 0 },
584 case SHORT:
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c166 # define SHORT 10 macro
201 ne = regerror(REG_BADPAT, NULL, erbuf, (size_t)SHORT);
202 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' ||
205 erbuf, SHORT-1, badpat);
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c139 # define SHORT 10 macro
174 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
175 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' ||
178 erbuf, SHORT-1, badpat);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-exp.y197 %token SIGNED_KEYWORD LONG SHORT INT_KEYWORD CONST_KEYWORD VOLATILE_KEYWORD DOUBLE_KEYWORD
812 | SHORT
848 | SHORT INT_KEYWORD
850 | SHORT SIGNED_KEYWORD INT_KEYWORD
852 | SHORT SIGNED_KEYWORD
854 | UNSIGNED SHORT INT_KEYWORD
856 | SHORT UNSIGNED
858 | SHORT UNSIGNED INT_KEYWORD
981 | SHORT
1675 return SHORT;
[all...]
H A Dobjc-exp.y201 %token SIGNED_KEYWORD LONG SHORT INT_KEYWORD CONST_KEYWORD VOLATILE_KEYWORD DOUBLE_KEYWORD
881 | SHORT
895 | SHORT INT_KEYWORD
897 | UNSIGNED SHORT INT_KEYWORD
947 | SHORT
1618 return SHORT;
H A Djv-exp.y177 %token LONG SHORT BYTE INT CHAR BOOLEAN DOUBLE FLOAT
279 | SHORT
1146 return SHORT;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c70 #define SHORT 0x04 /* h: short */ macro
526 if (flags & SHORT) {
527 flags &= ~SHORT;
530 flags |= SHORT;
622 else if (flags & SHORT)
737 else if (flags & SHORT)
H A Dvfscanf.c72 #define SHORT 0x04 /* h: short */ macro
542 if (flags & SHORT) {
543 flags &= ~SHORT;
546 flags |= SHORT;
627 else if (flags & SHORT)
757 else if (flags & SHORT)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfscanf.c35 #define SHORT 0x04 /* h: short */ macro
208 flags |= SHORT;
309 if (flags & SHORT)
639 else if (flags & SHORT)
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c505 } else if (t1 == SHORT) {
684 sz = SHORT;
731 * SHORT is always promoted to INT, USHORT
747 } else if (sz == SHORT) {
797 } else if (sz == SHORT) {
798 if (t2 != SHORT && t2 != USHORT)
855 sz = SHORT;
886 if (sz != SHORT && sz != LONG && sz != QUAD)
903 if (sz == SHORT) {
1192 } else if (t == SHORT) {
[all...]
H A Demit2.c67 case SHORT: t = 'S'; s = '\0'; break;
H A Dread.c586 tp->t_tspec = s == 'u' ? USHORT : SHORT;
694 case SHORT:
761 t = SHORT;
888 case SHORT:
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm567 jmp SHORT $L22237
574 jle SHORT $L22239
585 jmp SHORT $L22238
1053 jz SHORT $__kmp_success
1058 jmp SHORT $__kmp_loop
1240 jge SHORT $_kmp_invoke_stack_align
1258 jecxz SHORT $_kmp_invoke_pass_parms ; nothing to push if argc=0
1260 je SHORT $_kmp_invoke_one_parm
1262 je SHORT $_kmp_invoke_two_parms
1269 jecxz SHORT
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c122 case SHORT:
164 case SHORT:
H A Dldctor.c307 case 2: size = SHORT; break;

Completed in 240 milliseconds

12