Searched refs:end_pos (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c1008 XawTextPosition pos, new_pos, end_pos, ipos; local in function:Replace
1077 end_pos = pos + find.length;
1080 XawTextGetSelectionPos(tw, &pos, &end_pos);
1092 if (pos == end_pos) {
1102 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
/xsrc/external/mit/brotli/dist/c/enc/
H A Dencode.c428 const size_t end_pos = start_pos + length; local in function:ShouldUseComplexStaticContextMap
439 for (; start_pos + 64 <= end_pos; start_pos += 4096) {
495 const size_t end_pos = start_pos + length; local in function:DecideOverLiteralContextModeling
497 for (; start_pos + 64 <= end_pos; start_pos += 4096) {

Completed in 7 milliseconds