Searched defs:source_offset (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dbytecode-branch-analysis.cc33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { argument
34 if (source_offset < target_offset) {
/external/v8/src/runtime/
H A Druntime-typedarray.cc343 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local
349 source_offset;
/external/piex/src/image_type_recognition/
H A Dimage_type_recognition_lite.cc75 const size_t source_offset, const bool use_big_endian,
79 source + source_offset, use_big_endian, &status);
88 const size_t source_offset, const bool use_big_endian,
92 binary_parse::Get32u(source + source_offset, use_big_endian, &status);
121 const size_t source_offset, const string& signature) {
122 return source.substr(source_offset, signature.size()) == signature;
74 CheckUInt16Value(const RangeCheckedBytePtr& source, const size_t source_offset, const bool use_big_endian, const unsigned short target_value) argument
87 CheckUInt32Value(const RangeCheckedBytePtr& source, const size_t source_offset, const bool use_big_endian, const unsigned int target_value) argument
120 IsSignatureMatched(const RangeCheckedBytePtr& source, const size_t source_offset, const string& signature) argument
/external/v8/src/wasm/
H A Dwasm-module.h149 uint32_t source_offset; // start offset in the module bytes. member in struct:v8::internal::wasm::WasmDataSegment
/external/e2fsprogs/misc/
H A De2image.c69 static blk64_t source_offset, dest_offset; variable
591 if (move_mode && dest_offset > source_offset) {
592 distance = (dest_offset - source_offset) / fs->blocksize;
610 if (blk < (source_offset - dest_offset) / fs->blocksize)
1488 source_offset = strtoull(optarg, NULL, 0);
1503 (source_offset || dest_offset))
1513 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) {
1562 sprintf(offset_opt, "offset=%llu", source_offset);

Completed in 743 milliseconds