Searched refs:more (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmemset.S108 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 Dmemset.S108 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 Dfts.c163 * 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 Dinst.h442 #define BITFIELD_FIELD(field, more) more field;

Completed in 136 milliseconds