HomeSort by: relevance | last modified time | path
    Searched refs:LONG (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/usr.bin/xlint/arch/aarch64/
targparam.h 39 * Should be set to LONG if the difference of two pointers is of type long
40 * or the value of sizeof is of type unsigned long. Note this MUST be
43 #define PTRDIFF_TSPEC LONG
45 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/alpha/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/arm/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/hppa/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/ia64/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/mips64/
targparam.h 42 * Should be set to LONG if the difference of two pointers is of type long
43 * or the value of sizeof is of type unsigned long. Note this MUST be
46 #define PTRDIFF_TSPEC LONG
48 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/mipsn64/
targparam.h 42 * Should be set to LONG if the difference of two pointers is of type long
43 * or the value of sizeof is of type unsigned long. Note this MUST be
46 #define PTRDIFF_TSPEC LONG
48 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/powerpc64/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/riscv64/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/sparc/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/sparc64/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/vax/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.bin/xlint/arch/x86_64/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
45 #define PTRDIFF_TSPEC LONG
47 #define INTPTR_TSPEC LONG
  /src/usr.sbin/gspa/gspa/
gsp_code.h 38 #define LONG 4
gsp_pseu.c 85 case LONG:
96 if( code == LONG ){
105 pc += code == LONG? 0x20: 0x10;
  /src/usr.bin/xlint/arch/mips/
targparam.h 41 * Should be set to LONG if the difference of two pointers is of type long
42 * or the value of sizeof is of type unsigned long. Note this MUST be
46 #define PTRDIFF_TSPEC LONG
48 #define INTPTR_TSPEC LONG
  /src/sys/arch/i386/i386/
db_disasm.c 52 #define LONG 2
87 #define Il 24 /* long immediate */
90 #define Dl 27 /* long displacement from EIP */
98 #define El 35 /* address, long size */
99 #define Ril 36 /* long register in instruction */
185 /*02*/ { "lar", true, LONG, op2(E,R), 0 },
186 /*03*/ { "lsl", true, LONG, op2(E,R), 0 },
203 /*20*/ { "mov", true, LONG, op2(CR,El), 0 },
204 /*21*/ { "mov", true, LONG, op2(DR,El), 0 },
205 /*22*/ { "mov", true, LONG, op2(El,CR), 0 }
    [all...]
  /src/sys/arch/amd64/amd64/
db_disasm.c 62 #define LONG 2
105 #define Il 24 /* long immediate */
108 #define Dl 27 /* long displacement from EIP */
191 { "rdrand",true, LONG, op1(Rv), 0 },
192 { "rdseed",true, LONG, op1(Rv), 0 }
198 /*02*/ { "lar", true, LONG, op2(E,R), 0 },
199 /*03*/ { "lsl", true, LONG, op2(E,R), 0 },
236 /*20*/ { "mov", true, LONG, op2(CR,E), 0 }, /* use E for reg */
237 /*21*/ { "mov", true, LONG, op2(DR,E), 0 }, /* since mod == 11 */
238 /*22*/ { "mov", true, LONG, op2(E,CR), 0 }
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPort.h 39 (InterlockedCompareExchange((LONG volatile *)Ptr, (LONG)NewV, (LONG)OldV) == \
40 (LONG)OldV)
  /src/sys/lib/libsa/
subr_prf.c 48 #define INTMAX_T long
70 #define LONG 0x01
115 : (lflag & LONG) \
123 ul = (lflag & LONG) \
224 lflag |= LONG;
228 if (sizeof(intmax_t) == sizeof(long long))
232 if (sizeof(intmax_t) == sizeof(long))
233 lflag |= LONG;
236 if (sizeof(PTRDIFF_T) == sizeof(long))
    [all...]
  /src/usr.bin/xlint/common/
inittyp.c 49 #define INT_RANK (INTPTR_TSPEC == LONG ? 4 : 5)
94 typeinfo("long", LONG, ULONG, LONG_SIZE, 5, 's'),
95 typeinfo("unsigned long", LONG, ULONG, LONG_SIZE, 5, 'u'),
96 typeinfo("long long", LLONG, ULLONG, LLONG_SIZE, 6, 's'),
97 typeinfo("unsigned long long", LLONG, ULLONG, LLONG_SIZE, 6, 'u'),
104 typeinfo("long double", LDOUBLE, LDOUBLE, LDOUBLE_SIZE, 3, 'f')
    [all...]
  /src/lib/libc/stdio/
vfwscanf.c 73 #define LONG 0x01 /* l: long or double */
74 #define LONGDBL 0x02 /* L: long double */
225 if (flags & LONG) {
226 flags &= ~LONG;
229 flags |= LONG;
297 flags |= LONG;
321 flags |= LONG;
343 else if (flags & LONG)
344 *va_arg(ap, long *) = nread
    [all...]
vfscanf.c 78 #define LONG 0x0001 /* l: long or double */
79 #define LONGDBL 0x0002 /* L: long double */
84 #define LONGLONG 0x0400 /* ll: long long (+ deprecated q: quad) */
230 if (flags & LONG) {
231 flags &= ~LONG;
234 flags |= LONG;
302 flags |= LONG;
315 flags |= LONG;
    [all...]
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswintbl.c 172 LONG WinStatus);
210 LONG WinStatus)
428 LONG WinStatus;
634 LONG Result;
671 if (Result > (LONG) DataSize)
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 73 static volatile LONG _sodium_lock_initialized;
78 LONG status = 0L;

Completed in 23 milliseconds

1 2