Searched defs:nextIsChar (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c1128 Bool nextIsChar; local
1216 nextIsChar = False;
1239 nextIsChar = True;
1253 nextIsChar = True;
1267 if (!nextIsChar && matchByte != curByte) /* speed optimization */
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c1129 Bool nextIsChar; local
1217 nextIsChar = False;
1240 nextIsChar = True;
1254 nextIsChar = True;
1268 if (!nextIsChar && matchByte != curByte) /* speed optimization */
/external/lzma/C/
H A DLzmaEnc.c1128 Bool nextIsChar; local
1216 nextIsChar = False;
1239 nextIsChar = True;
1253 nextIsChar = True;
1267 if (!nextIsChar && matchByte != curByte) /* speed optimization */

Completed in 150 milliseconds