Searched refs:equal (Results 1 – 11 of 11) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | string.c | 58 #define equal(a, b) funcqual(a,b,__LINE__); macro 97 equal(one, "abcd"); /* Basic test. */ in test_string() 100 equal(one, "x"); /* Writeover. */ in test_string() 101 equal(one+2, "cd"); /* Wrote too much? */ in test_string() 105 equal(one, "hi there"); /* Basic test encore. */ in test_string() 106 equal(two, "hi there"); /* Stomped on source? */ in test_string() 109 equal(one, ""); /* Boundary condition. */ in test_string() 115 equal(one, "ijklmn"); /* Basic test. */ in test_string() 119 equal(one, "xyz"); /* Writeover. */ in test_string() 120 equal(one+4, "mn"); /* Wrote too much? */ in test_string() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | putenv.c | 26 register char *p, *equal; in putenv() local 34 if (!(equal = strchr (p, '='))) in putenv() 40 *equal = '\0'; in putenv() 41 rval = setenv (p, equal + 1, 1); in putenv()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/ |
D | memcmp.S | 98 bge Lequal_exit # quit (equal) if max_bytes exhausted 102 cmpobe g5,g3,.Lwloop # branch if source words are equal
|
D | strpbrk.S | 83 cmpo g6,g7 # is brkset char equal to string char?
|
D | strncmp.S | 110 cmpo 0,g6 # they are equal. are they null?
|
D | memcmp_ca.S | 150 b Lequal_exit # strings were equal up through max_bytes 171 Lequal_exit: # words are equal up thru null byte
|
D | strncmp_ca.S | 151 b Lequal_exit # strings were equal up through max_bytes 188 b Lequal_exit # strings were equal up through max_bytes
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/sys/ |
D | asm.h | 29 # error __riscv_xlen must equal 32 or 64
|
/picolibc-3.7.0-3.6.0/test/ |
D | test-fma.c | 219 equal(double x, double y) in equal() function 246 if (!equal(r, s)) { in test_fma()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | newlib.hin | 360 /* Define if the platform long double type is equal to double. */
|
D | ChangeLog-2015 | 8068 contains an equal sign. 8083 name is NULL, empty, or contains equal sign. 8091 names that contain equal chars. 8094 EINVAL if name contains an equal sign. Do not remove any equal signs 8097 if name contains equal sign. Return -1 if no variable(s) were found 17972 default linux sigset_t typedef by defining it equal to __sigset_t. 18404 * Makefile.am (AM_MAKEFLAGS): Change setting of CC to equal 19266 * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equal
|