Home
last modified time | relevance | path

Searched defs:end_offset (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/rust/crates/nom/src/bits/
H A Dstreaming.rs30 let mut end_offset: usize = 0; in take() variables
H A Dcomplete.rs56 let mut end_offset: usize = 0; in take() variables
/third_party/gn/src/gn/
H A Dstring_output_buffer_unittest.cc39 size_t end_offset = std::min(start_offset + span_size, data.size()); in TEST() local
76 size_t end_offset = std::min(start_offset + span_size, data.size()); in TEST() local
H A Dstring_utils.cc194 size_t end_offset = *i; in AppendStringInterpolation() local
56 AppendInterpolatedExpression(Scope* scope, const Token& token, const char* input, size_t begin_offset, size_t end_offset, std::string* output, Err* err) AppendInterpolatedExpression() argument
110 AppendInterpolatedIdentifier(Scope* scope, const Token& token, const char* input, size_t begin_offset, size_t end_offset, std::string* output, Err* err) AppendInterpolatedIdentifier() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_disasm.c97 int end_offset = next->offset; in intel_disassemble() local
/third_party/node/deps/v8/src/torque/
H A Dkythe-data.h20 uint64_t end_offset; member
/third_party/rust/crates/cxx/gen/src/
H A Derror.rs130 let mut end_offset = start_offset; in display_syn_error() variables
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Derror.rs130 let mut end_offset = start_offset; in display_syn_error() variables
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Derror.rs130 let mut end_offset = start_offset; in display_syn_error() variables
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Derror.rs130 let mut end_offset = start_offset; in display_syn_error() variables
/kernel/linux/linux-6.6/fs/verity/
H A Dread_metadata.c20 u64 end_offset; in fsverity_read_merkle_tree() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm_info.c34 dump_assembly(void *assembly, int start_offset, int end_offset, in dump_assembly() argument
54 int end_offset = next->offset; in dump_assembly() local
/third_party/python/Include/cpython/
H A Dpyerrors.h30 PyObject *end_offset; member
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc_selftest.c285 size_t end_offset[BUFFER_NU in binder_selftest_alloc() local
223 binder_selftest_alloc_size(struct binder_alloc *alloc, size_t *end_offset) binder_selftest_alloc_size() argument
249 binder_selftest_alloc_offset(struct binder_alloc *alloc, size_t *end_offset, int index) binder_selftest_alloc_offset() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpercpu-internal.h73 int end_offset; /* additional area required to member
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc_selftest.c285 size_t end_offset[BUFFER_NU in binder_selftest_alloc() local
223 binder_selftest_alloc_size(struct binder_alloc *alloc, size_t *end_offset) binder_selftest_alloc_size() argument
249 binder_selftest_alloc_offset(struct binder_alloc *alloc, size_t *end_offset, int index) binder_selftest_alloc_offset() argument
[all...]
/kernel/linux/linux-6.6/fs/configfs/
H A Dfile.c242 size_t end_offset; in configfs_bin_write_iter() local
/kernel/linux/linux-6.6/mm/
H A Dpercpu-internal.h64 int end_offset; /* additional area required to member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvsoc_shm.h11 __u32 end_offset; member
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h49 int end_offset; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_strm.c198 uint64_t offset, end_offset; in strm_streamfrq_unacked_pop() local
/third_party/node/deps/v8/src/heap/
H A Dremembered-set.h59 uintptr_t end_offset = end - chunk->address(); in RemoveRange() local
/third_party/node/deps/v8/src/objects/
H A Dobjects-body-descriptors-inl.h471 int end_offset in IterateBody() local
81 IterateJSObjectBodyImpl(Map map, HeapObject obj, int start_offset, int end_offset, ObjectVisitor* v) IterateJSObjectBodyImpl() argument
115 IteratePointers(HeapObject obj, int start_offset, int end_offset, ObjectVisitor* v) IteratePointers() argument
134 IterateMaybeWeakPointers( HeapObject obj, int start_offset, int end_offset, ObjectVisitor* v) IterateMaybeWeakPointers() argument
148 IterateCustomWeakPointers( HeapObject obj, int start_offset, int end_offset, ObjectVisitor* v) IterateCustomWeakPointers() argument
503 int end_offset = table.DataTableEndOffset(table.Capacity()); IterateBody() local
599 int end_offset = start_offset + data.children_length() * kTaggedSize; IterateBody() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc227 SearchUShort(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) SearchUShort() argument
282 SearchULong(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) SearchULong() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h85 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, in AddAnnotation() argument

Completed in 16 milliseconds

12345