Searched defs:offset_end (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/interpreter/
H A Dhandler-table-builder.h47 size_t offset_end; // Bytecode offset ending try-region. member in struct:v8::internal::interpreter::BASE_EMBEDDED::Entry
/external/strace/
H A Ddm.c137 uint32_t offset_end = 0; local
149 if (i && offset <= offset_end)
152 offset_end = offset + target_spec_size;
154 if (offset_end <= offset || offset_end > ioc->data_size)
176 printstr_ex(tcp, addr + offset_end, ioc->data_size - offset_end,
222 uint32_t offset_end = offset + target_deps_dev_offs; local
225 if (offset_end <= offset || offset_end > io
259 uint32_t offset_end = 0; local
345 uint32_t offset_end = 0; local
411 uint32_t offset_end = offset + target_msg_message_offs; local
[all...]
/external/pcre/dist2/src/
H A Dpcre2_intmodedep.h789 PCRE2_SIZE offset_end; /* One past the end */ member in struct:match_block
/external/flac/libFLAC/
H A Dmetadata_iterators.c3125 const FLAC__off_t offset_end = append? iterator->offset[iterator->depth] + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (FLAC__off_t)iterator->length : iterator->offset[iterator->depth]; local
3135 if(!copy_n_bytes_from_file_(iterator->file, *tempfile, offset_end, &iterator->status)) {

Completed in 159 milliseconds