Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/newlib/libc/machine/mn10300/
Dstrcmp.S35 cmp d0,d1 define
53 cmp d0,d1 define
62 cmp d2,d0 define
Dmemcmp.S40 cmp d0,d1 define
54 cmp d2,d3 define
Dmemchr.S63 cmp d2,d0 define
82 cmp d2,d0 define
Dstrchr.S87 cmp d1,d0 define
96 cmp d0,d3 define
/picolibc-latest/newlib/libc/machine/spu/
Dstraddr.h42 unsigned int cnt, cmp, skip, mask; in _straddr() local
Dstrlen.c44 unsigned int cnt, cmp, skip, mask; in strlen() local
Dstrchr.c44 unsigned int cmp, skip; in strchr() local
Dstrrchr.c47 vec_uint4 cmp_c, cmp_0, cmp; in strrchr() local
/picolibc-latest/newlib/libc/search/
Dtdelete.c61 int cmp; in tdelete() local
Dqsort.c141 cmp_t *cmp, in med3()
182 cmp_t *cmp) in __bsd_qsort_r()
/picolibc-latest/newlib/libc/string/
Dtimingsafe_memcmp.c37 int cmp = lt - gt; in timingsafe_memcmp() local
/picolibc-latest/newlib/libc/include/sys/
Dtree.h125 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
167 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
459 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
461 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
463 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
498 #define RB_GENERATE(name, type, field, cmp) \ argument
500 #define RB_GENERATE_STATIC(name, type, field, cmp) \ argument
502 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ argument
671 #define RB_GENERATE_INSERT(name, type, field, cmp, attr) \ argument
706 #define RB_GENERATE_FIND(name, type, field, cmp, attr) \ argument
[all …]
Dtime.h169 #define bintime_cmp(a, b, cmp) \ argument
382 #define timespeccmp(tvp, uvp, cmp) \ argument
408 #define timercmp(tvp, uvp, cmp) \ argument
/picolibc-latest/newlib/libc/stdlib/
Dmprec.c562 cmp (_Bigint * a, _Bigint * b) in cmp() function
Dmprec.h332 #define cmp __mcmp macro