HomeSort by relevance Sort by last modified time
    Searched refs:szB (Results 51 - 63 of 63) sorted by null

1 23

  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 821 AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB )
827 i->Ain.A87PushPop.szB = szB;
828 vassert(szB == 8 || szB == 4);
    [all...]
host_arm_isel.c     [all...]
guest_ppc_toIR.c     [all...]
ir_defs.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 79 this block total szB (sizeof(SizeT) bytes)
83 this block total szB (sizeof(SizeT) bytes)
88 this block total szB (sizeof(SizeT) bytes)
94 this block total szB (sizeof(SizeT) bytes)
711 void VG_(out_of_memory_NORETURN) ( const HChar* who, SizeT szB )
763 VG_(message)(Vg_UserMsg, s1, who, (ULong)szB, tot_alloc);
765 VG_(debugLog)(0,"mallocfree", s1, who, (ULong)szB, tot_alloc);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c     [all...]
debuginfo.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 247 extern IRType integerIRTypeOfSize ( Int szB );
    [all...]
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 28 static void* memalign16(size_t szB)
33 x = malloc(szB);
35 x = memalign(16, szB);
    [all...]
  /external/valgrind/main/none/tests/arm64/
fp_and_simd.c 82 static void* memalign16(size_t szB)
85 x = memalign(16, szB);
    [all...]
integer.c 30 static void* memalign16(size_t szB)
33 x = memalign(16, szB);
    [all...]

Completed in 386 milliseconds

1 23