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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 39 Integer i64 = Integer.valueOf(64); typedefs
45 algorithms.put("DES", i64);
  /frameworks/av/media/mtp/
MtpProperty.h 34 int64_t i64; member in union:android::MtpPropertyValue::__anon18128
  /system/media/camera/include/system/
camera_metadata.h 89 int64_t *i64; member in union:camera_metadata_entry::__anon44253
108 const int64_t *i64; member in union:camera_metadata_ro_entry::__anon44254
  /external/clang/test/Sema/
atomic-ops.c 42 int __attribute__((vector_size(8))) i64; variable
46 _Static_assert(__atomic_is_lock_free(1, &i64), "");
49 _Static_assert(__atomic_is_lock_free(2, &i64), "");
52 _Static_assert(__atomic_is_lock_free(4, &i64), "");
54 _Static_assert(__atomic_is_lock_free(8, &i64), "");
69 _Static_assert(__atomic_always_lock_free(1, &i64), "");
72 _Static_assert(__atomic_always_lock_free(2, &i64), "");
75 _Static_assert(__atomic_always_lock_free(4, &i64), "");
77 _Static_assert(__atomic_always_lock_free(8, &i64), "");
  /external/dbus/dbus/
dbus-marshal-basic.h 173 dbus_int64_t i64; /**< as int64 */ member in union:__anon6557
  /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 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/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 43 i64 = 5, // This is a 64 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
72 v1i64 = 26, // 1 x i64
73 v2i64 = 27, // 2 x i64
74 v4i64 = 28, // 4 x i64
75 v8i64 = 29, // 8 x i64
76 v16i64 = 30, // 16 x i64
253 case v16i64: return i64;
316 case i64 :
386 return MVT::i64;
415 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;
68 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon14916
75 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
81 vex_printf( "F64{0x%llx}", u.i64);
    [all...]
guest_arm_toIR.c 687 taking/returning I64 rather than F64, to support 64-bit Neon
10818 IRTemp i64 = newTemp(Ity_I64); local
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 919 uint64_t i64; member in union:WebCore::CloneDeserializer::__anon16034
921 if (!readLittleEndian(u.i64))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 2666 llvm::Type *i64 = llvm::Type::getInt64Ty(Context); local
    [all...]
  /external/icu4c/common/
putil.c 165 int64_t i64; /* This must be defined first in order to allow the initialization to work. This is a C89 feature. */ member in union:__anon7263
349 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64);
375 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64);
    [all...]
  /external/qemu/tcg/
tcg.h 150 int i64; member in struct:__anon12729
158 #define GET_TCGV_I64(t) ((t).i64)
  /external/v8/src/mips/
simulator-mips.cc 2011 int64_t i64; local
    [all...]
  /external/libmtp/src/
ptp.h 910 int64_t i64; member in union:_PTPPropertyValue
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 533 #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0)
7943 typedef sqlite_int64 i64; \/* 8-byte signed integer *\/ typedef
130224 typedef sqlite3_int64 i64; typedef
    [all...]
  /external/sqlite/dist/
sqlite3.c 533 #define IS_BIG_INT(X) (((X)&~(i64)0xffffffff)!=0)
7943 typedef sqlite_int64 i64; \/* 8-byte signed integer *\/ typedef
130255 typedef sqlite3_int64 i64; typedef
    [all...]

Completed in 2848 milliseconds