Home
last modified time | relevance | path

Searched defs:ALIGN_OFFSET (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/common/include/pcl/cuda/
H A Dcutil_inline.h30 #define ALIGN_OFFSET(offset, alignment) offset = (offset + (alignment-1)) & ~((alignment-1)) macro
/dports/security/nettle/nettle-3.7.3/
H A Dmemxor-internal.h45 #define ALIGN_OFFSET(p) ((uintptr_t) (p) % sizeof(word_t)) macro
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dmemxor-internal.h45 #define ALIGN_OFFSET(p) ((uintptr_t) (p) % sizeof(word_t)) macro
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Dbrg_types.h162 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Dbrg_types.h162 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Dbrg_types.h162 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/aes/
H A Dbrg_types.h157 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/aes/
H A Dbrg_types.h157 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/brg/
H A Dbrg_types.h157 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/brg/
H A Dbrg_types.h157 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/mips/
H A Dmemcpy.S828 # define ALIGN_OFFSET(N) (N) macro
831 # define ALIGN_OFFSET(N) (NSIZE-N) macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/mips/
H A Dmemcpy.S828 # define ALIGN_OFFSET(N) (N) macro
831 # define ALIGN_OFFSET(N) (NSIZE-N) macro
/dports/math/mpir/mpir-3.0.0/mpn/x86_64/
H A Dx86_64-defs.m4220 define(ALIGN_OFFSET, macro
/dports/math/mpir/mpir-3.0.0/mpn/x86/
H A Dx86-defs.m4362 define(ALIGN_OFFSET, macro
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/aes/
H A Dbrg_types.h183 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/math/gmp/gmp-6.2.1/mpn/x86/
H A Dx86-defs.m4375 define(ALIGN_OFFSET, macro
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/x86/
H A Dx86-defs.m4375 define(ALIGN_OFFSET, macro
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/x86/
H A Dx86-defs.m4377 define(ALIGN_OFFSET, macro
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/x86/
H A Dx86-defs.m4375 define(ALIGN_OFFSET, macro
/dports/security/cryptlib/cryptlib-3.4.3/crypt/
H A Dbrg_types.h183 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/devel/ucommon/ucommon-7.0.0/nossl/
H A Dbrg_types.h185 #define ALIGN_OFFSET(x,n) (((ptrint_t)(x)) & ((n) - 1)) macro
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_intrinsics.py120 ALIGN_OFFSET = "NIR_INTRINSIC_ALIGN_OFFSET" variable
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dpacketsource_pcap.cc564 #define ALIGN_OFFSET(offset, width) \ macro
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Dmainwindow.cpp233 #define ALIGN_OFFSET(offset) \ macro
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/distancefieldgenerator/
H A Dmainwindow.cpp233 #define ALIGN_OFFSET(offset) \ macro

12