Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 25 of 127) sorted by relevance

123456

/external/python/cpython3/Objects/
Daccu.c18 _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/
DJBig2_BitStream_unittest.cpp19 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/
Dcfx_seekablemultistream.cpp27 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/
Dixheaacd_aac_tns.c217 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
Dixheaacd_basic_ops32.h379 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/
Ddiffer_block_sse2.cc27 __m128i acc = _mm_setzero_si128(); in BlockDifference_SSE2_W16() local
67 __m128i acc = _mm_setzero_si128(); in BlockDifference_SSE2_W32() local
/external/libhevc/encoder/
Dia_basic_ops32.h1153 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/
Daccum.c153 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/
Ddepthwiseconv_uint8_3x3_filter.h141 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/
Doperator-arrow-temporary.cpp18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}} in f() local
/external/openssh/openbsd-compat/
Dstrtoll.c53 long long acc, cutoff; in strtoll() local
Dstrtoull.c53 unsigned long long acc, cutoff; in strtoull() local
Dstrtoul.c51 unsigned long acc, cutoff; in strtoul() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dl2normalization.h36 int32_t acc = 0; in L2Normalization() local
Dmean.h55 int32 acc = 0; in Mean() local
/external/libaom/libaom/av1/encoder/
Dwedge_utils.c98 int64_t acc = 0; in av1_wedge_sign_from_residuals_c() local
/external/perfetto/src/base/
Dstring_utils.cc42 std::string acc; in Join() local
/external/turbine/java/com/google/turbine/parse/
DUnicodeEscapePreprocessor.java76 char acc = (char) ((hexDigit(ch) & 0xff) << 12); in unicodeEscape() local
/external/u-boot/lib/rsa/
Drsa-mod-exp.c38 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/
Dv3_info.c166 ACCESS_DESCRIPTION *acc; in v2i_AUTHORITY_INFO_ACCESS() local
/external/eigen/bench/
Dbench_reverse.cpp30 Scalar acc = 0; in bench_reverse() local
/external/python/cpython2/Demo/turtle/
Dtdemo_planet_and_moon.py54 def acc(self): member in Star
/external/python/cpython3/Lib/turtledemo/
Dplanet_and_moon.py53 def acc(self): member in Star
/external/elfutils/libdw/
Dmemory-access.h76 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/
DObjectType.java161 final JavaClass acc = Repository.lookupClass(accessor.class_name); in accessibleTo() local

123456