Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 71) sorted by relevance

123

/busybox-1.35.0/networking/
Dtls_pstm.c52 #define pstm_mul_2d(a, b, c) (pstm_mul_2d(a, b, c), PSTM_OKAY) argument
165 int32 pstm_copy(pstm_int * a, pstm_int * b) in pstm_copy()
213 #define pstm_copy(a, b) (pstm_copy(a, b), PSTM_OKAY) argument
317 int32 FAST_FUNC pstm_cmp_mag(pstm_int * a, pstm_int * b) in pstm_cmp_mag()
357 int32 FAST_FUNC pstm_cmp(pstm_int * a, pstm_int * b) in pstm_cmp()
406 int32 FAST_FUNC pstm_read_unsigned_bin(pstm_int *a, unsigned char *b, int32 c) in pstm_read_unsigned_bin()
510 static void pstm_set(pstm_int *a, pstm_digit b) in pstm_set()
551 static int32 pstm_lshd(pstm_int * a, int b) in pstm_lshd()
599 #define pstm_lshd(a, b) (pstm_lshd(a, b), PSTM_OKAY) argument
605 static int32 pstm_2expt(pstm_int *a, int b) in pstm_2expt()
[all …]
Dtls_pstm.h137 #define pstm_abs(a, b) { pstm_copy(a, b); (b)->sign = 0; } argument
154 #define pstm_init_copy(pool, a, b, toSqr) \ argument
194 #define pstm_div(pool, a, b, c, d) \ argument
200 #define pstm_div_2d(pool, a, b, c, d) \ argument
212 #define pstm_sub_d(pool, a, b, c) \ argument
219 #define pstm_mod(pool, a, b, c) \ argument
224 #define pstm_mulmod(pool, a, b, c, d) \ argument
240 #define pstm_to_unsigned_bin(pool, a, b) \ argument
246 #define pstm_to_unsigned_bin_nr(pool, a, b) \ argument
277 #define pstm_invmod(pool, a, b, c) \ argument
Dtls_sp_c32.c184 const uint64_t* b = (void*)bb; in sp_256_cmp_8() local
194 static signed_sp_digit sp_256_cmp_8(const sp_digit* a, const sp_digit* b) in sp_256_cmp_8()
215 static int sp_256_cmp_equal_8(const sp_digit* a, const sp_digit* b) in sp_256_cmp_equal_8()
221 static int sp_256_add_8(sp_digit* r, const sp_digit* a, const sp_digit* b) in sp_256_add_8()
317 static int sp_256_sub_8(sp_digit* r, const sp_digit* a, const sp_digit* b) in sp_256_sub_8()
466 static void sp_256to512_mul_8(sp_digit* r, const sp_digit* a, const sp_digit* b) in sp_256to512_mul_8()
649 static void sp_256_mont_add_8(sp_digit* r, const sp_digit* a, const sp_digit* b in sp_256_mont_add_8()
663 static void sp_256_mont_sub_8(sp_digit* r, const sp_digit* a, const sp_digit* b in sp_256_mont_sub_8()
724 uint64_t b = r[0]; in sp_256_mul_add_4() local
858 sp_digit b = r[0]; in sp_256_mul_add_8() local
[all …]
Dtls_fe.c245 static void lm_add(byte* r, const byte* a, const byte* b) in lm_add()
261 static void lm_sub(byte* r, const byte* a, const byte* b) in lm_sub()
299 static void fe_mul__distinct(byte *r, const byte *a, const byte *b) in fe_mul__distinct()
331 static void fe_mul_c(byte *r, const byte *a, word32 b) in fe_mul_c()
478 byte b[F25519_SIZE]; in xc_diffadd() local
Dtunctl.c57 #define IOCTL(a, b, c) ioctl_or_perror_and_die(a, b, c, NULL) argument
/busybox-1.35.0/libbb/
Dunicode.c459 # define BIG_(a,b) { a, b }, in wcwidth() argument
460 # define PAIR(a,b) in wcwidth() argument
595 # define BIG_(a,b) in wcwidth() argument
596 # define PAIR(a,b) (a << 2) | (b-a), in wcwidth() argument
600 # define BIG_(a,b) char big_##a[b < 0x4000 && b-a <= 3 ? -1 : 1]; in wcwidth() argument
601 # define PAIR(a,b) char pair##a[b >= 0x4000 || b-a > 3 ? -1 : 1]; in wcwidth() argument
708 # define BIG_(a,b) { a, b }, in unicode_bidi_isrtl() argument
709 # define PAIR(a,b) in unicode_bidi_isrtl() argument
765 # define BIG_(a,b) in unicode_bidi_isrtl() argument
766 # define PAIR(a,b) (a << 2) | (b-a), in unicode_bidi_isrtl() argument
[all …]
Dhash_md5prime.c130 #define FF(a, b, c, d, x, s, ac) { \ argument
135 #define GG(a, b, c, d, x, s, ac) { \ argument
140 #define HH(a, b, c, d, x, s, ac) { \ argument
145 #define II(a, b, c, d, x, s, ac) { \ argument
154 uint32_t a, b, c, d, x[16]; in md5_transform() local
Dbb_qsort.c11 int /* not FAST_FUNC! */ bb_pstrcmp(const void *a, const void *b) in bb_pstrcmp()
Dhash_md5_sha.c101 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument
102 #define FG(b, c, d) FF(d, b, c) argument
103 #define FH(b, c, d) (b ^ c ^ d) argument
104 #define FI(b, c, d) (c ^ (b | ~d)) argument
265 # define OP(a, b, c, d, s, T) \ in md5_process_block64() argument
306 # define OP(f, a, b, c, d, k, s, T) \ in md5_process_block64() argument
501 uint32_t a, b, c, d, e; in sha1_process_block64() local
626 uint32_t W[64], a, b, c, d, e, f, g, h; in sha256_process_block64() local
697 uint64_t b = ctx->hash[1]; in sha512_process_block128() local
Dcopyfd.c13 # define sendfile(a,b,c,d) (-1) argument
/busybox-1.35.0/testsuite/
Dawk.tests148 function b(tmp) { function
154 tmpc = b(); return tmpc; function
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_stream.c157 static bool XZ_FUNC fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
218 static enum xz_ret XZ_FUNC dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
281 static void XZ_FUNC index_update(struct xz_dec *s, const struct xz_buf *b) in index_update()
296 static enum xz_ret XZ_FUNC dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index()
346 static enum xz_ret XZ_FUNC crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate()
369 static bool XZ_FUNC check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
548 static NOINLINE enum xz_ret XZ_FUNC dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main()
733 XZ_EXTERN enum xz_ret XZ_FUNC xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
Dxz_dec_bcj.c83 static inline int bcj_x86_test_msbyte(uint8_t b) in bcj_x86_test_msbyte()
102 uint8_t b; in bcj_x86() local
405 static void XZ_FUNC bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
424 struct xz_dec_lzma2 *lzma2, struct xz_buf *b) in xz_dec_bcj_run()
Dxz_dec_lzma2.c286 static void XZ_FUNC dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()
377 struct dictionary *dict, struct xz_buf *b, uint32_t *left) in dict_uncompressed()
418 static uint32_t XZ_FUNC dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
451 static bool XZ_FUNC rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init()
848 static bool XZ_FUNC lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma()
934 struct xz_dec_lzma2 *s, struct xz_buf *b) in xz_dec_lzma2_run()
Dxz_config.h32 #define memeq(a, b, size) (memcmp(a, b, size) == 0) argument
/busybox-1.35.0/archival/libarchive/
Dlzo1x_9x.c47 #define LZO_MAX(a,b) ((a) >= (b) ? (a) : (b)) argument
48 #define LZO_MIN(a,b) ((a) <= (b) ? (a) : (b)) argument
49 #define LZO_MAX3(a,b,c) ((a) >= (b) ? LZO_MAX(a,c) : LZO_MAX(b,c)) argument
92 #define HEAD3(b, p) \ argument
96 # define HEAD2(b,p) (* (bb__aliased_uint16_t *) &(b[p])) argument
98 # define HEAD2(b,p) (b[p] ^ ((unsigned)b[p+1]<<8)) argument
133 uint8_t b[SWD_N + SWD_F]; member
285 const uint8_t *b = s->b; in swd_search() local
Dliblzo.h71 #define DMUL(a,b) ((unsigned) ((a) * (b))) argument
74 #define pd(a,b) ((unsigned)((a)-(b))) argument
/busybox-1.35.0/editors/
Ddiff.c296 static void stone(const int *a, int n, const int *b, int *J, int pref) in stone()
362 static void equiv(struct line *a, int n, struct line *b, int m, int *c) in equiv()
388 static void unsort(const struct line *f, int l, int *b) in unsort()
399 static int line_compar(const void *a, const void *b) in line_compar()
411 static void fetch(FILE_and_pos_t *ft, const off_t *ix, int a, int b, int ch) in fetch()
601 typedef struct { int a, b; } vec_t[2]; in diff() member
674 int b = span[j].b = MIN(nlen[j], vec[idx][j].b + opt_U_context); in diff() local
/busybox-1.35.0/util-linux/volume_id/
Dsquashfs.c43 #define pack(a,b,c,d) ( (uint32_t)((a * 256 + b) * 256 + c) * 256 + d ) in volume_id_probe_squashfs() argument
/busybox-1.35.0/shell/
Drandom.c51 b = 7, in next_random() enumerator
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc1226 void ConfigMainWindow::setShowAll(bool b) in setShowAll()
1236 void ConfigMainWindow::setShowDebug(bool b) in setShowDebug()
1243 void ConfigMainWindow::setShowName(bool b) in setShowName()
1253 void ConfigMainWindow::setShowRange(bool b) in setShowRange()
1263 void ConfigMainWindow::setShowData(bool b) in setShowData()
/busybox-1.35.0/applets/
Dusage.c33 static int compare_func(const void *a, const void *b) in compare_func()
Dusage_pod.c40 static int compare_func(const void *a, const void *b) in compare_func()
/busybox-1.35.0/coreutils/
Dfactor.c51 #define R(a,b,c,d,e,f,g,h,i,j,A,B,C,D,E,F,G,H,I,J) \ argument
54 #define P(a,b,c,d,e,f,g,h,i,j,A,B,C,D,E,F,G,H,I,J) \ argument
Ddf.c106 static unsigned long kscale(unsigned long b, unsigned long bs) in kscale()

123