Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 43) sorted by relevance

12

/mports/audio/alsa-lib/files/
Dbyteswap.h5 #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/
Dfreebsd.h5 #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...]
Dpatch-mkcasfw.c16 # define HOST_TO_LE16(x) (x) argument
17 # define HOST_TO_LE32(x) (x) argument
Dpatch-mkedimaximg.c13 # define HOST_TO_LE16(x) (x) argument
Dpatch-ptgen.c10 #define cpu_to_le16(x) bswap_16(x) argument
/mports/audio/alsa-utils/files/
HDpatch-aplay_aplay.c
/mports/science/qt6-quick3dphysics/files/
Dpatch-src_3rdparty_PhysX_source_foundation_include_PsAllocator.h7 #define PxAlloca(x) _alloca(x) argument
13 #define PxAlloca(x) alloca(x) argument
/mports/security/trousers/files/
Dpatch-src_tcs_ps_tcsps.c13 #define LE_16(x) (x) argument
14 #define LE_32(x) (x) argument
Dpatch-src_include_tcs__tsp.h16 #define DBG_ASSERT(x) assert(x) argument
/mports/graphics/zphoto/files/
Dpatch-exif.c31 char x[] = {1, 0, 0, 0}; variable
67 int x variable
[all...]
/mports/games/lincity/files/
Dpatch-pixmap.c9 pixmap_index (int x, int y) variable
/mports/devel/libftdi/files/
Dpatch-examples_bitbang2.c10 #define usleep(x) Sleep((x+999)/1000) argument
Dpatch-examples_bitbang_ft2232.c10 #define sleep(x) _sleep(x) argument
Dpatch-examples_bitbang.c10 #define sleep(x) Sleep(x) argument
/mports/security/aide/files/
Dpatch-include_util.h10 #define HEXD2ASC(x) (((x) < 10) ? ((x) + '0') : ((x) - 10 + 'A')) argument
/mports/www/gopherus/files/
Dpatch-net_net-bsd.c10 #define CLOSESOCK(x) close(x) argument
/mports/www/qt5-webengine/files/
Dpatch-src_3rdparty_chromium_third__party_smhasher_src_City.cpp4 #define bswap_64(x) OSSwapInt64(x) argument
[all...]
/mports/lang/smalltalk/files/
Dpatch-snprintfv-snprintfv-format.c4 # define isinfl(x) isnanl ((x) - (x)) argument
/mports/graphics/gd/files/
HDpatch-gd.c
/mports/security/pam_ldap/files/
Dpatch-pam_ldap.c15 #define ldap_memfree(x) free(x) argument
/mports/graphics/graphviz/files/
HDpatch-lib-ortho-trapezoid.c
/mports/x11-toolkits/tkshape/files/
Dpatch-generic-shape.c11 #define min(x,y) ((x)<(y)?(x):(y)) argument
12 #define max(x,y) ((x)<(y)?(y):(x)) argument
[all...]
/mports/lang/spidermonkey91/files/
Dpatch-modules_fdlibm_src_math__private.h44 #define irint(x) \ argument
[all...]
/mports/shells/v7sh/files/
Dpatch-blok.c6 #define busy(x) (Rcheat((x) argument
[all...]
/mports/lang/spidermonkey102/files/
Dpatch-modules_fdlibm_src_math__private.h44 #define irint(x) \ argument
[all...]

12