Home
last modified time | relevance | path

Searched refs:v32 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/regex/test/unicode/
Dunicode_iterator_test.cpp184 vector32_type v32; in test() local
201v32.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()
224v32.assign(ru16to32type(u16to32type(v16.end(), v16.begin(), v16.end())), ru16to32type(u16to32type(… in test()
[all …]
/third_party/boost/libs/context/example/callcc/
Dechosse.cpp20 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/
Dechosse.cpp20 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/
Dgstprintf.c59 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/
Dbinary3.cpp35 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()
Dbinary2.cpp99 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/
Dmacro_scope.hpp234v32) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE32(func, v2, v3, v4, v5, v6, v7, v8, v9, v1… argument
235v32, v33) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE33(func, v2, v3, v4, v5, v6, v7, v8, v… argument
236v32, v33, v34) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE34(func, v2, v3, v4, v5, v6, v7, … argument
237v32, v33, v34, v35) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE35(func, v2, v3, v4, v5, v6,… argument
238v32, v33, v34, v35, v36) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE36(func, v2, v3, v4, v5… argument
239v32, v33, v34, v35, v36, v37) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE37(func, v2, v3, v… argument
240v32, v33, v34, v35, v36, v37, v38) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE38(func, v2, … argument
241v32, v33, v34, v35, v36, v37, v38, v39) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE39(func,… argument
242v32, v33, v34, v35, v36, v37, v38, v39, v40) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE40(… argument
243v32, 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/
Dconverter_test.cpp79 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/
Dlibxt_HMARK.c101 .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/
Dspv.swizzleInversion.frag.out21 Name 40 "v32"
53 40(v32): 16(ptr) Variable Function
72 Store 40(v32) 42
/third_party/ffmpeg/libavcodec/
Dvp9block.c53 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/
Dspv.swizzleInversion.frag14 vec2 v32 = interpolateAtSample(in3.zx, 1);
/third_party/mesa3d/docs/relnotes/
D19.1.6.rst95 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
D19.2.0.rst360 - intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs
/third_party/iptables/include/linux/netfilter/
Dxt_HMARK.h34 __u32 v32; member
/third_party/flutter/skia/resources/
DSkVMTest.expected123 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/
Dterm-ostream-tests5 tests/test-term-ostream-xterm-xf86-v32.out
/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream-xterm.sh23 || ${DIFF} ${srcdir}/test-term-ostream-xterm-xf86-v32.out out > /dev/null \
/third_party/json/single_include/nlohmann/
Djson.hpp2251v32) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE32(func, v2, v3, v4, v5, v6, v7, v8, v9, v1… argument
2252v32, v33) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE33(func, v2, v3, v4, v5, v6, v7, v8, v… argument
2253v32, v33, v34) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE34(func, v2, v3, v4, v5, v6, v7, … argument
2254v32, v33, v34, v35) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE35(func, v2, v3, v4, v5, v6,… argument
2255v32, v33, v34, v35, v36) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE36(func, v2, v3, v4, v5… argument
2256v32, v33, v34, v35, v36, v37) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE37(func, v2, v3, v… argument
2257v32, v33, v34, v35, v36, v37, v38) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE38(func, v2, … argument
2258v32, v33, v34, v35, v36, v37, v38, v39) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE39(func,… argument
2259v32, v33, v34, v35, v36, v37, v38, v39, v40) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE40(… argument
2260v32, 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/
Dbrw_fs.cpp9752 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/
Dimgui_widgets.cpp2067 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()
2361v32 = (ImS32)*(ImS8*)p_v; bool r = DragBehaviorT<ImS32, ImS32, float>(ImGuiDataType_S32, &v32, v_… in DragBehavior() local
2362v32 = (ImU32)*(ImU8*)p_v; bool r = DragBehaviorT<ImU32, ImS32, float>(ImGuiDataType_U32, &v32, v_… in DragBehavior() local
2363v32 = (ImS32)*(ImS16*)p_v; bool r = DragBehaviorT<ImS32, ImS32, float>(ImGuiDataType_S32, &v32, v_… in DragBehavior() local
2364v32 = (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/
Denc_sse2.c243 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/
Denc_sse2.c243 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/
Dframetest.c157 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()
Dfuzzer.c125 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()

12