| /mports/audio/alsa-lib/files/ |
| D | byteswap.h | 5 #define bswap_16(x) swap16(x) argument 6 #define bswap_32(x) swap32(x) argument 7 #define bswap_64(x) swap64(x) argument 9 #define bswap_16(x) bswap16(x) argument 10 #define bswap_32(x) bswap32(x) argument 11 bswap_64(x) global() argument [all...] |
| /mports/devel/firmware-utils/files/ |
| D | freebsd.h | 5 #define bswap_8(x) ((x) & 0xff) argument 6 #define bswap_16(x) ((bswap_8(x) << 8) | bswap_8((x) >> 8)) argument 7 #define bswap_32(x) ((bswap_16(x) << 16) | bswap_16((x) >> 16)) argument 8 #define bswap_64(x) ((bswap_32(x) << 3 argument [all...] |
| D | patch-mkcasfw.c | 16 # define HOST_TO_LE16(x) (x) argument 17 # define HOST_TO_LE32(x) (x) argument
|
| D | patch-mkedimaximg.c | 13 # define HOST_TO_LE16(x) (x) argument
|
| D | patch-ptgen.c | 10 #define cpu_to_le16(x) bswap_16(x) argument
|
| /mports/audio/alsa-utils/files/ |
| HD | patch-aplay_aplay.c | |
| /mports/science/qt6-quick3dphysics/files/ |
| D | patch-src_3rdparty_PhysX_source_foundation_include_PsAllocator.h | 7 #define PxAlloca(x) _alloca(x) argument 13 #define PxAlloca(x) alloca(x) argument
|
| /mports/security/trousers/files/ |
| D | patch-src_tcs_ps_tcsps.c | 13 #define LE_16(x) (x) argument 14 #define LE_32(x) (x) argument
|
| D | patch-src_include_tcs__tsp.h | 16 #define DBG_ASSERT(x) assert(x) argument
|
| /mports/graphics/zphoto/files/ |
| D | patch-exif.c | 31 char x[] = {1, 0, 0, 0}; variable 67 int x variable [all...] |
| /mports/games/lincity/files/ |
| D | patch-pixmap.c | 9 pixmap_index (int x, int y) variable
|
| /mports/devel/libftdi/files/ |
| D | patch-examples_bitbang2.c | 10 #define usleep(x) Sleep((x+999)/1000) argument
|
| D | patch-examples_bitbang_ft2232.c | 10 #define sleep(x) _sleep(x) argument
|
| D | patch-examples_bitbang.c | 10 #define sleep(x) Sleep(x) argument
|
| /mports/security/aide/files/ |
| D | patch-include_util.h | 10 #define HEXD2ASC(x) (((x) < 10) ? ((x) + '0') : ((x) - 10 + 'A')) argument
|
| /mports/www/gopherus/files/ |
| D | patch-net_net-bsd.c | 10 #define CLOSESOCK(x) close(x) argument
|
| /mports/www/qt5-webengine/files/ |
| D | patch-src_3rdparty_chromium_third__party_smhasher_src_City.cpp | 4 #define bswap_64(x) OSSwapInt64(x) argument [all...] |
| /mports/lang/smalltalk/files/ |
| D | patch-snprintfv-snprintfv-format.c | 4 # define isinfl(x) isnanl ((x) - (x)) argument
|
| /mports/graphics/gd/files/ |
| HD | patch-gd.c | |
| /mports/security/pam_ldap/files/ |
| D | patch-pam_ldap.c | 15 #define ldap_memfree(x) free(x) argument
|
| /mports/graphics/graphviz/files/ |
| HD | patch-lib-ortho-trapezoid.c | |
| /mports/x11-toolkits/tkshape/files/ |
| D | patch-generic-shape.c | 11 #define min(x,y) ((x)<(y)?(x):(y)) argument 12 #define max(x,y) ((x)<(y)?(y):(x)) argument [all...] |
| /mports/lang/spidermonkey91/files/ |
| D | patch-modules_fdlibm_src_math__private.h | 44 #define irint(x) \ argument [all...] |
| /mports/shells/v7sh/files/ |
| D | patch-blok.c | 6 #define busy(x) (Rcheat((x) argument [all...] |
| /mports/lang/spidermonkey102/files/ |
| D | patch-modules_fdlibm_src_math__private.h | 44 #define irint(x) \ argument [all...] |