/picolibc-3.5.0-3.4.0/newlib/libc/machine/h8500/ |
D | divsi3.c | 44 long int bit = 1; in divmodsi4() local 47 while (den < num && bit && !(den & (1L<<31))) in divmodsi4() 50 bit <<=1; in divmodsi4() 52 while (bit) in divmodsi4() 57 res |= bit; in divmodsi4() 59 bit >>=1; in divmodsi4()
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/w65/ |
D | divsi3.c | 44 long int bit = 1; in divmodsi4() local 47 while (den < num && bit && !(den & (1L<<31))) in divmodsi4() 50 bit <<=1; in divmodsi4() 52 while (bit) in divmodsi4() 57 res |= bit; in divmodsi4() 59 bit >>=1; in divmodsi4()
|
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | strlen.c | 60 #error long int is not a 32bit or 64bit type. 65 #error long int is not a 32bit or 64bit byte
|
D | stpcpy.c | 49 #error long int is not a 32bit or 64bit type. 54 #error long int is not a 32bit or 64bit byte
|
D | strcat.c | 61 #error long int is not a 32bit or 64bit type. 66 #error long int is not a 32bit or 64bit byte
|
D | strcpy.c | 63 #error long int is not a 32bit or 64bit type. 68 #error long int is not a 32bit or 64bit byte
|
D | strncat.c | 69 #error long int is not a 32bit or 64bit type. 74 #error long int is not a 32bit or 64bit byte
|
D | strcmp.c | 63 #error long int is not a 32bit or 64bit type. 68 #error long int is not a 32bit or 64bit byte
|
D | stpncpy.c | 57 #error long int is not a 32bit or 64bit type. 62 #error long int is not a 32bit or 64bit byte
|
D | strncmp.c | 63 #error long int is not a 32bit or 64bit type. 68 #error long int is not a 32bit or 64bit byte
|
D | rawmemchr.c | 53 #error long int is not a 32bit or 64bit type. 58 #error long int is not a 32bit or 64bit byte
|
D | strncpy.c | 68 #error long int is not a 32bit or 64bit type. 73 #error long int is not a 32bit or 64bit byte
|
D | memrchr.c | 54 #error long int is not a 32bit or 64bit type. 59 #error long int is not a 32bit or 64bit byte
|
D | memchr.c | 69 #error long int is not a 32bit or 64bit type. 74 #error long int is not a 32bit or 64bit byte
|
D | strchr.c | 63 #error long int is not a 32bit or 64bit type.
|
D | memccpy.c | 55 #error long int is not a 32bit or 64bit type.
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/microblaze/ |
D | strlen.c | 72 #error long int is not a 32bit or 64bit type. 77 #error long int is not a 32bit or 64bit byte
|
D | strcmp.c | 75 #error long int is not a 32bit or 64bit type. 80 #error long int is not a 32bit or 64bit byte
|
D | strcpy.c | 75 #error long int is not a 32bit or 64bit type. 80 #error long int is not a 32bit or 64bit byte
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/z8k/ |
D | memset.S | 45 bit r7,#0 66 bit r0,#0 /* one byte remaining? */ 101 bit r7,#0 122 bit r0,#0 /* one byte remaining? */
|
/picolibc-3.5.0-3.4.0/doc/ |
D | releasing.md | 9 ** 32-bit x86 11 ** ARM 32-bit 12 ** ARM 64-bit (aarch64) 18 * 64-bit x86 19 * 32-bit x86 21 * ARM 32-bit, almost all targets (qemu) 22 * ARM 64-bit 24 3. Use glibc test suite for RISC-V and ARM 32-bit
|
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | hash_page.c | 665 int bit, first_page, free_bit, free_page, i, in_use_bits, j; in overflow_page() local 687 bit = hashp->LAST_FREED & in overflow_page() 689 j = bit / BITS_PER_MAP; in overflow_page() 690 bit = bit & ~(BITS_PER_MAP - 1); in overflow_page() 692 bit = 0; in overflow_page() 695 for (; bit <= in_use_bits; j++, bit += BITS_PER_MAP) in overflow_page() 773 bit = bit + first_free(freep[j]); in overflow_page() 774 SETBIT(freep, bit); in overflow_page() 776 tmp1 = bit; in overflow_page() 784 bit = 1 + bit + (i * (hashp->BSIZE << BYTE_SHIFT)); in overflow_page() [all …]
|
/picolibc-3.5.0-3.4.0/semihost/ |
D | sys_feature.c | 87 uint8_t bit = (feature & 7); in sys_semihost_feature() local 88 return (feature_bytes[byte] & (1 << bit)) != 0; in sys_semihost_feature()
|
/picolibc-3.5.0-3.4.0/picocrt/machine/powerpc/ |
D | crt0.S | 35 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument
|
/picolibc-3.5.0-3.4.0/picocrt/machine/x86/ |
D | crt0-32.S | 56 mov $0x18, %eax # selector for 32-bit data segment 122 .quad 0x00CF9B000000FFFF # 0x10: ring 0 32-bit code segment
|