Searched defs:N (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/libbb/ |
D | print_numbered_lines.c | 14 unsigned N; in print_numbered_lines() local
|
D | isqrt.c | 20 unsigned long FAST_FUNC isqrt(unsigned long long N) in isqrt()
|
D | pw_encrypt_sha.c | 198 #define b64_from_24bit(B2, B1, B0, N) \ in sha_crypt() argument
|
/busybox-1.35.0/coreutils/ |
D | factor.c | 138 static half_t isqrt_odd(wide_t N) in isqrt_odd() 162 static NOINLINE void factorize(wide_t N) in factorize() 222 wide_t N; in factorize_numstr() local
|
D | stty.c | 324 #define MI_ENTRY(N,T,F,B,M) N "\0" argument 488 #define MI_ENTRY(N,T,F,B,M) { T, F, M, B }, argument
|
/busybox-1.35.0/networking/ |
D | tls_rsa.h | 10 pstm_int e, d, N, qP, dP, dQ, p, q; member
|
/busybox-1.35.0/include/ |
D | xatonum.h | 37 #define DEFINE_EQUIV_STR_CONV(narrow, N, W, UN, UW) \ argument
|
/busybox-1.35.0/editors/ |
D | vi.c | 4541 static int M = 0, N = 0, I = 0, D = 0, Y = 0, P = 0, U = 0; variable
|