Home
last modified time | relevance | path

Searched refs:INTPTR (Results 1 – 25 of 129) sorted by relevance

123456

/dports/devel/glib20/glib-2.70.4/glib/dirent/
H A Ddirent.h29 #define INTPTR __int64 macro
31 #define INTPTR long macro
50 INTPTR dd_handle;
97 INTPTR dd_handle;
/dports/www/edbrowse/edbrowse-3.7.7/win32/
H A Ddirent.h29 #define INTPTR __int64 macro
31 #define INTPTR long macro
50 INTPTR dd_handle;
97 INTPTR dd_handle;
/dports/graphics/epstool/epstool-3.09/src/
H A Dcplat.h51 # define INTPTR __int64 /* an integer that same size as a pointer */ macro
54 # define INTPTR unsigned long macro
85 # define INTPTR unsigned long macro
119 # define INTPTR unsigned long macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dconstant-pool.cc16 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder()
17 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
29 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
34 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess()
42 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess()
196 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
202 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit()
204 ConstantPoolEntry::INTPTR); in Emit()
H A Dconstant-pool.h63 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator
66 return (type == INTPTR) ? kSystemPointerSize : kDoubleSize; in size()
105 return AddEntry(&entry, ConstantPoolEntry::INTPTR); in AddEntry()
123 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty()
124 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dconstant-pool.cc16 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder()
17 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
29 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
34 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess()
42 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess()
196 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
202 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit()
204 ConstantPoolEntry::INTPTR); in Emit()
H A Dconstant-pool.h63 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator
66 return (type == INTPTR) ? kSystemPointerSize : kDoubleSize; in size()
105 return AddEntry(&entry, ConstantPoolEntry::INTPTR); in AddEntry()
123 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty()
124 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dconstant-pool.h63 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator
66 return (type == INTPTR) ? kSystemPointerSize : kDoubleSize; in size()
105 return AddEntry(&entry, ConstantPoolEntry::INTPTR); in AddEntry()
123 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty()
124 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
H A Dconstant-pool.cc16 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder()
17 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
29 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
34 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess()
42 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess()
196 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
202 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit()
204 ConstantPoolEntry::INTPTR); in Emit()
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/fingerprint/
H A DSha256.h129 #define INTPTR intptr_t macro
131 #define INTPTR long macro
H A DFingerprint.cpp218 INTPTR offs; in sha256()
219 if ((offs = reinterpret_cast<INTPTR>(pBuffer) & 7L)) in sha256()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_win_state.c592 #define INTPTR(i) (void *)(intptr_t)(i) in test_win_state() macro
599 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(1)); in test_win_state()
608 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(2)); in test_win_state()
617 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(3)); in test_win_state()
626 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(4)); in test_win_state()
635 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(5)); in test_win_state()
644 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(6)); in test_win_state()
653 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(7)); in test_win_state()
662 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(8)); in test_win_state()
671 evas_object_smart_callback_add(bt, "pressed", _bt_pressed, INTPTR(9)); in test_win_state()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dassembler.cc660 info_[ConstantPoolEntry::INTPTR].entries.reserve(64); in ConstantPoolBuilder()
661 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
673 int ptr_count = info_[ConstantPoolEntry::INTPTR].regular_count; in NextAccess()
678 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess()
685 DCHECK(type == ConstantPoolEntry::INTPTR); in NextAccess()
838 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
844 if (info_[ConstantPoolEntry::INTPTR].overflow()) { in Emit()
846 ConstantPoolEntry::INTPTR); in Emit()
H A Dassembler.h788 enum Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }; enumerator
791 return (type == INTPTR) ? kPointerSize : kDoubleSize; in size()
821 return AddEntry(entry, ConstantPoolEntry::INTPTR); in AddEntry()
839 return info_[ConstantPoolEntry::INTPTR].entries.empty() && in IsEmpty()
840 info_[ConstantPoolEntry::INTPTR].shared_entries.empty() && in IsEmpty()
/dports/games/julius/julius-1.7.0/src/platform/
H A Djulius.c49 #define INTPTR(d) (*(int*)(d)) macro
333 … platform_screen_set_window_size(INTPTR(event->user.data1), INTPTR(event->user.data2)); in handle_event()
/dports/games/augustus/augustus-3.1.0/src/platform/
H A Daugustus.c48 #define INTPTR(d) (*(int*)(d)) macro
319 … platform_screen_set_window_size(INTPTR(event->user.data1), INTPTR(event->user.data2)); in handle_event()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h118 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
221 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at()
396 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
/dports/lang/v8/v8-9.6.180.12/src/codegen/ppc/
H A Dassembler-ppc-inl.h116 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
285 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at()
460 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dassembler-ppc-inl.h124 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
284 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at()
465 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h118 pc_, constant_pool_, access, ConstantPoolEntry::INTPTR); in constant_pool_entry_address()
280 pc, constant_pool, access, ConstantPoolEntry::INTPTR)); in target_address_at()
455 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target; in set_target_address_at()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp204 typedef int *INTPTR; typedef
205 void test_typedef_bug(int *x, INTPTR y) { in test_typedef_bug()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp204 typedef int *INTPTR; typedef
205 void test_typedef_bug(int *x, INTPTR y) { in test_typedef_bug()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp204 typedef int *INTPTR; typedef
205 void test_typedef_bug(int *x, INTPTR y) { in test_typedef_bug()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp204 typedef int *INTPTR; typedef
205 void test_typedef_bug(int *x, INTPTR y) { in test_typedef_bug()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp204 typedef int *INTPTR; typedef
205 void test_typedef_bug(int *x, INTPTR y) { in test_typedef_bug()

123456