Home
last modified time | relevance | path

Searched refs:a4l (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c198 ace4_list_t *a4l = voidp; in nfs4_ace4_list_construct() local
200 avl_create(&a4l->user, ace4vals_compare, sizeof (ace4vals_t), in nfs4_ace4_list_construct()
202 avl_create(&a4l->group, ace4vals_compare, sizeof (ace4vals_t), in nfs4_ace4_list_construct()
211 ace4_list_t *a4l = voidp; in nfs4_ace4_list_destroy() local
213 avl_destroy(&a4l->user); in nfs4_ace4_list_destroy()
214 avl_destroy(&a4l->group); in nfs4_ace4_list_destroy()
313 ace4_list_free(ace4_list_t *a4l) in ace4_list_free() argument
318 if (a4l == NULL) in ace4_list_free()
323 while ((node = avl_destroy_nodes(&a4l->user, &cookie)) != NULL) in ace4_list_free()
326 while ((node = avl_destroy_nodes(&a4l->group, &cookie)) != NULL) in ace4_list_free()
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_256.c70 mp_digit a4h, a4l, a5h, a5l, a6h, a6l, a7h, a7l; in ec_GFp_nistp256_mod() local
294 a4l = a4 << 32; in ec_GFp_nistp256_mod()
330 MP_ADD_CARRY(r3, a6h | a4l, r3, carry, carry); in ec_GFp_nistp256_mod()
336 MP_SUB_BORROW(r3, (a4l>>32)|a5l,r3, carry, carry); in ec_GFp_nistp256_mod()
346 MP_SUB_BORROW(r1, a7h|a4l, r1, carry, carry); in ec_GFp_nistp256_mod()