Searched refs:cursor (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/libc/ |
A D | strlen.c | 11 const char *cursor = s; in strlen() local 13 while (*cursor) in strlen() 14 cursor++; in strlen() 16 return cursor - s; in strlen()
|
/arm-trusted-firmware-2.8.0/lib/aarch64/ |
A D | misc_helpers.S | 259 tst cursor, #0xf 275 cmp cursor, tmp2 284 cmp cursor, tmp1 288 cmp cursor, tmp1 303 cmp cursor, tmp1 307 dc zva, cursor 309 add cursor, cursor, block_size 310 cmp cursor, tmp1 326 cmp cursor, tmp1 330 cmp cursor, tmp1 [all …]
|
/arm-trusted-firmware-2.8.0/lib/aarch32/ |
A D | misc_helpers.S | 64 add stop_address, cursor, length 75 tst cursor, #(8-1) 79 orr tmp, cursor, #(8-1) 89 strb zeroreg1, [cursor], #1 90 cmp cursor, tmp 99 cmp cursor, tmp 105 cmp cursor, tmp 111 cmp cursor, stop_address 114 strb zeroreg1, [cursor], #1 115 cmp cursor, stop_address [all …]
|
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | dev.c | 98 const char *cursor; in next() local 105 cursor = path; in next() 107 while (*cursor != '/' && *cursor != '\0') { in next() 111 token[index++] = *cursor++; in next() 116 return cursor; in next()
|
Completed in 10 milliseconds