/external/python/cpython3/Objects/ |
D | accu.c | 18 _PyAccu_Init(_PyAccu *acc) in _PyAccu_Init() 29 flush_accumulator(_PyAccu *acc) in flush_accumulator() 55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) in _PyAccu_Accumulate() 76 _PyAccu_FinishAsList(_PyAccu *acc) in _PyAccu_FinishAsList() 93 _PyAccu_Finish(_PyAccu *acc) in _PyAccu_Finish() 111 _PyAccu_Destroy(_PyAccu *acc) in _PyAccu_Destroy()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_BitStream_unittest.cpp | 19 auto acc = pdfium::MakeRetain<CPDF_StreamAcc>(in_stream.get()); in TEST() local 44 auto acc = pdfium::MakeRetain<CPDF_StreamAcc>(in_stream.get()); in TEST() local 56 auto acc = pdfium::MakeRetain<CPDF_StreamAcc>(in_stream.get()); in TEST() local 72 auto acc = pdfium::MakeRetain<CPDF_StreamAcc>(in_stream.get()); in TEST() local 89 auto acc = pdfium::MakeRetain<CPDF_StreamAcc>(in_stream.get()); in TEST() local 110 auto acc = pdfium::MakeRetain<CPDF_StreamAcc>(in_stream.get()); in TEST() local
|
/external/pdfium/core/fxcrt/ |
D | cfx_seekablemultistream.cpp | 27 for (const auto& acc : m_Data) in GetSize() local 38 const auto& acc = m_Data[index]; in ReadBlock() local 47 const auto& acc = m_Data[index]; in ReadBlock() local
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_tns.c | 217 WORD32 acc; in ixheaacd_tns_ar_filter_fixed_dec() local 266 WORD32 acc; in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() local 293 WORD64 acc = 0; in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() local 316 WORD32 acc; in ixheaacd_tns_ar_filter_fixed_armv8() local 343 WORD64 acc = 0; in ixheaacd_tns_ar_filter_fixed_armv8() local 387 WORD32 acc; in ixheaacd_tns_ar_filter_dec() local
|
D | ixheaacd_basic_ops32.h | 379 WORD32 acc; in ixheaacd_mac16x16in32_sat() local 389 WORD32 acc; in mac16x16hin32() local 400 WORD32 acc; in ixheaacd_mac16x16in32_shl() local 411 WORD32 acc; in ixheaacd_mac16x16in32_shl_sat() local 421 WORD32 acc; in msu16x16in32() local 431 WORD32 acc; in msu16x16in32_shl() local 442 WORD32 acc; in msu16x16in32_shl_sat() local
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | differ_block_sse2.cc | 27 __m128i acc = _mm_setzero_si128(); in BlockDifference_SSE2_W16() local 67 __m128i acc = _mm_setzero_si128(); in BlockDifference_SSE2_W32() local
|
/external/libhevc/encoder/ |
D | ia_basic_ops32.h | 1153 WORD32 acc; in mac16x16in32() local 1192 WORD32 acc; in mac16x16in32_shl() local 1231 WORD32 acc; in mac16x16in32_shl_sat() local 1269 WORD32 acc; in msu16x16in32() local 1308 WORD32 acc; in msu16x16in32_shl() local 1347 WORD32 acc; in msu16x16in32_shl_sat() local
|
/external/mesa3d/src/mesa/main/ |
D | accum.c | 153 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() local 163 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() local 234 GLshort *acc = (GLshort *) accMap; in accum_or_load() local 328 GLshort *acc = (GLshort *) accMap; in accum_return() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 141 inline int32x4_t vdotq_four_lane_s32(int32x4_t acc, int8x16_t lhs, in vdotq_four_lane_s32() 160 inline int32x4_t vdotq_s32(int32x4_t acc, int8x16_t lhs, int8x16_t rhs) { in vdotq_s32() 167 inline int32x4_t vdotq_four_lane_s32(int32x4_t acc, int8x16_t lhs, in vdotq_four_lane_s32()
|
/external/clang/test/SemaCXX/ |
D | operator-arrow-temporary.cpp | 18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}} in f() local
|
/external/openssh/openbsd-compat/ |
D | strtoll.c | 53 long long acc, cutoff; in strtoll() local
|
D | strtoull.c | 53 unsigned long long acc, cutoff; in strtoull() local
|
D | strtoul.c | 51 unsigned long acc, cutoff; in strtoul() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | l2normalization.h | 36 int32_t acc = 0; in L2Normalization() local
|
D | mean.h | 55 int32 acc = 0; in Mean() local
|
/external/libaom/libaom/av1/encoder/ |
D | wedge_utils.c | 98 int64_t acc = 0; in av1_wedge_sign_from_residuals_c() local
|
/external/perfetto/src/base/ |
D | string_utils.cc | 42 std::string acc; in Join() local
|
/external/turbine/java/com/google/turbine/parse/ |
D | UnicodeEscapePreprocessor.java | 76 char acc = (char) ((hexDigit(ch) & 0xff) << 12); in unicodeEscape() local
|
/external/u-boot/lib/rsa/ |
D | rsa-mod-exp.c | 38 int64_t acc = 0; in subtract_modulus() local 187 uint32_t val[key->len], acc[key->len], tmp[key->len]; in pow_mod() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_info.c | 166 ACCESS_DESCRIPTION *acc; in v2i_AUTHORITY_INFO_ACCESS() local
|
/external/eigen/bench/ |
D | bench_reverse.cpp | 30 Scalar acc = 0; in bench_reverse() local
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_planet_and_moon.py | 54 def acc(self): member in Star
|
/external/python/cpython3/Lib/turtledemo/ |
D | planet_and_moon.py | 53 def acc(self): member in Star
|
/external/elfutils/libdw/ |
D | memory-access.h | 76 uint64_t acc = 0; in __libdw_get_uleb128() local 93 uint64_t acc = 0; in __libdw_get_uleb128_unchecked() local 128 int64_t acc = 0; in __libdw_get_sleb128() local 145 int64_t acc = 0; in __libdw_get_sleb128_unchecked() local
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ObjectType.java | 161 final JavaClass acc = Repository.lookupClass(accessor.class_name); in accessibleTo() local
|