/third_party/skia/tests/ |
H A D | SkGlyphTest.cpp | 21 SkGlyphRect acc = full_rect(); in DEF_TEST() local
|
/third_party/python/Include/internal/ |
H A D | pycore_accu.h | 29 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 D | rational.c | 102 int acc= start; in main() local
|
/third_party/rust/crates/nom/benchmarks/benches/ |
H A D | ini.rs | 72 fn acc(i: &[u8]) -> IResult<&[u8], Vec<(&str, &str)>> { in bench_ini_keys_and_values() functions
|
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | strtoimax.c | 59 uintmax_t acc; in strtoimax_l() local [all...] |
H A D | strtoumax.c | 59 uintmax_t acc; in strtoumax_l() local [all...] |
H A D | strtoul.c | 59 unsigned long acc; in strtoul_l() local [all...] |
/third_party/mbedtls/library/ |
H A D | mps_reader.h | 193 unsigned char *acc; /*!< The accumulator is used to gather incoming member
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lwsac/ |
H A D | main.c | 24 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 D | array_accessor_test.cc | 29 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 D | accu.c | 18 _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 D | planet_and_moon.py | 53 def acc(self): member in Star
|
/third_party/rust/crates/nom/src/bits/ |
H A D | streaming.rs | 27 let mut acc: O = 0_u8.into(); in take() variables
|
H A D | complete.rs | 53 let mut acc: O = 0_u8.into(); in take() variables
|
/third_party/ffmpeg/libavcodec/ |
H A D | dsd.c | 76 double acc[CTABLES]; in dsd_ctables_tableinit() local
|
H A D | lossless_videodsp.c | 83 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 D | test-proc-info.c | 128 unw_accessors_t acc; in main() local [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | bits.cc | 55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() argument
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | llviddsp.c | 110 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 D | adrian-aec.c | 57 __m128 acc = _mm_setzero_ps(); in dotp_sse() local [all...] |
/third_party/rust/crates/nom/src/multi/ |
H A D | mod.rs | 60 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 D | vc4_register_allocate.c | 223 int acc = ACC_INDEX + acc_off; in vc4_ra_select_callback() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | accum.c | 155 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 D | irqbalance01.c | 95 long acc; in collect_irq_info() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/acct/ |
H A D | acct02.c | 77 static int verify_acct(void *acc, int elap_time) in verify_acct() argument
|