Searched refs:ip (Results 1 - 25 of 245) sorted by relevance

12345678910

/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrlen.S72 lsls ip, r3, #31
80 ands ip, r3, #2
93 sub ip, r3, #0x01010101
94 bic ip, ip, r3
95 ands ip, ip, #0x80808080
104 sub ip, r2, #0x01010101
105 bic ip, ip, r
[all...]
H A Dstring_copy.S132 lsls ip, r3, #31
154 sub ip, r2, #0x01010101
155 bic ip, ip, r2
156 ands ip, ip, #0x80808080
172 sub ip, r2, #0x01010101
173 bic ip, ip, r2
174 ands ip, i
[all...]
H A Dstrcat.S103 lsls ip, r3, #31
125 sub ip, r3, #0x01010101
126 bic ip, ip, r3
127 ands ip, ip, #0x80808080
152 lsls ip, r3, #31
174 sub ip, r2, #0x01010101
175 bic ip, ip, r
[all...]
H A D__strcat_chk.S67 lsls ip, r3, #31
75 ands ip, r3, #2
88 sub ip, r3, #0x01010101
89 bic ip, ip, r3
90 ands ip, ip, #0x80808080
99 sub ip, r2, #0x01010101
100 bic ip, ip, r
[all...]
H A D__strcpy_chk.S54 lsls ip, r3, #31
62 ands ip, r3, #2
75 sub ip, r3, #0x01010101
76 bic ip, ip, r3
77 ands ip, ip, #0x80808080
86 sub ip, r2, #0x01010101
87 bic ip, ip, r
[all...]
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrlen.S76 sub ip, r2, #0x01010101
77 bic ip, ip, r2
78 ands ip, ip, #0x80808080
81 sub ip, r3, #0x01010101
82 bic ip, ip, r3
83 ands ip, ip, #
[all...]
H A Dstrcat.S107 sub ip, r2, #0x01010101
108 bic ip, ip, r2
109 ands ip, ip, #0x80808080
112 sub ip, r3, #0x01010101
113 bic ip, ip, r3
114 ands ip, ip, #
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dbfs_fs.h77 #define BFS_NZFILESIZE(ip) ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE)
79 #define BFS_FILESIZE(ip) ((ip)->i_sblock == 0 ? 0 : BFS_NZFILESIZE(ip))
80 #define BFS_FILEBLOCKS(ip) ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)
[all...]
/bionic/libc/arch-arm/denver/bionic/
H A D__strcat_chk.S67 lsls ip, r3, #31
75 ands ip, r3, #2
88 sub ip, r3, #0x01010101
89 bic ip, ip, r3
90 ands ip, ip, #0x80808080
99 sub ip, r2, #0x01010101
100 bic ip, ip, r
[all...]
H A D__strcpy_chk.S54 lsls ip, r3, #31
62 ands ip, r3, #2
75 sub ip, r3, #0x01010101
76 bic ip, ip, r3
77 ands ip, ip, #0x80808080
86 sub ip, r2, #0x01010101
87 bic ip, ip, r
[all...]
/bionic/libc/arch-arm/krait/bionic/
H A D__strcat_chk.S67 lsls ip, r3, #31
75 ands ip, r3, #2
88 sub ip, r3, #0x01010101
89 bic ip, ip, r3
90 ands ip, ip, #0x80808080
99 sub ip, r2, #0x01010101
100 bic ip, ip, r
[all...]
H A D__strcpy_chk.S54 lsls ip, r3, #31
62 ands ip, r3, #2
75 sub ip, r3, #0x01010101
76 bic ip, ip, r3
77 ands ip, ip, #0x80808080
86 sub ip, r2, #0x01010101
87 bic ip, ip, r
[all...]
/bionic/libc/arch-arm/bionic/
H A Dmemcmp.S83 vmov r3, ip, d4
85 orrs r3, ip
95 vmov r3, ip, d0
96 orrs r3, ip
131 ldrb ip, [r1], #1
132 subs r0, r0, ip
153 ldr ip, [r1]
161 eors r0, r0, ip
163 ldreq ip, [r1, #4]!
167 eoreqs r0, r0, ip
[all...]
/bionic/libc/arch-arm/syscalls/
H A D__accept4.S6 mov ip, r7
9 mov r7, ip
H A D__brk.S6 mov ip, r7
9 mov r7, ip
H A D__connect.S6 mov ip, r7
9 mov r7, ip
H A D__exit.S6 mov ip, r7
9 mov r7, ip
H A D__fcntl64.S6 mov ip, r7
9 mov r7, ip
H A D__fstatfs64.S6 mov ip, r7
9 mov r7, ip
H A D__getcpu.S6 mov ip, r7
9 mov r7, ip
H A D__getcwd.S6 mov ip, r7
9 mov r7, ip
H A D__getdents64.S6 mov ip, r7
9 mov r7, ip
H A D__getpid.S6 mov ip, r7
9 mov r7, ip
H A D__getpriority.S6 mov ip, r7
9 mov r7, ip
H A D__ioctl.S6 mov ip, r7
9 mov r7, ip

Completed in 152 milliseconds

12345678910