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() 67 if (!(wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64)) { in printargv() 77 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 | 20949 to kernel_ulong_t so it could handle wordsize > sizeof(long) properly. 36759 wordsize. 47004 * file.c (sys_utime): Don't call abort() if wordsize is strange. 49095 When accessing data blocks, truncate addr to wordsize. 49096 * util.c (umoven): Truncate addr to wordsize before use. 49721 Enhance decoding for personalities with small wordsize. 49723 personality's wordsize is less than sizeof(long), use only significant 50639 (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/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/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/epid-sdk/epid/common/math/src/ |
D | bignum.c | 33 unsigned int wordsize = in NewBigNum() local 41 sts = ippsBigNumGetSize(wordsize, (int*)&ctxsize); in NewBigNum() 57 sts = ippsBigNumInit(wordsize, ipp_bn_ctx); in NewBigNum()
|
/external/linux-kselftest/android/patches/ |
D | 0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch | 26 #include <bits/wordsize.h>
|
/external/elfutils/tests/ |
D | run-dwarf-getmacros.sh | 627 file /usr/include/bits/wordsize.h
|
/external/ImageMagick/ |
D | ImageMagick.spec.in | 204 #include <bits/wordsize.h>
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 1070 OS.AddComment("stack index (offset / wordsize)");
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | GarbageCollection.rst | 1070 OS.AddComment("stack index (offset / wordsize)");
|
/external/python/cpython2/ |
D | README | 323 contain code that is quite wordsize sensitive. (If you have a
|