Home
last modified time | relevance | path

Searched full:x (Results 1 – 25 of 14500) sorted by relevance

12345678910>>...580

/third_party/pcre2/pcre2/testdata/
Dtestoutput78 /\x{100}ab/utf
9 \x{100}ab
10 0: \x{100}ab
12 /a\x{100}*b/utf
15 a\x{100}b
16 0: a\x{100}b
17 a\x{100}\x{100}b
18 0: a\x{100}\x{100}b
20 /a\x{100}+b/utf
21 a\x{100}b
[all …]
Dtestoutput417 0: a\x{7f}b
18 a\x{100}b
19 0: a\x{100}b
25 a\x{4000}xyb
26 0: a\x{4000}xyb
27 1: \x{4000}xy
28 a\x{4000}\x7fyb
29 0: a\x{4000}\x{7f}yb
30 1: \x{4000}\x{7f}y
31 a\x{4000}\x{100}yb
[all …]
Dtestinput416 a\x{100}b
21 a\x{4000}xyb
22 a\x{4000}\x7fyb
23 a\x{4000}\x{100}yb
25 a\x{4000}b
32 a\x{100}b
38 a\x{100}b
44 a\x{240}bcd
50 a\x{240}bcd
56 a\x{240}bcd
[all …]
Dtestinput78 /\x{100}ab/utf
9 \x{100}ab
11 /a\x{100}*b/utf
13 a\x{100}b
14 a\x{100}\x{100}b
16 /a\x{100}+b/utf
17 a\x{100}b
18 a\x{100}\x{100}b
25 \x{300}Xoanon
34 \x{300}Xoanon
[all …]
/third_party/skia/third_party/externals/opengl-registry/ABI/ext/
Dsgi.txt7 GL_EXT_abgr X X X X X
8 GL_EXT_blend_color X X X X X
9 GL_EXT_blend_logic_op X X X X X
10 GL_EXT_blend_minmax X X X X X
11 GL_EXT_blend_subtract X X X X X
12 GL_EXT_convolution X X X X X
13 GL_EXT_copy_texture X X X X X
14 GL_EXT_histogram X X X X X
15 GL_EXT_packed_pixels X X X X X
16 GL_EXT_polygon_offset X X X X X
[all …]
/third_party/openGLES/ABI/ext/
Dsgi.txt7 GL_EXT_abgr X X X X X
8 GL_EXT_blend_color X X X X X
9 GL_EXT_blend_logic_op X X X X X
10 GL_EXT_blend_minmax X X X X X
11 GL_EXT_blend_subtract X X X X X
12 GL_EXT_convolution X X X X X
13 GL_EXT_copy_texture X X X X X
14 GL_EXT_histogram X X X X X
15 GL_EXT_packed_pixels X X X X X
16 GL_EXT_polygon_offset X X X X X
[all …]
/third_party/mesa3d/src/intel/isl/
Disl_format.c61 #define x 255 macro
103 SF( Y, 50, x, x, Y, Y, Y, Y, x, 70, 90, 90, R32G32B32A32_FLOAT)
104 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_SINT)
105 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_UINT)
106 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_UNORM)
107 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_SNORM)
108 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R64G64_FLOAT)
109 SF( Y, 50, x, x, 100, 100, x, x, x, x, x, 100, R32G32B32X32_FLOAT)
110 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_SSCALED)
111 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_USCALED)
[all …]
/third_party/boost/boost/preprocessor/seq/
Denum.hpp31 # define BOOST_PP_SEQ_ENUM_1(x) x argument
32 # define BOOST_PP_SEQ_ENUM_2(x) x, BOOST_PP_SEQ_ENUM_1 argument
33 # define BOOST_PP_SEQ_ENUM_3(x) x, BOOST_PP_SEQ_ENUM_2 argument
34 # define BOOST_PP_SEQ_ENUM_4(x) x, BOOST_PP_SEQ_ENUM_3 argument
35 # define BOOST_PP_SEQ_ENUM_5(x) x, BOOST_PP_SEQ_ENUM_4 argument
36 # define BOOST_PP_SEQ_ENUM_6(x) x, BOOST_PP_SEQ_ENUM_5 argument
37 # define BOOST_PP_SEQ_ENUM_7(x) x, BOOST_PP_SEQ_ENUM_6 argument
38 # define BOOST_PP_SEQ_ENUM_8(x) x, BOOST_PP_SEQ_ENUM_7 argument
39 # define BOOST_PP_SEQ_ENUM_9(x) x, BOOST_PP_SEQ_ENUM_8 argument
40 # define BOOST_PP_SEQ_ENUM_10(x) x, BOOST_PP_SEQ_ENUM_9 argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dmem_intrin.def2 X(0) \
3 X(1) \
4 X(2) \
5 X(3) \
6 X(4) \
7 X(5) \
8 X(6) \
9 X(7) \
10 X(8) \
11 X(9) \
[all …]
/third_party/boost/boost/preprocessor/seq/detail/
Dsplit.hpp27 # define BOOST_PP_SEQ_SPLIT_1(x) (x), argument
28 # define BOOST_PP_SEQ_SPLIT_2(x) (x) BOOST_PP_SEQ_SPLIT_1 argument
29 # define BOOST_PP_SEQ_SPLIT_3(x) (x) BOOST_PP_SEQ_SPLIT_2 argument
30 # define BOOST_PP_SEQ_SPLIT_4(x) (x) BOOST_PP_SEQ_SPLIT_3 argument
31 # define BOOST_PP_SEQ_SPLIT_5(x) (x) BOOST_PP_SEQ_SPLIT_4 argument
32 # define BOOST_PP_SEQ_SPLIT_6(x) (x) BOOST_PP_SEQ_SPLIT_5 argument
33 # define BOOST_PP_SEQ_SPLIT_7(x) (x) BOOST_PP_SEQ_SPLIT_6 argument
34 # define BOOST_PP_SEQ_SPLIT_8(x) (x) BOOST_PP_SEQ_SPLIT_7 argument
35 # define BOOST_PP_SEQ_SPLIT_9(x) (x) BOOST_PP_SEQ_SPLIT_8 argument
36 # define BOOST_PP_SEQ_SPLIT_10(x) (x) BOOST_PP_SEQ_SPLIT_9 argument
[all …]
/third_party/mesa3d/src/mesa/main/
Dextensions_table.h7 #define x ~0 macro
9 …ure_compression_FXT1 , TDFX_texture_compression_FXT1 , GLL, GLC, x , x , 1999)
11 EXT(AMD_compressed_ATC_texture , AMD_compressed_ATC_texture , x , x , ES…
12 …rvative_depth , ARB_conservative_depth , GLL, GLC, x , x , 2009)
13 …_clamp_separate , AMD_depth_clamp_separate , GLL, GLC, x , x , 2009)
14 …buffers_blend , ARB_draw_buffers_blend , GLL, GLC, x , x , 2009)
15 EXT(AMD_framebuffer_multisample_advanced , AMD_framebuffer_multisample_advanced , GLL, GLC, x
16 …hader_int64 , ARB_gpu_shader_int64 , x , GLC, x , x , 2015)
17 …_draw_indirect , ARB_draw_indirect , GLL, GLC, x , x , 2011)
18 EXT(AMD_performance_monitor , AMD_performance_monitor , GLL, GLC, x
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-indic-table.cc87 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x),
88 /* 0030 */ _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x),
89 /* 0038 */ _(Nd,x), _(Nd,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
96 /* 00B0 */ _(x,x), _(x,x), _(SM,x), _(SM,x), _(x,x), _(x,x), _(x,x), _(x,x),
97 /* 00B8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
98 /* 00C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
99 /* 00C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
100 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x),
107 /* 0900 */ _(Bi,T), _(Bi,T), _(Bi,T), _(Vs,R), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
108 /* 0908 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
[all …]
/third_party/skia/tests/sksl/inliner/
DExponentialGrowth.glsl4 sk_FragColor.x = 0.0;
5 sk_FragColor.x = 0.0;
6 sk_FragColor.x = 0.0;
7 sk_FragColor.x = 0.0;
8 sk_FragColor.x = 0.0;
9 sk_FragColor.x = 0.0;
10 sk_FragColor.x = 0.0;
11 sk_FragColor.x = 0.0;
12 sk_FragColor.x = 0.0;
13 sk_FragColor.x = 0.0;
[all …]
DExponentialGrowthStandaloneSettings.glsl4 sk_FragColor.x = 0.0;
5 sk_FragColor.x = 0.0;
6 sk_FragColor.x = 0.0;
7 sk_FragColor.x = 0.0;
8 sk_FragColor.x = 0.0;
9 sk_FragColor.x = 0.0;
10 sk_FragColor.x = 0.0;
11 sk_FragColor.x = 0.0;
12 sk_FragColor.x = 0.0;
13 sk_FragColor.x = 0.0;
[all …]
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-indic-table.cc93 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x),
94 /* 0030 */ _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x),
95 /* 0038 */ _(Nd,x), _(Nd,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
102 /* 00B0 */ _(x,x), _(x,x), _(SM,x), _(SM,x), _(x,x), _(x,x), _(x,x), _(x,x),
103 /* 00B8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
104 /* 00C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
105 /* 00C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
106 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x),
113 /* 0900 */ _(Bi,T), _(Bi,T), _(Bi,T), _(Vs,R), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
114 /* 0908 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-indic-table.cc93 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x),
94 /* 0030 */ _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x),
95 /* 0038 */ _(Nd,x), _(Nd,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
102 /* 00B0 */ _(x,x), _(x,x), _(SM,x), _(SM,x), _(x,x), _(x,x), _(x,x), _(x,x),
103 /* 00B8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
104 /* 00C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
105 /* 00C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
106 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x),
113 /* 0900 */ _(Bi,T), _(Bi,T), _(Bi,T), _(Vs,R), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
114 /* 0908 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
[all …]
/third_party/boost/libs/sort/doc/graph/windows_float_sort_files/
Dchart001.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
50 <x:WorksheetOptions>
51 <x:Zoom>93</x:Zoom>
52 <x:Selected/>
53 <x:ProtectContents>False</x:ProtectContents>
54 <x:ProtectObjects>False</x:ProtectObjects>
55 <x:Print>
56 <x:ValidPrinterInfo/>
57 <x:HorizontalResolution>600</x:HorizontalResolution>
[all …]
Dchart002.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
49 <x:WorksheetOptions>
50 <x:Zoom>93</x:Zoom>
51 <x:ProtectContents>False</x:ProtectContents>
52 <x:ProtectObjects>False</x:ProtectObjects>
53 </x:WorksheetOptions>
59 <x:WebChart>
60 <x:Palette>
61 <x:Entry>#000000</x:Entry>
[all …]
/third_party/boost/libs/sort/doc/graph/osx_float_sort_files/
Dchart001.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
50 <x:WorksheetOptions>
51 <x:Zoom>93</x:Zoom>
52 <x:Selected/>
53 <x:ProtectContents>False</x:ProtectContents>
54 <x:ProtectObjects>False</x:ProtectObjects>
55 <x:Print>
56 <x:ValidPrinterInfo/>
57 <x:HorizontalResolution>600</x:HorizontalResolution>
[all …]
/third_party/boost/libs/sort/doc/graph/osx_integer_sort_files/
Dchart001.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
50 <x:WorksheetOptions>
51 <x:Zoom>93</x:Zoom>
52 <x:Selected/>
53 <x:ProtectContents>False</x:ProtectContents>
54 <x:ProtectObjects>False</x:ProtectObjects>
55 <x:Print>
56 <x:ValidPrinterInfo/>
57 <x:HorizontalResolution>600</x:HorizontalResolution>
[all …]
Dchart002.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
49 <x:WorksheetOptions>
50 <x:Zoom>93</x:Zoom>
51 <x:ProtectContents>False</x:ProtectContents>
52 <x:ProtectObjects>False</x:ProtectObjects>
53 <x:Print>
54 <x:ValidPrinterInfo/>
55 <x:HorizontalResolution>600</x:HorizontalResolution>
56 <x:VerticalResolution>600</x:VerticalResolution>
[all …]
/third_party/boost/libs/sort/doc/graph/osx_string_sort_files/
Dchart001.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
50 <x:WorksheetOptions>
51 <x:Zoom>93</x:Zoom>
52 <x:ProtectContents>False</x:ProtectContents>
53 <x:ProtectObjects>False</x:ProtectObjects>
54 </x:WorksheetOptions>
60 <x:WebChart>
61 <x:Palette>
62 <x:Entry>#000000</x:Entry>
[all …]
/third_party/boost/libs/sort/doc/graph/windows_integer_sort_files/
Dchart001.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
50 <x:WorksheetOptions>
51 <x:Zoom>93</x:Zoom>
52 <x:ProtectContents>False</x:ProtectContents>
53 <x:ProtectObjects>False</x:ProtectObjects>
54 <x:Print>
55 <x:ValidPrinterInfo/>
56 <x:HorizontalResolution>600</x:HorizontalResolution>
57 <x:VerticalResolution>600</x:VerticalResolution>
[all …]
Dchart002.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
49 <x:WorksheetOptions>
50 <x:Zoom>93</x:Zoom>
51 <x:Selected/>
52 <x:ProtectContents>False</x:ProtectContents>
53 <x:ProtectObjects>False</x:ProtectObjects>
54 <x:Print>
55 <x:ValidPrinterInfo/>
56 <x:HorizontalResolution>600</x:HorizontalResolution>
[all …]
/third_party/boost/libs/sort/doc/graph/windows_string_sort_files/
Dchart001.htm3 xmlns:x="urn:schemas-microsoft-com:office:excel"
17 x\:* {behavior:url(#default#VML);}
50 <x:WorksheetOptions>
51 <x:Zoom>93</x:Zoom>
52 <x:Selected/>
53 <x:ProtectContents>False</x:ProtectContents>
54 <x:ProtectObjects>False</x:ProtectObjects>
55 <x:Print>
56 <x:ValidPrinterInfo/>
57 <x:HorizontalResolution>600</x:HorizontalResolution>
[all …]

12345678910>>...580