HomeSort by relevance Sort by last modified time
    Searched defs:u64 (Results 201 - 225 of 228) sorted by null

1 2 3 4 5 6 7 8910

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 229 uint64_t u64; member in union:sm4_any
  /external/tcpdump/
print-802_11.c 1891 u_int64_t u64; member in union:__anon35217
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 117 Elf_Xword u64; member in union:Dwarf_Value::__anon43027
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));
  /system/core/libmincrypt/
p256_ec.c 46 typedef uint64_t u64; typedef
291 static void felem_reduce_degree(felem out, u64 tmp[17]) {
481 u64 tmp[17];
483 tmp[0] = ((u64) in[0]) * in[0];
484 tmp[1] = ((u64) in[0]) * (in[1] << 1);
485 tmp[2] = ((u64) in[0]) * (in[2] << 1) +
486 ((u64) in[1]) * (in[1] << 1);
487 tmp[3] = ((u64) in[0]) * (in[3] << 1) +
488 ((u64) in[1]) * (in[2] << 1);
489 tmp[4] = ((u64) in[0]) * (in[4] << 1)
    [all...]
  /system/keymaster/
ocb.c 114 uint64_t u64; member in union:__anon81348
117 in.u64 = x;
120 return out.u64;
196 uint64_t u64[2]; member in union:__anon81349
199 rval.u64[0] = (KtopStr[0] << bot) | (KtopStr[1] >> (64 - bot));
200 rval.u64[1] = (KtopStr[1] << bot) | (KtopStr[2] >> (64 - bot));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 7462 uint64_t u64 = in; local
7617 uint64_t u64 = in; local
    [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp 1486 uint64_t u64 = data.GetMax64(&data_offset, byte_size); local
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm64_isel.c 375 return con->Ico.U64 == 0;
904 Long simm = (Long)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
1378 ULong u64 = (ULong)u32; local
    [all...]
host_x86_isel.c 124 // && e->Iex.Const.con->Ico.U64 == 0ULL;
3014 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon35926
    [all...]
host_amd64_isel.c 299 && e->Iex.Const.con->Ico.U64 == 0ULL;
382 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
385 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
389 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
2764 union { ULong u64; Double f64; } u; member in union:__anon35446
    [all...]
host_ppc_isel.c 3840 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon35786
    [all...]
ir_opt.c 1583 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1597 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1635 ULong u64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1878 \/*unsigned*\/ ULong u64; local
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 457 ULong u64; local
464 u64 = 0;
466 u64 = (u64 * 10) + (ULong)(*ptr - '0');
469 *res = u64;
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 6856 uint64_t u64 = in; local
7010 uint64_t u64 = in; local
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 764 } u64; member in union:sensors_event_t::__anon40520
    [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/f2fs-tools/include/
f2fs_fs.h 20 typedef u_int64_t u64; typedef
  /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 1237 ULong u64 = get_ULong(c); local
1245 ULong u64 = get_ULEB128(c); local
1266 ULong u64 = (ULong)get_UChar(c); local
1279 ULong u64 = (ULong)get_UShort(c); local
1292 ULong u64 = (ULong)get_UInt(c); local
1306 ULong u64 = (ULong)get_ULEB128(c); local
    [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::__anon17448
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 319 uint64_t u64; // immediate values member in union:nv50_ir::Storage::__anon31007
  /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...]
  /external/libmtp/src/
ptp.h 909 uint64_t u64; member in union:_PTPPropertyValue
    [all...]

Completed in 2611 milliseconds

1 2 3 4 5 6 7 8910