/picolibc-latest/newlib/libc/machine/arm/ |
D | memset-arm.S | 42 and ip, r1, #255 50 strb ip, [r3], #1 62 add ip, r3, #16 66 str lr, [ip, #-16] 67 str lr, [ip, #-12] 68 str lr, [ip, #-8] 69 str lr, [ip, #-4] 70 add ip, ip, #16 72 sub ip, r2, #16 73 bic ip, ip, #15 [all …]
|
D | strcpy.S | 61 mov ip, r0 82 streq r3, [ip], #4 99 str r3, [ip], #4 104 streq r4, [ip], #4 111 strb r3, [ip], #1 129 strb r2, [ip], #1 140 strhne r2, [ip], #2 142 strbeq r2, [ip] 147 strhne r2, [ip], #2 148 strbeq r2, [ip] [all …]
|
D | setjmp.S | 209 pacbti ip, lr, sp 211 pac ip, lr, sp 213 mov r3, ip 224 mov ip, sp 225 stmia r0!, { r4-r10, fp, ip, lr } 236 mov ip, r3 237 aut ip, lr, sp 262 ldmia r0!, { r4-r10, fp, ip, lr } 263 mov sp, ip 278 ldr ip, [r2, #JUMPBUF_PAC] [all …]
|
D | arm_asm.h | 186 pacbti ip, lr, sp 188 pac ip, lr, sp 204 push {r\first-r\last, ip, lr} 211 push {r\first-r\last, ip} 234 push {r\first, ip, lr} 241 push {r\first, ip} 265 push {ip, lr} 271 push {ip} 306 pop {r\first-r\last, ip, lr} 312 pop {r\first-r\last, ip} [all …]
|
D | aeabi_memcpy-armv7a.S | 59 ands ip, r0, #3 /* ip = last 2 bits of dst. */ 63 ands ip, r1, #3 /* ip = last 2 bits of src. */ 181 rsb ip, ip, #4 /* ip = #4 - ip. */ 182 cmp ip, #2 198 subs r2, r2, ip /* r2 = r2 - ip. */ 206 ands ip, r1, #3 /* ip = last 2 bits of src. */
|
D | memcpy-armv7m.S | 107 mov ip, r0 194 mov r0, ip 272 rsb ip, r3, #4 316 subs r1, ip 342 mov r0, ip
|
/picolibc-latest/newlib/libc/time/ |
D | lcltime_r.c | 42 const uint8_t *ip; in localtime_r() local 47 ip = __month_lengths[isleap(year)]; in localtime_r() 107 if (res->tm_mday > ip[res->tm_mon]) in localtime_r() 109 res->tm_mday -= ip[res->tm_mon]; in localtime_r() 136 res->tm_mday = ip[res->tm_mon]; in localtime_r()
|
D | tzcalc_limits.c | 49 const uint8_t *const ip = __month_lengths[yleap]; in __tzcalc_limits() local 54 days += ip[j-1]; in __tzcalc_limits() 63 while (m_day >= ip[j-1]) in __tzcalc_limits()
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_mem.c | 256 int32_t *ip) in xdrmem_getint32_aligned() argument 261 *ip = (int32_t) ntohl (*(u_int32_t *) xdrs->x_private); in xdrmem_getint32_aligned() 268 const int32_t *ip) in xdrmem_putint32_aligned() argument 273 *(u_int32_t *) xdrs->x_private = htonl ((u_int32_t) * ip); in xdrmem_putint32_aligned() 280 int32_t *ip) in xdrmem_getint32_unaligned() argument 288 *ip = (int32_t) ntohl (l); in xdrmem_getint32_unaligned() 295 const int32_t *ip) in xdrmem_putint32_unaligned() argument 302 l = htonl ((u_int32_t) * ip); in xdrmem_putint32_unaligned()
|
D | xdr_stdio.c | 189 int32_t *ip) in xdrstdio_getint32() argument 195 *ip = ntohl (temp); in xdrstdio_getint32() 201 const int32_t *ip) in xdrstdio_putint32() argument 203 int32_t temp = htonl (*ip); in xdrstdio_putint32()
|
D | xdr.c | 91 int * ip) in xdr_int() argument 98 l = (long) *ip; in xdr_int() 106 *ip = (int) l; in xdr_int() 114 return xdr_long (xdrs, (long *) ip); in xdr_int()
|
D | xdr_rec.c | 495 int32_t *ip) in xdrrec_getint32() argument 505 *ip = (int32_t) ntohl (*bufip); in xdrrec_getint32() 514 *ip = (int32_t) ntohl (mylong); in xdrrec_getint32() 521 const int32_t *ip) in xdrrec_putint32() argument 539 *dest_ip = (int32_t) htonl (*ip); in xdrrec_putint32()
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strcpy.S | 118 lda Lrett-(.+8)(ip),g14 151 lda Lrett-(.+8)(ip),g14
|
D | strcspn.S | 67 lda Lrett-(.+8)(ip),g14
|
D | strpbrk.S | 68 lda Lrett-(.+8)(ip),g14
|
D | strcmp.S | 86 lda .Lrett-(.+8)(ip),g14
|
D | strlen.S | 83 lda Lrett-(.+8)(ip),g14
|
D | memcmp.S | 89 lda .Lrett-(.+8)(ip),g14
|
D | strchr.S | 83 lda Lrett-(.+8)(ip),g14
|
D | strncmp.S | 88 lda .Lrett-(.+8)(ip),g14
|
D | memccpy.S | 93 lda Lrett-(.+8)(ip),g14
|
D | memchr.S | 91 lda Lrett-(.+8)(ip),g14
|
D | memset.S | 71 lda Lrett-(.+8)(ip),g14
|
D | strrchr.S | 87 lda Lrett-(.+8)(ip),g14
|
/picolibc-latest/newlib/libc/search/ |
D | hash_page.c | 621 __uint32_t *ip; in __ibitmap() local 624 if ((ip = (__uint32_t *)malloc(hashp->BSIZE)) == NULL) in __ibitmap() 629 (void)memset((char *)ip, 0, clearbytes); in __ibitmap() 630 (void)memset(((char *)ip) + clearbytes, 0xFF, in __ibitmap() 632 ip[clearints - 1] = ALL_SET << (nbits & BYTE_MASK); in __ibitmap() 633 SETBIT(ip, 0); in __ibitmap() 635 hashp->mapp[ndx] = ip; in __ibitmap()
|