Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/mn10300/
Dstrcmp.S33 cmp d0,d1 define
51 cmp d0,d1 define
60 cmp d2,d0 define
Dmemcmp.S38 cmp d0,d1 define
52 cmp d2,d3 define
Dmemchr.S61 cmp d2,d0 define
80 cmp d2,d0 define
Dstrchr.S85 cmp d1,d0 define
94 cmp d0,d3 define
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dstraddr.h42 unsigned int cnt, cmp, skip, mask; in _straddr() local
Dstrlen.c42 unsigned int cnt, cmp, skip, mask; in strlen() local
Dstrchr.c42 unsigned int cmp, skip; in strchr() local
Dstrrchr.c45 vec_uint4 cmp_c, cmp_0, cmp; in strrchr() local
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dtdelete.c63 int cmp; in tdelete() local
Dqsort.c137 cmp_t *cmp, in med3()
171 cmp_t *cmp) in __bsd_qsort_r()
/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dtimingsafe_memcmp.c36 int cmp = lt - gt; in timingsafe_memcmp() local
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dtree.h121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
163 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
455 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
457 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
459 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
494 #define RB_GENERATE(name, type, field, cmp) \ argument
496 #define RB_GENERATE_STATIC(name, type, field, cmp) \ argument
498 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ argument
667 #define RB_GENERATE_INSERT(name, type, field, cmp, attr) \ argument
702 #define RB_GENERATE_FIND(name, type, field, cmp, attr) \ argument
[all …]
Dtime.h134 #define bintime_cmp(a, b, cmp) \ argument
347 #define timespeccmp(tvp, uvp, cmp) \ argument
375 #define timercmp(tvp, uvp, cmp) \ argument
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmprec.c553 cmp (_Bigint * a, _Bigint * b) in cmp() function
Dmprec.h333 #define cmp __mcmp macro