HomeSort by relevance Sort by last modified time
    Searched refs:szB (Results 26 - 50 of 53) sorted by null

12 3

  /external/valgrind/main/helgrind/
hg_main.c     [all...]
hg_errors.c 293 Int szB;
468 Int acc_szB = xe->XE.Race.szB;
505 Addr data_addr, Int szB, Bool isWrite,
533 xe.XE.Race.szB = szB;
537 tl_assert(szB == 8 || szB == 4 || szB == 2 || szB == 1);
701 return xe1->XE.Race.szB == xe2->XE.Race.sz
    [all...]
libhb.h 153 Thr* thr, Addr a, SizeT szB, Bool isW );
libhb_core.c     [all...]
  /external/valgrind/main/coregrind/
m_machine.c     [all...]
m_libcfile.c 406 const Int szB = sizeof(startup_wd);
408 vg_assert(szB >= 512 && szB <= 16384/*let's say*/); /* stay sane */
409 VG_(memset)(startup_wd, 0, szB);
413 = VG_(do_syscall2)(__NR_getcwd, (UWord)startup_wd, szB-1);
414 vg_assert(startup_wd[szB-1] == 0);
433 if (wd == NULL || (1+VG_(strlen)(wd) >= szB))
435 VG_(strncpy_safely)(startup_wd, wd, szB);
436 vg_assert(startup_wd[szB-1] == 0);
fixup_macho_loadcmds.c 157 Bool is_macho_object_file( const void* buf, SizeT szB )
176 if (szB < sizeof(struct fat_header))
181 if (szB < sizeof(struct mach_header_64))
m_mallocfree.c 77 this block total szB (sizeof(SizeT) bytes)
81 this block total szB (sizeof(SizeT) bytes)
86 this block total szB (sizeof(SizeT) bytes)
92 this block total szB (sizeof(SizeT) bytes)
666 void VG_(out_of_memory_NORETURN) ( HChar* who, SizeT szB )
695 VG_(message)(Vg_UserMsg, s1, who, (ULong)szB, tot_alloc);
697 VG_(debugLog)(0,"mallocfree", s1, who, (ULong)szB, tot_alloc);
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
mc_translate.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 494 Int szB;
498 Int szB;
502 Int szB;
529 case Ev_Dr: return ev->Ev.Dr.szB;
530 case Ev_Dw: return ev->Ev.Dw.szB;
531 case Ev_Dm: return ev->Ev.Dm.szB;
611 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
616 VG_(printf)("Dw %p %d EA=", ev->inode, ev->Ev.Dw.szB);
621 VG_(printf)("Dm %p %d EA=", ev->inode, ev->Ev.Dm.szB);
859 evt->Ev.Dr.szB = datasize
    [all...]
  /external/valgrind/main/callgrind/
main.c 249 Int szB;
253 Int szB;
257 Int szB;
286 case Ev_Dr: return ev->Ev.Dr.szB;
287 case Ev_Dw: return ev->Ev.Dw.szB;
288 case Ev_Dm: return ev->Ev.Dm.szB;
334 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
340 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
346 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
626 evt->Ev.Dr.szB = datasize
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 718 Int szB; /* 1, 2, 4 or 8 */
726 Int szB; /* 1, 2, 4 or 8 */
928 extern ARMInstr* ARMInstr_LdrEX ( Int szB );
929 extern ARMInstr* ARMInstr_StrEX ( Int szB );
host_amd64_defs.h 564 UChar szB; /* 4 or 8 */
708 extern AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB );
host_arm_defs.c     [all...]
host_amd64_defs.c 835 AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB )
841 i->Ain.A87PushPop.szB = szB;
842 vassert(szB == 8 || szB == 4);
    [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]
readmacho.c 106 Bool ML_(is_macho_object_file)( const void* buf, SizeT szB )
125 if (szB < sizeof(struct fat_header))
130 if (szB < sizeof(struct MACH_HEADER))
    [all...]
readdwarf3.c 820 this CU. Set the szB so that at least we can't read off the end
    [all...]
debuginfo.c     [all...]
  /external/valgrind/main/drd/
pub_drd_bitmap.h 151 void* DRD_(bm2_alloc_node)(HChar* const ec, const SizeT szB);
  /external/valgrind/main/memcheck/tests/
unit_oset.c 48 static void* allocate_node(HChar* cc, SizeT szB)
49 { return malloc(szB); }
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]

Completed in 598 milliseconds

12 3