Searched defs:P (Results 1 – 4 of 4) sorted by relevance
/coreutils/src/blake2/ |
D | blake2b-ref.c | 85 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() 104 blake2b_param P[1]; in blake2b_init() local 126 blake2b_param P[1]; in blake2b_init_key() local
|
D | blake2.h | 131 blake2s_param P[1]; member 137 blake2b_param P[1]; member
|
/coreutils/src/ |
D | factor.c | 671 #define P(a,b,c,d) a, macro 681 #define P(a,b,c,d) b, macro 693 #define P(a,b,c,d) {c,d}, macro 1464 uintmax_t x, z, y, P, t, ni, g; in factor_using_pollard_rho() local 1674 mpz_t x, z, y, P; in mp_factor_using_pollard_rho() local 1985 struct { uintmax_t Q; uintmax_t P; } queue[QUEUE_SIZE]; in factor_using_squfof() member 2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local
|
D | system.h | 252 #define X2NREALLOC(P, PN) verify_expr (sizeof *(P) != 1, \ argument 259 #define X2REALLOC(P, PN) verify_expr (sizeof *(P) == 1, \ argument
|