Home
last modified time | relevance | path

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

/external/strace/
Dexecve.c47 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()
DChangeLog-CVS614 * process.c (printwaitn): When current personality's wordsize is
728 * signal.c (sys_kill): When current personality's wordsize is smaller
DChangeLog6305 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/
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 const uint8_t *cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize);
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dffi.c254 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/
Dconfigure497 wordsize="0"
508 wordsize="32"
510 wordsize="64"
514 echo "Wordsize $wordsize"
2020 if test "$wordsize" = "64" ; then
2022 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/tests/
Drun-dwarf-getmacros.sh627 file /usr/include/bits/wordsize.h
/external/linux-kselftest/android/patches/
D0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch319 #include <bits/wordsize.h>
/external/ImageMagick/
DImageMagick.spec.in202 #include <bits/wordsize.h>
/external/llvm/docs/
DGarbageCollection.rst1070 OS.AddComment("stack index (offset / wordsize)");
/external/python/cpython2/
DREADME322 contain code that is quite wordsize sensitive. (If you have a