Home
last modified time | relevance | path

Searched defs:acc (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/skia/tests/
H A DSkGlyphTest.cpp21 SkGlyphRect acc = full_rect(); in DEF_TEST() local
/third_party/python/Include/internal/
H A Dpycore_accu.h29 PyAPI_FUNC(int) _PyAccu_Init(_PyAccu *acc); variable
31 PyAPI_FUNC(PyObject *) _PyAccu_FinishAsList(_PyAccu *acc); variable
32 PyAPI_FUNC(PyObject *) _PyAccu_Finish(_PyAccu *acc); variable
33 PyAPI_FUNC(void) _PyAccu_Destroy(_PyAccu *acc); variable
/third_party/ffmpeg/libavutil/tests/
H A Drational.c102 int acc= start; in main() local
/third_party/rust/crates/nom/benchmarks/benches/
H A Dini.rs72 fn acc(i: &[u8]) -> IResult<&[u8], Vec<(&str, &str)>> { in bench_ini_keys_and_values() functions
/third_party/FreeBSD/lib/libc/stdlib/
H A Dstrtoimax.c59 uintmax_t acc; in strtoimax_l() local
[all...]
H A Dstrtoumax.c59 uintmax_t acc; in strtoumax_l() local
[all...]
H A Dstrtoul.c59 unsigned long acc; in strtoul_l() local
[all...]
/third_party/mbedtls/library/
H A Dmps_reader.h193 unsigned char *acc; /*!< The accumulator is used to gather incoming member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lwsac/
H A Dmain.c24 int n, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE, acc; in main() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Darray_accessor_test.cc29 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, 1.0f)); in TEST_F() local
40 auto* acc = IndexAccessor("my_var", idx); in TEST_F() local
41 WrapInFunction(Decl(idx), acc); in TEST_F() local
50 auto* acc = IndexAccessor(IndexAccessor("my_var", idx), idy); in TEST_F() local
51 WrapInFunction(Decl(idx), Decl(idy), acc); in TEST_F() local
59 auto* acc = IndexAccessor("my_const", Expr(Source{{12, 34}}, idx)); in TEST_F() local
60 WrapInFunction(Decl(idx), acc); in TEST_F() local
70 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, idx)); in TEST_F() local
71 WrapInFunction(Decl(idx), acc); in TEST_F() local
81 auto* acc = TEST_F() local
83 WrapInFunction(Decl(idx), acc); TEST_F() local
93 auto* acc = IndexAccessor("my_var", 2); TEST_F() local
109 auto* acc = IndexAccessor(IndexAccessor("my_var", 2), 1); TEST_F() local
123 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, 2.0f)); TEST_F() local
134 auto* acc = IndexAccessor("my_var", idx); TEST_F() local
135 WrapInFunction(Decl(idx), acc); TEST_F() local
143 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, idx)); TEST_F() local
144 WrapInFunction(Decl(idx), acc); TEST_F() local
152 auto* acc = IndexAccessor("my_var", 2); TEST_F() local
168 auto* acc = IndexAccessor("my_var", idx); TEST_F() local
185 auto* acc = IndexAccessor("my_var", 2); TEST_F() local
200 auto* acc = IndexAccessor("my_var", 2); TEST_F() local
[all...]
/third_party/python/Objects/
H A Daccu.c18 _PyAccu_Init(_PyAccu *acc) in _PyAccu_Init() argument
29 flush_accumulator(_PyAccu *acc) in flush_accumulator() argument
55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) _PyAccu_Accumulate() argument
76 _PyAccu_FinishAsList(_PyAccu *acc) _PyAccu_FinishAsList() argument
93 _PyAccu_Finish(_PyAccu *acc) _PyAccu_Finish() argument
111 _PyAccu_Destroy(_PyAccu *acc) _PyAccu_Destroy() argument
[all...]
/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py53 def acc(self): member in Star
/third_party/rust/crates/nom/src/bits/
H A Dstreaming.rs27 let mut acc: O = 0_u8.into(); in take() variables
H A Dcomplete.rs53 let mut acc: O = 0_u8.into(); in take() variables
/third_party/ffmpeg/libavcodec/
H A Ddsd.c76 double acc[CTABLES]; in dsd_ctables_tableinit() local
H A Dlossless_videodsp.c83 static int add_left_pred_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc){ in add_left_pred_int16_c() argument
62 add_left_pred_c(uint8_t *dst, const uint8_t *src, ptrdiff_t w, int acc) add_left_pred_c() argument
[all...]
/third_party/libunwind/libunwind/tests/
H A Dtest-proc-info.c128 unw_accessors_t acc; in main() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dbits.cc55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() argument
/third_party/ffmpeg/tests/checkasm/
H A Dllviddsp.c110 static void check_add_left_pred(LLVidDSPContext c, int width, int acc, const char * report) in check_add_left_pred() argument
139 static void check_add_left_pred_16(LLVidDSPContext c, unsigned mask, int width, unsigned acc, const char * report) in check_add_left_pred_16() argument
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.c57 __m128 acc = _mm_setzero_ps(); in dotp_sse() local
[all...]
/third_party/rust/crates/nom/src/multi/
H A Dmod.rs60 let mut acc = crate::lib::std::vec::Vec::with_capacity(4); in many0() variables
118 let mut acc = crate::lib::std::vec::Vec::with_capacity(4); in many1() variables
784 let mut acc = g(init, o1); fold_many1() variables
873 let mut acc = init(); fold_many_m_n() variables
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c223 int acc = ACC_INDEX + acc_off; in vc4_ra_select_callback() local
/third_party/mesa3d/src/mesa/main/
H A Daccum.c155 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() local
165 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() local
238 GLshort *acc = (GLshort *) accMap; in accum_or_load() local
333 GLshort *acc = (GLshort *) accMap; accum_return() local
[all...]
/third_party/ltp/testcases/kernel/irq/
H A Dirqbalance01.c95 long acc; in collect_irq_info() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/acct/
H A Dacct02.c77 static int verify_acct(void *acc, int elap_time) in verify_acct() argument

Completed in 10 milliseconds

12345