Searched defs:add (Results 1 – 10 of 10) sorted by relevance
36 #define add test macro macro
173 size_t add = 256 - left_over > len ? len : 256 - left_over; in __sha512_process_bytes() local
150 size_t add = 128 - left_over > len ? len : 128 - left_over; in __sha256_process_bytes() local
210 size_t add = 128 - left_over > len ? len : 128 - left_over; in md5_process_bytes() local
62 list_splice (list_t *add, list_t *head) in list_splice()
184 #define add(s) add (s, sizeof s) in _hurd_xattr_list() macro
306 #define add(idx) \ in _dl_important_hwcaps() macro
299 DYNARRAY_NAME (add) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) in DYNARRAY_NAME() argument
804 name_to_module_idx (const char *name, int add) in name_to_module_idx()
229 #define add(n, f) \ macro