/third_party/glslang/Test/baseResults/ |
D | hlsl.constantbuffer.frag.out | 13 0:21 'cb3' (layout( row_major std140) uniform 2-element array of 4-element array of bl… 46 0:24 'cb3' (layout( row_major std140) uniform 2-element array of 4-element array o… 62 0:? 'cb3' (layout( row_major std140) uniform 2-element array of 4-element array of block{layout… 81 0:21 'cb3' (layout( row_major std140) uniform 2-element array of 4-element array of bl… 114 0:24 'cb3' (layout( row_major std140) uniform 2-element array of 4-element array o… 130 0:? 'cb3' (layout( row_major std140) uniform 2-element array of 4-element array of block{layout… 147 Name 12 "cb3" 148 MemberName 12(cb3) 0 "x" 149 MemberName 12(cb3) 1 "y" 150 Name 18 "cb3" [all …]
|
/third_party/node/benchmark/process/ |
D | next-tick-depth-args.js | 15 process.nextTick(cb3, 512, true, null); 24 function cb3(arg1, arg2, arg3) { function 29 process.nextTick(cb3, 512, true, null); 43 process.nextTick(cb3, 512, true, null); 57 process.nextTick(cb3, 512, true, null);
|
D | next-tick-breadth-args.js | 23 function cb3(arg1, arg2, arg3) { function 40 process.nextTick(cb3, 512, true, null);
|
/third_party/node/benchmark/timers/ |
D | set-immediate-depth-args.js | 14 function cb3(n, arg2, arg3) { function 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);
|
D | set-immediate-breadth-args.js | 18 function cb3(arg1, arg2, arg3) {} function 23 setImmediate(cb3, 512, true, null, 512, true, null);
|
D | timers-breadth-args.js | 22 function cb3(arg1, arg2, arg3) { function 39 setTimeout(cb3, 1, 512, true, null);
|
/third_party/glslang/Test/ |
D | hlsl.constantbuffer.frag | 13 ConstantBuffer<c2_t> cb3[2][4]; 21 if (cb3[1][2].x) 24 return cb3[1][3].y;
|
/third_party/ffmpeg/libavcodec/ |
D | cinepak.c | 137 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local 216 cb3 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 222 *p++ = cb3[6]; in cinepak_decode_vectors() 223 *p = cb3[9]; in cinepak_decode_vectors() 227 *p++ = cb3[0]; in cinepak_decode_vectors() 228 *p = cb3[3]; in cinepak_decode_vectors() 241 memcpy(ip3 + 6, cb3 + 6, 6); in cinepak_decode_vectors() 243 memcpy(ip2 + 6, cb3 + 0, 6); in cinepak_decode_vectors()
|
D | twinvq.c | 271 const float *cb3 = cb2 + (1 << mtab->lsp_bit2) * mtab->n_lsp; in decode_lsp() local 292 float tmp1 = 1.0 - cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp() 293 float tmp2 = hist[i] * cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 232 cb3 = vec_msums(rg3, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 239 cb3 = (__vector int)vec_msum((__vector unsigned short)bg3, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 240 (__vector unsigned int)cb3); in jsimd_rgb_ycc_convert_altivec() 244 (__vector unsigned short)cb3, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 232 cb3 = vec_msums(rg3, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 239 cb3 = (__vector int)vec_msum((__vector unsigned short)bg3, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 240 (__vector unsigned int)cb3); in jsimd_rgb_ycc_convert_altivec() 244 (__vector unsigned short)cb3, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_futures.py | 684 cb3 = self._make_callback(bag, 100) 688 f.add_done_callback(cb3) 707 cb3 = self._make_callback(bag, 100) 711 f.add_done_callback(cb3) 731 cb3 = self._make_callback(bag, 100) 735 f.add_done_callback(cb3) 737 f.remove_done_callback(cb3) 738 f.remove_done_callback(cb3) 781 cb3 = self._make_callback(bag, 3) 791 self.assertEqual(f.remove_done_callback(cb3), 0)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_debug_report.adoc | 54 VkDebugReportCallbackEXT cb1, cb2, cb3; 82 res = vkCreateDebugReportCallbackEXT(instance, &callback3, &cb3); 91 vkDestroyDebugReportCallbackEXT(instance, cb3);
|
D | VK_EXT_debug_report.txt | 54 VkDebugReportCallbackEXT cb1, cb2, cb3; 82 res = vkCreateDebugReportCallbackEXT(instance, &callback3, &cb3); 91 vkDestroyDebugReportCallbackEXT(instance, cb3);
|
D | VK_EXT_debug_utils.adoc | 98 VkDebugUtilsMessengerEXT cb1, cb2, cb3; 138 res = pfnCreateDebugUtilsMessengerEXT(instance, &callback3, NULL, &cb3); 148 pfnDestroyDebugUtilsMessengerEXT(instance, cb3, NULL);
|
D | VK_EXT_debug_utils.txt | 98 VkDebugUtilsMessengerEXT cb1, cb2, cb3; 138 res = pfnCreateDebugUtilsMessengerEXT(instance, &callback3, NULL, &cb3); 148 pfnDestroyDebugUtilsMessengerEXT(instance, cb3, NULL);
|
/third_party/node/deps/npm/node_modules/inflight/ |
D | README.md | 35 req('foo', cb3)
|
/third_party/openh264/codec/common/loongarch/ |
D | satd_sad_lasx.c | 368 __m256i cb0, cb1, cb2, cb3, cb4, cb5, cb6, cb7; in WelsSampleSadFour4x4_lasx() local 407 cb2, cb3); //16 16 in WelsSampleSadFour4x4_lasx() 448 cb1 = __lasx_xvpermi_q(cb3, cb1, 0x20); in WelsSampleSadFour4x4_lasx()
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
D | mixins.pyl | 65 'win7_nvidia_quadro_p400': { 'swarming': { 'dimensions': { 'gpu': '10de:1cb3-24.21.14.1195',
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/ |
D | generated_material_localizations.dart | 9612 String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; 9639 String get deleteButtonTooltip => '\u{c85}\u{cb3}\u{cbf}\u{cb8}\u{cbf}'; 9651 …String get hideAccountsLabel => '\u{c96}\u{cbe}\u{ca4}\u{cc6}\u{c97}\u{cb3}\u{ca8}\u{ccd}\u{ca8}\u… 9654 …String get licensesPageTitle => '\u{caa}\u{cb0}\u{cb5}\u{cbe}\u{ca8}\u{c97}\u{cbf}\u{c97}\u{cb3}\u… 9657 …String get modalBarrierDismissLabel => '\u{cb5}\u{c9c}\u{cbe}\u{c97}\u{cca}\u{cb3}\u{cbf}\u{cb8}\u… 9660 …ip => '\u{cae}\u{cc1}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{ca4}\u{cbf}\u{c82}\u{c97}\u{cb3}\u{cc1}'; 9687 …ip => '\u{cb9}\u{cbf}\u{c82}\u{ca6}\u{cbf}\u{ca8}\u{20}\u{ca4}\u{cbf}\u{c82}\u{c97}\u{cb3}\u{cc1}'; 9702 …ountOne => '\u{31}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{20}\u{c89}\u{cb3}\u{cbf}\u{ca6}\u{cb… 9705 …{6e}\u{74}\u{20}\u{c85}\u{c95}\u{ccd}\u{cb7}\u{cb0}\u{c97}\u{cb3}\u{cc1}\u{20}\u{c89}\u{cb3}\u{cbf… 9714 …String get reorderItemDown => '\u{c95}\u{cc6}\u{cb3}\u{c97}\u{cc6}\u{20}\u{cb8}\u{cb0}\u{cbf}\u{cb… [all …]
|
D | generated_cupertino_localizations.dart | 6741 String get anteMeridiemAbbreviation => '\u{cac}\u{cc6}\u{cb3}\u{cbf}\u{c97}\u{ccd}\u{c97}\u{cc6}'; 6783 …u{6d}\u{69}\u{6e}\u{75}\u{74}\u{65}\u{20}\u{ca8}\u{cbf}\u{cae}\u{cbf}\u{cb7}\u{c97}\u{cb3}\u{cc1}'; 6810 String get timerPickerHourLabelOther => '\u{c97}\u{c82}\u{c9f}\u{cc6}\u{c97}\u{cb3}\u{cc1}';
|
D | generated_date_localizations.dart | 8496 '\u{cae}\u{c82}\u{c97}\u{cb3}\u{cb5}\u{cbe}\u{cb0}', 8505 '\u{cae}\u{c82}\u{c97}\u{cb3}\u{cb5}\u{cbe}\u{cb0}', 8514 '\u{cae}\u{c82}\u{c97}\u{cb3}', 8523 '\u{cae}\u{c82}\u{c97}\u{cb3}',
|
/third_party/python/Lib/test/ |
D | test_unicode.py | 1771 for cb3 in continuation_bytes[:3]: 1773 (sb+cb1+b'\x80'+cb3).decode, 'utf-8')
|
/third_party/elfutils/tests/ |
D | testfile45.expect.bz2 |
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 3120 * [[`0772984cb3`](https://github.com/nodejs/node/commit/0772984cb3)] - **test**: refactor common.js…
|