Home
last modified time | relevance | path

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

1234567891011

/third_party/skia/tests/
H A DSkGlyphTest.cpp21 SkGlyphRect acc = full_rect(); in DEF_TEST() local
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H A DMakefile
/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
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dkey.c36 unsigned int acc; in cachefiles_cook_key() local
[all...]
/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
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c52 unsigned int acc = 0; in crypto_poly1305_setdctxkey() local
/kernel/linux/linux-5.10/drivers/staging/fbtft/
H A Dfb_hx8347d.c103 int acc = 0; in set_gamma() local
H A Dfb_ssd1351.c123 int i, acc = 0; in set_gamma() local
H A Dfb_ssd1331.c134 int i, acc = 0; in set_gamma() local
/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
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dkey.c41 unsigned int acc, i, n, nle, nbe, keylen = object->cookie->key_len; in cachefiles_cook_key() local
[all...]

Completed in 8 milliseconds

1234567891011