Searched refs:wordsize (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | execve.c | 47 const unsigned int wordsize = current_wordsize; in printargv() local 50 for (n = 0; addr; sep = ", ", addr += wordsize, ++n) { in printargv() 57 if (umoven(tcp, addr, wordsize, cp.data)) { in printargv() 64 if (!(wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64)) { in printargv() 74 printstr(tcp, wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64); 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
|
D | ChangeLog | 6305 to kernel_ulong_t so it could handle wordsize > sizeof(long) properly. 22115 wordsize. 32360 * file.c (sys_utime): Don't call abort() if wordsize is strange. 34451 When accessing data blocks, truncate addr to wordsize. 34452 * util.c (umoven): Truncate addr to wordsize before use. 35077 Enhance decoding for personalities with small wordsize. 35079 personality's wordsize is less than sizeof(long), use only significant 35995 (printwaitn): Don't check wordsize if SUPPORTED_PERSONALITIES == 1.
|
/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 const uint8_t *cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
D | ffi.c | 254 int wordsize; in ffi_prep_cif_machdep() local 258 wordsize = 4; in ffi_prep_cif_machdep() 264 cif->bytes += wordsize; in ffi_prep_cif_machdep() 274 wordsize = 8; in ffi_prep_cif_machdep() 286 cif->bytes += 16 * wordsize; in ffi_prep_cif_machdep() 291 cif->bytes = ALIGN(cif->bytes, 2 * wordsize); in ffi_prep_cif_machdep()
|
/external/fio/ |
D | configure | 497 wordsize="0" 508 wordsize="32" 510 wordsize="64" 514 echo "Wordsize $wordsize" 2020 if test "$wordsize" = "64" ; then 2022 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/tests/ |
D | run-dwarf-getmacros.sh | 627 file /usr/include/bits/wordsize.h
|
/external/linux-kselftest/android/patches/ |
D | 0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch | 319 #include <bits/wordsize.h>
|
/external/ImageMagick/ |
D | ImageMagick.spec.in | 202 #include <bits/wordsize.h>
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 1070 OS.AddComment("stack index (offset / wordsize)");
|
/external/python/cpython2/ |
D | README | 322 contain code that is quite wordsize sensitive. (If you have a
|