/external/flac/libFLAC/ |
D | memory.c | 76 FLAC__int32 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_int32_array() local 87 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ in FLAC__memory_alloc_aligned_int32_array() 90 pu = (FLAC__int32*)FLAC__memory_alloc_aligned(sizeof(*pu) * (size_t)elements, &u.pv); in FLAC__memory_alloc_aligned_int32_array() 91 if(0 == pu) { in FLAC__memory_alloc_aligned_int32_array() 97 *unaligned_pointer = pu; in FLAC__memory_alloc_aligned_int32_array() 105 FLAC__uint32 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_uint32_array() local 116 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ in FLAC__memory_alloc_aligned_uint32_array() 119 pu = (FLAC__uint32*)FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_uint32_array() 120 if(0 == pu) { in FLAC__memory_alloc_aligned_uint32_array() 126 *unaligned_pointer = pu; in FLAC__memory_alloc_aligned_uint32_array() [all …]
|
/external/grub/stage2/ |
D | boot.c | 55 pu; in load_image() local 62 pu.aout = (struct exec *) buffer; in load_image() 100 || pu.elf->e_ident[EI_OSABI] == ELFOSABI_FREEBSD in load_image() 101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0 in load_image() 107 entry_addr = (entry_func) pu.elf->e_entry; in load_image() 109 entry_addr = (entry_func) (pu.elf->e_entry & 0xFFFFFF); in load_image() 116 if (pu.elf->e_phoff == 0 || pu.elf->e_phnum == 0 in load_image() 117 || ((pu.elf->e_phoff + (pu.elf->e_phentsize * pu.elf->e_phnum)) in load_image() 140 pu.mb = (struct multiboot_header *) (buffer + i); in load_image() 141 entry_addr = (entry_func) pu.mb->entry_addr; in load_image() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pointer.h | 65 } pu; in pointer_to_uintptr() local 66 pu.p = ptr; in pointer_to_uintptr() 67 return pu.u; in pointer_to_uintptr() 76 } pu; in uintptr_to_pointer() local 77 pu.u = u; in uintptr_to_pointer() 78 return pu.p; in uintptr_to_pointer()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_pointer.h | 65 } pu; in pointer_to_uintptr() local 66 pu.p = ptr; in pointer_to_uintptr() 67 return pu.u; in pointer_to_uintptr() 76 } pu; in uintptr_to_pointer() local 77 pu.u = u; in uintptr_to_pointer() 78 return pu.p; in uintptr_to_pointer()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WTauNafMultiplier.java | 87 ECPoint.F2m[] pu; in multiplyFromWTnaf() local 90 pu = Tnaf.getPreComp(p, a); in multiplyFromWTnaf() 91 p.setPreCompInfo(new WTauNafPreCompInfo(pu)); in multiplyFromWTnaf() 95 pu = ((WTauNafPreCompInfo)preCompInfo).getPreComp(); in multiplyFromWTnaf() 107 q = q.addSimple(pu[u[i]]); in multiplyFromWTnaf() 112 q = q.subtractSimple(pu[-u[i]]); in multiplyFromWTnaf()
|
D | Tnaf.java | 822 ECPoint.F2m[] pu; in getPreComp() local 823 pu = new ECPoint.F2m[16]; in getPreComp() 824 pu[1] = p; in getPreComp() 839 pu[i] = Tnaf.multiplyFromTnaf(p, alphaTnaf[i]); in getPreComp() 842 return pu; in getPreComp()
|
/external/chromium_org/net/third_party/nss/patches/ |
D | getrequestedclientcerttypes.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 22 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h 42 diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h 56 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
|
D | tls12chromium.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 20 diff -pu a/nss/lib/ssl/ssl3ecc.c b/nss/lib/ssl/ssl3ecc.c 36 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
|
D | versionskew.patch | 1 diff -pu a/nss/lib/ssl/sslsecur.c b/nss/lib/ssl/sslsecur.c 23 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
|
D | didhandshakeresume.patch | 1 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h 14 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
|
D | secitemarray.patch | 1 diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h 20 diff -pu a/nss/lib/ssl/sslt.h b/nss/lib/ssl/sslt.h
|
D | channelid.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 275 diff -pu a/nss/lib/ssl/ssl3ext.c b/nss/lib/ssl/ssl3ext.c 358 diff -pu a/nss/lib/ssl/ssl3prot.h b/nss/lib/ssl/ssl3prot.h 371 diff -pu a/nss/lib/ssl/sslauth.c b/nss/lib/ssl/sslauth.c 399 diff -pu a/nss/lib/ssl/sslerr.h b/nss/lib/ssl/sslerr.h 413 diff -pu a/nss/lib/ssl/SSLerrs.h b/nss/lib/ssl/SSLerrs.h 429 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h 467 diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h 501 diff -pu a/nss/lib/ssl/sslsecur.c b/nss/lib/ssl/sslsecur.c 547 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c [all …]
|
D | tlsunique.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 73 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h 104 diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h 119 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
|
D | cachecerts.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 81 diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h 98 diff -pu a/nss/lib/ssl/sslnonce.c b/nss/lib/ssl/sslnonce.c
|
D | peercertchain.patch | 1 diff -pu a/nss/lib/ssl/sslauth.c b/nss/lib/ssl/sslauth.c 46 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h
|
D | restartclientauth.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 90 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h 105 diff -pu a/nss/lib/ssl/sslimpl.h b/nss/lib/ssl/sslimpl.h 130 diff -pu a/nss/lib/ssl/sslsecur.c b/nss/lib/ssl/sslsecur.c
|
D | alpn.patch | 1 diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c 16 diff -pu a/nss/lib/ssl/ssl3ext.c b/nss/lib/ssl/ssl3ext.c 198 diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h 228 diff -pu a/nss/lib/ssl/sslt.h b/nss/lib/ssl/sslt.h
|
D | ecpointform.patch | 1 diff -pu a/nss/lib/ssl/ssl3ecc.c b/nss/lib/ssl/ssl3ecc.c
|
D | suitebonly.patch | 1 diff -pu a/nss/lib/ssl/ssl3ecc.c b/nss/lib/ssl/ssl3ecc.c
|
/external/clang/include/clang/Driver/ |
D | Types.def | 57 TYPE("c-header", CHeader, PP_CHeader, 0, "pu") 58 TYPE("cl-header", CLHeader, PP_CHeader, 0, "pu") 60 TYPE("objective-c-header", ObjCHeader, PP_ObjCHeader, 0, "pu") 62 TYPE("c++-header", CXXHeader, PP_CXXHeader, 0, "pu") 64 TYPE("objective-c++-header", ObjCXXHeader, PP_ObjCXXHeader, 0, "pu")
|
/external/chromium_org/third_party/icu/source/data/zone/ |
D | is.txt | 55 ld{"sumartími Mið-Evrópu"} 61 ld{"sumartími Austur-Evrópu"}
|
/external/icu4c/data/lang/ |
D | nus.txt | 42 pa{"Thok puɔnjabani"} 44 pt{"Thok puɔtigali"}
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 169 UChar *buffer, *pu; in parseFile() local 217 pu=buffer; in parseFile() 220 &pu, buffer+src.getCapacity(), in parseFile() 223 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 286 pu=buffer+length; in parseFile() 288 cnv, &pu, buffer+src.getCapacity(), in parseFile() 291 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/external/icu4c/tools/toolutil/ |
D | xmlparser.cpp | 169 UChar *buffer, *pu; in parseFile() local 217 pu=buffer; in parseFile() 220 &pu, buffer+src.getCapacity(), in parseFile() 223 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 286 pu=buffer+length; in parseFile() 288 cnv, &pu, buffer+src.getCapacity(), in parseFile() 291 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 346 extern const U pu; 347 constexpr const int *pua = &pu.a; 348 constexpr const int *pub = &pu.b; 349 constexpr U pu = { .b = 1 }; // expected-warning {{C99 feature}} variable
|