Searched refs:pu (Results 1 - 25 of 37) sorted by relevance

12

/external/flac/libFLAC/
H A Dmemory.c76 FLAC__int32 *pu; /* unaligned pointer */ local
87 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */
90 pu = (FLAC__int32*)FLAC__memory_alloc_aligned(sizeof(*pu) * (size_t)elements, &u.pv);
91 if(0 == pu) {
97 *unaligned_pointer = pu;
105 FLAC__uint32 *pu; /* unaligned pointer */ local
116 if((size_t)elements > SIZE_MAX / sizeof(*pu)) /* overflow check */
119 pu = (FLAC__uint32*)FLAC__memory_alloc_aligned(sizeof(*pu) * element
134 FLAC__uint64 *pu; /* unaligned pointer */ local
163 unsigned *pu; /* unaligned pointer */ local
194 FLAC__real *pu; /* unaligned pointer */ local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pointer.h65 } pu; local
66 pu.p = ptr;
67 return pu.u;
76 } pu; local
77 pu.u = u;
78 return pu.p;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pointer.h65 } pu; local
66 pu.p = ptr;
67 return pu.u;
76 } pu; local
77 pu.u = u;
78 return pu.p;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWTauNafMultiplier.java86 ECPoint.F2m[] pu;
89 pu = Tnaf.getPreComp(p, a);
90 curve.setPreCompInfo(p, new WTauNafPreCompInfo(pu));
94 pu = ((WTauNafPreCompInfo)preCompInfo).getPreComp();
106 q = q.addSimple(pu[u[i]]);
111 q = q.subtractSimple(pu[-u[i]]);
H A DTnaf.java808 ECPoint.F2m[] pu;
809 pu = new ECPoint.F2m[16];
810 pu[1] = p;
825 pu[i] = Tnaf.multiplyFromTnaf(p, alphaTnaf[i]);
828 p.getCurve().normalizeAll(pu);
830 return pu;
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java93 PolicyJoiner pu = new PolicyJoiner();
96 pu.join(policy);
98 return pu.out != null ? pu.out : IDENTITY_ELEMENT_POLICY;
/external/fio/os/
H A Dos-hpux.h75 union pstun pu; local
77 pu.pst_static = &pst;
78 if (pstat(PSTAT_STATIC, pu, sizeof(pst), 0, 0) == -1)
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp169 UChar *buffer, *pu; local
217 pu=buffer;
220 &pu, buffer+src.getCapacity(),
223 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0);
286 pu=buffer+length;
288 cnv, &pu, buffer+src.getCapacity(),
291 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0);
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp169 UChar *buffer, *pu; local
217 pu=buffer;
220 &pu, buffer+src.getCapacity(),
223 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0);
286 pu=buffer+length;
288 cnv, &pu, buffer+src.getCapacity(),
291 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp346 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}}
/external/chromium_org/third_party/icu/source/common/
H A Dubidiln.c701 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; local
702 for(pu=start; pu<limit; pu++) {
703 if(IS_BIDI_CONTROL_CHAR(*pu)) {
704 runIndex=getRunFromLogicalIndex(pBiDi, (int32_t)(pu-start), pErrorCode);
/external/icu/icu4c/source/common/
H A Dubidiln.c701 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; local
702 for(pu=start; pu<limit; pu++) {
703 if(IS_BIDI_CONTROL_CHAR(*pu)) {
704 runIndex=getRunFromLogicalIndex(pBiDi, (int32_t)(pu-start), pErrorCode);
/external/valgrind/main/drd/
H A Ddrd_main.c764 ULong pu = DRD_(thread_get_update_conflict_set_count)(); local
775 pu);
784 pu - pu_seg_cr - pu_mtx_cv - pu_join);
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips5-wrong-error.s30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5-wrong-error.s30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips5-wrong-error.s30 cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp49 U *pu = new (ps) U; local
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c988 const UChar *pu, *pDest; local
1029 for(pb=(const char *)bytes, pu=uchars;
1031 pb+=srcLength+1, pu+=destLength0+1, ++number
1034 destLength0=u_strlen(pu);
1067 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1079 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1115 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1128 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1135 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
H A Dccapitst.c3034 UChar *pu; local
3111 pu=uNormal;
3112 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3113 normalLength=(int32_t)(pu-uNormal);
3116 pu=uSwapped;
3117 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3118 swappedLength=(int32_t)(pu-uSwapped);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c988 const UChar *pu, *pDest; local
1029 for(pb=(const char *)bytes, pu=uchars;
1031 pb+=srcLength+1, pu+=destLength0+1, ++number
1034 destLength0=u_strlen(pu);
1067 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1079 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1115 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1128 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
1135 destLength!=destLength0 || !equalAnyFFFD(dest, pu, destLength)
H A Dccapitst.c3038 UChar *pu; local
3115 pu=uNormal;
3116 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3117 normalLength=(int32_t)(pu-uNormal);
3120 pu=uSwapped;
3121 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3122 swappedLength=(int32_t)(pu-uSwapped);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1705 const UChar *pu; local
1726 pu=ten.unext(&length, status);
1728 if(U_FAILURE(status) || pu==NULL || length!=s.length() || UnicodeString(TRUE, pu, length)!=s) {
1769 pu=uenum_unext(uten, &length, &status);
1771 if(U_FAILURE(status) || pu==NULL || length!=s.length() || UnicodeString(TRUE, pu, length)!=s) {
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1705 const UChar *pu; local
1726 pu=ten.unext(&length, status);
1728 if(U_FAILURE(status) || pu==NULL || length!=s.length() || UnicodeString(TRUE, pu, length)!=s) {
1769 pu=uenum_unext(uten, &length, &status);
1771 if(U_FAILURE(status) || pu==NULL || length!=s.length() || UnicodeString(TRUE, pu, length)!=s) {
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc570 case 'p': { // 'pu: P and U bits for load and store instructions
571 DCHECK(STRING_STARTS_WITH(format, "pu"));
1162 Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
1164 Format(instr, "stm'cond'pu 'rn'w, 'rlist");
1479 Format(instr, "vldm'cond'pu 'rn'w, {'Sd-'Sd+}");
1481 Format(instr, "vstm'cond'pu 'rn'w, {'Sd-'Sd+}");
1524 Format(instr, "vldm'cond'pu 'rn'w, {'Dd-'Dd+}");
1526 Format(instr, "vstm'cond'pu 'rn'w, {'Dd-'Dd+}");

Completed in 5154 milliseconds

12