Searched refs:order (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/test/ |
D | malloc_stress.c | 50 static int order[NUM_MALLOC]; variable 64 order[i] = i; in shuffle_order() 68 int t = order[i]; in shuffle_order() 69 order[i] = order[j]; in shuffle_order() 70 order[j] = t; in shuffle_order() 256 int j = order[i]; in main() 272 int j = order[i]; in main() 309 int j = order[i]; in main()
|
D | test-fread-fwrite.c | 121 int order; in main() local 140 for (order = 0; order < 2; order++) { in main() 150 if (order == 0) { in main() 171 if (order == 0) { in main() 191 failed, size, order, per_op); in main()
|
/picolibc-latest/newlib/ |
D | MAINTAINERS | 32 CPU Port Maintainers (CPU alphabetical order) 48 OS Port Maintainers (OS alphabetical order)
|
D | HOWTO | 185 get a unique prefix, and GNU Automake will expand it. In order to use one of
|
D | ChangeLog-2015 | 4765 * libc/include/machine/endian.h: To set byte order to LITTLE_ENDIAN, 6468 reverse order as compliant with the ELF specification. 12488 SUBDIRS order. 14496 * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors 14506 * libc/stdlib/mbrlen.c: Change include order to prevent compiler 14513 * libc/stdlib/mbrtowc.c: Change include order to prevent compiler 22589 * libc/machine/d30v/setjmp.S (longjmp): Fix order of parallel 23765 * sys/sysnecv850/crt0.S: Fix order of comparison args. Loop 26859 * libc/reent/execr.c (_r_wait): Re-order args to make reent_struct 26868 * libc/stdio/fopen.c (_r_fopen): Re-order args to _r_open. [all …]
|
/picolibc-latest/doc/ |
D | embedsource.md | 37 In order to avoid linker conflicts with any compiler bundled c-library, use the following link flag… 56 You can run a command in order to check which standard paths are included with your GCC:
|
D | using.md | 144 You can also list libc and libsemihost in the correct order
|
D | linking.md | 157 name so that the order is consistent across linking operations:
|
D | printf.md | 51 order of decreasing functionality and size.
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 260 ; conditional mov based on the carry flag value. The order is very 269 ; Now comes the tricky part. In order to obtain the first NULL byte,
|
D | strcat.S | 553 ; The order is very important because the NULL byte can appear in several 560 ; Now comes the tricky part. In order to obtain the first NULL byte, we need to 592 ; order. To do this, we need to make the
|
D | memchr.S | 335 ; The order is very important because the byte can appear in several double 342 ; Now comes the tricky part. In order to obtain the first target byte, we need
|
/picolibc-latest/newlib/libc/iconv/lib/ |
D | encoding.deps | 67 # ISO-10646-UCS-2 in system byte order. 100 # ISO-10646-UCS-4 in system byte order.
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 501 ISO-10646-UCS-2 in system byte order. 544 ISO-10646-UCS-4 in system byte order. 734 the encoding A to the encoding B, two modules are needed (in order to convert 982 Thus, in order to make the CCS tables more compact, the 16-bit UCS-2 is 1557 The script uses a lot of macros in order to enable only the minimum set 1602 aliases which is intended for the Newlib configure scripts in order to
|
/picolibc-latest/ |
D | COPYING.GPL2 | 199 conditions are imposed on you (whether by court order, agreement or
|
D | README.md | 998 1. Fix section order in picolibc.ld to give applications correct
|