Home
last modified time | relevance | path

Searched defs:add (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/math/
Dtest-narrow-macros.c36 #define add test macro macro
/glibc-2.36/crypt/
Dsha512.c173 size_t add = 256 - left_over > len ? len : 256 - left_over; in __sha512_process_bytes() local
Dsha256.c150 size_t add = 128 - left_over > len ? len : 128 - left_over; in __sha256_process_bytes() local
Dmd5.c210 size_t add = 128 - left_over > len ? len : 128 - left_over; in md5_process_bytes() local
/glibc-2.36/include/
Dlist.h62 list_splice (list_t *add, list_t *head) in list_splice()
/glibc-2.36/hurd/
Dxattr.c184 #define add(s) add (s, sizeof s) in _hurd_xattr_list() macro
/glibc-2.36/elf/
Ddl-hwcaps.c306 #define add(idx) \ in _dl_important_hwcaps() macro
/glibc-2.36/malloc/
Ddynarray-skeleton.c299 DYNARRAY_NAME (add) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) in DYNARRAY_NAME() argument
/glibc-2.36/iconv/
Diconvconfig.c804 name_to_module_idx (const char *name, int add) in name_to_module_idx()
/glibc-2.36/time/
Dstrftime_l.c229 #define add(n, f) \ macro