HomeSort by relevance Sort by last modified time
    Searched refs:LL (Results 1 - 25 of 1122) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
arm64-inline-asm.c 4 asm volatile("USE(%0)" :: "z"(0LL));
5 asm volatile("USE(%x0)" :: "z"(0LL));
const-eval-64.c 7 EVAL_EXPR(1, ((char*)-1LL) + 1 == 0 ? 1 : -1)
8 EVAL_EXPR(2, ((char*)-1LL) + 1 < (char*) -1 ? 1 : -1)
  /external/compiler-rt/test/builtins/Unit/
muldi3_test.c 42 if (test__muldi3(0, 81985529216486895LL, 0))
44 if (test__muldi3(81985529216486895LL, 0, 0))
55 if (test__muldi3(0, -81985529216486895LL, 0))
57 if (test__muldi3(-81985529216486895LL, 0, 0))
66 if (test__muldi3(1, 81985529216486895LL, 81985529216486895LL))
68 if (test__muldi3(81985529216486895LL, 1, 81985529216486895LL))
77 if (test__muldi3(1, -81985529216486895LL, -81985529216486895LL))
    [all...]
mulvdi3_test.c 44 if (test__mulvdi3(0, 81985529216486895LL, 0))
46 if (test__mulvdi3(81985529216486895LL, 0, 0))
57 if (test__mulvdi3(0, -81985529216486895LL, 0))
59 if (test__mulvdi3(-81985529216486895LL, 0, 0))
68 if (test__mulvdi3(1, 81985529216486895LL, 81985529216486895LL))
70 if (test__mulvdi3(81985529216486895LL, 1, 81985529216486895LL))
79 if (test__mulvdi3(1, -81985529216486895LL, -81985529216486895LL))
    [all...]
mulodi4_test.c 47 if (test__mulodi4(0, 81985529216486895LL, 0, 0))
49 if (test__mulodi4(81985529216486895LL, 0, 0, 0))
60 if (test__mulodi4(0, -81985529216486895LL, 0, 0))
62 if (test__mulodi4(-81985529216486895LL, 0, 0, 0))
71 if (test__mulodi4(1, 81985529216486895LL, 81985529216486895LL, 0))
73 if (test__mulodi4(81985529216486895LL, 1, 81985529216486895LL, 0))
82 if (test__mulodi4(1, -81985529216486895LL, -81985529216486895LL, 0)
    [all...]
multi3_test.c 59 if (test__multi3(0, 81985529216486895LL, 0))
61 if (test__multi3(81985529216486895LL, 0, 0))
72 if (test__multi3(0, -81985529216486895LL, 0))
74 if (test__multi3(-81985529216486895LL, 0, 0))
83 if (test__multi3(1, 81985529216486895LL, 81985529216486895LL))
85 if (test__multi3(81985529216486895LL, 1, 81985529216486895LL))
94 if (test__multi3(1, -81985529216486895LL, -81985529216486895LL))
    [all...]
mulvti3_test.c 61 if (test__mulvti3(0, 81985529216486895LL, 0))
63 if (test__mulvti3(81985529216486895LL, 0, 0))
74 if (test__mulvti3(0, -81985529216486895LL, 0))
76 if (test__mulvti3(-81985529216486895LL, 0, 0))
85 if (test__mulvti3(1, 81985529216486895LL, 81985529216486895LL))
87 if (test__mulvti3(81985529216486895LL, 1, 81985529216486895LL))
96 if (test__mulvti3(1, -81985529216486895LL, -81985529216486895LL))
    [all...]
  /external/clang/test/Parser/
extension.c 17 __extension__ (j = 10LL);
18 __extension__ j = 10LL; /* expected-warning {{'long long' is an extension}} */
  /external/elfutils/tests/
testfile_const_type.c 13 return f1 (4LL) - f1 (4LL);
  /external/clang/test/Preprocessor/
expr_usual_conversions.c 3 #define INTMAX_MIN (-9223372036854775807LL -1)
  /external/cros/system_api/constants/
cryptohome.h 13 const int64_t kMinFreeSpaceInBytes = 512 * 1LL << 20;
  /libcore/ojluni/src/main/native/
java_lang_Long.h 38 #define java_lang_Long_serialVersionUID -8742448824652078965LL
40 #define java_lang_Long_MIN_VALUE -9223372036854775808LL
42 #define java_lang_Long_MAX_VALUE 9223372036854775807LL
46 #define java_lang_Long_serialVersionUID 4290774380558885855LL
  /external/toybox/generated/
tags.h 76 #define _PS_GID (1LL<<32)
78 #define _PS_GROUP (1LL<<33)
80 #define _PS_RGID (1LL<<34)
82 #define _PS_RGROUP (1LL<<35)
84 #define _PS_TIME (1LL<<36)
86 #define _PS_ELAPSED (1LL<<37)
88 #define _PS_TIME_ (1LL<<38)
90 #define _PS_C (1LL<<39)
92 #define _PS__VSZ (1LL<<40)
94 #define _PS__MEM (1LL<<41
    [all...]
  /external/libffi/testsuite/libffi.call/
closure_fn4.c 82 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11LL, 12LL
    [all...]
closure_fn5.c 85 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11, 12LL
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
closure_fn4.c 82 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11LL, 12LL
    [all...]
closure_fn5.c 85 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11, 12LL
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
closure_fn4.c 82 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11LL, 12LL
    [all...]
closure_fn5.c 85 (1LL, 2LL, 3LL, 4LL, 127LL, 429LL, 7LL, 8LL, 9LL, 10LL, 11, 12LL
    [all...]
  /external/clang/test/Lexer/
long-long.cpp 21 #if 1 > 2LL
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
quaternion_supervisor.h 17 #define ACCELERATION_SQUARE_1P5G 9663676416LL
18 #define ACCELERATION_SQUARE_1P2G 6184752906LL
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
quaternion_supervisor.h 17 #define ACCELERATION_SQUARE_1P5G 9663676416LL
18 #define ACCELERATION_SQUARE_1P2G 6184752906LL
  /external/clang/test/CodeGen/
builtins-ppc-p7.c 29 long long a = 74LL;
30 long long b = 32LL;
47 long long a = 74LL;
48 long long b = 32LL;
  /external/clang/test/SemaCXX/
warn-c++11-extensions.cpp 4 -42LL; // expected-warning {{'long long' is a C++11 extension}}
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
limits.h 10 #define __LONG_MIN (-9223372036854775807LL - 1LL) // -(2^63 - 2)
13 #define __LONG_MAX (9223372036854775807LL) // 2^63 - 1

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 91011>>