Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_match.c1132 #define Lmin F->temp_32[0] in match()
1133 #define Lmax F->temp_32[1] in match()
1134 #define Lc F->temp_32[2] in match()
1135 #define Loc F->temp_32[3] in match()
1486 #define Lmin F->temp_32[0] in match()
1487 #define Lmax F->temp_32[1] in match()
1488 #define Lc F->temp_32[2] in match()
1489 #define Loc F->temp_32[3] in match()
1876 #define Lmin F->temp_32[0] in match()
1877 #define Lmax F->temp_32[ in match()
[all...]
H A Dpcre2_intmodedep.h798 uint32_t temp_32[4]; /* Used for short-term 32-bit or BOOL values */ member
/third_party/ffmpeg/libavcodec/mips/
H A 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()

Completed in 13 milliseconds