Searched defs:source_offset (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
H A D | bytecode-branch-analysis.cc | 33 void BytecodeBranchAnalysis::AddBranch(int source_offset, int target_offset) { argument 34 if (source_offset < target_offset) {
|
/external/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 341 size_t source_offset = NumberToSize(source->byte_offset()); local 347 source_offset;
|
/external/piex/src/image_type_recognition/ |
H A D | image_type_recognition_lite.cc | 75 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 D | wasm-module.h | 132 uint32_t source_offset; // start offset in the module bytes. member in struct:v8::internal::wasm::WasmDataSegment
|
/external/e2fsprogs/misc/ |
H A D | e2image.c | 75 static blk64_t source_offset, dest_offset; variable 599 if (move_mode && dest_offset > source_offset) { 600 distance = (dest_offset - source_offset) / fs->blocksize; 619 if (blk < (source_offset - dest_offset) / 1506 source_offset = strtoull(optarg, NULL, 0); 1521 (source_offset || dest_offset)) 1531 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) { 1580 sprintf(offset_opt, "offset=%llu", source_offset);
|
Completed in 110 milliseconds