Searched refs:Skip (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp48 void Skip(size_t count) function in class:Input
51 TRACE("Input::Skip(): fOffset > fLength\n");
63 Skip(1);
203 _arg.Skip(tmp_arg - _arg.String());
254 mangled.Skip(mangled_str - mangled.String());
261 mangled.Skip(2);
282 mangled.Skip(mangled_str - mangled.String());
333 arg.Skip(length);
359 name.Skip(pos + 1);
381 name.Skip(
[all...]
H A Dgcc3+.cpp318 void Skip(size_t count) function in class:Input
321 PRINT("Input::Skip(): fOffset > fLength\n");
2355 fInput.Skip(1);
2453 fInput.Skip(2);
2692 fInput.Skip(2);
2710 fInput.Skip(2);
2774 fInput.Skip(1);
2906 fInput.Skip(2);
2911 fInput.Skip(2);
2925 fInput.Skip(
[all...]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcache.S56 B.LT Skip // No data or unified cache at this level
78 Skip: label
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.h44 void Skip(size_t bytes);
H A DLittleEndianBuffer.cpp261 // Skip
263 LittleEndianBuffer::Skip(size_t bytes) function in class:LittleEndianBuffer
H A DFlatIconImporter.cpp323 buffer.Skip(tagLength);
528 buffer.Skip(tagLength);
656 buffer.Skip(tagLength);
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h53 bool Skip(uint32 bytes);
H A DSynthFileReader.cpp115 bool SSynthFileReader::Skip(uint32 bytes) { function in class:SSynthFileReader
141 if (Skip(2) && Read(inst) && Read(len) && Read(name, len) && Read(size) && Read(snd) && Skip(10) && Read(snds)) {
151 return Read(start) && Read(end) && Read(snd) && Skip(4);
157 return Skip(2) && Read(inst) && Read(len) && Read(name, len) && Read(size);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestUnflattener.h20 virtual status_t Skip(int32 size);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestUnflattener.cpp51 // Skip
53 Reader::Skip(int32 size) function in class:Reader
270 fStatus = fReader->Skip(newBytesRead - fBytesRead);
/haiku/src/add-ons/translators/rtf/
H A DRTF.h175 void Skip();
H A DRTF.cpp857 Worker::Skip() function in class:Worker
H A Dconvert.cpp395 Skip();
/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.cpp192 dataReader.Skip(instructionLength
H A DDataReader.h218 bool Skip(off_t bytes) function in class:DataReader
H A DDwarfFile.cpp328 dataReader.Skip(length);
1832 dataReader.Skip(blockLength);
2103 dataReader.Skip(opcodeBase - 1);
2228 dataReader.Skip(16);
2571 dataReader.Skip(dwarf64 ? sizeof(uint64) : sizeof(uint32));
2827 dataReader.Skip(blockLength);
2841 dataReader.Skip(blockLength);
2924 dataReader.Skip(blockLength);
3195 if (!dataReader.Skip(expressionLength))
/haiku/src/apps/bootmanager/
H A Dbootman.S577 inc si ; Skip string length byte
618 add si, ax ; Skip name to BootLoaderAddess
629 add si, ax ; Skip name

Completed in 427 milliseconds