Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 56) sorted by relevance

123

/picolibc-3.5.0-3.4.0/newlib/libc/machine/h8500/
Ddivsi3.c44 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/
Ddivsi3.c44 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/
Dstrlen.c60 #error long int is not a 32bit or 64bit type.
65 #error long int is not a 32bit or 64bit byte
Dstpcpy.c49 #error long int is not a 32bit or 64bit type.
54 #error long int is not a 32bit or 64bit byte
Dstrcat.c61 #error long int is not a 32bit or 64bit type.
66 #error long int is not a 32bit or 64bit byte
Dstrcpy.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstrncat.c69 #error long int is not a 32bit or 64bit type.
74 #error long int is not a 32bit or 64bit byte
Dstrcmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstpncpy.c57 #error long int is not a 32bit or 64bit type.
62 #error long int is not a 32bit or 64bit byte
Dstrncmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Drawmemchr.c53 #error long int is not a 32bit or 64bit type.
58 #error long int is not a 32bit or 64bit byte
Dstrncpy.c68 #error long int is not a 32bit or 64bit type.
73 #error long int is not a 32bit or 64bit byte
Dmemrchr.c54 #error long int is not a 32bit or 64bit type.
59 #error long int is not a 32bit or 64bit byte
Dmemchr.c69 #error long int is not a 32bit or 64bit type.
74 #error long int is not a 32bit or 64bit byte
Dstrchr.c63 #error long int is not a 32bit or 64bit type.
Dmemccpy.c55 #error long int is not a 32bit or 64bit type.
/picolibc-3.5.0-3.4.0/newlib/libc/machine/microblaze/
Dstrlen.c72 #error long int is not a 32bit or 64bit type.
77 #error long int is not a 32bit or 64bit byte
Dstrcmp.c75 #error long int is not a 32bit or 64bit type.
80 #error long int is not a 32bit or 64bit byte
Dstrcpy.c75 #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/
Dmemset.S45 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/
Dreleasing.md9 ** 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/
Dhash_page.c665 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/
Dsys_feature.c87 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/
Dcrt0.S35 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument
/picolibc-3.5.0-3.4.0/picocrt/machine/x86/
Dcrt0-32.S56 mov $0x18, %eax # selector for 32-bit data segment
122 .quad 0x00CF9B000000FFFF # 0x10: ring 0 32-bit code segment

123