Home
last modified time | relevance | path

Searched refs:obj_start (Results 1 – 25 of 143) sorted by relevance

123456

/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dobj_map.c106 register unsigned obj_start; local
129 for (obj_start = HDR_BYTES;
130 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
131 obj_start += WORDS_TO_BYTES(sz)) {
134 MAP_ENTRY(new_map, obj_start + displ) =
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dobj_map.c109 register unsigned obj_start; local
133 for (obj_start = 0;
134 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
135 obj_start += WORDS_TO_BYTES(sz)) {
140 MAP_ENTRY(new_map, obj_start + displ) =
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start; local
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start; local
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start; local
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start; local
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start; local
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start;
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dobj_map.c106 register unsigned obj_start; local
132 for (obj_start = 0;
133 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
134 obj_start += WORDS_TO_BYTES(sz)) {
139 MAP_ENTRY(new_map, obj_start + displ) =
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-sanitize.hh180 const char *obj_start = (const char *) obj; in set_object() local
181 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
185 this->start = obj_start; in set_object()
186 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-sanitize.hh181 const char *obj_start = (const char *) obj; in set_object() local
182 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
186 this->start = obj_start; in set_object()
187 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-sanitize.hh181 const char *obj_start = (const char *) obj; in set_object() local
182 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
186 this->start = obj_start; in set_object()
187 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-sanitize.hh180 const char *obj_start = (const char *) obj; in set_object() local
181 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
185 this->start = obj_start; in set_object()
186 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-sanitize.hh198 const char *obj_start = (const char *)obj; in set_object() local
199 if (unlikely(obj_start < this->start || this->end <= obj_start)) in set_object()
202 this->start = obj_start; in set_object()
203 this->end = obj_start + hb_min(size_t(this->end - obj_start), obj->get_size()); in set_object()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-sanitize.hh180 const char *obj_start = (const char *) obj; in set_object() local
181 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
185 this->start = obj_start; in set_object()
186 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-sanitize.hh172 const char *obj_start = (const char *) obj; in set_object() local
173 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
177 this->start = obj_start; in set_object()
178 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-sanitize.hh180 const char *obj_start = (const char *) obj; in set_object() local
181 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
185 this->start = obj_start; in set_object()
186 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-sanitize.hh180 const char *obj_start = (const char *) obj; in set_object() local
181 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
185 this->start = obj_start; in set_object()
186 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-sanitize.hh180 const char *obj_start = (const char *) obj; in set_object() local
181 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
185 this->start = obj_start; in set_object()
186 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-sanitize.hh172 const char *obj_start = (const char *) obj; in set_object() local
173 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
177 this->start = obj_start; in set_object()
178 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
106 if (obj_start != Py_None) in STRINGLIB()
107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB()
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
106 if (obj_start != Py_None) in STRINGLIB()
107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB()
/dports/lang/python37/Python-3.7.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
106 if (obj_start != Py_None) in STRINGLIB()
107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB()
/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
106 if (obj_start != Py_None) in STRINGLIB()
107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB()
/dports/lang/python310/Python-3.10.1/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
106 if (obj_start != Py_None) in STRINGLIB()
107 if (!_PyEval_SliceIndex(obj_start, &tmp_start)) in STRINGLIB()

123456