/external/flac/libFLAC/ |
D | memory.c | 64 FLAC__int32 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_int32_array() local 75 if(elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ in FLAC__memory_alloc_aligned_int32_array() 78 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_int32_array() 79 if(0 == pu) { in FLAC__memory_alloc_aligned_int32_array() 85 *unaligned_pointer = pu; in FLAC__memory_alloc_aligned_int32_array() 93 FLAC__uint32 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_uint32_array() local 104 if(elements > SIZE_MAX / sizeof(*pu)) /* overflow check */ in FLAC__memory_alloc_aligned_uint32_array() 107 pu = FLAC__memory_alloc_aligned(sizeof(*pu) * elements, &u.pv); in FLAC__memory_alloc_aligned_uint32_array() 108 if(0 == pu) { in FLAC__memory_alloc_aligned_uint32_array() 114 *unaligned_pointer = pu; in FLAC__memory_alloc_aligned_uint32_array() [all …]
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | gsmod_almmontinv.c | 72 BNU_CHUNK_T* pu = pBuffer; in alm_mont_inv() local 73 BNU_CHUNK_T* ps = pu+mLen; in alm_mont_inv() 83 COPY_BNU(pu, pm, mLen); in alm_mont_inv() 89 if(0==(pu[0]&1)) { // if(isEven(u)) { in alm_mont_inv() 90 cpLSR_BNU(pu, pu, mLen, 1); // u = u/2; in alm_mont_inv() 98 int cmpRes = cpCmp_BNU(pu, mLen, pv, mLen); in alm_mont_inv() 100 cpSub_BNU(pu, pu, pv, mLen); // u = (u-v); in alm_mont_inv() 101 cpLSR_BNU(pu, pu, mLen, 1); // u = u/2; in alm_mont_inv() 106 cpSub_BNU(pv, pv, pu, mLen); // v = (v-u); in alm_mont_inv() 116 if(1!=cpEqu_BNU_CHUNK(pu, mLen, 1)) { in alm_mont_inv()
|
D | gsmod_almmontinv_ct.c | 74 BNU_CHUNK_T* pu = pBuffer; in alm_mont_inv_ct() local 75 BNU_CHUNK_T* ps = pu+mLen; in alm_mont_inv_ct() 89 COPY_BNU(pu, pm, mLen); in alm_mont_inv_ct() 108 m = update & cpIsEven_ct(pu[0]); in alm_mont_inv_ct() 109 cpLSR_BNU(px, pu, mLen, 1); in alm_mont_inv_ct() 111 cpMaskedReplace_ct(pu, px, mLen, m); in alm_mont_inv_ct() 124 mm = cpSub_BNU(px, pv, pu, mLen); in alm_mont_inv_ct() 134 cpSub_BNU(px, pu, pv, mLen); in alm_mont_inv_ct() 138 cpMaskedReplace_ct(pu, px, mLen, mm); in alm_mont_inv_ct() 155 k &= cpIsGFpElemEquChunk_ct(pu, mLen, 1); in alm_mont_inv_ct()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | PropertyUtilsSharingTest.java | 40 PropertyUtils pu = new PropertyUtils(); in testYamlConstructorWithPropertyUtils() local 41 constructor1.setPropertyUtils(pu); in testYamlConstructorWithPropertyUtils() 43 assertSame(pu, yaml.constructor.getPropertyUtils()); in testYamlConstructorWithPropertyUtils() 44 assertSame(pu, yaml.representer.getPropertyUtils()); in testYamlConstructorWithPropertyUtils() 49 PropertyUtils pu = new PropertyUtils(); in testYamlRepresenterWithPropertyUtils() local 50 representer2.setPropertyUtils(pu); in testYamlRepresenterWithPropertyUtils() 52 assertSame(pu, yaml.constructor.getPropertyUtils()); in testYamlRepresenterWithPropertyUtils() 53 assertSame(pu, yaml.representer.getPropertyUtils()); in testYamlRepresenterWithPropertyUtils()
|
/external/virglrenderer/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/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/u-boot/drivers/pinctrl/ |
D | pinctrl-sti.c | 94 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local 128 oe = 0; pu = 0; od = 0; in sti_pin_configure() 131 oe = 0; pu = 1; od = 0; in sti_pin_configure() 134 oe = 1; pu = 0; od = 0; in sti_pin_configure() 137 oe = 1; pu = 0; od = 1; in sti_pin_configure() 140 oe = 1; pu = 1; od = 1; in sti_pin_configure() 193 if (pu) in sti_pin_configure()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue193/ |
D | AbstractBeanTest.java | 39 PropertyUtils pu = new PropertyUtils(); in testErrorMessage() local 40 c.setPropertyUtils(pu); in testErrorMessage() 41 r.setPropertyUtils(pu); in testErrorMessage() 43 pu.getProperties(BeanA1.class, BeanAccess.FIELD); in testErrorMessage()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WTauNafMultiplier.java | 93 ECPoint.AbstractF2m[] pu = preCompInfo.getPreComp(); in multiplyFromWTnaf() local 96 ECPoint.AbstractF2m[] puNeg = new ECPoint.AbstractF2m[pu.length]; in multiplyFromWTnaf() 97 for (int i = 0; i < pu.length; ++i) in multiplyFromWTnaf() 99 puNeg[i] = (ECPoint.AbstractF2m)pu[i].negate(); in multiplyFromWTnaf() 116 ECPoint x = ui > 0 ? pu[ui >>> 1] : puNeg[(-ui) >>> 1]; in multiplyFromWTnaf()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | WTauNafMultiplier.java | 95 ECPoint.AbstractF2m[] pu = preCompInfo.getPreComp(); in multiplyFromWTnaf() local 98 ECPoint.AbstractF2m[] puNeg = new ECPoint.AbstractF2m[pu.length]; in multiplyFromWTnaf() 99 for (int i = 0; i < pu.length; ++i) in multiplyFromWTnaf() 101 puNeg[i] = (ECPoint.AbstractF2m)pu[i].negate(); in multiplyFromWTnaf() 118 ECPoint x = ui > 0 ? pu[ui >>> 1] : puNeg[(-ui) >>> 1]; in multiplyFromWTnaf()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | ElementPolicy.java | 93 PolicyJoiner pu = new PolicyJoiner(); in join() local 96 pu.join(policy); in join() 98 return pu.out != null ? pu.out : IDENTITY_ELEMENT_POLICY; in join()
|
/external/libhevc/encoder/ |
D | hme_utils.c | 126 s_pu.b4_ht = ps_best_l0_pu->pu.b4_ht; in ihevce_open_loop_pred_data() 127 s_pu.b4_wd = ps_best_l0_pu->pu.b4_wd; in ihevce_open_loop_pred_data() 128 s_pu.b4_pos_x = ps_best_l0_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data() 129 s_pu.b4_pos_y = ps_best_l0_pu->pu.b4_pos_y; in ihevce_open_loop_pred_data() 131 s_pu.mv.s_l0_mv.i2_mvx = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvx; in ihevce_open_loop_pred_data() 132 s_pu.mv.s_l0_mv.i2_mvy = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvy; in ihevce_open_loop_pred_data() 133 s_pu.mv.i1_l0_ref_idx = ps_best_l0_pu->pu.mv.i1_l0_ref_idx; in ihevce_open_loop_pred_data() 142 s_pu.b4_ht = ps_best_l1_pu->pu.b4_ht; in ihevce_open_loop_pred_data() 143 s_pu.b4_wd = ps_best_l1_pu->pu.b4_wd; in ihevce_open_loop_pred_data() 144 s_pu.b4_pos_x = ps_best_l1_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data() [all …]
|
D | hme_subpel.c | 618 (ps_part_type_result->as_pu_results->pu.b4_wd + 1) << 2, in hme_compute_pred_and_evaluate_bi() 619 (ps_part_type_result->as_pu_results->pu.b4_ht + 1) << 2, in hme_compute_pred_and_evaluate_bi() 650 pred_dir = ps_part_type_result->as_pu_results[j].pu.b2_pred_mode; in hme_compute_pred_and_evaluate_bi() 656 i1_ref_idx = ps_pu_node1->pu.mv.i1_l0_ref_idx; in hme_compute_pred_and_evaluate_bi() 657 aps_mv[0] = &(ps_pu_node1->pu.mv.s_l0_mv); in hme_compute_pred_and_evaluate_bi() 687 i1_ref_idx = ps_pu_node1->pu.mv.i1_l1_ref_idx; in hme_compute_pred_and_evaluate_bi() 688 aps_mv[0] = &(ps_pu_node1->pu.mv.s_l1_mv); in hme_compute_pred_and_evaluate_bi() 789 pred_dir = ps_pu_node2[i].pu.b2_pred_mode; in hme_compute_pred_and_evaluate_bi() 793 i1_ref_idx = ps_pu_node2[i].pu.mv.i1_l0_ref_idx; in hme_compute_pred_and_evaluate_bi() 794 aps_mv[1] = &(ps_pu_node2[i].pu.mv.s_l0_mv); in hme_compute_pred_and_evaluate_bi() [all …]
|
/external/libcxx/include/experimental/ |
D | propagate_const | 27 template <class T> constexpr bool operator==(nullptr_t, const propagate_const<T>& pu); 29 template <class T> constexpr bool operator!=(nullptr_t, const propagate_const<T>& pu); 30 …, class U> constexpr bool operator==(const propagate_const<T>& pt, const propagate_const<_Up>& pu); 31 …, class U> constexpr bool operator!=(const propagate_const<T>& pt, const propagate_const<_Up>& pu); 32 …T, class U> constexpr bool operator<(const propagate_const<T>& pt, const propagate_const<_Up>& pu); 33 …T, class U> constexpr bool operator>(const propagate_const<T>& pt, const propagate_const<_Up>& pu); 34 …, class U> constexpr bool operator<=(const propagate_const<T>& pt, const propagate_const<_Up>& pu); 35 …, class U> constexpr bool operator>=(const propagate_const<T>& pt, const propagate_const<_Up>& pu); 42 …emplate <class T, class U> constexpr bool operator==(const _Tp& t, const propagate_const<_Up>& pu); 43 …emplate <class T, class U> constexpr bool operator!=(const _Tp& t, const propagate_const<_Up>& pu); [all …]
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_fractalcurves.py | 53 self.pu() 61 self.pu() 85 ft.pu() 103 ft.pu()
|
D | tdemo_colormixer.py | 19 self.pu() 23 self.pu() 50 writer.pu()
|
D | tdemo_I_dontlike_tiltdemo.py | 23 pu(); bk(24*18/6.283); rt(90); pd() 26 pu()
|
D | tdemo_planet_and_moon.py | 76 s.pu() 99 sun.pu()
|
/external/python/cpython3/Lib/turtledemo/ |
D | fractalcurves.py | 53 self.pu() 61 self.pu() 85 ft.pu() 103 ft.pu()
|
D | colormixer.py | 19 self.pu() 23 self.pu() 50 writer.pu()
|
/external/clang/include/clang/Driver/ |
D | Types.def | 60 TYPE("c-header", CHeader, PP_CHeader, "h", "pu") 61 TYPE("cl-header", CLHeader, PP_CHeader, "h", "pu") 63 TYPE("objective-c-header", ObjCHeader, PP_ObjCHeader, "h", "pu") 65 TYPE("c++-header", CXXHeader, PP_CXXHeader, "hh", "pu") 67 TYPE("objective-c++-header", ObjCXXHeader, PP_ObjCXXHeader, "h", "pu")
|
/external/syzkaller/vendor/google.golang.org/grpc/encoding/proto/ |
D | proto.go | 86 if pu, ok := protoMsg.(proto.Unmarshaler); ok { 88 return pu.Unmarshal(data)
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 171 UChar *buffer, *pu; in parseFile() local 219 pu=buffer; in parseFile() 222 &pu, buffer+src.getCapacity(), in parseFile() 225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 288 pu=buffer+length; in parseFile() 290 cnv, &pu, buffer+src.getCapacity(), in parseFile() 293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/external/google-breakpad/src/client/mac/sender/it.lproj/ |
D | Localizable.strings | 3 …tre applicazioni non ne hanno risentito. È stato creato un rapporto che si può inviare a %@ per ai… 6 …tre applicazioni non ne hanno risentito. È stato creato un rapporto che si può inviare a %1$@ per …
|
/external/icu/icu4c/source/data/lang/ |
D | nus.txt | 33 pa{"Thok puɔnjabani"} 35 pt{"Thok puɔtigali"}
|