HomeSort by relevance Sort by last modified time
    Searched defs:u64 (Results 126 - 150 of 154) sorted by null

1 2 3 4 56 7

  /system/extras/ext4_utils/
ext4_utils.h 75 #define __le64 u64
79 #define __be64 u64
83 #define __u64 u64
94 typedef unsigned long long u64; typedef
143 u64 len_blocks;
177 u64 get_block_device_size(int fd);
178 u64 get_file_size(int fd);
179 u64 parse_num(const char *arg);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 94 typedef sqlite3_uint64 u64; /* 8-byte unsigned integer */ typedef
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 133 uint64_t u64; member in struct:BuiltInTypes
156 io.mapRequired("u64", bt.u64);
184 "u64: 5000000000\n"
204 EXPECT_EQ(map.u64, 5000000000ULL);
230 map.u64 = 6000000000ULL;
258 EXPECT_EQ(map.u64, 6000000000ULL);
  /external/tcpdump/
print-802_11.c 1014 u_int64_t u64; member in union:__anon28679
1052 rc = cpack_uint64(s, &u.u64);
1120 printf("%" PRIu64 "us tsft ", u.u64);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 229 uint64_t u64; member in union:sm4_any
  /external/iptables/include/
xtables.h 157 uint64_t u64, u64_range[2]; member in union:xt_option_call::__anon21375
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 229 uint64_t u64; member in union:sm4_any
  /external/qemu/elff/
dwarf_defs.h 117 Elf_Xword u64; member in union:Dwarf_Value::__anon27013
179 value->u64 = 0;
201 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
206 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
213 if ((value->u64 & 0xFFFFFFFF00000000LL) == 0) {
219 value->u64 |= - (1 << (shift + 7));
233 value->u64 |= - (1 << (shift + 7));
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 877 } u64; member in union:sensors_event_t::__anon32999
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 117 Elf_Xword u64; member in union:Dwarf_Value::__anon35063
179 value->u64 = 0;
201 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
206 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
213 if ((value->u64 & 0xFFFFFFFF00000000LL) == 0) {
219 value->u64 |= - (1 << (shift + 7));
233 value->u64 |= - (1 << (shift + 7));
  /external/grub/stage2/
jfs.h 103 typedef unsigned long long u64; typedef
243 u64 totalUsable; /* 8: VFS: total of 1K blocks which are
246 u64 minFree; /* 8: VFS: # of 1K blocks held in reserve for
259 u64 realFree; /* 8: VFS: # of free 1K blocks can be used by
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 290 && e->Iex.Const.con->Ico.U64 == 0ULL;
364 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
367 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
371 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
2516 union { ULong u64; Double f64; } u; member in union:__anon28985
    [all...]
host_x86_isel.c 124 && e->Iex.Const.con->Ico.U64 == 0ULL;
2909 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon29366
    [all...]
host_ppc_isel.c 3525 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon29241
    [all...]
ir_opt.c 1508 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1522 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1560 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1803 \/*unsigned*\/ ULong u64; local
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 453 ULong u64; local
460 u64 = 0;
462 u64 = (u64 * 10) + (ULong)(*ptr - '0');
465 *res = u64;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_defines.h 618 uint64_t u64; member in union:pipe_query_result
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 618 uint64_t u64; member in union:pipe_query_result
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 1226 ULong u64 = get_ULong(c); local
1234 ULong u64 = get_ULEB128(c); local
1255 ULong u64 = (ULong)get_UChar(c); local
1268 ULong u64 = (ULong)get_UShort(c); local
1281 ULong u64 = (ULong)get_UInt(c); local
1295 ULong u64 = (ULong)get_ULEB128(c); local
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 139 #define u64 ev_uint64_t macro
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 139 #define u64 ev_uint64_t macro
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 319 uint64_t u64; // immediate values member in union:nv50_ir::Storage::__anon14555
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 319 uint64_t u64; // immediate values member in union:nv50_ir::Storage::__anon24920
  /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_org/third_party/sqlite/src/src/
sqliteInt.h 433 typedef sqlite_uint64 u64; /* 8-byte unsigned integer */ typedef
441 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
446 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1)
837 void (*xProfile)(void*,const char*,u64); /* Profiling function */
    [all...]

Completed in 1544 milliseconds

1 2 3 4 56 7