Searched refs:more (Results 1 - 4 of 4) sorted by relevance
/bionic/libc/arch-mips/string/ |
H A D | memset.S | 108 slti t1,a2,4 # .Laligned for 4 or more bytes 110 sne t1,a2,2 # one more halfword? 246 beq a0,a3,.Lchk8w # maybe no more 64-byte chunks?
|
/bionic/libc/arch-mips64/string/ |
H A D | memset.S | 108 slti t1,a2,4 # .Laligned for 4 or more bytes 110 sne t1,a2,2 # one more halfword? 246 beq a0,a3,.Lchk8w # maybe no more 64-byte chunks?
|
/bionic/libc/bionic/ |
H A D | fts.c | 163 * descriptor we run anyway, just more slowly. 624 * current path -- the inner loop allocates more path as necessary. 660 * No more memory for path or structures. Save 944 fts_palloc(FTS *sp, size_t more) argument 951 more += 256; 952 if (sp->fts_pathlen + more < sp->fts_pathlen) { 959 sp->fts_pathlen += more;
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
H A D | inst.h | 442 #define BITFIELD_FIELD(field, more) more field;
|
Completed in 136 milliseconds