Home
last modified time | relevance | path

Searched refs:temp_32 (Results 1 – 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_match.c1118 #define Lmin F->temp_32[0] in match()
1119 #define Lmax F->temp_32[1] in match()
1120 #define Lc F->temp_32[2] in match()
1121 #define Loc F->temp_32[3] in match()
1472 #define Lmin F->temp_32[0] in match()
1473 #define Lmax F->temp_32[1] in match()
1474 #define Lc F->temp_32[2] in match()
1475 #define Loc F->temp_32[3] in match()
1862 #define Lmin F->temp_32[0] in match()
1863 #define Lmax F->temp_32[1] in match()
[all …]
Dpcre2_intmodedep.h794 uint32_t temp_32[4]; /* Used for short-term 32-bit or BOOL values */ member
/third_party/ffmpeg/libavcodec/mips/
Dvp3dsp_idct_msa.c458 int temp_32[8]; in ff_vp3_v_loop_filter_msa() local
469 temp_32[i] = bounding_values[temp_16[i]]; in ff_vp3_v_loop_filter_msa()
470 LD_SW2(temp_32, 4, e0, e1); in ff_vp3_v_loop_filter_msa()
497 int temp_32[8]; in ff_vp3_h_loop_filter_msa() local
513 temp_32[i] = bounding_values[temp_16[i]]; in ff_vp3_h_loop_filter_msa()
514 LD_SW2(temp_32, 4, e0, e1); in ff_vp3_h_loop_filter_msa()