HomeSort by relevance Sort by last modified time
    Searched full:u64 (Results 776 - 800 of 854) sorted by null

<<3132333435

  /system/extras/ext4_utils/
make_ext4fs.c 493 info.len &= ~((u64)info.block_size - 1);
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.td     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 3542 uint64_t u64[1]; member in union:test73::uint64_union
5797 uint64_t u64[1]; member in union:test123::uint_union
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 491 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
492 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 501 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
502 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
gflags.h.in 501 #define DECLARE_uint64(name) DECLARE_VARIABLE(@ac_google_namespace@::uint64, U64, name)
502 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(@ac_google_namespace@::uint64, U64, name, val, txt)
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 512 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
513 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64, U64, name, val, txt)
  /external/webp/src/dsp/
enc_neon.c 596 "vadd.u64 d2, d3 \n"
597 "vadd.u64 d18, d19 \n"
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 3525 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon16358
    [all...]
host_mips_isel.c     [all...]
ir_defs.c 79 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
    [all...]
guest_s390_helpers.c     [all...]
  /external/iptables/iptables/
xtoptions.c 202 cb->val.u64 = value;
204 *(uint64_t *)XTOPT_MKPTR(cb) = cb->val.u64;
  /external/kernel-headers/original/linux/
fb.h     [all...]
audit.h 438 u64 prio;
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/libmtp/src/
libmtp.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 251 u64 remain_on_chan_cookie;
252 u64 send_action_cookie;
304 const u8 *buf, size_t buf_len, u64 *cookie,
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 45 static const u64 kMaxAvailableRam = 128ULL << 30; // 128G
asan_allocator2.cc 69 static const u64 kAddressSpaceSize = 1ULL << 32;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 62 int fd, u64 offset) {
  /external/iproute2/
ChangeLog 337 u64 is unsigned long, but format is %llu
  /external/llvm/test/CodeGen/ARM/
vmov.ll 305 ;CHECK: vqmovn.u64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 45 u64 formats; /* SNDRV_PCM_FMTBIT_* */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 45 u64 formats; /* SNDRV_PCM_FMTBIT_* */
    [all...]

Completed in 3747 milliseconds

<<3132333435