Searched refs:bytecount (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c536 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount )
543 VG_(printf)("read_ldt: tid = %d, ptr = %p, bytecount = %d\n",
544 tid, ptr, bytecount );
556 if (size > bytecount)
557 size = bytecount;
569 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode ) argument
577 "bytecount = %d, oldmode = %d\n",
578 tid, ptr, bytecount, oldmode );
587 if (bytecount != sizeof(vki_modify_ldt_t))
617 Int func, void* ptr, UInt bytecount )
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp599 uint32_t bytecount = 0; local
629 bytecount++;
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1193 Syscall param modify_ldt(bytecount) contains uninitialised byte(s)

Completed in 1185 milliseconds