Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dutime.c10 unsigned wordsize; in SYS_FUNC() local
16 wordsize = current_wordsize; in SYS_FUNC()
21 else if (umoven(tcp, tcp->u_arg[1], 2 * wordsize, &u) < 0) in SYS_FUNC()
23 else if (wordsize == sizeof u.utl[0]) { in SYS_FUNC()
27 else if (wordsize == sizeof u.uti[0]) { in SYS_FUNC()
33 wordsize); in SYS_FUNC()
Dexecve.c13 unsigned wordsize = current_wordsize; in printargv() local
17 if (umoven(tcp, addr, wordsize, cp.data) < 0) { in printargv()
21 if (wordsize == 4) in printargv()
27 addr += wordsize; in printargv()
DChangeLog-CVS614 * process.c (printwaitn): When current personality's wordsize is
728 * signal.c (sys_kill): When current personality's wordsize is smaller
/external/lldb/tools/darwin-threads/
Dexamine-threads.c205 get_current_pc (thread_t thread, int *wordsize) in get_current_pc() argument
222 *wordsize = 8; in get_current_pc()
227 *wordsize = 4; in get_current_pc()
243 *wordsize = 4; in get_current_pc()
403 int wordsize; in main() local
404 uint64_t pc = get_current_pc (thread_list[i], &wordsize); in main()
409 if (wordsize == 8) in main()
/external/tcpdump/
Dcpack.c57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in cpack_align_and_reserve() argument
62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in cpack_align_and_reserve()
65 if (next - cs->c_buf + wordsize > cs->c_len) in cpack_align_and_reserve()
Dcpack.h47 u_int8_t *cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
/external/fio/
Dconfigure419 wordsize="0"
430 wordsize="32"
432 wordsize="64"
436 echo "Wordsize $wordsize"
1418 if test "$wordsize" = "64" ; then
1420 elif test "$wordsize" = "32" ; then
Dhash.h28 #error Define GOLDEN_RATIO_PRIME for your wordsize.
/external/regex-re2/re2/
Dprog.cc315 COMPILE_ASSERT(8*sizeof(v.Word(0)) == 32, wordsize); in ComputeByteMap()
/external/elfutils/src/tests/
Drun-dwarf-getmacros.sh627 file /usr/include/bits/wordsize.h
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4226 int wordsize = process->GetAddressByteSize(); in GetProcessSharedCacheUUID() local
4227 if (wordsize == 8) in GetProcessSharedCacheUUID()
4231 if (wordsize == 4) in GetProcessSharedCacheUUID()
/external/llvm/docs/
DGarbageCollection.rst1047 OS.AddComment("stack index (offset / wordsize)");
/external/libvncserver/x11vnc/
DREADME9097 libraries of the wrong wordsize.