Searched refs:cond (Results 1 - 25 of 71) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Dsfcmp.c31 * sgl_fcmp(leftptr, rightptr, cond, status)
50 unsigned int cond, unsigned int *status)
73 && (Exception(cond) || Sgl_isone_signaling(left)))
77 && (Exception(cond) || Sgl_isone_signaling(right)) ) )
80 Set_status_cbit(Unordered(cond));
84 Set_status_cbit(Unordered(cond));
96 Set_status_cbit(Unordered(cond));
111 Set_status_cbit(Equal(cond));
115 Set_status_cbit(Lessthan(cond));
119 Set_status_cbit(Greaterthan(cond));
49 sgl_fcmp(sgl_floating_point * leftptr, sgl_floating_point * rightptr, unsigned int cond, unsigned int *status) argument
[all...]
H A Ddfcmp.c31 * dbl_fcmp(leftptr, rightptr, cond, status)
51 unsigned int cond, unsigned int *status)
73 && (Exception(cond) || Dbl_isone_signaling(leftp1)))
77 && (Exception(cond) || Dbl_isone_signaling(rightp1))) )
80 Set_status_cbit(Unordered(cond));
84 Set_status_cbit(Unordered(cond));
96 Set_status_cbit(Unordered(cond));
111 Set_status_cbit(Equal(cond));
115 Set_status_cbit(Lessthan(cond));
119 Set_status_cbit(Greaterthan(cond));
50 dbl_fcmp(dbl_floating_point * leftptr, dbl_floating_point * rightptr, unsigned int cond, unsigned int *status) argument
[all...]
H A Dfloat.h465 * |excepttype | r1 | r2/ext | operation |parm |n| t/cond |
536 #define Unordered(cond) Unorderedbit(cond)
537 #define Equal(cond) Equalbit(cond)
538 #define Lessthan(cond) Lessthanbit(cond)
539 #define Greaterthan(cond) Greaterthanbit(cond)
540 #define Exception(cond) Exceptionbi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_lock.h34 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \
41 if (cond) \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Dassembler.h24 #define LOADREGS(cond, base, reglist...)\
25 ldm##cond base,reglist
27 #define LOADREGS(cond, base, reglist...)\
28 ldm/**/cond base,reglist
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Dassembler.h24 #define LOADREGS(cond, base, reglist...)\
25 ldm##cond base,reglist
27 #define LOADREGS(cond, base, reglist...)\
28 ldm/**/cond base,reglist
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dtkcond.c10 * statements to the cond list of the simple statement.
74 static void free_cond( struct condition *cond )
77 for ( tmp = cond; tmp; tmp = tmp1 )
153 struct condition * cond; local
189 for ( cond = conditions [i]; cond != NULL; cond = cond->next )
193 cnew->op = cond->op;
194 cnew->str = cond
469 struct condition * cond; local
[all...]
H A Dtkgen.c285 * This function walks the chain of conditions that we got from cond.c
291 struct condition * cond; local
313 for ( cond = ocond; cond != NULL; cond = cond->next )
315 switch ( cond->op )
321 if ( ! vartable[cond->nameindex].global_written )
323 vartable[cond->nameindex].global_written = 1;
324 global( vartable[cond
653 struct condition * cond; local
[all...]
H A Dtkparse.c221 struct condition * cond; local
232 cond = malloc( sizeof(*cond) );
233 memset( cond, 0, sizeof(*cond) );
235 { list = last = cond; prev = NULL; }
237 { prev = last; last->next = cond; last = cond; }
244 cond->op = op_and; pnt += 2; continue;
251 cond
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armo/
H A Dassembler.h21 #define LOADREGS(cond, base, reglist...)\
22 ldm##cond base,reglist^
27 #define LOADREGS(cond, base, reglist...)\
28 ldm/**/cond base,reglist^
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armo/
H A Dassembler.h21 #define LOADREGS(cond, base, reglist...)\
22 ldm##cond base,reglist^
27 #define LOADREGS(cond, base, reglist...)\
28 ldm/**/cond base,reglist^
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dsys.h83 # define ASSERT(cond) \
84 if (!(cond)) \
86 /* HwAssert(__FILE__, __LINE__, #cond);*/ \
89 # define ASSERT(cond) ((void)0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Dfpromasm.S155 (p6) br.cond.spnt.few init
158 (p6) br.cond.sptk 1b
166 (p6) br.cond.sptk.few.clr 2f;;
202 (p6) br.cond.sptk.few.clr 1b
209 (p6) br.cond.spnt slave
264 (p6) br.cond.sptk slave;;
300 (p6) br.cond.sptk.few static
305 (p6) br.cond.sptk.few stacked
309 (p7) br.cond.sptk.few 1f
317 (p7) br.cond
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irnet/
H A Dirnet.h148 #define DABORT(cond, ret, dbg, args...) \
149 {if(cond) {\
154 #define DASSERT(cond, ret, dbg, args...) \
155 {if((DEBUG_ASSERT) && !(cond)) {\
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Drcamd.h22 pthread_cond_t cond; member in struct:PrefData
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dstrncpy_from_user.S38 (p8) br.cond.dpnt.few .Loop1
H A Dstrnlen_user.S36 (p6) br.cond.dpnt .Lexit
H A Dmemset.S83 (p_scr) br.cond.dptk.many .move_bytes_unaligned // go move just a few (M_B_U)
119 (p_scr) br.cond.dpnt.many .fraction_of_line // go move just a few
125 (p_zr) br.cond.dptk.many .l1b // Jump to use stf.spill
193 (p_scr) br.cond.dpnt.many .fraction_of_line // Branch no. 2
194 br.cond.dpnt.many .move_bytes_from_alignment // Branch no. 3
247 (p_scr) br.cond.dpnt.many .move_bytes_from_alignment //
258 (p_scr) br.cond.dpnt.many .store_words
277 (p_scr) br.cond.dpnt.many .move_bytes_from_alignment // Branch
299 (p_scr) br.cond.dpnt.few .restore_and_exit
H A Dcopy_user.S77 (p10) br.cond.dptk .long_copy_user
127 (p15) br.cond.spnt 1f
137 br.cond.spnt .word_copy_user
174 (p9) br.cond.spnt 4f // if (16 > len1) skip 8-byte copy
206 (pred) br.cond.spnt .copy_user_bit##shift
216 br.cond.sptk.many .diff_align_do_tail; \
225 br.cond.sptk.many .failure_in2
295 (p8) br.cond.dpnt .diff_align_copy_user
336 (p7) br.cond.dpnt .dotail // we have less than 16 bytes left
433 br.cond
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dentry-header.S124 .macro adrsvc, cond, reg, label
125 adr\cond \reg, \label
182 .macro adrsvc, cond, reg, label
183 adr\cond \reg, \label
184 orr\cond \reg, \reg, #0x08000003
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/boot/compressed/
H A Dmisc.c58 # define Assert(cond,msg) {if(!(cond)) error(msg);}
65 # define Assert(cond,msg)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/compressed/
H A Dmisc.c72 # define Assert(cond,msg) {if(!(cond)) error(msg);}
79 # define Assert(cond,msg)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dbz2misc.c54 # define Assert(cond,msg) {if(!(cond)) error(msg);}
61 # define Assert(cond,msg)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dzutil.h194 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
201 # define Assert(cond,msg)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/math-emu/
H A Dcp1emu.c201 unsigned int cond; local
423 cond = ctx->sr & fpucondbit[MIPSInst_RT(ir) >> 2];
425 cond = ctx->sr & FPU_CSR_COND;
431 cond = !cond;
443 if (cond) {
530 cond = fpucondbit[MIPSInst_RT(ir) >> 2];
531 /* if (((ctx->sr & cond) != 0) != ((MIPSInst_RT(ir) & 1) != 0))
535 if (((ctx->sr & cond) != 0) == ((MIPSInst_RT(ir) & 1) != 0))
553 * cond
807 unsigned cond; local
[all...]

Completed in 500 milliseconds

123