Home
last modified time | relevance | path

Searched defs:cb2 (Results 1 – 20 of 20) sorted by relevance

/third_party/node/benchmark/timers/
Dtimers-timeout-unpooled.js24 function cb2() { function
Dtimers-timeout-pooled.js24 function cb2() { function
Dtimers-timeout-nexttick.js23 function cb2() { function
Dset-immediate-depth-args.js25 function cb2(n, arg2) { function
Dset-immediate-breadth-args.js16 function cb2(arg1, arg2) {} function
Dtimers-breadth-args.js16 function cb2(arg1, arg2) { function
/third_party/node/benchmark/process/
Dnext-tick-breadth-args.js17 function cb2(arg1, arg2) { function
Dnext-tick-depth-args.js38 function cb2(arg1, arg2) { function
/third_party/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
/third_party/mesa3d/src/gallium/tests/graw/
Dfs-test.c113 struct pipe_constant_buffer cb2; in init_fs_constbuf() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcontroller.c564 GstControlBinding *cb1, *cb2; in GST_START_TEST() local
687 GstControlBinding *cb1, *cb2; in GST_START_TEST() local
/third_party/ffmpeg/libavcodec/
Dcinepak.c137 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local
Dra144enc.c334 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock() local
Dtwinvq.c270 const float *cb2 = cb + (1 << mtab->lsp_bit1) * mtab->n_lsp; in decode_lsp() local
Droqvideoenc.c168 static void unpack_roq_qcell(uint8_t cb2[], roq_qcell *qcell, uint8_t u[4*4*3]) in unpack_roq_qcell()
/third_party/openh264/codec/common/loongarch/
Dsatd_sad_lasx.c368 __m256i cb0, cb1, cb2, cb3, cb4, cb5, cb6, cb7; in WelsSampleSadFour4x4_lasx() local
/third_party/gstreamer/gstreamer/tests/check/libs/
Dcontroller.c1565 GstControlBinding *cb, *cb2; in GST_START_TEST() local
/third_party/python/Lib/test/
Dtest_gc.py1084 def cb2(self, phase, info): member in GCCallbackTests
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java2781 CharBuffer cb2 = CharBuffer.wrap(((CharSequence)cb).subSequence(0, 2)); in TestCharsetASCIIOverFlow() local