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

12

/freebsd-12-stable/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h17 #define SHORT int16_t macro
/freebsd-12-stable/sys/libkern/x86/
H A Dcrc32_sse42.c75 * Block sizes for three-way parallel crc computation. LONG and SHORT must
79 #define SHORT 64 macro
82 * Tables for updating a crc for LONG, 2 * LONG, SHORT and 2 * SHORT bytes
209 crc32c_zeros(crc32c_short, SHORT);
210 crc32c_zeros(crc32c_2short, 2 * SHORT);
245 #if LONG > SHORT
301 * on amd64. In practice, SHORT = 32 confirms these
325 #endif /* LONG > SHORT */
328 * Do the same thing, but now on SHORT*
[all...]
/freebsd-12-stable/bin/ps/
H A Dps.h38 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
H A Dkeyword.c113 SHORT, "d", 0},
H A Dprint.c770 case SHORT:
/freebsd-12-stable/sys/kern/
H A Dsubr_scanf.c60 #define SHORT 0x04 /* h: short */ macro
190 if (flags & SHORT){
191 flags &= ~SHORT;
194 flags |= SHORT;
266 else if (flags & SHORT)
549 else if (flags & SHORT)
/freebsd-12-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-12-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-12-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;
H A Djv-exp.c65 SHORT = 267, enumerator in enum:yytokentype
97 #define SHORT 267 macro
500 "BOOLEAN_LITERAL", "TYPENAME", "NAME_OR_INT", "ERROR", "LONG", "SHORT",
2520 return SHORT;
H A Dobjc-exp.c76 SHORT = 278, enumerator in enum:yytokentype
119 #define SHORT 278 macro
540 "TEMPLATE", "ERROR", "SIGNED_KEYWORD", "LONG", "SHORT", "INT_KEYWORD",
3263 return SHORT;
H A Dc-exp.c73 SHORT = 275, enumerator in enum:yytokentype
116 #define SHORT 275 macro
542 "SHORT", "INT_KEYWORD", "CONST_KEYWORD", "VOLATILE_KEYWORD",
3308 return SHORT;
/freebsd-12-stable/lib/libc/stdio/
H A Dvfscanf.c74 #define SHORT 0x04 /* h: short */ macro
544 if (flags & SHORT) {
545 flags &= ~SHORT;
548 flags |= SHORT;
629 else if (flags & SHORT)
759 else if (flags & SHORT)
H A Dvfwscanf.c72 #define SHORT 0x04 /* h: short */ macro
528 if (flags & SHORT) {
529 flags &= ~SHORT;
532 flags |= SHORT;
624 else if (flags & SHORT)
739 else if (flags & SHORT)
/freebsd-12-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-12-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-12-stable/contrib/binutils/ld/
H A Dldwrite.c122 case SHORT:
164 case SHORT:
H A Dldctor.c307 case 2: size = SHORT; break;
H A Dldgram.y128 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
598 | SHORT
H A Dldlex.l291 <BOTH,SCRIPT>"SHORT" { RTOKEN( SHORT);}
/freebsd-12-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c201 rec.Top = (SHORT) (y + AdjustY(p));
871 readRegion.Bottom = (SHORT) (bufferSize.Y - 1);
872 readRegion.Right = (SHORT) (bufferSize.X - 1);
893 bufferSize.X = (SHORT) (p->SBI.srWindow.Right
895 bufferSize.Y = (SHORT) (p->SBI.srWindow.Bottom
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp559 #define INIT_BOOL(VAR, LONG, SHORT, DESC) \
560 VAR(LLDB_OPT_SET_1, false, LONG, SHORT, DESC, false, true)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp984 DEFINE_LOCK_FREE_MACRO(SHORT, Short);

Completed in 316 milliseconds

12