/third_party/boost/libs/regex/test/unicode/ |
D | unicode_iterator_test.cpp | 184 vector32_type v32; in test() local 201 …v32.assign(u16to32type(v16.begin(), v16.begin(), v16.end()), u16to32type(v16.end(), v16.begin(), v… in test() 203 v32.clear(); in test() 204 … v16.begin(), v16.end()), u16to32type(v16.end(), v16.begin(), v16.end()), std::back_inserter(v32)); in test() 207 …v16.begin(), v16.begin(), v16.end()), u16to32type(v16.end(), v16.begin(), v16.end())), v32.size()); in test() 209 BOOST_CHECK_EQUAL(v.size(), v32.size()); in test() 212 std::advance(j, (std::min)(v.size(), v32.size())); in test() 213 k = v32.begin(); in test() 214 BOOST_CHECK_EQUAL_COLLECTIONS(v.begin(), v.end(), v32.begin(), v32.end()); in test() 224 …v32.assign(ru16to32type(u16to32type(v16.end(), v16.begin(), v16.end())), ru16to32type(u16to32type(… in test() [all …]
|
/third_party/boost/libs/context/example/callcc/ |
D | echosse.cpp | 20 uint32_t v32[4]; in echoSSE() local 21 memcpy( & v32, & xmm, 16); in echoSSE() 22 std::cout << v32[0]; in echoSSE() 23 std::cout << v32[1]; in echoSSE() 24 std::cout << v32[2]; in echoSSE() 25 std::cout << v32[3]; in echoSSE()
|
/third_party/boost/libs/context/example/fiber/ |
D | echosse.cpp | 20 uint32_t v32[4]; in echoSSE() local 21 memcpy( & v32, & xmm, 16); in echoSSE() 22 std::cout << v32[0]; in echoSSE() 23 std::cout << v32[1]; in echoSSE() 24 std::cout << v32[2]; in echoSSE() 25 std::cout << v32[3]; in echoSSE()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstprintf.c | 59 guint32 v32 = 0xf1e2d3cf; in GST_START_TEST() local 75 str = test_printf ("32-bit x value = %" G_GINT32_MODIFIER "x", v32); in GST_START_TEST() 78 str = test_printf ("32-bit u value = %" G_GUINT32_FORMAT, v32); in GST_START_TEST() 81 str = test_printf ("32-bit d value = %" G_GINT32_FORMAT, v32); in GST_START_TEST() 97 str = test_printf ("I32x value = %I32x", v32); in GST_START_TEST() 100 str = test_printf ("I32u value = %I32u", v32); in GST_START_TEST() 103 str = test_printf ("I32d value = %I32d", v32); in GST_START_TEST()
|
/third_party/boost/libs/spirit/test/karma/ |
D | binary3.cpp | 35 boost::optional<boost::uint32_t> v32 (0x04030201); in main() local 36 BOOST_TEST(binary_test("\x01\x02\x03\x04", 4, dword, v32)); in main() 53 boost::optional<boost::uint32_t> v32 (0x01020304); in main() 54 BOOST_TEST(binary_test("\x01\x02\x03\x04", 4, dword, v32)); in main() 88 boost::uint32_t v32 (0x04030201); in main() local 89 BOOST_TEST(binary_test("\x01\x02\x03\x04", 4, dword, phoenix::ref(v32))); in main() 90 BOOST_TEST(binary_test("\x02\x02\x03\x04", 4, dword, ++phoenix::ref(v32))); in main() 133 boost::uint32_t v32 (0x01020304); in main() local 134 BOOST_TEST(binary_test("\x01\x02\x03\x04", 4, dword, phoenix::ref(v32))); in main() 135 BOOST_TEST(binary_test("\x01\x02\x03\x05", 4, dword, ++phoenix::ref(v32))); in main()
|
D | binary2.cpp | 99 boost::optional<boost::uint32_t> v32; in main() local 107 BOOST_TEST(!binary_test("", 0, dword, v32)); in main() 119 BOOST_TEST(!binary_test("", 0, dword, v32)); in main()
|
/third_party/json/include/nlohmann/detail/ |
D | macro_scope.hpp | 234 …v32) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE32(func, v2, v3, v4, v5, v6, v7, v8, v9, v1… argument 235 …v32, v33) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE33(func, v2, v3, v4, v5, v6, v7, v8, v… argument 236 …v32, v33, v34) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE34(func, v2, v3, v4, v5, v6, v7, … argument 237 …v32, v33, v34, v35) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE35(func, v2, v3, v4, v5, v6,… argument 238 …v32, v33, v34, v35, v36) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE36(func, v2, v3, v4, v5… argument 239 …v32, v33, v34, v35, v36, v37) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE37(func, v2, v3, v… argument 240 …v32, v33, v34, v35, v36, v37, v38) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE38(func, v2, … argument 241 …v32, v33, v34, v35, v36, v37, v38, v39) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE39(func,… argument 242 …v32, v33, v34, v35, v36, v37, v38, v39, v40) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE40(… argument 243 …v32, v33, v34, v35, v36, v37, v38, v39, v40, v41) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PAS… argument [all …]
|
/third_party/boost/libs/numeric/conversion/test/ |
D | converter_test.cpp | 79 boost::int32_t v32 ; in test_conversions() local 107 v32 = absG(static_cast<boost::int32_t>(rand())); in test_conversions() 109 TEST_SUCCEEDING_CONVERSION_DEF(boost::uint32_t,boost::int32_t,v32,v32); in test_conversions() 117 v32 = absG(static_cast<boost::int32_t>(rand())); in test_conversions() 118 TEST_SUCCEEDING_CONVERSION_DEF(boost::int32_t,boost::uint32_t,v32,v32); in test_conversions() 140 v32 = static_cast<boost::int32_t>(rand()); in test_conversions() 141 TEST_SUCCEEDING_CONVERSION_DEF(double,boost::int32_t,v32,v32); in test_conversions() 150 v32 = static_cast<boost::int32_t>(rand()); in test_conversions() 151 TEST_SUCCEEDING_CONVERSION_DEF(boost::int32_t,double,v32,v32); in test_conversions()
|
/third_party/iptables/extensions/ |
D | libxt_HMARK.c | 101 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_mask.v32) 116 .flags = XTOPT_PUT, XTOPT_POINTER(hi, port_set.v32) 172 memset(&info->port_mask.v32, 0xff, sizeof(info->port_mask.v32)); in hmark_parse() 221 info->port_set.v32 = htonl(cb->val.u32); in HMARK_parse() 241 info->port_mask.v32 = htonl(cb->val.u32); in HMARK_parse() 297 printf("spi-mask 0x%x ", htonl(info->port_mask.v32)); in HMARK_print() 303 printf("spi 0x%x ", htonl(info->port_set.v32)); in HMARK_print() 363 htonl(info->port_mask.v32)); in HMARK_save() 371 printf(" --hmark-spi 0x%08x", htonl(info->port_set.v32)); in HMARK_save()
|
/third_party/glslang/Test/baseResults/ |
D | spv.swizzleInversion.frag.out | 21 Name 40 "v32" 53 40(v32): 16(ptr) Variable Function 72 Store 40(v32) 42
|
/third_party/ffmpeg/libavcodec/ |
D | vp9block.c | 53 uint32_t v32 = v * 0x01010101; in setctx_2d() local 55 AV_WN32A(ptr, v32); in setctx_2d() 68 uint32_t v32 = v * 0x01010101; in setctx_2d() 70 AV_WN32A(ptr, v32); in setctx_2d() 71 AV_WN32A(ptr + 4, v32); in setctx_2d() 702 uint32_t v32 = val * 0x01010101; \ in decode_mode() 703 AV_WN32A( &var, v32); \ in decode_mode() 704 AV_WN32A(&((uint8_t *) &var)[4], v32); \ in decode_mode() 708 uint32_t v32 = val * 0x01010101; \ in decode_mode() 709 AV_WN32A( &var, v32); \ in decode_mode() [all …]
|
/third_party/glslang/Test/ |
D | spv.swizzleInversion.frag | 14 vec2 v32 = interpolateAtSample(in3.zx, 1);
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.6.rst | 95 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
|
D | 19.2.0.rst | 360 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_HMARK.h | 34 __u32 v32; member
|
/third_party/flutter/skia/resources/ |
D | SkVMTest.expected | 123 v32 = to_i32 v31 127 v36 = pack v32 v34 8 290 v32 = mad_f32 v23 v24 v25 291 v33 = to_i32 v32 425 v32 = mad_f32 v29 v30 v31 426 v33 = to_i32 v32 500 v32 = mad_f32 v24 v29 v11 508 v40 = mad_f32 v32 v34 v35
|
/third_party/gettext/libtextstyle/gnulib-local/modules/ |
D | term-ostream-tests | 5 tests/test-term-ostream-xterm-xf86-v32.out
|
/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream-xterm.sh | 23 || ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 2251 …v32) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE32(func, v2, v3, v4, v5, v6, v7, v8, v9, v1… argument 2252 …v32, v33) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE33(func, v2, v3, v4, v5, v6, v7, v8, v… argument 2253 …v32, v33, v34) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE34(func, v2, v3, v4, v5, v6, v7, … argument 2254 …v32, v33, v34, v35) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE35(func, v2, v3, v4, v5, v6,… argument 2255 …v32, v33, v34, v35, v36) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE36(func, v2, v3, v4, v5… argument 2256 …v32, v33, v34, v35, v36, v37) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE37(func, v2, v3, v… argument 2257 …v32, v33, v34, v35, v36, v37, v38) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE38(func, v2, … argument 2258 …v32, v33, v34, v35, v36, v37, v38, v39) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE39(func,… argument 2259 …v32, v33, v34, v35, v36, v37, v38, v39, v40) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE40(… argument 2260 …v32, v33, v34, v35, v36, v37, v38, v39, v40, v41) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PAS… argument [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 9752 fs_visitor *v8 = NULL, *v16 = NULL, *v32 = NULL; in brw_compile_fs() local 9826 v32 = new fs_visitor(compiler, params->log_data, mem_ctx, &key->base, in brw_compile_fs() 9830 v32->import_uniforms(v8); in brw_compile_fs() 9831 if (!v32->run_fs(allow_spilling, false)) { in brw_compile_fs() 9834 v32->fail_msg); in brw_compile_fs() 9836 const performance &perf = v32->performance_analysis.require(); in brw_compile_fs() 9842 simd32_cfg = v32->cfg; in brw_compile_fs() 9843 prog_data->dispatch_grf_start_reg_32 = v32->payload.num_regs; in brw_compile_fs() 9844 prog_data->reg_blocks_32 = brw_register_blocks(v32->grf_used); in brw_compile_fs() 9934 simd32_cfg, 32, v32->shader_stats, in brw_compile_fs() [all …]
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 2067 int v32; in DataTypeApplyOpFromText() local 2068 if (sscanf(buf, format, &v32) < 1) in DataTypeApplyOpFromText() 2071 *(ImS8*)p_data = (ImS8)ImClamp(v32, (int)IM_S8_MIN, (int)IM_S8_MAX); in DataTypeApplyOpFromText() 2073 *(ImU8*)p_data = (ImU8)ImClamp(v32, (int)IM_U8_MIN, (int)IM_U8_MAX); in DataTypeApplyOpFromText() 2075 *(ImS16*)p_data = (ImS16)ImClamp(v32, (int)IM_S16_MIN, (int)IM_S16_MAX); in DataTypeApplyOpFromText() 2077 *(ImU16*)p_data = (ImU16)ImClamp(v32, (int)IM_U16_MIN, (int)IM_U16_MAX); in DataTypeApplyOpFromText() 2361 …v32 = (ImS32)*(ImS8*)p_v; bool r = DragBehaviorT<ImS32, ImS32, float>(ImGuiDataType_S32, &v32, v_… in DragBehavior() local 2362 …v32 = (ImU32)*(ImU8*)p_v; bool r = DragBehaviorT<ImU32, ImS32, float>(ImGuiDataType_U32, &v32, v_… in DragBehavior() local 2363 …v32 = (ImS32)*(ImS16*)p_v; bool r = DragBehaviorT<ImS32, ImS32, float>(ImGuiDataType_S32, &v32, v_… in DragBehavior() local 2364 …v32 = (ImU32)*(ImU16*)p_v; bool r = DragBehaviorT<ImU32, ImS32, float>(ImGuiDataType_U32, &v32, v_… in DragBehavior() local [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse2.c | 243 const __m128i* const v32, in FTransformPass2_SSE2() argument 257 const __m128i a32 = _mm_sub_epi16(*v01, *v32); in FTransformPass2_SSE2() 279 const __m128i a01 = _mm_add_epi16(*v01, *v32); in FTransformPass2_SSE2() 330 __m128i v01, v32; in FTransform_SSE2() local 333 FTransformPass1_SSE2(&row01, &row23, &v01, &v32); in FTransform_SSE2() 336 FTransformPass2_SSE2(&v01, &v32, out); in FTransform_SSE2()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse2.c | 243 const __m128i* const v32, in FTransformPass2_SSE2() argument 257 const __m128i a32 = _mm_sub_epi16(*v01, *v32); in FTransformPass2_SSE2() 279 const __m128i a01 = _mm_add_epi16(*v01, *v32); in FTransformPass2_SSE2() 330 __m128i v01, v32; in FTransform_SSE2() local 333 FTransformPass1_SSE2(&row01, &row23, &v01, &v32); in FTransform_SSE2() 336 FTransformPass2_SSE2(&v01, &v32, out); in FTransform_SSE2()
|
/third_party/lz4/tests/ |
D | frametest.c | 157 static unsigned FUZ_highbit(U32 v32) in FUZ_highbit() argument 160 if (v32==0) return 0; in FUZ_highbit() 161 while (v32) {v32 >>= 1; nbBits ++;} in FUZ_highbit()
|
D | fuzzer.c | 125 static U32 FUZ_highbit32(U32 v32) in FUZ_highbit32() argument 128 if (v32==0) return 0; in FUZ_highbit32() 129 while (v32) { v32 >>= 1; nbBits++; } in FUZ_highbit32()
|