/third_party/elfutils/libdwfl/ |
D | elf-from-memory.c | 224 Elf32_Phdr (*p32)[phnum] = phdrsp; in elf_from_remote_memory() local 240 GElf_Word type = class32 ? (*p32)[i].p_type : (*p64)[i].p_type; in elf_from_remote_memory() 245 GElf_Addr vaddr = class32 ? (*p32)[i].p_vaddr : (*p64)[i].p_vaddr; in elf_from_remote_memory() 246 GElf_Xword memsz = class32 ? (*p32)[i].p_memsz : (*p64)[i].p_memsz; in elf_from_remote_memory() 247 GElf_Off offset = class32 ? (*p32)[i].p_offset : (*p64)[i].p_offset; in elf_from_remote_memory() 248 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory() 297 GElf_Word type = class32 ? (*p32)[i].p_type : (*p64)[i].p_type; in elf_from_remote_memory() 302 GElf_Addr vaddr = class32 ? (*p32)[i].p_vaddr : (*p64)[i].p_vaddr; in elf_from_remote_memory() 303 GElf_Off offset = class32 ? (*p32)[i].p_offset : (*p64)[i].p_offset; in elf_from_remote_memory() 304 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 500 Elf32_Phdr *p32 = phdrsp; in dwfl_segment_report_module() local 515 GElf_Word type = is32 ? p32[i].p_type : p64[i].p_type; in dwfl_segment_report_module() 516 GElf_Addr vaddr = is32 ? p32[i].p_vaddr : p64[i].p_vaddr; in dwfl_segment_report_module() 517 GElf_Xword memsz = is32 ? p32[i].p_memsz : p64[i].p_memsz; in dwfl_segment_report_module() 518 GElf_Off offset = is32 ? p32[i].p_offset : p64[i].p_offset; in dwfl_segment_report_module() 519 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; in dwfl_segment_report_module() 520 GElf_Xword align = is32 ? p32[i].p_align : p64[i].p_align; in dwfl_segment_report_module() 990 GElf_Word type = is32 ? p32[i].p_type : p64[i].p_type; in dwfl_segment_report_module() 995 GElf_Addr vaddr = is32 ? p32[i].p_vaddr : p64[i].p_vaddr; in dwfl_segment_report_module() 996 GElf_Off offset = is32 ? p32[i].p_offset : p64[i].p_offset; in dwfl_segment_report_module() [all …]
|
D | link_map.c | 898 Elf32_Phdr (*p32)[phnum] = buf; in dwfl_link_map_report() local 940 ? (*p32)[i].p_type in dwfl_link_map_report() 943 ? (*p32)[i].p_vaddr in dwfl_link_map_report() 946 ? (*p32)[i].p_filesz in dwfl_link_map_report()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 336 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getStringNoTrace() local 337 length=*p32++; in res_getStringNoTrace() 338 p=(const UChar *)p32; in res_getStringNoTrace() 362 const int32_t *p32=pResData->pRoot+res; in isNoInheritanceMarker() local 363 int32_t length=*p32; in isNoInheritanceMarker() 364 const UChar *p=(const UChar *)p32; in isNoInheritanceMarker() 425 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias() local 426 length=*p32++; in res_getAlias() 427 p=(const UChar *)p32; in res_getAlias() 444 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinaryNoTrace() local [all …]
|
D | utrie.cpp | 1010 uint32_t *p32; in utrie_unserializeDummy() local 1025 trie->data32=p32=(uint32_t *)(p16+trie->indexLength); in utrie_unserializeDummy() 1029 p32[i]=initialValue; in utrie_unserializeDummy() 1036 p32[i]=leadUnitValue; in utrie_unserializeDummy()
|
/third_party/icu/icu4c/source/common/ |
D | uresdata.cpp | 336 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getStringNoTrace() local 337 length=*p32++; in res_getStringNoTrace() 338 p=(const UChar *)p32; in res_getStringNoTrace() 362 const int32_t *p32=pResData->pRoot+res; in isNoInheritanceMarker() local 363 int32_t length=*p32; in isNoInheritanceMarker() 364 const UChar *p=(const UChar *)p32; in isNoInheritanceMarker() 425 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias() local 426 length=*p32++; in res_getAlias() 427 p=(const UChar *)p32; in res_getAlias() 444 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinaryNoTrace() local [all …]
|
D | utrie.cpp | 1010 uint32_t *p32; in utrie_unserializeDummy() local 1025 trie->data32=p32=(uint32_t *)(p16+trie->indexLength); in utrie_unserializeDummy() 1029 p32[i]=initialValue; in utrie_unserializeDummy() 1036 p32[i]=leadUnitValue; in utrie_unserializeDummy()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresdata.cpp | 336 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getStringNoTrace() local 337 length=*p32++; in res_getStringNoTrace() 338 p=(const char16_t *)p32; in res_getStringNoTrace() 362 const int32_t *p32=pResData->pRoot+res; in isNoInheritanceMarker() local 363 int32_t length=*p32; in isNoInheritanceMarker() 364 const char16_t *p=(const char16_t *)p32; in isNoInheritanceMarker() 425 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias() local 426 length=*p32++; in res_getAlias() 427 p=(const char16_t *)p32; in res_getAlias() 444 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinaryNoTrace() local [all …]
|
D | utrie.cpp | 1010 uint32_t *p32; in utrie_unserializeDummy() local 1025 trie->data32=p32=(uint32_t *)(p16+trie->indexLength); in utrie_unserializeDummy() 1029 p32[i]=initialValue; in utrie_unserializeDummy() 1036 p32[i]=leadUnitValue; in utrie_unserializeDummy()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 128 const uint32_t *p32; in usrc_writeArray() local 134 p32=NULL; in usrc_writeArray() 143 p32=(const uint32_t *)p; in usrc_writeArray() 169 value=p32[i]; in usrc_writeArray()
|
/third_party/lz4/lib/ |
D | xxhash.c | 475 { const U32* p32 = state->mem32; in XXH32_update_endian() local 476 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 477 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 478 state->v3 = XXH32_round(state->v3, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 479 state->v4 = XXH32_round(state->v4, XXH_readLE32(p32, endian)); in XXH32_update_endian()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
D | xxhash.c | 475 { const U32* p32 = state->mem32; in XXH32_update_endian() local 476 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 477 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 478 state->v3 = XXH32_round(state->v3, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 479 state->v4 = XXH32_round(state->v4, XXH_readLE32(p32, endian)); in XXH32_update_endian()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.cpp | 155 const uint32_t *p32; in usrc_writeArray() local 162 p32=nullptr; in usrc_writeArray() 172 p32=(const uint32_t *)p; in usrc_writeArray() 202 value=p32[i]; in usrc_writeArray()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 146 const uint32_t *p32; in usrc_writeArray() local 153 p32=NULL; in usrc_writeArray() 163 p32=(const uint32_t *)p; in usrc_writeArray() 193 value=p32[i]; in usrc_writeArray()
|
/third_party/mesa3d/src/util/ |
D | xxhash.h | 892 { const xxh_u32* p32 = state->mem32; in XXH32_update() local 893 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32)); p32++; in XXH32_update() 894 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32)); p32++; in XXH32_update() 895 state->v3 = XXH32_round(state->v3, XXH_readLE32(p32)); p32++; in XXH32_update() 896 state->v4 = XXH32_round(state->v4, XXH_readLE32(p32)); in XXH32_update()
|
/third_party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 329 int p32 = popcount(a[3] ^ b[2]); in partition_mismatch4() local 332 int mx23 = astc::min(p22 + p33, p23 + p32); in partition_mismatch4() 334 int mx12 = astc::min(p21 + p32, p22 + p31); in partition_mismatch4() 336 int mx02 = astc::min(p20 + p32, p22 + p30); in partition_mismatch4()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 227 static __inline void KdHelp32To64(PKDHELP p32,PKDHELP64 p64) { in KdHelp32To64() argument 228 p64->Thread = p32->Thread; in KdHelp32To64() 229 p64->ThCallbackStack = p32->ThCallbackStack; in KdHelp32To64() 230 p64->NextCallback = p32->NextCallback; in KdHelp32To64() 231 p64->FramePointer = p32->FramePointer; in KdHelp32To64() 232 p64->KiCallUserMode = p32->KiCallUserMode; in KdHelp32To64() 233 p64->KeUserCallbackDispatcher = p32->KeUserCallbackDispatcher; in KdHelp32To64() 234 p64->SystemRangeStart = p32->SystemRangeStart; in KdHelp32To64()
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe.c | 183 be32(uint32_t i, uint32_t *p32) in be32() argument 185 uint8_t *p = (uint8_t *)p32; in be32() 192 return (uint8_t *)p32; in be32()
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistz256.c | 540 BN_ULONG p32[P256_LIMBS]; in ecp_nistz256_mod_inverse() local 565 ecp_nistz256_mul_mont(p32, res, p16); /* ffffffff*p */ in ecp_nistz256_mod_inverse() 567 ecp_nistz256_sqr_mont(res, p32); in ecp_nistz256_mod_inverse() 574 ecp_nistz256_mul_mont(res, res, p32); in ecp_nistz256_mod_inverse() 578 ecp_nistz256_mul_mont(res, res, p32); in ecp_nistz256_mod_inverse()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecp_nistz256.c | 540 BN_ULONG p32[P256_LIMBS]; in ecp_nistz256_mod_inverse() local 565 ecp_nistz256_mul_mont(p32, res, p16); /* ffffffff*p */ in ecp_nistz256_mod_inverse() 567 ecp_nistz256_sqr_mont(res, p32); in ecp_nistz256_mod_inverse() 574 ecp_nistz256_mul_mont(res, res, p32); in ecp_nistz256_mod_inverse() 578 ecp_nistz256_mul_mont(res, res, p32); in ecp_nistz256_mod_inverse()
|
/third_party/skia/tests/ |
D | SkBlockAllocatorTest.cpp | 147 auto p32 = pool->allocate<32>(96); in DEF_TEST() local 148 validate_ptr(32, 96, p32, &p16); in DEF_TEST() 157 validate_ptr(4, avail, pAvail, &p32); in DEF_TEST()
|
/third_party/typescript/tests/baselines/reference/ |
D | promiseType.js | 113 const p32 = p.then(undefined, () => 1); constant 350 const p32 = p.then(undefined, () => 1); constant
|
D | promiseTypeStrictNull.js | 113 const p32 = p.then(undefined, () => 1); constant 345 const p32 = p.then(undefined, () => 1); constant
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseTypeStrictNull.ts | 114 const p32 = p.then(undefined, () => 1); constant
|
D | promiseType.ts | 113 const p32 = p.then(undefined, () => 1); constant
|