Searched refs:UL (Results 1 - 25 of 476) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-11-04-OutOfMemory.c7 case ((long)(~0UL>>1)): break;
/external/valgrind/main/none/tests/s390x/
H A Ddfptest.c62 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +0.0DF, 1UL<<i));
63 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -0.0DF, 1UL<<i));
64 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +2.2DF, 1UL<<i));
65 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -2.2DF, 1UL<<i));
66 printf("%d", TEST_128(".insn rxe, 0xed0000000058",+DEC_INFINITY,1UL<<i));
67 printf("%d", TEST_128(".insn rxe, 0xed0000000058",-DEC_INFINITY,1UL<<i));
68 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +DEC_NAN, 1UL<<i));
69 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -DEC_NAN, 1UL<<i));
72 printf("%d", TEST_128(".insn rxe, 0xed0000000059", +0.0DF, 1UL<<i));
73 printf("%d", TEST_128(".insn rxe, 0xed0000000059", -0.0DF, 1UL<<
[all...]
H A Dtcxb.c51 printf("%d", tcxb(+0.0l, 1UL<<i));
52 printf("%d", tcxb(-0.0l, 1UL<<i));
53 printf("%d", tcxb(+2.2l, 1UL<<i));
54 printf("%d", tcxb(-2.2l, 1UL<<i));
55 printf("%d", tcxb(+INFINITY, 1UL<<i));
56 printf("%d", tcxb(-INFINITY, 1UL<<i));
57 printf("%d", tcxb(+NAN, 1UL<<i));
58 printf("%d", tcxb(-NAN, 1UL<<i));
61 printf("%d", tcdb(+0.0l, 1UL<<i));
62 printf("%d", tcdb(-0.0l, 1UL<<
[all...]
/external/oprofile/libop/
H A Dop_hw_config.h28 #define OP_MAX_PERF_COUNT 2147483647UL
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dvsyscall.h10 #define VSYSCALL_START (-10UL << 20)
12 #define VSYSCALL_END (-2UL << 20)
/external/freetype/src/autofit/
H A Dafranges.c28 AF_UNIRANGE_REC( 0UL, 0UL )
35 AF_UNIRANGE_REC( 0UL, 0UL )
42 AF_UNIRANGE_REC( 0UL, 0UL )
49 AF_UNIRANGE_REC( 0UL, 0UL )
77 AF_UNIRANGE_REC( 0UL, 0UL )
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dloopnel.c7 long rax = 5UL;
/external/bison/lib/
H A Dfloat.c25 { { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL } };
/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer_unittest.cc16 EXPECT_EQ(0UL, start);
24 EXPECT_EQ(0UL, start);
32 EXPECT_EQ(10UL, start);
40 EXPECT_EQ(10UL, start);
48 EXPECT_EQ(14UL, start);
56 EXPECT_EQ(4UL, start);
64 EXPECT_EQ(23UL, start);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprinrval.h68 #define PR_INTERVAL_MIN 1000UL
69 #define PR_INTERVAL_MAX 100000UL
79 #define PR_INTERVAL_NO_WAIT 0UL
H A Dprtime.h56 #define PR_MSEC_PER_SEC 1000UL
57 #define PR_USEC_PER_SEC 1000000UL
58 #define PR_NSEC_PER_SEC 1000000000UL
59 #define PR_USEC_PER_MSEC 1000UL
60 #define PR_NSEC_PER_MSEC 1000000UL
/external/ppp/pppd/
H A Dmd5.c97 #define UL(x) x##U macro
99 #define UL(x) x macro
214 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
215 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
216 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
217 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
218 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
219 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
220 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
221 FF ( b, c, d, a, in[ 7], S14, UL(424926131
[all...]
/external/chromium_org/base/third_party/nspr/
H A Dprtime.h80 #define PR_MSEC_PER_SEC 1000UL
81 #define PR_USEC_PER_SEC 1000000UL
82 #define PR_NSEC_PER_SEC 1000000000UL
83 #define PR_USEC_PER_MSEC 1000UL
84 #define PR_NSEC_PER_MSEC 1000000UL
/external/valgrind/main/coregrind/
H A Dm_hashtable.c56 769UL, 1543UL, 3079UL, 6151UL,
57 12289UL, 24593UL, 49157UL, 98317UL,
58 196613UL, 393241UL, 78643
[all...]
/external/eigen/test/
H A Dunalignedcount.cpp20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\
23 if(!(nb_load==AL && nb_loadu==UL && nb_store==AS && nb_storeu==US)) \
25 VERIFY( (#XPR) && nb_load==AL && nb_loadu==UL && nb_store==AS && nb_storeu==US ); \
/external/fio/lib/
H A Drand.h14 state->s1 = TAUSWORTHE(state->s1, 13, 19, 4294967294UL, 12);
15 state->s2 = TAUSWORTHE(state->s2, 2, 25, 4294967288UL, 4);
16 state->s3 = TAUSWORTHE(state->s3, 3, 11, 4294967280UL, 17);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dbitmap.h14 (1UL<<((nbits) % BITS_PER_LONG))-1 : ~0UL \
23 *dst = 0UL;
H A Dbitops.h36 addr[nr / BITS_PER_LONG] |= 1UL << (nr % BITS_PER_LONG);
41 addr[nr / BITS_PER_LONG] &= ~(1UL << (nr % BITS_PER_LONG));
46 return ((1UL << (nr % BITS_PER_LONG)) &
113 tmp = (*p) & (~0UL >> (BITS_PER_LONG - size));
114 if (tmp == 0UL) /* Are any bits set? */
136 tmp &= (~0UL << offset);
155 tmp &= (~0UL >> (BITS_PER_LONG - size));
156 if (tmp == 0UL) /* Are any bits set? */
/external/clang/test/Sema/
H A Dformat-strings-enum.c28 typedef enum { LongConstant = ~0UL } LongEnum;
/external/kernel-headers/original/uapi/asm-generic/
H A Dresource.h57 # define RLIM_INFINITY (~0UL)
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pmovmskb.c67 int bit = 0; ULong mask = (1UL << bit);
71 bit = 1; mask = (1UL << bit);
75 bit = 2; mask = (1UL << bit);
79 bit = 3; mask = (1UL << bit);
83 bit = 4; mask = (1UL << bit);
87 bit = 5; mask = (1UL << bit);
91 bit = 6 ; mask = (1UL << bit);
95 bit = 7 ; mask = (1UL << bit);
99 bit = 8 ; mask = (1UL << bit);
103 bit = 9 ; mask = (1UL << bi
[all...]
/external/qemu/util/
H A Dbitops.c35 tmp &= (~0UL << offset);
74 tmp &= (~0UL >> (BITS_PER_LONG - size));
75 if (tmp == 0UL) { /* Are any bits set? */
100 tmp |= ~0UL >> (BITS_PER_LONG - offset);
123 tmp |= ~0UL << size;
124 if (tmp == ~0UL) { /* Are any bits zero? */
141 tmp = (addr[words] & (~0UL >> (BITS_PER_LONG
/external/kernel-headers/original/uapi/linux/
H A Dconst.h8 * 'UL' and other type specifiers unilaterally. We
24 #define _BITUL(x) (_AC(1,UL) << (x))
H A Dioprio.h9 #define IOPRIO_PRIO_MASK ((1UL << IOPRIO_CLASS_SHIFT) - 1)
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dconst.h8 * 'UL' and other type specifiers unilaterally. We
24 #define _BITUL(x) (_AC(1,UL) << (x))

Completed in 5627 milliseconds

1234567891011>>