Home
last modified time | relevance | path

Searched defs:p32 (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/Sema/
Dattr-print.c17 int * __ptr32 p32; variable
/external/flac/libFLAC/include/private/
Dmd5.h34 FLAC__int32 *p32; member
/external/icu/icu4c/source/common/
Duresdata.cpp335 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getString() local
361 const int32_t *p32=pResData->pRoot+res; in isNoInheritanceMarker() local
423 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias() local
442 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinary() local
724 const Resource *p32=(const Resource *)(p+length+(~length&1)); in res_getTableItemByKey() local
768 const Resource *p32=(const Resource *)(p+length+(~length&1)); in res_getTableItemByIndex() local
Dutrie.cpp1010 uint32_t *p32; in utrie_unserializeDummy() local
/external/syslinux/core/
Dhello.c33 unsigned int *p32, i; in hexdump() local
/external/strace/
Dexecve.c51 unsigned int p32; in printargv() member
/external/valgrind/memcheck/tests/
Datomic_incs.c751 int* p32; in main() local
/external/elfutils/libdwfl/
Delf-from-memory.c218 Elf32_Phdr (*p32)[phnum] = phdrsp; in elf_from_remote_memory() local
Ddwfl_segment_report_module.c579 Elf32_Phdr (*p32)[phnum] = phdrsp; in dwfl_segment_report_module() local
Dlink_map.c876 Elf32_Phdr (*p32)[phnum] = buf; in dwfl_link_map_report() local
Ddwfl_module_getdwarf.c407 Elf32_Phdr (*p32)[phnum] = phdrs; in find_prelink_address_sync() local
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.c113 const uint32_t *p32; in usrc_writeArray() local
/external/boringssl/src/crypto/ec/
Dp256-x86_64.c133 BN_ULONG p32[P256_LIMBS]; in ecp_nistz256_mod_inverse_mont() local
/external/fio/crc/
Dxxhash.c308 const uint32_t* p32 = (const uint32_t*)state->memory; in XXH32_update_endian() local
/external/icu/icu4c/source/tools/makeconv/
Dgenmbcs.cpp1139 uint32_t *p32=(uint32_t *)p8; in transformEUC() local
/external/lz4/lib/
Dxxhash.c399 { const U32* p32 = state->mem32; in XXH32_update_endian() local
/external/libnl/include/linux-private/linux/
Dpkt_sched.h546 __u32 p32; member
/external/elfutils/src/
Delflint.c2163 Elf32_Word *p32; in check_gnu_hash() member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h586 __u32 p32; member
/external/iproute2/include/linux/
Dpkt_sched.h583 __u32 p32; member
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h227 static __inline void KdHelp32To64(PKDHELP p32,PKDHELP64 p64) { in KdHelp32To64()