Home
last modified time | relevance | path

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

1234567

/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/flutter/skia/third_party/externals/sdl/src/video/
DSDL_stretch.c81 int pos, inc; in generate_rowbytes() local
180 int pos, inc; in DEFINE_COPY_ROW() local
208 int pos, inc; in SDL_SoftStretch() local
/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/ltp/tools/sparse/sparse-src/validation/linear/
Dbitfield-inc.c5 void inc(struct s *p) in inc() function
/third_party/ltp/testcases/kernel/syscalls/brk/
Dbrk01.c16 uintptr_t inc = getpagesize() * 2 - 1; in verify_brk() local
/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp78 size_t inc = SkAlign4(size); in skip() local
110 const size_t inc = sizeof(int32_t); in readInt() local
116 const size_t inc = sizeof(SkScalar); in readScalar() local
278 const size_t inc = sizeof(uint32_t); in getArrayCount() local
/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/musl/src/stdio/
Dext2.c16 void __freadptrinc(FILE *f, size_t inc) in __freadptrinc()
/third_party/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h82 void inc() const { Py_INCREF(ptr_); } in inc() function
/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/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/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_correlate_opt_q15.c76 int32_t inc = 1; /* Output pointer increment */ in arm_correlate_opt_q15() local
Darm_correlate_fast_opt_q15.c79 int32_t inc = 1; /* Destination address modifier */ in arm_correlate_fast_opt_q15() local
Darm_correlate_opt_q7.c75 int32_t inc = 1; /* Output pointer increment */ in arm_correlate_opt_q7() local
Darm_correlate_fast_q15.c81 int32_t inc = 1; /* Destination address modifier */ in arm_correlate_fast_q15() local
/third_party/gstreamer/gstplugins_good/ext/jack/
Dmeson.build82 inc = include_directories(jack_install_dir / 'include') variable

1234567