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

1234

/arch/mips/include/uapi/asm/
H A Dbitfield.h4 * for more details.
15 #define __BITFIELD_FIELD(field, more) \
17 more
21 #define __BITFIELD_FIELD(field, more) \
22 more \
/arch/um/drivers/
H A Dslip_common.c9 if(slip->more > 0){
11 while(i < slip->more){
17 slip->more - i);
18 slip->more = slip->more - i;
22 slip->more = 0;
38 slip->more = n - (i + 1);
H A Dmconsole.h30 u32 more; member in struct:mconsole_reply
73 int len, int err, int more);
75 int more);
H A Dslip_common.h86 int more; /* more data: do not read fd until ibuf has been drained */ member in struct:slip_proto
95 slip->more = 0;
H A Dmconsole_user.c127 int err, int more)
145 if (len == total) reply.more = more;
146 else reply.more = 1;
165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) argument
167 return mconsole_reply_len(req, str, strlen(str), err, more);
126 mconsole_reply_len(struct mc_request *req, const char *str, int total, int err, int more) argument
/arch/arm/lib/
H A Dmemzero.S66 tst r1, #16 @ 1 16 bytes or more?
111 4: tst r1, #8 @ 1 8 bytes or more?
113 tst r1, #4 @ 1 4 bytes or more?
119 5: tst r1, #2 @ 1 2 bytes or more?
H A Dfindbit.S35 2: cmp r2, r1 @ any more?
76 2: cmp r2, r1 @ any more?
114 2: cmp r2, r1 @ any more?
148 2: cmp r2, r1 @ any more?
173 * One or more bits in the LSB of r3 are assumed to be set.
/arch/cris/arch-v10/lib/
H A Dhw_settings.S60 .dword 0 ; No more register values
H A Dchecksum.S16 ;; we also do _NOT_ want to compute a checksum over more than the
106 ;; see if we have one odd byte more
/arch/cris/arch-v32/lib/
H A Dstrcmp.S6 ; Version 2. See the file COPYING for more details.
/arch/cris/arch-v32/mach-a3/
H A Dhw_settings.S53 .dword 0 ; No more register values
/arch/powerpc/platforms/pseries/
H A Dhvcserver.c15 * GNU General Public License for more details.
142 int more = 1; local
199 } while (more);
H A Dmobility.c74 int more = 0; local
84 more = 1;
122 if (!more) {
/arch/alpha/lib/
H A Dev6-memcpy.S47 * At least one byte more to move
107 subq $18, 192, $2 # E : At least two more trips to go?
118 # fallback wh64 address if < 2 more trips
129 cmple $18, 63, $1 # E : At least one more trip?
171 bgt $18, $tail_bytes # U : more to be done?
234 bgt $18, $misalign_byte # U : more to go?
H A Dev6-memset.S25 * WARNING: Maintaining this is going to be more work than the above version,
177 subq $3, 16, $2 # E : Repeat the loop at least once more?
199 bne $3,loop_b # U : more?
354 subq $3, 16, $2 # E : Repeat the loop at least once more?
376 bne $3,loop # U : more?
541 subq $3, 16, $2 # E : Repeat the loop at least once more?
563 bne $3,loop_w # U : more?
/arch/unicore32/lib/
H A Dfindbit.S28 2: csub.a r2, r1 @ any more?
66 2: csub.a r2, r1 @ any more?
91 * One or more bits in the LSB of r3 are assumed to be set.
/arch/c6x/lib/
H A Dnegll.S12 ;; GNU General Public License for more details.
H A Dpop_rts.S12 ;; GNU General Public License for more details.
H A Dpush_rts.S12 ;; GNU General Public License for more details.
H A Dstrasgi_64plus.S12 ;; GNU General Public License for more details.
H A Ddivremi.S12 ;; GNU General Public License for more details.
H A Dllshl.S12 ;; GNU General Public License for more details.
H A Dllshr.S12 ;; GNU General Public License for more details.
H A Dllshru.S12 ;; GNU General Public License for more details.
/arch/m32r/kernel/
H A Dhead.S88 beqz r4, .Lendloop1 ; any more to go?
92 bnez r4, .Lloop1 ; go do some more
96 beqz r4, .Lendloop2 ; any more to go?
101 bnez r4, .Lloop2 ; go do some more

Completed in 323 milliseconds

1234