/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regexp-routines.js | 101 assert ("str?fgh".replace(/(?:)/gu, "x") === 'xsxtxrx?xfxgxhx'); 104 r = /(?:)/gu; 112 r = /(?:)/gu;
|
/third_party/node/test/fixtures/wpt/FileAPI/support/ |
H A D | send-file-form-helper.js | 102 .replace(/[^\0-\x7F]/gu, (x) => `&#${x.codePointAt(0)};`) 107 /[^\0-\xFF]/gu, 113 /[^\0-\x7F]/gu,
|
/third_party/mesa3d/src/drm-shim/ |
H A D | device.c | 206 struct drm_unique *gu = arg; in drm_shim_ioctl_get_unique() local 208 if (gu->unique && shim_device.unique) in drm_shim_ioctl_get_unique() 209 strncpy(gu->unique, shim_device.unique, gu->unique_len); in drm_shim_ioctl_get_unique() 210 gu->unique_len = shim_device.unique ? strlen(shim_device.unique) : 0; in drm_shim_ioctl_get_unique()
|
/third_party/ffmpeg/libswscale/ |
H A D | input.c | 57 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; in rgb64ToUV_c_template() local 65 dstU[i] = (ru*r + gu*g + bu*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT; in rgb64ToUV_c_template() 76 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; in rgb64ToUV_half_c_template() local 84 dstU[i]= (ru*r + gu*g + bu*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT; in rgb64ToUV_half_c_template() 148 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; in rgb48ToUV_c_template() local 156 dstU[i] = (ru*r + gu*g + bu*b + (0x10001 << (RGB2YUV_SHIFT - 1))) >> RGB2YUV_SHIFT; in rgb48ToUV_c_template() 170 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; in rgb48ToUV_half_c_template() local 181 dstU[i] = (ru*r + gu*g + bu*b + (0x10001 << (RGB2YUV_SHIFT - 1))) >> RGB2YUV_SHIFT; in rgb48ToUV_half_c_template() 285 const int ru = rgb2yuv[RU_IDX] * (1 << rsh), gu = rgb2yuv[GU_IDX] * (1 << gsh), bu = rgb2yuv[BU_IDX] * (1 << bsh), in rgb16_32ToUV_c_template() local 296 dstU[i] = (ru * r + gu * in rgb16_32ToUV_c_template() 313 const int ru = rgb2yuv[RU_IDX] * (1 << rsh), gu = rgb2yuv[GU_IDX] * (1 << gsh), bu = rgb2yuv[BU_IDX] * (1 << bsh), rgb16_32ToUV_half_c_template() local 399 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; gbr24pToUV_half_c() local 782 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; bgr24ToUV_c() local 802 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; bgr24ToUV_half_c() local 836 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; rgb24ToUV_c() local 855 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; rgb24ToUV_half_c() local 894 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; planar_rgb_to_uv() local 947 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; planar_rgb16_to_uv() local 980 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; planar_rgbf32_to_uv() local [all...] |
H A D | rgb2rgb_template.c | 654 int32_t ru = rgb2yuv[RU_IDX], gu = rgb2yuv[GU_IDX], bu = rgb2yuv[BU_IDX]; in ff_rgb24toyv12_c() local 668 unsigned int U = ((ru * r + gu * g + bu * b) >> RGB2YUV_SHIFT) + 128; in ff_rgb24toyv12_c()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | rouge-extend-css.rb | 37 pre.rouge .go, pre.rouge .gu {
|
/third_party/icu/icu4c/source/common/ |
H A D | locmap.cpp | 378 ILCID_POSIX_ELEMENT_ARRAY(0x0447, gu, gu_IN) 843 ILCID_POSIX_MAP(gu), /* gu Gujarati 0x47 */
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locmap.cpp | 378 ILCID_POSIX_ELEMENT_ARRAY(0x0447, gu, gu_IN) 843 ILCID_POSIX_MAP(gu), /* gu Gujarati 0x47 */
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 378 ILCID_POSIX_ELEMENT_ARRAY(0x0447, gu, gu_IN) 843 ILCID_POSIX_MAP(gu), /* gu Gujarati 0x47 */
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 961 VBROADCASTSS m11, dword [rgb2yuvq + GU_IDX*4] ; gu 1002 PMUL m4, G, m11 ; b*gu
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 190 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
|