Home
last modified time | relevance | path

Searched refs:p32 (Results 1 - 25 of 33) sorted by relevance

12

/third_party/mbedtls/library/
H A Dalignment.c35 mbedtls_uint32_unaligned_t *p32 = (mbedtls_uint32_unaligned_t *) p; in mbedtls_get_unaligned_uint32() local
36 r = *p32; in mbedtls_get_unaligned_uint32()
38 mbedtls_uint32_unaligned_t *p32 = (mbedtls_uint32_unaligned_t *) p; in mbedtls_get_unaligned_uint32() local
39 r = p32->x; in mbedtls_get_unaligned_uint32()
49 mbedtls_uint32_unaligned_t *p32 = (mbedtls_uint32_unaligned_t *) p; in mbedtls_put_unaligned_uint32() local
50 *p32 = x; in mbedtls_put_unaligned_uint32()
52 mbedtls_uint32_unaligned_t *p32 = (mbedtls_uint32_unaligned_t *) p; in mbedtls_put_unaligned_uint32()
53 p32->x = x; in mbedtls_put_unaligned_uint32()
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c224 Elf32_Phdr (*p32)[phnum] = phdrsp; in elf_from_remote_memory()
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)[ in elf_from_remote_memory()
[all...]
H A Ddwfl_segment_report_module.c500 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[ in dwfl_segment_report_module()
[all...]
H A Dlink_map.c902 Elf32_Phdr (*p32)[phnum] = buf; in dwfl_link_map_report()
944 ? (*p32)[i].p_type in dwfl_link_map_report()
947 ? (*p32)[i].p_vaddr in dwfl_link_map_report()
950 ? (*p32)[i].p_filesz in dwfl_link_map_report()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl254 .pred.rel "mutex",p30,p32
272 (p32) add a[1]=a[1],t[1],1 };; // (p22)
277 (p32) cmp.leu p31,p29=a[1],t[1] // (p22)
290 (p31) cmp.ltu p32,p30=a[0],topbit
291 (p33) cmp.leu p32,p30=a[0],topbit
300 (p32) add topbit=r0,r0,1 }
333 (p33) cmp.gtu p34,p32=n[1],t[1] // (p17)
336 (p35) cmp.geu p34,p32=n[1],t[1] // (p17)
775 { .mmi; cmp.gtu p34,p32=n1,t0;;
776 .pred.rel "mutex",p32,p3
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl254 .pred.rel "mutex",p30,p32
272 (p32) add a[1]=a[1],t[1],1 };; // (p22)
277 (p32) cmp.leu p31,p29=a[1],t[1] // (p22)
290 (p31) cmp.ltu p32,p30=a[0],topbit
291 (p33) cmp.leu p32,p30=a[0],topbit
300 (p32) add topbit=r0,r0,1 }
333 (p33) cmp.gtu p34,p32=n[1],t[1] // (p17)
336 (p35) cmp.geu p34,p32=n[1],t[1] // (p17)
775 { .mmi; cmp.gtu p34,p32=n1,t0;;
776 .pred.rel "mutex",p32,p3
[all...]
/third_party/icu/icu4c/source/common/
H A Duresdata.cpp336 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 in res_getBinaryNoTrace() local
727 const Resource *p32=(const Resource *)(p+length+(~length&1)); res_getTableItemByKey() local
773 const Resource *p32=(const Resource *)(p+length+(~length&1)); res_getTableItemByIndex() local
[all...]
H A Dutrie.cpp1010 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/
H A Duresdata.cpp336 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 in res_getBinaryNoTrace() local
727 const Resource *p32=(const Resource *)(p+length+(~length&1)); res_getTableItemByKey() local
773 const Resource *p32=(const Resource *)(p+length+(~length&1)); res_getTableItemByIndex() local
[all...]
H A Dutrie.cpp1010 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/common/
H A Duresdata.cpp336 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 in res_getBinaryNoTrace() local
727 const Resource *p32=(const Resource *)(p+length+(~length&1)); res_getTableItemByKey() local
773 const Resource *p32=(const Resource *)(p+length+(~length&1)); res_getTableItemByIndex() local
[all...]
H A Dutrie.cpp1010 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/
H A Dwritesrc.cpp128 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/
H A Dxxhash.c475 { 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/
H A Dxxhash.c475 { 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/
H A Dwritesrc.cpp155 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/
H A Dwritesrc.cpp146 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/
H A Dxxhash.h892 { 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/
H A Dastcenc_find_best_partitioning.cpp349 int p32 = popcount(a[3] ^ b[2]); in partition_mismatch4() local
352 int mx23 = astc::min(p22 + p33, p23 + p32); in partition_mismatch4()
354 int mx12 = astc::min(p21 + p32, p22 + p31); in partition_mismatch4()
356 int mx02 = astc::min(p20 + p32, p22 + p30); in partition_mismatch4()
/third_party/musl/src/math/
H A Dcbrtl.c98 t = dt + (0x1.0p32L + 0x1.0p-31L) - 0x1.0p32; in cbrtl()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcbrtl.c98 t = dt + (0x1.0p32L + 0x1.0p-31L) - 0x1.0p32; in cbrtl()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c183 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/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h227 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/skia/tests/
H A DSkBlockAllocatorTest.cpp147 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/
H A DpromiseType.js113 const p32 = p.then(undefined, () => 1);
350 const p32 = p.then(undefined, () => 1);

Completed in 29 milliseconds

12