/picolibc-latest/newlib/libc/machine/w65/ |
D | divsi3.c | 46 long int bit = 1; in divmodsi4() local 49 while (den < num && bit && !(den & (1L<<31))) in divmodsi4() 52 bit <<=1; in divmodsi4() 54 while (bit) in divmodsi4() 59 res |= bit; in divmodsi4() 61 bit >>=1; in divmodsi4()
|
/picolibc-latest/newlib/libc/machine/h8500/ |
D | divsi3.c | 46 long int bit = 1; in divmodsi4() local 49 while (den < num && bit && !(den & (1L<<31))) in divmodsi4() 52 bit <<=1; in divmodsi4() 54 while (bit) in divmodsi4() 59 res |= bit; in divmodsi4() 61 bit >>=1; in divmodsi4()
|
/picolibc-latest/newlib/libc/string/ |
D | strlen.c | 59 #error long int is not a 32bit or 64bit type. 64 #error long int is not a 32bit or 64bit byte
|
D | stpcpy.c | 51 #error long int is not a 32bit or 64bit type. 56 #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 | 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 | 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 | stpncpy.c | 58 #error long int is not a 32bit or 64bit type. 63 #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 | memchr.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
|
/picolibc-latest/newlib/libc/machine/microblaze/ |
D | strlen.c | 73 #error long int is not a 32bit or 64bit type. 78 #error long int is not a 32bit or 64bit byte
|
D | strcmp.c | 77 #error long int is not a 32bit or 64bit type. 82 #error long int is not a 32bit or 64bit byte
|
D | strcpy.c | 77 #error long int is not a 32bit or 64bit type. 82 #error long int is not a 32bit or 64bit byte
|
/picolibc-latest/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-latest/newlib/libc/machine/z8k/ |
D | memset.S | 47 bit r7,#0 68 bit r0,#0 /* one byte remaining? */ 103 bit r7,#0 124 bit r0,#0 /* one byte remaining? */
|
/picolibc-latest/newlib/libc/search/ |
D | hash_page.c | 659 int bit, first_page, free_bit, free_page, i, in_use_bits, j; in overflow_page() local 681 bit = hashp->LAST_FREED & in overflow_page() 683 j = bit / BITS_PER_MAP; in overflow_page() 684 bit = bit & ~(BITS_PER_MAP - 1); in overflow_page() 686 bit = 0; in overflow_page() 689 for (; bit <= in_use_bits; j++, bit += BITS_PER_MAP) in overflow_page() 767 bit = bit + first_free(freep[j]); in overflow_page() 768 SETBIT(freep, bit); in overflow_page() 770 tmp1 = bit; in overflow_page() 778 bit = 1 + bit + (i * (hashp->BSIZE << BYTE_SHIFT)); in overflow_page() [all …]
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 36 ; Searches the provided string, 32 bytes at a time, using 128 bit loads 149 ; Using 128-bit memory operations 155 ; The 64-bit crunching implementation. 237 ; appropriate length As LIMM are 32 bit only, we need to perform MOVHL 238 ; and ORL [1] operations to have the appropriate 64 bit values in 241 ;; Search is done 32 bytes at a time, either with 64 bit loads or 128 242 ;; bit loads If a NULL byte is detected, the position of the double 272 ; setting the highest bit of each byte to 1, if the corresponding byte 274 ; bit of each byte 1, if the byte is less than 0x80. The last step is 280 ; simply find the first non zero bit (counting from bit 0) which will [all …]
|
D | memset.S | 39 ; Using 128-bit memory operations 93 ; The generic 64-bit implementation without any frills. 101 # error Please use either 32-bit or 64-bit version of arc64 compiler 109 ;; Assemble the bytes to 64bit words 150 ;; Assemble the bytes to 32bit words
|
/picolibc-latest/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-latest/picocrt/machine/powerpc/ |
D | crt0.S | 37 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument
|
/picolibc-latest/newlib/libc/machine/arc64/sys/ |
D | asm.h | 58 # error Please use either 32-bit or 64-bit version of arc64 compiler
|