/src/sys/lib/libkern/ |
entpool.c | 92 #define arraycount(A) (sizeof(A)/sizeof((A)[0])) 116 for (i = 0; i < arraycount(P->s.w); i++) 119 for (i = 0; i < arraycount(P->s.w); i++) 728 for (k = 0; k < arraycount(u.w); k++) 731 for (k = 0; k < arraycount(u.w); k++) 746 for (i = 0; i < arraycount(cases); i++) { 91 #define arraycount macro
|
entpool.c | 92 #define arraycount(A) (sizeof(A)/sizeof((A)[0])) 116 for (i = 0; i < arraycount(P->s.w); i++) 119 for (i = 0; i < arraycount(P->s.w); i++) 728 for (k = 0; k < arraycount(u.w); k++) 731 for (k = 0; k < arraycount(u.w); k++) 746 for (i = 0; i < arraycount(cases); i++) { 91 #define arraycount macro
|
entpool.c | 92 #define arraycount(A) (sizeof(A)/sizeof((A)[0])) 116 for (i = 0; i < arraycount(P->s.w); i++) 119 for (i = 0; i < arraycount(P->s.w); i++) 728 for (k = 0; k < arraycount(u.w); k++) 731 for (k = 0; k < arraycount(u.w); k++) 746 for (i = 0; i < arraycount(cases); i++) { 91 #define arraycount macro
|
entpool.c | 92 #define arraycount(A) (sizeof(A)/sizeof((A)[0])) 116 for (i = 0; i < arraycount(P->s.w); i++) 119 for (i = 0; i < arraycount(P->s.w); i++) 728 for (k = 0; k < arraycount(u.w); k++) 731 for (k = 0; k < arraycount(u.w); k++) 746 for (i = 0; i < arraycount(cases); i++) { 91 #define arraycount macro
|
/src/common/lib/libc/hash/sha3/ |
sha3.c | 90 #define arraycount(a) (sizeof(a)/sizeof((a)[0])) macro 618 for (mi = 0; mi < arraycount(mlen); mi++) { 625 for (mi = 0; mi < arraycount(mlen); mi++) { 632 for (mi = 0; mi < arraycount(mlen); mi++) { 639 for (mi = 0; mi < arraycount(mlen); mi++) {
|
sha3.c | 90 #define arraycount(a) (sizeof(a)/sizeof((a)[0])) macro 618 for (mi = 0; mi < arraycount(mlen); mi++) { 625 for (mi = 0; mi < arraycount(mlen); mi++) { 632 for (mi = 0; mi < arraycount(mlen); mi++) { 639 for (mi = 0; mi < arraycount(mlen); mi++) {
|
sha3.c | 90 #define arraycount(a) (sizeof(a)/sizeof((a)[0])) macro 618 for (mi = 0; mi < arraycount(mlen); mi++) { 625 for (mi = 0; mi < arraycount(mlen); mi++) { 632 for (mi = 0; mi < arraycount(mlen); mi++) { 639 for (mi = 0; mi < arraycount(mlen); mi++) {
|
sha3.c | 90 #define arraycount(a) (sizeof(a)/sizeof((a)[0])) macro 618 for (mi = 0; mi < arraycount(mlen); mi++) { 625 for (mi = 0; mi < arraycount(mlen); mi++) { 632 for (mi = 0; mi < arraycount(mlen); mi++) { 639 for (mi = 0; mi < arraycount(mlen); mi++) {
|
/src/sys/crypto/nist_hash_drbg/ |
nist_hash_drbg.c | 76 #define arraycount(A) (sizeof(A)/sizeof(A[0])) 139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material)); 147 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material)); 187 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 1074 for (i = 0; i < arraycount(kat); i++) { 1075 for (j = 0; j < arraycount(truncation); j++) { 75 #define arraycount macro
|
nist_hash_drbg.c | 76 #define arraycount(A) (sizeof(A)/sizeof(A[0])) 139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material)); 147 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material)); 187 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 1074 for (i = 0; i < arraycount(kat); i++) { 1075 for (j = 0; j < arraycount(truncation); j++) { 75 #define arraycount macro
|
nist_hash_drbg.c | 76 #define arraycount(A) (sizeof(A)/sizeof(A[0])) 139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material)); 147 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material)); 187 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 1074 for (i = 0; i < arraycount(kat); i++) { 1075 for (j = 0; j < arraycount(truncation); j++) { 75 #define arraycount macro
|
nist_hash_drbg.c | 76 #define arraycount(A) (sizeof(A)/sizeof(A[0])) 139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material)); 147 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material)); 187 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 1074 for (i = 0; i < arraycount(kat); i++) { 1075 for (j = 0; j < arraycount(truncation); j++) { 75 #define arraycount macro
|