Searched refs:charpos (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | a64multienc.c | 108 int charpos, x, y; in render_charset() local 138 for (charpos = 0; charpos < CHARSET_CHARS; charpos++) { in render_charset() 185 charpos--; /* redo now adjusted char */ in render_charset() 193 colrammap[charpos] = (highdiff > 0); in render_charset()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 307 } charpos; member 11660 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.enabled = TRUE; in compile_iterator_matchingpath() 11661 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.chr = charpos_char; in compile_iterator_matchingpath() 11662 BACKTRACK_AS(char_iterator_backtrack)->u.charpos.othercasebit = charpos_othercasebit; in compile_iterator_matchingpath() 12449 if (CURRENT_AS(char_iterator_backtrack)->u.charpos.enabled) in compile_iterator_backtrackingpath() 12459 if (CURRENT_AS(char_iterator_backtrack)->u.charpos.othercasebit != 0) in compile_iterator_backtrackingpath() 12460 OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, CURRENT_AS(char_iterator_backtrack)->u.charpos.othercasebit); in compile_iterator_backtrackingpath() 12461 CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CURRENT_AS(char_iterator_backtrack)->u.charpos.chr, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath()
|
Completed in 16 milliseconds