Searched defs:v32 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
H A D | dec_loop.c | 6 const uint32x2_t v32 = vqmovn_u64(v64); in is_nonzero() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 51 uint32_t v32 = v * 0x01010101; in setctx_2d() local [all...] |
/third_party/lz4/tests/ |
H A D | frametest.c | 205 static unsigned FUZ_highbit(U32 v32) in FUZ_highbit() argument
|
H A D | fuzzer.c | 126 static U32 FUZ_highbit32(U32 v32) in FUZ_highbit32() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 2067 int v32; in DataTypeApplyOpFromText() local 2361 case ImGuiDataType_S8: { ImS32 v32 = (ImS32)*(ImS8*)p_v; bool r = DragBehaviorT<ImS32, ImS32, float>(ImGuiDataType_S32, &v32, v_speed, p_min ? *(const ImS8*) p_min : IM_S8_MIN, p_max ? *(const ImS8*)p_max : IM_S8_MAX, format, flags); if (r) *(ImS8*)p_v = (ImS8)v32; return r; } in DragBehavior() local 2362 case ImGuiDataType_U8: { ImU32 v32 in DragBehavior() local 2363 case ImGuiDataType_S16: { ImS32 v32 = (ImS32)*(ImS16*)p_v; bool r = DragBehaviorT<ImS32, ImS32, float>(ImGuiDataType_S32, &v32, v_speed, p_min ? *(const ImS16*)p_min : IM_S16_MIN, p_max ? *(const ImS16*)p_max : IM_S16_MAX, format, flags); if (r) *(ImS16*)p_v = (ImS16)v32; return r; } DragBehavior() local 2364 case ImGuiDataType_U16: { ImU32 v32 = (ImU32)*(ImU16*)p_v; bool r = DragBehaviorT<ImU32, ImS32, float>(ImGuiDataType_U32, &v32, v_speed, p_min ? *(const ImU16*)p_min : IM_U16_MIN, p_max ? *(const ImU16*)p_max : IM_U16_MAX, format, flags); if (r) *(ImU16*)p_v = (ImU16)v32; return r; } DragBehavior() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_sse2.c | 330 __m128i v01, v32; in FTransform_SSE2() local 242 FTransformPass2_SSE2(const __m128i* const v01, const __m128i* const v32, int16_t* out) FTransformPass2_SSE2() argument
|
Completed in 17 milliseconds