Home
last modified time | relevance | path

Searched refs:inc (Results 1 - 25 of 691) sorted by relevance

12345678910>>...28

/third_party/cJSON/tests/unity/auto/
H A Dgenerate_module.rb69 '' => { inc: [] }
72 '' => { inc: [] }
75 'Driver' => { inc: [create_filename('%1$s', 'Hardware.h')] },
76 'Hardware' => { inc: [] }
79 'Driver' => { inc: [create_filename('%1$s', 'Hardware.h'), create_filename('%1$s', 'Interrupt.h')] },
80 'Interrupt' => { inc: [create_filename('%1$s', 'Hardware.h')] },
81 'Hardware' => { inc: [] }
84 'Model' => { inc: [] },
85 'Conductor' => { inc: [create_filename('%1$s', 'Model.h'), create_filename('%1$s', 'Hardware.h')] },
86 'Hardware' => { inc
[all...]
/third_party/unity/auto/
H A Dgenerate_module.rb72 '' => { inc: [] }
75 '' => { inc: [] }
78 'Driver' => { inc: [create_filename('%1$s', 'Hardware.h')] },
79 'Hardware' => { inc: [] }
82 'Driver' => { inc: [create_filename('%1$s', 'Hardware.h'), create_filename('%1$s', 'Interrupt.h')] },
83 'Interrupt' => { inc: [create_filename('%1$s', 'Hardware.h')] },
84 'Hardware' => { inc: [] }
87 'Model' => { inc: [] },
88 'Conductor' => { inc: [create_filename('%1$s', 'Model.h'), create_filename('%1$s', 'Hardware.h')] },
89 'Hardware' => { inc
[all...]
/third_party/skia/third_party/externals/spirv-tools/
H A DAndroid.mk192 $(call generate-file-dir,$(1)/core.insts-unified1.inc)
193 $(1)/core.insts-unified1.inc $(1)/operand.kinds-unified1.inc \
194 $(1)/glsl.std.450.insts.inc \
195 $(1)/opencl.std.insts.inc \
209 --core-insts-output=$(1)/core.insts-unified1.inc \
210 --glsl-insts-output=$(1)/glsl.std.450.insts.inc \
211 --opencl-insts-output=$(1)/opencl.std.insts.inc \
212 --operand-kinds-output=$(1)/operand.kinds-unified1.inc
214 $(LOCAL_PATH)/source/opcode.cpp: $(1)/core.insts-unified1.inc
[all...]
/third_party/spirv-tools/
H A DAndroid.mk207 $(call generate-file-dir,$(1)/core.insts-unified1.inc)
208 $(1)/core.insts-unified1.inc $(1)/operand.kinds-unified1.inc \
209 $(1)/glsl.std.450.insts.inc \
210 $(1)/opencl.std.insts.inc \
224 --core-insts-output=$(1)/core.insts-unified1.inc \
225 --glsl-insts-output=$(1)/glsl.std.450.insts.inc \
226 --opencl-insts-output=$(1)/opencl.std.insts.inc \
227 --operand-kinds-output=$(1)/operand.kinds-unified1.inc \
230 $(LOCAL_PATH)/source/opcode.cpp: $(1)/core.insts-unified1.inc
[all...]
/third_party/python/Lib/test/
H A Dtest_scope.py17 inc = make_adder(1)
20 self.assertEqual(inc(1), 2)
32 inc = make_adder2(1)
35 self.assertEqual(inc(1), 2)
46 inc = make_adder3(0)
49 self.assertEqual(inc(1), 2)
78 inc = make_adder5(1)
81 self.assertEqual(inc(1), 2)
93 inc = make_adder6(1)
96 self.assertEqual(inc(
661 def inc(): global() function
680 def inc(self): global() member in ScopeTests.testNonLocalMethod.f.c
[all...]
H A D_test_atexit.py74 def inc(): function
78 atexit.register(inc)
85 def inc(): function
88 atexit.register(inc)
96 def inc(): function
102 atexit.register(inc)
104 atexit.unregister(inc)
/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice01.c30 int inc = nice_inc[i]; in verify_nice() local
35 TEST(nice(inc)); in verify_nice()
37 exp_nice = MAX(MIN_PRIO, (orig_nice + inc)); in verify_nice()
41 inc, TST_RET, exp_nice); in verify_nice()
46 tst_res(TFAIL | TTERRNO, "nice(%d) failed", inc); in verify_nice()
58 tst_res(TPASS, "nice(%d) passed", inc); in verify_nice()
/third_party/ltp/metadata/
H A Dmetaparse.c240 FILE *inc; in open_include() local
256 inc = open_file(includepath, fname); in open_include()
257 if (inc) { in open_include()
261 return inc; in open_include()
265 inc = open_file(cmdline_includepath[i], fname); in open_include()
267 if (!inc) in open_include()
275 return inc; in open_include()
281 static void close_include(FILE *inc) in close_include() argument
286 fclose(inc); in close_include()
437 FILE *inc; in parse_array_size() local
643 FILE *inc; parse_include_macros() local
[all...]
/third_party/node/test/parallel/
H A Dtest-dns-perf_hooks.js17 function inc() { function
23 dns.lookup('localhost', common.mustCall((err) => { !err && inc(); }));
24 dns.lookupService('127.0.0.1', 80, common.mustCall((err) => { !err && inc(); }));
25 dns.resolveAny('localhost', common.mustCall((err) => { !err && inc(); }));
27 dns.promises.lookup('localhost').then(inc).catch(() => {});
28 dns.promises.lookupService('127.0.0.1', 80).then(inc).catch(() => {});
29 dns.promises.resolveAny('localhost').then(inc).catch(() => {});
/third_party/ffmpeg/libswscale/x86/
H A Dhscale_fast_bilinear_simd.c143 int inc = (d + 1 < 4); in ff_init_hscaler_mmxext() local
144 uint8_t *fragment = inc ? fragmentB : fragmentA; in ff_init_hscaler_mmxext()
145 x86_reg imm8OfPShufW1 = inc ? imm8OfPShufW1B : imm8OfPShufW1A; in ff_init_hscaler_mmxext()
146 x86_reg imm8OfPShufW2 = inc ? imm8OfPShufW2B : imm8OfPShufW2A; in ff_init_hscaler_mmxext()
147 x86_reg fragmentLength = inc ? fragmentLengthB : fragmentLengthA; in ff_init_hscaler_mmxext()
148 int maxShift = 3 - (d + inc); in ff_init_hscaler_mmxext()
160 filterCode[fragmentPos + imm8OfPShufW1] = (a + inc) | in ff_init_hscaler_mmxext()
161 ((b + inc) << 2) | in ff_init_hscaler_mmxext()
162 ((c + inc) << 4) | in ff_init_hscaler_mmxext()
163 ((d + inc) << in ff_init_hscaler_mmxext()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_stacksave.c23 uint32_t test_basic_vla(uint32_t size, uint32_t start, uint32_t inc) { in test_basic_vla() argument
27 vla[i] = i + inc; in test_basic_vla()
37 uint32_t test_vla_in_loop(uint32_t size, uint32_t start, uint32_t inc) { in test_vla_in_loop() argument
44 vla[j] = foo(start * j + 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() argument
65 vla2[k] = foo(start * k + inc); in test_two_vlas_in_loops()
H A Dtest_stacksave.h20 uint32_t inc); \
22 uint32_t inc); \
24 uint32_t inc);
/third_party/FreeBSD/contrib/gdtoa/
H A Dhd_init.c38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit()
40 htinit(unsigned char *h, unsigned char *s, int inc)
45 h[j] = i + inc;
/third_party/musl/src/unistd/
H A Dnice.c7 int nice(int inc) in nice() argument
9 int prio = inc; in nice()
12 if (inc > -2*NZERO && inc < 2*NZERO) in nice()
/third_party/nghttp2/tests/
H A Dnghttp2_http_test.c47 CU_ASSERT(-1 == pri.inc); in test_nghttp2_http_parse_priority()
58 CU_ASSERT(1 == pri.inc); in test_nghttp2_http_parse_priority()
69 CU_ASSERT(0 == pri.inc); in test_nghttp2_http_parse_priority()
80 CU_ASSERT(1 == pri.inc); in test_nghttp2_http_parse_priority()
91 CU_ASSERT(0 == pri.inc); in test_nghttp2_http_parse_priority()
138 CU_ASSERT(1 == pri.inc); in test_nghttp2_http_parse_priority()
195 CU_ASSERT(1 == pri.inc); in test_nghttp2_http_parse_priority()
/third_party/skia/gn/
H A Ddehydrate_sksl.py16 for inc in includes:
18 noExt, _ = os.path.splitext(inc)
23 subprocess.check_output([skslc, inc, target + ".dehydrated.sksl"])
25 print("### Error compiling " + inc + ":")
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpcg_engine.h144 auto inc = helper.read(is);
147 inc != pcg_engine::params_type::increment()) {
163 state_type mult{}, inc{}, tmp{};
164 is >> mult >> inc >> tmp;
166 inc != pcg_engine::params_type::increment()) {
187 state_type inc = Params::increment();
193 i = i * mult + inc;
195 inc = (mult + 1) * inc;
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl233 my ($inp,$bits,$out,$tmp,$inc) = map("%o$_",(0..5));
239 mov -1, $inc
248 mov 1, $inc
280 and $inc, `14*16`, $tmp
283 sllx $inc, 4, $inc ! 16 or -16
290 add $out, $inc, $out
295 add $out, $inc, $out
303 add $out, $inc, $out
307 add $out, $inc,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl233 my ($inp,$bits,$out,$tmp,$inc) = map("%o$_",(0..5));
239 mov -1, $inc
248 mov 1, $inc
280 and $inc, `14*16`, $tmp
283 sllx $inc, 4, $inc ! 16 or -16
290 add $out, $inc, $out
295 add $out, $inc, $out
303 add $out, $inc, $out
307 add $out, $inc,
[all...]
/third_party/skia/src/core/
H A DSkReadBuffer.cpp56 size_t inc = SkAlign4(size); in skip() local
57 this->validate(inc >= size); in skip()
59 this->validate(IsPtrAlign4(addr) && this->isAvailable(inc)); in skip()
64 fCurr += inc; in skip()
88 const size_t inc = sizeof(int32_t); in readInt() local
89 if (!this->validate(IsPtrAlign4(fCurr) && this->isAvailable(inc))) { in readInt()
93 fCurr += inc; in readInt()
98 const size_t inc = sizeof(SkScalar); in readScalar() local
99 if (!this->validate(IsPtrAlign4(fCurr) && this->isAvailable(inc))) { in readScalar()
103 fCurr += inc; in readScalar()
310 const size_t inc = sizeof(uint32_t); getArrayCount() local
[all...]
/third_party/alsa-lib/src/ucm/
H A Ducm_include.c41 snd_config_t *inc, in include_eval_one()
52 if (snd_config_get_type(inc) != SND_CONFIG_TYPE_COMPOUND) { in include_eval_one()
57 err = get_string(inc, "File", &file); in include_eval_one()
63 err = snd_config_search(inc, "Before", before); in include_eval_one()
69 err = snd_config_search(inc, "After", after); in include_eval_one()
283 snd_config_t *inc) in uc_mgr_evaluate_include()
294 if (snd_config_get_type(inc) != SND_CONFIG_TYPE_COMPOUND) { in uc_mgr_evaluate_include()
299 snd_config_for_each(i, next, inc) { in uc_mgr_evaluate_include()
40 include_eval_one(snd_use_case_mgr_t *uc_mgr, snd_config_t *inc, snd_config_t **result, snd_config_t **before, snd_config_t **after) include_eval_one() argument
281 uc_mgr_evaluate_include(snd_use_case_mgr_t *uc_mgr, snd_config_t *parent, snd_config_t *inc) uc_mgr_evaluate_include() argument
/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c628 int inc = 0; in ff_hevc_skip_flag_decode() local
633 inc = !!SAMPLE_CTB(s->skip_flag, x_cb - 1, y_cb); in ff_hevc_skip_flag_decode()
635 inc += !!SAMPLE_CTB(s->skip_flag, x_cb, y_cb - 1); in ff_hevc_skip_flag_decode()
637 return GET_CABAC(elem_offset[SKIP_FLAG] + inc); in ff_hevc_skip_flag_decode()
644 int inc = 0; in ff_hevc_cu_qp_delta_abs() local
646 while (prefix_val < 5 && GET_CABAC(elem_offset[CU_QP_DELTA] + inc)) { in ff_hevc_cu_qp_delta_abs()
648 inc = 1; in ff_hevc_cu_qp_delta_abs()
695 int inc = 0, depth_left = 0, depth_top = 0; in ff_hevc_split_coding_unit_flag_decode() local
706 inc += (depth_left > ct_depth); in ff_hevc_split_coding_unit_flag_decode()
707 inc in ff_hevc_split_coding_unit_flag_decode()
956 int inc; significant_coeff_group_flag_decode() local
965 int inc = ctx_idx_map[(y_c << 2) + x_c] + offset; significant_coeff_flag_decode() local
974 coeff_abs_level_greater1_flag_decode(HEVCContext *s, int c_idx, int inc) coeff_abs_level_greater1_flag_decode() argument
983 coeff_abs_level_greater2_flag_decode(HEVCContext *s, int c_idx, int inc) coeff_abs_level_greater2_flag_decode() argument
1383 int inc = (ctx_set << 2) + greater1_ctx; ff_hevc_hls_residual_coding() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/brk/
H A Dbrk01.c17 size_t inc = getpagesize() * 2 - 1; in verify_brk() local
41 new_brk = cur_brk + inc; in verify_brk()
47 new_brk = cur_brk - inc; in verify_brk()
/third_party/icu/icu4c/source/common/
H A Dunisetspan.cpp675 int32_t inc=length16-overlap; // Keep overlap+inc==length16. in span() local
677 if(inc>rest) { in span()
681 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) { in span()
682 if(inc==rest) { in span()
685 offsets.addOffset(inc); in span()
691 ++inc; in span()
717 int32_t inc=length16-overlap; // Keep overlap+inc==length16. in span() local
719 if(inc>res in span()
1012 int32_t inc=length8-overlap; // Keep overlap+inc==length8. spanUTF8() local
1056 int32_t inc=length8-overlap; // Keep overlap+inc==length8. spanUTF8() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunisetspan.cpp675 int32_t inc=length16-overlap; // Keep overlap+inc==length16. in span() local
677 if(inc>rest) { in span()
681 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) { in span()
682 if(inc==rest) { in span()
685 offsets.addOffset(inc); in span()
691 ++inc; in span()
717 int32_t inc=length16-overlap; // Keep overlap+inc==length16. in span() local
719 if(inc>res in span()
1012 int32_t inc=length8-overlap; // Keep overlap+inc==length8. spanUTF8() local
1056 int32_t inc=length8-overlap; // Keep overlap+inc==length8. spanUTF8() local
[all...]

Completed in 12 milliseconds

12345678910>>...28