Searched refs:only (Results 1 – 25 of 82) sorted by relevance
1234
/picolibc-latest/newlib/libc/stdlib/ |
D | getopt.c | 152 is_option (char *argv_element, int only) in is_option() argument 155 || (argv_element[0] == '-') || (only && argv_element[0] == '+')); in is_option() 191 const struct option *longopts, int *longind, int only, in getopt_internal() argument 252 while (!is_option (argv[data->optind], only)) in getopt_internal() 272 if (!is_option (argv[data->optind], only)) in getopt_internal() 279 if (!is_option (argv[data->optind], only)) in getopt_internal() 293 || (only && argv[data->optind][0] == '+')) && data->optwhere == 1) in getopt_internal()
|
/picolibc-latest/zephyr/ |
D | Kconfig | 7 This option builds the picolibc module. It is only used if
|
/picolibc-latest/scripts/ |
D | cross-m68k-unknown-elf.txt | 8 # only needed to run tests
|
D | cross-m68k-linux-gnu.txt | 9 # only needed to run tests
|
D | cross-riscv64-zephyr-elf.txt | 12 # only needed to run tests
|
D | cross-rv32imac.txt | 8 # only needed to run tests
|
D | cross-rv32imac_zicsr_zbb.txt | 8 # only needed to run tests
|
D | cross-aarch64-zephyr-elf.txt | 12 # only needed to run tests
|
D | cross-clang-aarch64-none-elf.txt | 12 # only needed to run tests
|
D | cross-cortex-a9-none-eabi.txt | 12 # only needed to run tests
|
D | cross-mips-zephyr-elf.txt | 12 # only needed to run tests
|
D | cross-nios2-zephyr-elf.txt | 12 # only needed to run tests
|
D | cross-riscv64-unknown-elf.txt | 12 # only needed to run tests
|
D | cross-arc-zephyr-elf.txt | 12 # only needed to run tests
|
D | cross-clang-x86.txt | 15 # only needed to run tests
|
D | cross-clang-x86_64.txt | 15 # only needed to run tests
|
D | cross-thumbv8_1m-none-eabi.txt | 12 # only needed to run tests
|
D | cross-thumbv8m_main_fp-none-eabi.txt | 12 # only needed to run tests
|
D | cross-x86_64-zephyr-elf.txt | 13 # only needed to run tests
|
D | cross-clang-arm-none-eabi.txt | 11 # only needed to run tests
|
D | cross-i686-linux-gnu.txt | 13 # only needed to run tests
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 45 1. Whitespace-only changes are not helpful, please don't submit 46 changes that are only fixing formatting. 54 * no literal tab characters, only spaces
|
/picolibc-latest/doc/ |
D | linking.md | 56 Picolibc.ld defines only two memory regions: `flash` and `ram`. Flash 57 is an addressable region of read-only memory which holds program text, 64 * `__flash` specifies the lowest address in read-only memory used by 68 * `__flash_size` specifies the amount of read-only memory you want to 120 4. Read-only data 170 stored in ram. Making values read-only where possible saves the RAM.
|
D | locking.md | 53 only provides non-recursive mutexes, a suitable wrapper implementing 62 This struct is only referenced by picolibc, not defined. The 78 Acquire a non-recursive mutex. A thread will only acquire the mutex once.
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strcmp.S | 264 ;; both strings but we only look for the NULL byte in one string. 280 ; As LIMM are 32 bit only, we need to perform MOVHL and ORL [1] operations to 288 ; With the carry bit from r12, we can use mov.c to only move the appropriate 339 ; main loop. The reason for this is because the only way this can happen is if
|
1234