Home
last modified time | relevance | path

Searched refs:cb3 (Results 1 - 12 of 12) sorted by relevance

/third_party/node/benchmark/process/
H A Dnext-tick-depth-args.js15 process.nextTick(cb3, 512, true, null);
24 function cb3(arg1, arg2, arg3) {
29 process.nextTick(cb3, 512, true, null);
43 process.nextTick(cb3, 512, true, null);
57 process.nextTick(cb3, 512, true, null);
H A Dnext-tick-breadth-args.js23 function cb3(arg1, arg2, arg3) {
40 process.nextTick(cb3, 512, true, null);
/third_party/node/benchmark/timers/
H A Dset-immediate-depth-args.js14 function cb3(n, arg2, arg3) {
17 setImmediate(cb3, n, true, null, 5.1, null, true);
28 setImmediate(cb3, n, true, null, 5.1, null, true);
39 setImmediate(cb3, n, true, null, 5.1, null, true);
H A Dset-immediate-breadth-args.js18 function cb3(arg1, arg2, arg3) {}
23 setImmediate(cb3, 512, true, null, 512, true, null);
H A Dtimers-breadth-args.js22 function cb3(arg1, arg2, arg3) {
39 setTimeout(cb3, 1, 512, true, null);
/third_party/ffmpeg/libavcodec/
H A Dcinepak.c139 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local
218 cb3 = strip->v4_codebook[*data++]; in cinepak_decode_vectors()
224 *p++ = cb3[6]; in cinepak_decode_vectors()
225 *p = cb3[9]; in cinepak_decode_vectors()
229 *p++ = cb3[0]; in cinepak_decode_vectors()
230 *p = cb3[3]; in cinepak_decode_vectors()
243 memcpy(ip3 + 6, cb3 + 6, 6); in cinepak_decode_vectors()
245 memcpy(ip2 + 6, cb3 + 0, 6); in cinepak_decode_vectors()
H A Dtwinvq.c272 const float *cb3 = cb2 + (1 << mtab->lsp_bit2) * mtab->n_lsp; in decode_lsp() local
293 float tmp1 = 1.0 - cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp()
294 float tmp2 = hist[i] * cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py680 cb3 = self._make_callback(bag, 100)
684 f.add_done_callback(cb3)
703 cb3 = self._make_callback(bag, 100)
707 f.add_done_callback(cb3)
727 cb3 = self._make_callback(bag, 100)
731 f.add_done_callback(cb3)
733 f.remove_done_callback(cb3)
734 f.remove_done_callback(cb3)
777 cb3 = self._make_callback(bag, 3)
786 # Never had any cb3 i
[all...]
/third_party/python/Lib/test/
H A Dtest_source_encoding.py301 for cb3 in continuation_bytes[:3]:
302 check(sb+cb1+b'\x80'+cb3)
H A Dtest_unicode.py1876 for cb3 in continuation_bytes[:3]:
1878 (sb+cb1+b'\x80'+cb3).decode, 'utf-8')
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dgeneral_category.rs2585 ('\u{11cb2}', '\u{11cb3}'),
3280 ('\u{10cb3}', '\u{10cbf}'),
5610 ('\u{10cb3}', '\u{10cbf}'),
H A Dproperty_bool.rs1313 ('\u{11cb2}', '\u{11cb3}'),
6022 ('\u{11cb2}', '\u{11cb3}'),

Completed in 19 milliseconds