HomeSort by relevance Sort by last modified time
    Searched defs:i64 (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/valgrind/main/drd/tests/
annotate_trace_memory.c 10 volatile int64_t i64; variable
19 DRD_TRACE_VAR(i64);
37 i64 = 9;
38 i64 += 0x12345678ULL;
45 DRD_STOP_TRACING_VAR(i64);
  /external/clang/test/CodeGen/
arm-microsoft-intrinsics.c 29 __INT64_TYPE__ i64; local
30 return __ldrexd(&i64);
  /external/valgrind/main/none/tests/s390x/
rounding-5.c 11 volatile int64_t i64; variable
49 __asm__ volatile("cegbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i64));
50 printf("cegbr: %"PRId64" -> %f\n", i64, out);
59 __asm__ volatile("cdgbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i64));
60 printf("cegbr: %"PRId64" -> %f\n", i64, out);
76 /* i64 -> f32 */
77 i64 = INT64_MAX;
80 i64 = INT64_MIN;
84 /* i64 -> f64 */
85 i64 = INT64_MAX
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes_unittest.cc 51 int64 i64 = -1; local
59 EXPECT_EQ(8u, sizeof(i64));
67 EXPECT_GT(0, i64);
  /external/chromium_org/third_party/libyuv/unit_test/
basictypes_test.cc 33 int64 i64 = -1; local
41 EXPECT_EQ(8u, sizeof(i64));
49 EXPECT_GT(0, i64);
  /external/chromium_org/third_party/webrtc/base/
basictypes_unittest.cc 34 int64 i64 = -1; local
42 EXPECT_EQ(8u, sizeof(i64));
50 EXPECT_GT(0, i64);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 39 Integer i64 = Integers.valueOf(64); typedefs
44 algorithms.put("DES", i64);
  /external/chromium_org/third_party/sqlite/src/tool/
showwal.c 19 typedef long long int i64; /* Datatype for 64-bit integers */ typedef
23 ** Convert the var-int format into i64. Return the number of bytes
26 static int decodeVarint(const unsigned char *z, i64 *pVal){
27 i64 v = 0;
208 i64 nPayload;
209 i64 rowid;
showdb.c 19 typedef long long int i64; /* Datatype for 64-bit integers */ typedef
23 ** Convert the var-int format into i64. Return the number of bytes
26 static int decodeVarint(const unsigned char *z, i64 *pVal){
27 i64 v = 0;
194 i64 x, v;
253 static int localPayload(i64 nPayload, char cType){
295 i64 nPayload;
296 i64 rowid;
  /frameworks/av/media/mtp/
MtpProperty.h 34 int64_t i64; member in union:android::MtpPropertyValue::__anon38275
  /system/media/camera/include/system/
camera_metadata.h 90 int64_t *i64; member in union:camera_metadata_entry::__anon81384
109 const int64_t *i64; member in union:camera_metadata_ro_entry::__anon81385
  /external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp 236 int64_t i64 = randomInt64(); local
242 getWindowsFormat(lcid, currency, w6Buffer, L"%I64d", i64);
260 wnf->format(i64, u6Buffer);
  /external/chromium_org/third_party/icu/source/test/iotest/
strtst.c 749 int64_t i64 = -1; local
763 if (u_sscanf(testStr, "%*[123]%*[1-9]%lln", &i64) != 0) {
766 if (i64 != 10) {
767 log_err("test 3: scanf did not return 10\n", i64);
iotest.cpp 213 int64_t i64; local
277 i64 = uto64(argument);
278 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
279 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i64);
378 int64_t i64, expected64; local
468 uBufferLenReturned = u_sscanf_u(argument, format, &i64);
469 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i64);
470 if (i64 != expected64) {
582 int64_t i64; local
633 i64 = uto64(argument)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 12 typedef __int64 i64; typedef
16 typedef long i64; typedef
20 typedef long long i64; typedef
  /external/clang/test/Sema/
atomic-ops.c 46 int __attribute__((vector_size(8))) i64; variable
50 _Static_assert(__atomic_is_lock_free(1, &i64), "");
53 _Static_assert(__atomic_is_lock_free(2, &i64), "");
56 _Static_assert(__atomic_is_lock_free(4, &i64), "");
58 _Static_assert(__atomic_is_lock_free(8, &i64), "");
73 _Static_assert(__atomic_always_lock_free(1, &i64), "");
76 _Static_assert(__atomic_always_lock_free(2, &i64), "");
79 _Static_assert(__atomic_always_lock_free(4, &i64), "");
81 _Static_assert(__atomic_always_lock_free(8, &i64), "");
  /external/icu/icu4c/source/test/intltest/
winnmtst.cpp 236 int64_t i64 = randomInt64(); local
242 getWindowsFormat(lcid, currency, w6Buffer, L"%I64d", i64);
260 wnf->format(i64, u6Buffer);
  /external/icu/icu4c/source/test/iotest/
strtst.c 750 int64_t i64 = -1; local
764 if (u_sscanf(testStr, "%*[123]%*[1-9]%lln", &i64) != 0) {
767 if (i64 != 10) {
768 log_err("test 3: scanf did not return 10\n", i64);
iotest.cpp 214 int64_t i64; local
278 i64 = uto64(argument);
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
280 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i64);
379 int64_t i64, expected64; local
469 uBufferLenReturned = u_sscanf_u(argument, format, &i64);
470 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i64);
471 if (i64 != expected64) {
583 int64_t i64; local
634 i64 = uto64(argument)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 191 uint64_t i64; member in union:__anon30419
199 u.i64 = u.i32;
203 u.i8 = u.i64;
206 u.i16 = u.i64;
209 u.i32 = u.i64;
236 uint64_t i64; member in union:__anon30420
240 u.i64 = read_gpr(ctx, proc, reg_num);
  /external/openssl/crypto/modes/
modes_lcl.h 12 typedef __int64 i64; typedef
16 typedef long i64; typedef
20 typedef long long i64; typedef
  /external/stlport/src/
num_get_float.cpp 39 uint64_t i64; member in union:_ll
490 vv.i64 = 0L;
493 vv.i64 *= 10;
494 vv.i64 += *buffer++;
497 if ( vv.i64 == ULL(0) ) { /* Check for zero and treat it as a special case */
507 if ((vv.i64 >> 32) != 0) { nzero = 32; }
508 if ((vv.i64 >> (16 + nzero)) != 0) { nzero += 16; }
509 if ((vv.i64 >> ( 8 + nzero)) != 0) { nzero += 8; }
510 if ((vv.i64 >> ( 4 + nzero)) != 0) { nzero += 4; }
511 if ((vv.i64 >> ( 2 + nzero)) != 0) { nzero += 2;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 39 uint64_t i64; member in union:_ll
490 vv.i64 = 0L;
493 vv.i64 *= 10;
494 vv.i64 += *buffer++;
497 if ( vv.i64 == ULL(0) ) { /* Check for zero and treat it as a special case */
507 if ((vv.i64 >> 32) != 0) { nzero = 32; }
508 if ((vv.i64 >> (16 + nzero)) != 0) { nzero += 16; }
509 if ((vv.i64 >> ( 8 + nzero)) != 0) { nzero += 8; }
510 if ((vv.i64 >> ( 4 + nzero)) != 0) { nzero += 4; }
511 if ((vv.i64 >> ( 2 + nzero)) != 0) { nzero += 2;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 227 int64_t i64; member in union:sm4_any
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 42 i64 = 5, // This is a 64 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
83 v1i64 = 37, // 1 x i64
84 v2i64 = 38, // 2 x i64
85 v4i64 = 39, // 4 x i64
86 v8i64 = 40, // 8 x i64
87 v16i64 = 41, // 16 x i64
296 case v16i64: return i64;
396 case i64 :
499 return MVT::i64;
541 case MVT::i64
    [all...]

Completed in 1663 milliseconds

1 2 3