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

1 2

  /external/valgrind/main/drd/tests/
annotate_trace_memory.c 10 volatile int64_t i64; variable
19 DRD_TRACE_VAR(i64);
37 i64 = 9;
38 __sync_add_and_fetch(&i64, 0x12345678ULL);
45 DRD_STOP_TRACING_VAR(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);
  /frameworks/av/media/mtp/
MtpProperty.h 34 int64_t i64; member in union:android::MtpPropertyValue::__anon19620
  /system/media/camera/include/system/
camera_metadata.h 89 int64_t *i64; member in union:camera_metadata_entry::__anon44084
108 const int64_t *i64; member in union:camera_metadata_ro_entry::__anon44085
  /external/clang/test/Sema/
atomic-ops.c 47 int __attribute__((vector_size(8))) i64; variable
51 _Static_assert(__atomic_is_lock_free(1, &i64), "");
54 _Static_assert(__atomic_is_lock_free(2, &i64), "");
57 _Static_assert(__atomic_is_lock_free(4, &i64), "");
59 _Static_assert(__atomic_is_lock_free(8, &i64), "");
74 _Static_assert(__atomic_always_lock_free(1, &i64), "");
77 _Static_assert(__atomic_always_lock_free(2, &i64), "");
80 _Static_assert(__atomic_always_lock_free(4, &i64), "");
82 _Static_assert(__atomic_always_lock_free(8, &i64), "");
  /external/icu4c/test/intltest/
winnmtst.cpp 236 int64_t i64 = randomInt64(); local
242 getWindowsFormat(lcid, currency, w6Buffer, L"%I64d", i64);
260 wnf->format(i64, u6Buffer);
  /external/icu4c/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 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/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/llvm/include/llvm/CodeGen/
ValueTypes.h 47 i64 = 5, // This is a 64 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
87 v1i64 = 36, // 1 x i64
88 v2i64 = 37, // 2 x i64
89 v4i64 = 38, // 4 x i64
90 v8i64 = 39, // 8 x i64
91 v16i64 = 40, // 16 x i64
289 case v16i64: return i64;
376 case i64 :
472 return MVT::i64;
513 case MVT::i64
    [all...]
  /external/qemu/
gdbstub.c 2013 uint64_t i64; local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 55 case Ity_I64: vex_printf( "I64"); break;
72 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon16484
79 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
85 vex_printf( "F64{0x%llx}", u.i64);
    [all...]
guest_arm_toIR.c 687 taking/returning I64 rather than F64, to support 64-bit Neon
11282 IRTemp i64 = newTemp(Ity_I64); local
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 919 uint64_t i64; member in union:WebCore::CloneDeserializer::__anon17672
921 if (!readLittleEndian(u.i64))
    [all...]
  /system/media/camera/src/
camera_metadata.c 118 int64_t i64; member in union:camera_metadata_data
    [all...]
  /external/icu4c/common/
putil.cpp 175 int64_t i64; /* This must be defined first in order to allow the initialization to work. This is a C89 feature. */ member in union:__anon8490
359 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64);
385 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64);
    [all...]
  /external/qemu/tcg/
tcg.h 150 int i64; member in struct:__anon13989
158 #define GET_TCGV_I64(t) ((t).i64)
  /external/v8/src/mips/
simulator-mips.cc 2011 int64_t i64; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 143 int i64[] = {0, 0, 0, 1, 1, 1}; local
206 assert(std::is_heap(i64, i64+6) == (std::is_heap_until(i64, i64+6) == i64+6));
is_heap_comp.pass.cpp 144 int i64[] = {0, 0, 0, 1, 1, 1}; local
207 assert(std::is_heap(i64, i64+6, std::greater<int>()) == (std::is_heap_until(i64, i64+6, std::greater<int>()) == i64+6));
    [all...]
is_heap_until.pass.cpp 143 int i64[] = {0, 0, 0, 1, 1, 1}; local
206 assert(std::is_heap_until(i64, i64+6) == i64+3);
is_heap_until_comp.pass.cpp 144 int i64[] = {0, 0, 0, 1, 1, 1}; local
207 assert(std::is_heap_until(i64, i64+6, std::greater<int>()) == i64+6);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 2869 llvm::Type *i64 = llvm::Type::getInt64Ty(Context); local
    [all...]

Completed in 1848 milliseconds

1 2