Home
last modified time | relevance | path

Searched refs:DEFAULT_ALIGNMENT (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dports/devel/dyncall/dyncall-1.3/test/plain/
H A Dtest_structs.c44 # define DEFAULT_STRUCT_ALIGNMENT DEFAULT_ALIGNMENT
58 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
59 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
72 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
73 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
74 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
88 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
119 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
120 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
141 dcStructField(s, DC_SIGCHAR_CHAR, DEFAULT_ALIGNMENT, 1); in testStructSizes()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dmemory_pool_static_malloc.cpp46 #if DEFAULT_ALIGNMENT == 1 in alloc()
54 if (_add_overflow(p_bytes, DEFAULT_ALIGNMENT, &total)) return NULL; in alloc()
56 total = p_bytes + DEFAULT_ALIGNMENT; in alloc()
60 int ofs = (DEFAULT_ALIGNMENT - ((uintptr_t)ptr & (DEFAULT_ALIGNMENT - 1))); in alloc()
136 #if DEFAULT_ALIGNMENT == 1 in realloc()
145 if (_add_overflow(p_bytes, DEFAULT_ALIGNMENT, &total)) return NULL; in realloc()
147 total = p_bytes + DEFAULT_ALIGNMENT; in realloc()
154 int new_ofs = (DEFAULT_ALIGNMENT - ((uintptr_t)ptr & (DEFAULT_ALIGNMENT - 1))); in realloc()
228 #if DEFAULT_ALIGNMENT == 1 in free()
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dmemory_pool_static_malloc.cpp46 #if DEFAULT_ALIGNMENT == 1 in alloc()
54 if (_add_overflow(p_bytes, DEFAULT_ALIGNMENT, &total)) return NULL; in alloc()
56 total = p_bytes + DEFAULT_ALIGNMENT; in alloc()
60 int ofs = (DEFAULT_ALIGNMENT - ((uintptr_t)ptr & (DEFAULT_ALIGNMENT - 1))); in alloc()
136 #if DEFAULT_ALIGNMENT == 1 in realloc()
145 if (_add_overflow(p_bytes, DEFAULT_ALIGNMENT, &total)) return NULL; in realloc()
147 total = p_bytes + DEFAULT_ALIGNMENT; in realloc()
154 int new_ofs = (DEFAULT_ALIGNMENT - ((uintptr_t)ptr & (DEFAULT_ALIGNMENT - 1))); in realloc()
228 #if DEFAULT_ALIGNMENT == 1 in free()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/multimedia/aom/aom-3.2.0/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_mem/include/
H A Daom_mem_intrnl.h18 #ifndef DEFAULT_ALIGNMENT
22 #define DEFAULT_ALIGNMENT 32 macro
24 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h18 #ifndef DEFAULT_ALIGNMENT
20 # define DEFAULT_ALIGNMENT 32 /*default addr alignment to use in macro
24 # define DEFAULT_ALIGNMENT (2 * sizeof(void*)) /* NOLINT */ macro
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h18 #ifndef DEFAULT_ALIGNMENT
20 # define DEFAULT_ALIGNMENT 32 /*default addr alignment to use in macro
24 # define DEFAULT_ALIGNMENT (2 * sizeof(void*)) /* NOLINT */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/firefox/firefox-99.0/third_party/aom/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h18 #ifndef DEFAULT_ALIGNMENT
20 # define DEFAULT_ALIGNMENT 32 /*default addr alignment to use in macro
24 # define DEFAULT_ALIGNMENT (2 * sizeof(void*)) /* NOLINT */ macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_mem/include/
H A Daom_mem_intrnl.h19 #ifndef DEFAULT_ALIGNMENT
23 #define DEFAULT_ALIGNMENT 32 macro
25 #define DEFAULT_ALIGNMENT (2 * sizeof(void *)) /* NOLINT */ macro

12345678910>>...13