Searched refs:Skip (Results 101 - 125 of 156) sorted by relevance

1234567

/external/v8/src/
H A Dframes.cc244 // Skip top ExternalCallbackScope if we already advanced to a JS frame
664 // Skip saved double registers.
682 // Skip the words containing the register values.
747 // Skip the arguments adaptor frame and look at the real caller.
957 it.Next(); // Skip height.
989 it.Skip(Translation::NumberOfOperandsFor(opcode));
1019 it.Skip(Translation::NumberOfOperandsFor(frame_opcode));
1023 // Skip over operands to advance to the next opcode.
1024 it.Skip(Translation::NumberOfOperandsFor(frame_opcode));
1087 it.Next(); // Skip fram
[all...]
H A Ddeoptimizer.h947 void Skip(int n) {
/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class0.s123 B SKIP_AU1_MASK_FF @Skip the else part
275 B SKIP_AU1_MASK_FF_RESIDUE @Skip the else part
H A Dihevc_sao_edge_offset_class0_chroma.s128 B SKIP_AU1_MASK_FF @Skip the else part
294 B SKIP_AU1_MASK_FF_RESIDUE @Skip the else part
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c955 // Skip a symbol
958 void Skip(cmsIT8* it8, SYMBOL sy) function
965 // Skip multiple EOLN
1852 Skip(it8, SEND_DATA_FORMAT);
1904 Skip(it8, SEND_DATA);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp380 m_strm.Skip( 2 );
H A Dgrfmt_jpeg.cpp827 lstrm.Skip( 2 ); // skip SOI marker
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc532 is->Skip((*table_header)->offset() - is->position());
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py204 event.Skip()
H A DJetCtrls.py447 event.Skip()
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp861 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;
862 Buf += Name.substr(Pos + Skip);
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1938 unsigned Skip = 0;
1945 Skip = 1;
1957 Expr* Arg = Exp->getArg(i+Skip);
2258 // Skip rest of block if it's not reachable.
2349 // Skip the final check if the exit block is unreachable.
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp538 bool Skip = PPLevelBranchIndex[PPBranchLevel] > 0; local
539 conditionalCompilationCondition(Unreachable || Skip);
1694 nextToken(); // Skip '>'.
1727 // Skip category, if present.
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp730 // Skip back edges. Also, if FromB is a predecessor of ToB, the distance
914 bool Skip = MI->isCopy() || MI->isRegSequence();
916 if (!Skip) {
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs450 _matchFinder.Skip(num);
1076 _matchFinder.Skip(_trainSize);
/external/dng_sdk/source/
H A Ddng_info.cpp375 stream.Skip (2); // Ignore tag code.
H A Ddng_shared.cpp1068 stream.Skip (SafeUint32Sub(offset, 8u));
H A Ddng_lossless_jpeg.cpp545 * Skip over an unknown or uninteresting variable-length marker
562 fStream->Skip (length);
/external/llvm/lib/IR/
H A DAsmWriter.cpp1367 bool Skip; member in struct:__anon11907::FieldSeparator
1369 FieldSeparator(const char *Sep = ", ") : Skip(true), Sep(Sep) {}
1372 if (FS.Skip) {
1373 FS.Skip = false;
/external/pcre/dist/
H A Dpcre_internal.h2183 "Close", "Skip zero"
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc67 return input->Skip(length);
H A Dwire_format.cc103 if (!input->Skip(length)) return false;
406 continue; // Skip ParseAndMergeField(); already taken care of.
H A Dwire_format_lite_inl.h287 input->Skip(read_bytes);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_avx_x86_64.asm497 ; Skip-block, i.e. just write all zeroes
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java450 _matchFinder.Skip(num);

Completed in 940 milliseconds

1234567