Home
last modified time | relevance | path

Searched refs:object_offset (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/devel/luabind/luabind-0.9.1/src/
H A Dinheritance.cpp62 , std::ptrdiff_t object_offset) const;
66 , std::ptrdiff_t object_offset
84 , std::ptrdiff_t object_offset) const in get()
87 key_type(src, target, dynamic_id, object_offset)); in get()
93 , std::ptrdiff_t object_offset, std::size_t distance, std::ptrdiff_t offset) in put() argument
96 key_type(src, target, dynamic_id, object_offset) in put()
149 std::ptrdiff_t const object_offset = in cast() local
152 cache_entry cached = m_cache.get(src, target, dynamic_id, object_offset); in cast()
177 src, target, dynamic_id, object_offset in cast()
193 m_cache.put(src, target, dynamic_id, object_offset, cache::invalid, -1); in cast()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/src/
H A Dinheritance.cpp69 , std::ptrdiff_t object_offset) const;
73 , std::ptrdiff_t object_offset
91 , std::ptrdiff_t object_offset) const in get()
94 key_type(src, target, dynamic_id, object_offset)); in get()
100 , std::ptrdiff_t object_offset, std::ptrdiff_t offset, int distance) in put() argument
103 key_type(src, target, dynamic_id, object_offset) in put()
156 std::ptrdiff_t const object_offset = in cast() local
159 cache_entry cached = m_cache.get(src, target, dynamic_id, object_offset); in cast()
184 src, target, dynamic_id, object_offset in cast()
200 m_cache.put(src, target, dynamic_id, object_offset, cache::invalid, -1); in cast()
/dports/games/allacrost/allacrost-1.0.2/src/luabind/src/
H A Dinheritance.cpp62 , std::ptrdiff_t object_offset) const;
66 , std::ptrdiff_t object_offset
84 , std::ptrdiff_t object_offset) const in get()
87 key_type(src, target, dynamic_id, object_offset)); in get()
93 , std::ptrdiff_t object_offset, std::size_t distance, std::ptrdiff_t offset) in put() argument
149 std::ptrdiff_t const object_offset = in cast() local
152 cache_entry cached = m_cache.get(src, target, dynamic_id, object_offset); in cast()
177 src, target, dynamic_id, object_offset in cast()
193 m_cache.put(src, target, dynamic_id, object_offset, cache::invalid, -1); in cast()
/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dobject-start-bitmap.h99 size_t object_offset = in FindHeader() local
101 size_t object_start_number = object_offset / kAllocationGranularity; in FindHeader()
113 object_offset = object_start_number * kAllocationGranularity; in FindHeader()
114 return reinterpret_cast<HeapObjectHeader*>(object_offset + offset_); in FindHeader()
163 const size_t object_offset = header_address - offset_; in ObjectStartIndexAndBit() local
164 DCHECK(!(object_offset & kAllocationMask)); in ObjectStartIndexAndBit()
165 const size_t object_start_number = object_offset / kAllocationGranularity; in ObjectStartIndexAndBit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/cppgc/
H A Dobject-start-bitmap.h99 size_t object_offset = in FindHeader() local
101 size_t object_start_number = object_offset / kAllocationGranularity; in FindHeader()
113 object_offset = object_start_number * kAllocationGranularity; in FindHeader()
114 return reinterpret_cast<HeapObjectHeader*>(object_offset + offset_); in FindHeader()
163 const size_t object_offset = header_address - offset_; in ObjectStartIndexAndBit() local
164 DCHECK(!(object_offset & kAllocationMask)); in ObjectStartIndexAndBit()
165 const size_t object_start_number = object_offset / kAllocationGranularity; in ObjectStartIndexAndBit()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dobject-start-bitmap.h96 size_t object_offset = maybe_inner_ptr - offset(); in FindBasePtr() local
97 size_t object_start_number = object_offset / kAllocationGranularity; in FindBasePtr()
152 const size_t object_offset = base_ptr - offset(); in ObjectStartIndexAndBit() local
153 DCHECK(!(object_offset & kAllocationMask)); in ObjectStartIndexAndBit()
154 const size_t object_start_number = object_offset / kAllocationGranularity; in ObjectStartIndexAndBit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dobject-start-bitmap.h96 size_t object_offset = maybe_inner_ptr - offset(); in FindBasePtr() local
97 size_t object_start_number = object_offset / kAllocationGranularity; in FindBasePtr()
152 const size_t object_offset = base_ptr - offset(); in ObjectStartIndexAndBit() local
153 DCHECK(!(object_offset & kAllocationMask)); in ObjectStartIndexAndBit()
154 const size_t object_start_number = object_offset / kAllocationGranularity; in ObjectStartIndexAndBit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/lobster/
H A Dflatbuffers.lobster83 let object_offset = head
88 PrependVOffsetT(if o: object_offset - o else: 0)
91 PrependVOffsetT(object_offset - object_end)
113 head = object_offset
116 buf.write_int32_le(Start(), existing_vtable - object_offset)
121 buf.write_int32_le(buf.length - object_offset, head - object_offset)
125 return offset { object_offset }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/lobster/
H A Dflatbuffers.lobster83 let object_offset = head
88 PrependVOffsetT(if o: object_offset - o else: 0)
91 PrependVOffsetT(object_offset - object_end)
113 head = object_offset
116 buf.write_int32_le(Start(), existing_vtable - object_offset)
121 buf.write_int32_le(buf.length - object_offset, head - object_offset)
125 return offset { object_offset }
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/lobster/
H A Dflatbuffers.lobster78 object_offset := head
83 PrependVOffsetT(if o: object_offset - o else: 0)
86 PrependVOffsetT(object_offset - object_end)
107 head = object_offset
110 buf.write_int32_le(Start(), existing_vtable - object_offset)
115 buf.write_int32_le(buf.length - object_offset, head - object_offset)
119 return object_offset
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/lobster/
H A Dflatbuffers.lobster83 let object_offset = head
88 PrependVOffsetT(if o: object_offset - o else: 0)
91 PrependVOffsetT(object_offset - object_end)
113 head = object_offset
116 buf.write_int32_le(Start(), existing_vtable - object_offset)
121 buf.write_int32_le(buf.length - object_offset, head - object_offset)
125 return offset { object_offset }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/lobster/
H A Dflatbuffers.lobster83 let object_offset = head
88 PrependVOffsetT(if o: object_offset - o else: 0)
91 PrependVOffsetT(object_offset - object_end)
113 head = object_offset
116 buf.write_int32_le(Start(), existing_vtable - object_offset)
121 buf.write_int32_le(buf.length - object_offset, head - object_offset)
125 return offset { object_offset }
/dports/devel/flatbuffers/flatbuffers-2.0.0/lobster/
H A Dflatbuffers.lobster83 let object_offset = head
88 PrependVOffsetT(if o: object_offset - o else: 0)
91 PrependVOffsetT(object_offset - object_end)
113 head = object_offset
116 buf.write_int32_le(Start(), existing_vtable - object_offset)
121 buf.write_int32_le(buf.length - object_offset, head - object_offset)
125 return offset { object_offset }
/dports/graphics/blender/blender-2.91.0/intern/cycles/bvh/
H A Dbvh.cpp352 size_t object_offset = 0; in pack_instances() local
399 pack.object_node[object_offset++] = 0; in pack_instances()
409 pack.object_node[object_offset++] = noffset; in pack_instances()
421 pack.object_node[object_offset++] = -noffset_leaf - 1; in pack_instances()
423 pack.object_node[object_offset++] = noffset; in pack_instances()
425 geometry_map[geom] = pack.object_node[object_offset - 1]; in pack_instances()
/dports/games/moria/umoria/source/
H A Ddesc.c127 int16 object_offset(t_ptr) in object_offset() function
155 if ((offset = object_offset(i_ptr)) < 0)
172 if ((offset = object_offset(i_ptr)) < 0)
229 if ((offset = object_offset(i_ptr)) < 0)
245 if ((offset = object_offset(i_ptr)) < 0)
657 if ((indexx = object_offset(i_ptr)) >= 0)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_stream.cpp121 uint32_t object_offset) const { in ParseObjectAtOffset()
123 offset_in_stream += object_offset; in ParseObjectAtOffset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_stream.cpp121 uint32_t object_offset) const { in ParseObjectAtOffset()
123 offset_in_stream += object_offset; in ParseObjectAtOffset()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dmidx.c375 const unsigned char *object_offset; in git_midx_entry_find() local
415 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
416 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
430 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dmidx.c380 const unsigned char *object_offset; in git_midx_entry_find() local
420 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
421 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
435 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dmidx.c380 const unsigned char *object_offset; in git_midx_entry_find() local
420 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
421 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
435 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dmidx.c375 const unsigned char *object_offset; in git_midx_entry_find() local
415 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
416 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
430 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dmidx.c375 const unsigned char *object_offset; in git_midx_entry_find() local
415 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
416 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
430 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dmidx.c380 const unsigned char *object_offset; in git_midx_entry_find() local
420 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
421 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
435 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dmidx.c375 const unsigned char *object_offset; in git_midx_entry_find() local
415 object_offset = idx->object_offsets + pos * 8; in git_midx_entry_find()
416 offset = ntohl(*((uint32_t *)(object_offset + 4))); in git_midx_entry_find()
430 pack_index = ntohl(*((uint32_t *)(object_offset + 0))); in git_midx_entry_find()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ceph/
H A Dioctl.c199 &dl.object_no, &dl.object_offset, &xlen); in ceph_ioctl_get_dataloc()
200 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc()
205 tmp = dl.object_offset; in ceph_ioctl_get_dataloc()

12345678