Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 51) sorted by relevance

123

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h6 #define VEC8_QUARTERROUND_NAIVE(A, B, C, D) \ argument
22 #define VEC8_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument
38 #define VEC8_QUARTERROUND_SHUFFLE2(A, B, C, D) \ argument
52 #define VEC8_QUARTERROUND(A, B, C, D) VEC8_QUARTERROUND_SHUFFLE(A, B, C, D) argument
54 #define VEC8_LINE1(A, B, C, D) \ argument
57 #define VEC8_LINE2(A, B, C, D) \ argument
60 #define VEC8_LINE3(A, B, C, D) \ argument
63 #define VEC8_LINE4(A, B, C, D) \ argument
231 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument
272 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument
[all …]
H A Du4.h7 #define VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument
21 #define VEC4_QUARTERROUND(A, B, C, D) VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) argument
123 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument
150 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c392 #define bufflen(B) ((B)->p - (B)->buffer) argument
393 #define bufffree(B) ((size_t)(LUAL_BUFFERSIZE - bufflen(B))) argument
398 static int emptybuffer (luaL_Buffer *B) { in emptybuffer()
410 static void adjuststack (luaL_Buffer *B) { in adjuststack()
429 LUALIB_API char *luaL_prepbuffer (luaL_Buffer *B) { in luaL_prepbuffer()
436 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring()
442 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring()
447 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult()
454 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue()
472 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit()
H A Dlauxlib.h136 #define luaL_addchar(B,c) \ argument
141 #define luaL_putchar(B,c) luaL_addchar(B,c) argument
143 #define luaL_addsize(B,n) ((B)->p += (n)) argument
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h142 #define IMPLY(A, B) ((void)0) argument
143 #define EQUIV(A, B) ((void)0) argument
156 #define IMPLY(A, B) \ argument
160 #define EQUIV(A, B) \ argument
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h142 #define IMPLY(A, B) ((void)0) argument
143 #define EQUIV(A, B) ((void)0) argument
156 #define IMPLY(A, B) \ argument
160 #define EQUIV(A, B) \ argument
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dassert.h130 #define IMPLY(A, B) ((void)0) argument
131 #define EQUIV(A, B) ((void)0) argument
140 #define IMPLY(A, B) \ argument
144 #define EQUIV(A, B) \ argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h363 #define ONEQUAD_SHUFFLE(A, B, C, D) \ argument
439 #define ONEQUAD_EXTRACT(A, B, C, D) \ argument
501 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument
523 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument
H A Du8.h364 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument
405 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument
407 #define ONEQUAD_UNPCK(A, B, C, D) \ argument
423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
H A Du0.h164 #define ONEQUAD_SHUFFLE(A, B, C, D) \ argument
180 #define ONEQUAD(A, B, C, D) ONEQUAD_SHUFFLE(A, B, C, D) argument
H A Du1.h165 #define ONEQUAD_SHUFFLE(A, B, C, D) \ argument
185 #define ONEQUAD(A, B, C, D) ONEQUAD_SHUFFLE(A, B, C, D) argument
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c391 #define buffonstack(B) ((B)->b != (B)->initb) argument
397 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize()
419 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring()
426 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring()
431 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult()
439 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize()
445 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue()
456 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit()
464 LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { in luaL_buffinitsize()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c212 integerify(const void *B, size_t r) in integerify()
228 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix()
299 uint8_t * B; in escrypt_kdf_nosse() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h18 #define ROTL32(X, B) rotl32((X), (B)) argument
25 #define ROTL64(X, B) rotl64((X), (B)) argument
32 #define ROTR32(X, B) rotr32((X), (B)) argument
39 #define ROTR64(X, B) rotr64((X), (B)) argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c217 integerify(const void *B, size_t r) in integerify()
231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix()
314 uint8_t * B; in escrypt_kdf_sse() local
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dscalarmult_ed25519.c17 static const unsigned char B[32] = { variable
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h140 #define luaL_addchar(B,c) \ argument
144 #define luaL_addsize(B,s) ((B)->n += (s)) argument
155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE) argument
/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c53 static const uint64_t B[] = {0x5555555555555555ULL, 0x3333333333333333ULL, in interleave64() local
83 static const uint64_t B[] = {0x5555555555555555ULL, 0x3333333333333333ULL, in deinterleave64() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dexport.h54 #define SODIUM_MIN(A, B) ((A) < (B) ? (A) : (B)) argument
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.h103 # define XXH_CAT(A,B) A##B argument
104 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_intel.c59 uint64_t A, B, C, D; in fletcher_4_avx2_fini() local
H A Dzfs_fletcher_superscalar.c59 uint64_t A, B, C, D; in fletcher_4_superscalar_fini() local
H A Dzfs_fletcher_sse.c61 uint64_t A, B, C, D; in fletcher_4_sse2_fini() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c8 #define QUARTERROUND(A, B, C, D) \ argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dsign.c42 static const unsigned char B[32] = { in _crypto_sign_ed25519_synthetic_r_hv() local

123