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

  /bionic/libc/bionic/
legacy_32_bit_support.cpp 117 rlimit64 n64; local
119 n64.rlim_cur = (n32->rlim_cur == RLIM_INFINITY) ? RLIM64_INFINITY : n32->rlim_cur;
120 n64.rlim_max = (n32->rlim_max == RLIM_INFINITY) ? RLIM64_INFINITY : n32->rlim_max;
125 (n32 != nullptr) ? &n64 : nullptr,
  /external/avb/test/
avb_util_unittest.cc 45 uint64_t n64; local
48 n64 = 0x1122334455667788;
58 n64 = 0x1122334455667788;
71 uint64_t n64; local
73 n64 = 0x1122334455667788;
78 h.original_image_size = htobe64(n64);
79 n64++;
80 h.vbmeta_offset = htobe64(n64);
81 n64++;
82 h.vbmeta_size = htobe64(n64);
159 uint64_t n64; local
367 uint64_t n64; local
    [all...]
avb_vbmeta_image_unittest.cc 496 uint64_t n64; local
499 n64 = 0x1122334455667788;
505 h.authentication_data_block_size = htobe64(n64);
506 n64++;
507 h.auxiliary_data_block_size = htobe64(n64);
508 n64++;
511 h.hash_offset = htobe64(n64);
512 n64++;
513 h.hash_size = htobe64(n64);
514 n64++
    [all...]
  /external/webrtc/webrtc/base/
bytebuffer_unittest.cc 22 uint64_t n64 = 1; local
26 EXPECT_EQ(n64, NetworkToHost64(HostToNetwork64(n64)));
32 EXPECT_EQ(n64, HostToNetwork64(n64));
37 EXPECT_EQ(n64 >> 56, GetBE64(&n64));
42 EXPECT_NE(n64, HostToNetwork64(n64));
47 EXPECT_EQ(GetBE64(&n64), HostToNetwork64(n64))
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 73 return (_click_stop.n64-_click_start.n64)/double(FREQUENCY);
80 return (_click_stop.n64-_click_start.n64);
222 unsigned long long n64 ; member in union:X86_Timer::__anon18586
228 unsigned long long n64 ; member in union:X86_Timer::__anon18587
  /external/skia/include/private/
SkFixed.h 38 int64_t n64 = (int64_t)(x * SK_Fixed1); local
39 SkFixed n32 = (SkFixed)n64;
40 SkASSERT(n64 == n32);
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 6950 bool n64 = this->target_->is_output_n64(); local
    [all...]

Completed in 178 milliseconds