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

1 2 3 4 5 6

  /external/lz4/lib/
xxhash.c 529 typedef uint64_t U64;
531 typedef unsigned long long U64; /* if your compiler doesn't support unsigned long long, replace by another 64-bit type here. Note that xxhash.h will also need to be updated. */
539 static U64 XXH_read64(const void* memPtr) { return *(const U64*) memPtr; }
545 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64; member in union:__anon28671
546 static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; }
554 static U64 XXH_read64(const void* memPtr)
556 U64 val
    [all...]
lz4frame.c 84 typedef uint64_t U64;
90 typedef unsigned long long U64;
114 static U64 LZ4F_readLE64 (const void* src)
117 U64 value64 = srcPtr[0];
118 value64 += ((U64)srcPtr[1]<<8);
119 value64 += ((U64)srcPtr[2]<<16);
120 value64 += ((U64)srcPtr[3]<<24);
121 value64 += ((U64)srcPtr[4]<<32);
122 value64 += ((U64)srcPtr[5]<<40);
123 value64 += ((U64)srcPtr[6]<<48)
    [all...]
  /external/vulkan-validation-layers/layers/
xxhash.c 528 typedef uint64_t U64;
530 typedef unsigned long long U64; /* if your compiler doesn't support unsigned long long, replace by another 64-bit type here. Note that xxhash.h will also need to be updated. */
538 static U64 XXH_read64(const void* memPtr) { return *(const U64*) memPtr; }
544 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64; member in union:__anon43583
545 static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; }
553 static U64 XXH_read64(const void* memPtr)
555 U64 val
    [all...]
  /system/tools/hidl/c2hal/
Expression.h 38 U64 = 3, // 0b11
47 case U64: return "U64";
59 case U64: return "uint64_t";
  /external/syslinux/gpxe/src/drivers/net/phantom/
nxhal_nic_interface.h 219 U64 data;
299 U64 host_phys_addr; /* Ring base addr */
305 U64 host_rsp_dma_addr; /* Response dma'd here */
306 U64 cmd_cons_dma_addr; /* */
307 U64 dummy_dma_addr; /* */
378 U64 host_phys_addr; /* Ring base addr */
385 U64 host_phys_addr; /* Ring base addr */
386 U64 buff_size; /* Packet buffer size */
392 U64 host_rsp_dma_addr; /* Response dma'd here */
491 U64 host_stat_buffer; /* Where to dma stats *
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
primitive_util.cc 34 return type == U8 || type == U16 || type == U32 || type == U64;
61 case U64:
primitive_util.h 75 return U64;
172 struct PrimitiveTypeToNative<U64> {
  /frameworks/rs/tests/cpp_api/typecheck/
typecheck.cpp 58 TEST_ELEM(ENAME, U64) \
70 TEST_ELEM_ALL(U64)
99 EXECUTE_TEST_ELEM_ALL(U64);
  /external/lz4/programs/
util.h 60 typedef uint64_t U64;
68 typedef unsigned long long U64;
133 UTIL_STATIC U64 UTIL_getSpanTimeMicro(UTIL_time_t ticksPerSecond, UTIL_time_t clockStart, UTIL_time_t clockEnd) { (void)ticksPerSecond; return 1000000ULL * (clockEnd - clockStart) / CLOCKS_PER_SEC; }
134 UTIL_STATIC U64 UTIL_getSpanTimeNano(UTIL_time_t ticksPerSecond, UTIL_time_t clockStart, UTIL_time_t clockEnd) { (void)ticksPerSecond; return 1000000000ULL * (clockEnd - clockStart) / CLOCKS_PER_SEC; }
139 UTIL_STATIC U64 UTIL_getSpanTimeMicro(UTIL_time_t ticksPerSecond, UTIL_time_t clockStart, UTIL_time_t clockEnd) { return 1000000ULL*(clockEnd.QuadPart - clockStart.QuadPart)/ticksPerSecond.QuadPart; }
140 UTIL_STATIC U64 UTIL_getSpanTimeNano(UTIL_time_t ticksPerSecond, UTIL_time_t clockStart, UTIL_time_t clockEnd) { return 1000000000ULL*(clockEnd.QuadPart - clockStart.QuadPart)/ticksPerSecond.QuadPart; }
145 UTIL_STATIC U64 UTIL_clockSpanMicro( UTIL_time_t clockStart, UTIL_time_t ticksPerSecond )
209 UTIL_STATIC U64 UTIL_getFileSize(const char* infilename)
221 return (U64)statbuf.st_size;
225 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles
    [all...]
bench.c 220 { U64 fastestC = (U64)(-1LL), fastestD = (U64)(-1LL);
221 U64 const crcOrig = XXH64(srcBuffer, srcSize, 0);
223 U64 const maxTime = (g_nbSeconds * TIMELOOP_MICROSEC) + 100;
224 U64 totalCTime=0, totalDTime=0;
236 U64 clockLoop = g_nbSeconds ? TIMELOOP_MICROSEC : 1;
264 { U64 const clockSpan = UTIL_clockSpanMicro(clockStart, ticksPerSecond);
304 { U64 const clockSpan = UTIL_clockSpanMicro(clockStart, ticksPerSecond);
317 { U64 const crcCheck = XXH64(resultBuffer, srcSize, 0)
    [all...]
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 127 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint64, U64, name)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 127 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint64, U64, name)
  /external/tensorflow/tensorflow/compiler/tf2xla/
type_util.cc 50 *type = xla::U64;
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 38 func (v TU64) String() string { return Sprintf("U64: %d", uint64(v)) }
56 check(t, s, "U: 5 U8: 6 U16: 7 U32: 8 U64: 9 UI: 10")
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 38 func (v TU64) String() string { return Sprintf("U64: %d", uint64(v)) }
56 check(t, s, "U: 5 U8: 6 U16: 7 U32: 8 U64: 9 UI: 10")
  /prebuilts/go/darwin-x86/test/
convT2X.go 18 U64 uint64
32 func (U64) Method() {}
46 u64 = U64(3)
63 iu64 interface{} = u64
78 ju64 J = u64
110 if u64 != iu64 {
111 panic("u64 != iu64")
113 if u64 != ju64 {
114 panic("u64 != ju64"
45 u64 = U64(3) var
    [all...]
  /prebuilts/go/linux-x86/test/
convT2X.go 18 U64 uint64
32 func (U64) Method() {}
46 u64 = U64(3)
63 iu64 interface{} = u64
78 ju64 J = u64
110 if u64 != iu64 {
111 panic("u64 != iu64")
113 if u64 != ju64 {
114 panic("u64 != ju64"
45 u64 = U64(3) var
    [all...]
  /external/gflags/android/gflags/
gflags_declare.h 139 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint64, U64, name)
  /external/lz4/tests/
datagencli.c 82 U64 size = SIZE_DEFAULT;
fuzzer.c 679 U64 crcOrig;
    [all...]
frametest.c 178 U64 crcOrig;
238 { U64 const crcDest = XXH64(decodedBuffer, COMPRESSIBLE_NOISE_LENGTH, 1);
266 { U64 const crcDest = XXH64(decodedBuffer, op-ostart, 1);
311 { U64 const crcDest = XXH64(decodedBuffer, COMPRESSIBLE_NOISE_LENGTH, 1);
365 U64 const crcDest = XXH64(decodedBuffer, decodedSize, 1);
601 U64 const crcOrig = XXH64(srcStart, srcSize, 1);
699 U64 const crcDecoded = XXH64_digest(&xxh64);
    [all...]
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 496 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 532 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
533 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 142 passed &= (Element::U64(mRS) != nullptr);
197 sp<const Element> U64 = Element::U64(mRS);
207 U16, U32, U64, U8, U8_3, U8_4 };
278 eb->add(Element::U64(mRS), "U64", arraySize);
  /external/valgrind/VEX/priv/
ir_opt.c 1534 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1541 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1606 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1620 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1658 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1913 \/*unsigned*\/ ULong u64; local
    [all...]

Completed in 1009 milliseconds

1 2 3 4 5 6