Searched defs:RESTORE (Results 1 - 7 of 7) sorted by relevance

/external/zlib/src/
H A Dinfback.c139 #define RESTORE() \ macro
484 RESTORE();
H A Dinflate.c470 #define RESTORE() \ macro
821 RESTORE();
1023 RESTORE();
1231 RESTORE();
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c139 #define RESTORE() \ macro
484 RESTORE();
H A Dfx_zlib_inflate.c470 #define RESTORE() \ macro
821 RESTORE();
1023 RESTORE();
1231 RESTORE();
/external/skia/src/core/
H A DSkPictureFlat.h51 RESTORE, enumerator in enum:DrawType
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c147 #define RESTORE (OPC1(0x2) | OPC3(0x3d)) macro
483 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
/external/v8/src/
H A Djsregexp.cc1240 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; enumerator in enum:v8::internal::DeferredActionUndoType
1266 undo_action = RESTORE;
1277 undo_action = RESTORE;
1296 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1309 undo_action = RESTORE;
1321 if (undo_action == RESTORE) {

Completed in 220 milliseconds