/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_point.c | 32 * Notes on wide points and sprite mode: 34 * In wide point/sprite mode we effectively need to convert each incoming 98 static void set_texcoords(const struct widepoint_stage *wide, in set_texcoords() argument 101 const struct draw_context *draw = wide->stage.draw; in set_texcoords() 106 for (i = 0; i < wide->num_texcoord_gen; i++) { in set_texcoords() 107 const uint slot = wide->texcoord_gen_slot[i]; in set_texcoords() 127 const struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_point() local 147 if (wide->psize_slot >= 0) { in widepoint_point() 148 half_size = header->v[0]->data[wide->psize_slot][0]; in widepoint_point() 152 half_size = wide in widepoint_point() 200 struct widepoint_stage *wide = widepoint_stage(stage); widepoint_first_point() local 310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); draw_wide_point_stage() local [all...] |
H A D | draw_pipe_wide_line.c | 46 * Draw a wide line by drawing a quad (two triangles). 76 * Draw wide line as a quad (two tris) by "stretching" the line along in wideline_line() 193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); in draw_wide_line_stage() local 194 if (!wide) in draw_wide_line_stage() 197 wide->stage.draw = draw; in draw_wide_line_stage() 198 wide->stage.name = "wide-line"; in draw_wide_line_stage() 199 wide->stage.next = NULL; in draw_wide_line_stage() 200 wide->stage.point = draw_pipe_passthrough_point; in draw_wide_line_stage() 201 wide in draw_wide_line_stage() [all...] |
/third_party/python/Tools/unicode/ |
H A D | genmap_support.py | 53 def update_decode_map(self, c1range, c2range, onlymask=(), wide=0): 75 def generate(self, wide=False): 76 if not wide: 84 if not wide:
|
H A D | genmap_japanese.py | 236 writer.generate(wide=True)
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 1051 * path.wide 1079 * At most one of path.wide or path.narrow will be non-NULL. 1082 * both path.wide and path.narrow will be NULL 1104 const wchar_t *wide; member 1128 wchar_t *wide = (wchar_t *)path->wide; in path_cleanup() local 1129 path->wide = NULL; in path_cleanup() 1130 PyMem_Free(wide); in path_cleanup() 1146 wchar_t *wide = NULL; in path_converter() local 1167 path->wide in path_converter() 1222 wide = PyUnicode_AsUnicodeAndSize(o, &length); path_converter() local 1323 wide = PyUnicode_AsUnicodeAndSize(wo, &length); path_converter() local [all...] |
H A D | _testcapimodule.c | 2115 PyObject *wide, *utf8; in test_widechar() local 2117 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar() 2118 if (wide == NULL) in test_widechar() 2123 Py_DECREF(wide); in test_widechar() 2127 if (PyUnicode_GET_LENGTH(wide) != PyUnicode_GET_LENGTH(utf8)) { in test_widechar() 2128 Py_DECREF(wide); in test_widechar() 2131 "wide string and utf8 string " in test_widechar() 2134 if (PyUnicode_Compare(wide, utf8)) { in test_widechar() 2135 Py_DECREF(wide); in test_widechar() 2140 "wide strin in test_widechar() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | QuadPerEdgeAA.cpp | 60 bool wide = spec.colorType() == ColorType::kFloat; in write_quad_generic() local 62 wide); in write_quad_generic() 109 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color() local 115 << GrVertexColor(color * coverage[i], wide); in write_2d_color() 166 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv() local 172 << GrVertexColor(color * coverage[i], wide) in write_2d_color_uv() 260 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv_strict() local 266 << GrVertexColor(color * coverage[i], wide) in write_2d_color_uv_strict()
|
/third_party/gn/src/gn/ |
H A D | setup.cc | 300 std::u16string wide; 301 wide.resize(charcount); 302 MultiByteToWideChar(CP_ACP, 0, mb.data(), mb_length, base::ToWCharT(&wide[0]), 305 return wide;
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.h | 178 int wide; member
|
/third_party/libuv/src/win/ |
H A D | process.c | 44 const WCHAR* const wide; member 570 /* Convert argument to wide char. */ in make_program_args() 731 var_size = GetEnvironmentVariableW(required_vars[i].wide, NULL, 0); in make_program_env() 771 var_size = GetEnvironmentVariableW(required_vars[i].wide, in make_program_env()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 20 \Type{unw\_word\_t} is always defined to be 64 bits wide (independent 35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the 146 This 64-bit wide register contains registers \texttt{p0} through
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 41 const WCHAR* const wide; member 582 /* Convert argument to wide char. */ in make_program_args() 760 var_size = GetEnvironmentVariableW(required_vars[i].wide, NULL, 0); in make_program_env() 800 var_size = GetEnvironmentVariableW(required_vars[i].wide, in make_program_env()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 784 const bool wide = (width > 1) && SkToBool(width & 0x1); 786 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 464 @ n+m bits wide. However! Even though 2^n is a n+1-bit number, 465 @ m-bit number multiplied by 2^n is still n+m bits wide. 467 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2, 469 @ one is n+1 bits wide. 472 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 464 @ n+m bits wide. However! Even though 2^n is a n+1-bit number, 465 @ m-bit number multiplied by 2^n is still n+m bits wide. 467 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2, 469 @ one is n+1 bits wide. 472 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 537 @ n+m bits wide. However! Even though 2^n is a n+1-bit number, 538 @ m-bit number multiplied by 2^n is still n+m bits wide. 540 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2, 542 @ one is n+1 bits wide. 545 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 537 @ n+m bits wide. However! Even though 2^n is a n+1-bit number, 538 @ m-bit number multiplied by 2^n is still n+m bits wide. 540 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2, 542 @ one is n+1 bits wide. 545 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 2180 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local 2181 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction() 2182 __ Sxtl(i.OutputSimd128Register().Format(wide), in AssembleArchInstruction() 2187 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local 2188 VectorFormat narrow = VectorFormatHalfWidthDoubleLanes(wide); in AssembleArchInstruction() 2189 __ Sxtl2(i.OutputSimd128Register().Format(wide), in AssembleArchInstruction() 2194 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local 2195 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction() 2196 __ Uxtl(i.OutputSimd128Register().Format(wide), in AssembleArchInstruction() 2201 VectorFormat wide in AssembleArchInstruction() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfread.c | 1507 /* We also check whether we have `wide' characters; all put */ in FT_LOCAL_DEF() 1514 int wide = 0; in FT_LOCAL_DEF() local 1526 wide = 1; in FT_LOCAL_DEF() 1550 if ( wide ) in FT_LOCAL_DEF()
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1050 // Also decide here whether to use narrow (compromise) or wide (ideal) stages. 1201 U32 wide = expand(_565); 1202 *r = cast(wide & (31<<11)) * (1.0f / (31<<11)); 1203 *g = cast(wide & (63<< 5)) * (1.0f / (63<< 5)); 1204 *b = cast(wide & (31<< 0)) * (1.0f / (31<< 0)); 1207 U32 wide = expand(_4444); 1208 *r = cast(wide & (15<<12)) * (1.0f / (15<<12)); 1209 *g = cast(wide & (15<< 8)) * (1.0f / (15<< 8)); 1210 *b = cast(wide & (15<< 4)) * (1.0f / (15<< 4)); 1211 *a = cast(wide [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 598 static void highpass(const float *x, float *y, int len, float *mem, int wide) in highpass() argument 604 den = Pcoef[wide]; in highpass() 605 num = Zcoef[wide]; in highpass()
|
/third_party/skia/include/private/ |
H A D | SkVx.h | 640 Vec<N,uint32_t> wide = cast<uint32_t>(x), in from_half_finite_ftz() local 641 s = wide & 0x8000, in from_half_finite_ftz() 642 em = wide ^ s; in from_half_finite_ftz()
|
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 169 U32 wide = cast<U32>(half); in F_from_Half() 171 U32 s = wide & 0x8000, in F_from_Half() 172 em = wide ^ s; in F_from_Half()
|
/third_party/ffmpeg/libavformat/ |
H A D | rmdec.c | 91 static void rm_read_metadata(AVFormatContext *s, AVIOContext *pb, int wide) in rm_read_metadata() argument 97 int len = wide ? avio_rb16(pb) : avio_r8(pb); in rm_read_metadata()
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 2285 uint64_t wide[65]; 2289 wide[i] = ((uint64_t)lo[i] << 0) 2304 program.eval(65, wide,l,h); 2324 REPORTER_ASSERT(r, w[i] == wide[i]);
|