Home
last modified time | relevance | path

Searched defs:g0 (Results 1 - 25 of 44) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dcall-indirect.c3 int g0(int (*fun)(void)) { return (fun)(); } in g0() function
/third_party/typescript/tests/baselines/reference/
H A DrestTuplesFromContextualTypes.js302 var g0 = f5(function () { return "hello"; }); variable
/third_party/ffmpeg/libavcodec/
H A Dopusdsp.c25 const float g0 = gains[0]; in postfilter_c() local
H A Dtexturedsp.c46 uint8_t r0, g0, b0, r1, g1, b1; in extract_color() local
/third_party/skia/tests/
H A DPolyUtilsTest.cpp265 const SkPoint g0[] = { {0, 0}, {10, 0}, {10, 10}, {0, 10} }; in DEF_TEST() local
/third_party/musl/libc-test/src/regression/
H A Dmalloc-encode-pointer.c62 struct group_in *g0 = NULL; in child() local
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_compact.cpp268 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
277 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
285 struct brw_reg g0 = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_D); in TEST_P() local
293 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
310 struct brw_reg g0 = brw_vec1_grf(0, 0); in TEST_P() local
328 struct brw_reg g0 = brw_vec8_grf(0, 0); TEST_P() local
343 struct brw_reg g0 = brw_vec8_grf(0, 0); TEST_P() local
[all...]
H A Dtest_eu_validate.cpp123 #define g0 brw_vec8_grf(0, 0) macro
[all...]
H A Dbrw_fs_nir.cpp576 fs_reg g0 = fs_reg(retype(brw_vec1_grf(0, 0), BRW_REGISTER_TYPE_W)); in optimize_frontfacing_ternary() local
594 g0, brw_imm_uw(0x3f80)); in optimize_frontfacing_ternary() local
/third_party/mesa3d/src/util/format/
H A Du_format_yuv.c52 float r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local
106 uint8_t r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local
159 float r, g0, g1, b; util_format_r8g8_b8g8_unorm_pack_rgba_float() local
208 uint32_t r, g0, g1, b; util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local
274 float r, g0, g1, b; util_format_g8r8_g8b8_unorm_unpack_rgba_float() local
328 uint8_t r, g0, g1, b; util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local
381 float r, g0, g1, b; util_format_g8r8_g8b8_unorm_pack_rgba_float() local
430 uint32_t r, g0, g1, b; util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local
[all...]
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dpoly1305.c40 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c139 u64 g0, g1, g2; in poly1305_emit() local
H A Dpoly1305.c218 u64 g0, g1, g2; in poly1305_emit() local
384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local
[all...]
H A Dpoly1305_ieee754.c434 u32 g0, g1, g2, g3, g4; in poly1305_emit() local
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c139 u64 g0, g1, g2; in poly1305_emit() local
H A Dpoly1305.c218 u64 g0, g1, g2; in poly1305_emit() local
384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local
[all...]
H A Dpoly1305_ieee754.c434 u32 g0, g1, g2, g3, g4; in poly1305_emit() local
/third_party/mbedtls/library/
H A Dpoly1305.c187 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
/third_party/lame/libmp3lame/
H A Dfft.c113 FLOAT a, b, g0, f0, f1, g1, f2, g2, f3, g3; in fht() local
/third_party/ffmpeg/libavfilter/
H A Dvf_colorcontrast.c121 float g0, g1, g2; in colorcontrast_slice8() local
175 float g0, g1, g2; in colorcontrast_slice16() local
227 float g0, g1, g2; in colorcontrast_slice8p() local
279 float g0, g1, g2; in colorcontrast_slice16p() local
/third_party/musl/src/math/
H A Dlgammal.c129 g0 = 3.645529916721223331888305293534095553827E-18L, variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlgammal.c129 g0 = 3.645529916721223331888305293534095553827E-18L, variable
/third_party/skia/src/opts/
H A DSkSwizzler_opts.h508 __m512i g0 = _mm512_and_si512(grayA, _mm512_set1_epi16(0x00FF)); in grayA_to_rgbA() local
765 __m256i g0 = _mm256_and_si256(grayA, _mm256_set1_epi16(0x00FF)); in grayA_to_rgbA() local
998 __m128i g0 = _mm_and_si128(grayA, _mm_set1_epi16(0x00FF)); grayA_to_rgbA() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djdmrgext-neon.c408 uint8x8x2_t g0 = vzip_u8(vqmovun_s16(g0_even), vqmovun_s16(g0_odd)); in jsimd_h2v2_merged_upsample_neon() local
520 uint8x8x2_t g0 = vzip_u8(vqmovun_s16(g0_even), vqmovun_s16(g0_odd)); in jsimd_h2v2_merged_upsample_neon() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv_neon.c252 const int16x8_t g0 = vreinterpretq_s16_u16(vld1q_u16(best_y + 2 * i + 0)); in SharpYUVFilterRow_NEON() local

Completed in 24 milliseconds

12