Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DfunctionsInClassExpressions.js7 inc = () => { field in Foo
18 this.inc = function () { method
/third_party/python/Lib/test/
D_test_atexit.py74 def inc(): function
85 def inc(): function
96 def inc(): function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.c37 uint32_t test_vla_in_loop(uint32_t size, uint32_t start, uint32_t inc) { in test_vla_in_loop()
53 uint32_t test_two_vlas_in_loops(uint32_t size, uint32_t start, uint32_t inc) { in test_two_vlas_in_loops()
Dtest_stacksave_main.c43 uint32_t inc = (start / 10) + 1; in DECLARE_TESTS() local
/third_party/musl/src/linux/
Dsbrk.c7 void *sbrk(intptr_t inc) in sbrk()
/third_party/musl/src/unistd/
Dnice.c7 int nice(int inc) in nice()
/third_party/node/deps/npm/node_modules/semver/functions/
Dinc.js3 const inc = (version, release, options, identifier, identifierBase) => { function
/third_party/ltp/testcases/kernel/syscalls/brk/
Dbrk01.c17 size_t inc = getpagesize() * 2 - 1; in verify_brk() local
/third_party/node/test/parallel/
Dtest-dns-perf_hooks.js17 function inc() { function
/third_party/FreeBSD/contrib/gdtoa/
Dhd_init.c38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument
/third_party/ltp/testcases/kernel/syscalls/nice/
Dnice01.c30 int inc = nice_inc[i]; in verify_nice() local
/third_party/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h82 void inc() const { Py_INCREF(ptr_); } in inc() function
/third_party/musl/src/stdio/
Dext2.c16 void __freadptrinc(FILE *f, size_t inc) in __freadptrinc()
/third_party/skia/src/core/
DSkReadBuffer.cpp56 size_t inc = SkAlign4(size); in skip() local
88 const size_t inc = sizeof(int32_t); in readInt() local
98 const size_t inc = sizeof(SkScalar); in readScalar() local
310 const size_t inc = sizeof(uint32_t); in getArrayCount() local
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c628 int inc = 0; in ff_hevc_skip_flag_decode() local
644 int inc = 0; in ff_hevc_cu_qp_delta_abs() local
695 int inc = 0, depth_left = 0, depth_top = 0; in ff_hevc_split_coding_unit_flag_decode() local
956 int inc; in significant_coeff_group_flag_decode() local
965 int inc = ctx_idx_map[(y_c << 2) + x_c] + offset; in significant_coeff_flag_decode() local
974 static av_always_inline int coeff_abs_level_greater1_flag_decode(HEVCContext *s, int c_idx, int inc) in coeff_abs_level_greater1_flag_decode()
983 static av_always_inline int coeff_abs_level_greater2_flag_decode(HEVCContext *s, int c_idx, int inc) in coeff_abs_level_greater2_flag_decode()
1383 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() local
Dpnm_parser.c52 int inc = FFMIN(pnmpc->remaining_bytes, buf_size); in pnm_parse() local
/third_party/unity/examples/example_1/
Dmeson.build24 inc = include_directories('src') variable
/third_party/alsa-lib/src/ucm/
Ducm_include.c41 snd_config_t *inc, in include_eval_one()
283 snd_config_t *inc) in uc_mgr_evaluate_include()
/third_party/ltp/metadata/
Dmetaparse.c240 FILE *inc; in open_include() local
281 static void close_include(FILE *inc) in close_include()
437 FILE *inc; in parse_array_size() local
643 FILE *inc; in parse_include_macros() local
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9itxfm_neon.S702 .macro load i, src, inc
705 .macro store i, dst, inc
711 .macro load_clear i, src, inc
Dvp9itxfm_16bpp_neon.S949 .macro load i, src, inc
952 .macro store i, dst, inc
958 .macro load_clear i, src, inc
/third_party/node/deps/npm/node_modules/semver/classes/
Dsemver.js178 inc (release, identifier, identifierBase) { method in SemVer
/third_party/node/deps/npm/node_modules/semver/
Dindex.js9 const inc = require('./functions/inc') constant
47 inc, property
/third_party/node/deps/npm/node_modules/semver/bin/
Dsemver.js12 let inc = null variable
/third_party/musl/libc-test/src/functional/
Dipc_sem.c27 static void inc() in inc() function

123456