Home
last modified time | relevance | path

Searched refs:offset_entry (Results 1 – 25 of 35) sorted by relevance

12

/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A D_s_b_i_x.py49 offset_entry = sbixStrikeOffset()
52 offset_entry)
53 self.strikeOffsets.append(offset_entry.strikeOffset)
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A D_s_b_i_x.py46 offset_entry = sbixStrikeOffset()
49 offset_entry)
50 self.strikeOffsets.append(offset_entry.strikeOffset)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp1114 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1115 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1117 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1120 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1121 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1162 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1166 (ioe->offset() - offset_entry(0)->offset())/wordSize); in initialize_itable()
1170 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1490 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1492 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp292 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DklassVtable.cpp1088 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1089 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1091 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1094 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1095 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1136 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1145 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1433 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1435 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp286 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp1056 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1057 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1059 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1062 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1063 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1104 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1113 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1401 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1403 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp283 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp1052 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1053 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1055 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1058 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1059 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1100 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1109 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1393 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1395 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp283 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp1069 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1070 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1072 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1075 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1076 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1116 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1125 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1413 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1415 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp307 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp1069 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1070 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1072 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1075 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1076 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1116 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1125 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1413 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1415 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp307 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp1067 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1068 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1070 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1073 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1074 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1115 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1124 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1407 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1409 _offset_entry = offset_entry; in SetupItableClosure()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DklassVtable.cpp1047 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1048 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1050 intptr_t* method_entry = (intptr_t *)(((address)klass) + offset_entry->offset()); in klassItable()
1053 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass; in klassItable()
1054 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1095 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1104 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1391 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1393 _offset_entry = offset_entry; in SetupItableClosure()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1084 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1085 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1087 intptr_t* method_entry = (intptr_t *)(((address)klass()) + offset_entry->offset()); in klassItable()
1090 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass(); in klassItable()
1091 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1131 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1140 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1442 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1444 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp282 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1084 itableOffsetEntry* offset_entry = (itableOffsetEntry*)klass->start_of_itable(); in klassItable() local
1085 …if (offset_entry != NULL && offset_entry->interface_klass() != NULL) { // Check that itable is in… in klassItable()
1087 intptr_t* method_entry = (intptr_t *)(((address)klass()) + offset_entry->offset()); in klassItable()
1090 _table_offset = (intptr_t*)offset_entry - (intptr_t*)klass(); in klassItable()
1091 _size_offset_table = (method_entry - ((intptr_t*)offset_entry)) / itableOffsetEntry::size(); in klassItable()
1131 itableOffsetEntry* ioe = offset_entry(i); in initialize_itable()
1140 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); in initialize_itable()
1442 …SetupItableClosure(address klass_begin, itableOffsetEntry* offset_entry, itableMethodEntry* method… in SetupItableClosure() argument
1444 _offset_entry = offset_entry; in SetupItableClosure()
H A DklassVtable.hpp282 …itableOffsetEntry* offset_entry(int i) { assert(0 <= i && i <= _size_offset_table, "index out of b… in offset_entry() function in klassItable
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libASGTK/
H A Dasgtkgradient.h34 GtkWidget *color_entry, *offset_entry ; member
H A Dasgtkgradient.c190 gtk_spin_button_set_value (GTK_SPIN_BUTTON (ge->offset_entry), in asgtk_gradient_color_select()
447 gtk_spin_button_get_value (GTK_SPIN_BUTTON (ge->offset_entry)); in query_point_values()
645 ge->offset_entry = gtk_spin_button_new_with_range (0., 1., 0.05); in asgtk_gradient_new()
670 gtk_table_attach (GTK_TABLE (table), ge->offset_entry, 3, 4, 0, 1, in asgtk_gradient_new()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/backend/x64/
H A Dexception_handler_windows.cpp126 auto& offset_entry = next_entry(); in GetPrologueInformation() local
127 offset_entry.FrameOffset = static_cast<USHORT>(frame_offset / 16); in GetPrologueInformation()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Dexception_handler_windows.cpp126 auto& offset_entry = next_entry(); in GetPrologueInformation() local
127 offset_entry.FrameOffset = static_cast<USHORT>(frame_offset / 16); in GetPrologueInformation()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Dexception_handler_windows.cpp126 auto& offset_entry = next_entry(); in GetPrologueInformation() local
127 offset_entry.FrameOffset = static_cast<USHORT>(frame_offset / 16); in GetPrologueInformation()

12