Home
last modified time | relevance | path

Searched defs:P (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/blake2/
Dblake2b-ref.c85 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
Dblake2.h131 blake2s_param P[1]; member
137 blake2b_param P[1]; member
/coreutils/src/
Dfactor.c671 #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
Dsystem.h252 #define X2NREALLOC(P, PN) verify_expr (sizeof *(P) != 1, \ argument
259 #define X2REALLOC(P, PN) verify_expr (sizeof *(P) == 1, \ argument