Searched refs:cursor (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-a-latest/lib/libc/ |
| 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()
|
| /trusted-firmware-a-latest/lib/aarch64/ |
| D | misc_helpers.S | 152 cursor .req x0 /* Start address and then current address */ 178 add stop_address, cursor, length 230 tst cursor, block_mask 238 orr tmp1, cursor, block_mask 259 tst cursor, #0xf 263 orr tmp2, cursor, #0xf 274 strb wzr, [cursor], #1 275 cmp cursor, tmp2 284 cmp cursor, tmp1 287 stp xzr, xzr, [cursor], #16 [all …]
|
| /trusted-firmware-a-latest/lib/aarch32/ |
| D | misc_helpers.S | 50 cursor .req r0 /* Start address and then current address */ 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 104 stmia cursor!, {zeroreg1, zeroreg2} 105 cmp cursor, tmp 111 cmp cursor, stop_address [all …]
|
| /trusted-firmware-a-latest/lib/debugfs/ |
| 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()
|