Searched refs:wordsize (Results 1 – 13 of 13) sorted by relevance
/external/strace/ |
D | utime.c | 10 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()
|
D | execve.c | 13 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()
|
D | ChangeLog-CVS | 614 * 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/ |
D | examine-threads.c | 205 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/ |
D | cpack.c | 57 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()
|
D | cpack.h | 47 u_int8_t *cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
|
/external/fio/ |
D | configure | 419 wordsize="0" 430 wordsize="32" 432 wordsize="64" 436 echo "Wordsize $wordsize" 1418 if test "$wordsize" = "64" ; then 1420 elif test "$wordsize" = "32" ; then
|
D | hash.h | 28 #error Define GOLDEN_RATIO_PRIME for your wordsize.
|
/external/regex-re2/re2/ |
D | prog.cc | 315 COMPILE_ASSERT(8*sizeof(v.Word(0)) == 32, wordsize); in ComputeByteMap()
|
/external/elfutils/src/tests/ |
D | run-dwarf-getmacros.sh | 627 file /usr/include/bits/wordsize.h
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 4226 int wordsize = process->GetAddressByteSize(); in GetProcessSharedCacheUUID() local 4227 if (wordsize == 8) in GetProcessSharedCacheUUID() 4231 if (wordsize == 4) in GetProcessSharedCacheUUID()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 1047 OS.AddComment("stack index (offset / wordsize)");
|
/external/libvncserver/x11vnc/ |
D | README | 9097 libraries of the wrong wordsize.
|