Searched refs:ret0 (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dstrcasestr.c61 goto ret0;
78 goto ret0;
83 goto ret0;
89 goto ret0;
121 ret0:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dstrcasestr.c61 goto ret0;
78 goto ret0;
83 goto ret0;
89 goto ret0;
121 ret0:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dmap.c29 int ret0; member in struct:prom_args
47 return (int)args.ret0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dip_fast_csum.S31 #define ret0 r8 define
57 shr.u ret0=r20,16 // now need to add the carry
60 add r20=ret0,r20
62 shr.u ret0=r20,16 // add carry again
65 add r20=ret0,r20
67 shr.u ret0=r20,16
70 add r20=ret0,r20
73 andcm ret0=r9,r20
90 andcm ret0=-1,ret0
[all...]
H A Dstrlen_user.S8 * ret0 0 in case of fault, strlen(buffer)+1 otherwise
44 // error (ret0=0). Otherwise we return the strlen+1 as usual.
145 sub ret0=src,orig // distance from origin
149 sub ret0=ret0,tmp // length=now - back -1
180 sub ret0=base,orig // distance from base
184 sub ret0=ret0,tmp // length=now - back -1
192 mov ret0=0
H A Dstrlen.S10 * ret0 the number of characters in the string (0 if empty string)
142 sub ret0=src,orig // distance from base
146 sub ret0=ret0,tmp // adjust
183 sub ret0=base,orig // distance from base
187 sub ret0=ret0,tmp // length=now - back -1
H A Dclear_user.S64 mov ret0=len // return value is length at this point
88 mov ret0=len // faster than using ar.lc
98 // instead of ret0 is due to the fact that the exception code
180 mov ret0=r0 // success
206 mov ret0=len
H A Ddo_csum.S132 mov ret0=r0 // in case we have zero length
280 add ret0=tmp1,tmp2
285 (p15) mux1 ret0=ret0,@rev // reverse word
288 (p15) shr.u ret0=ret0,64-16 // + shift back to position = swap bytes
308 // extr.u ret0=result2[0],16,16
310 // add ret0=ret0,result2[0]
312 // zxt2 ret0
[all...]
H A Dcopy_user.S53 mov ret0=r0
409 sub ret0=endsrc,src1 // number of bytes to zero, i.e. not copied
426 sub ret0=endsrc,src1 // number of bytes to zero, i.e. not copied
509 sub ret0=endsrc,src1 // number of bytes to zero, i.e. not copied
512 // we know that ret0 can never be zero at this point
542 sub ret0=endsrc,src1 // number of bytes to zero, i.e. not copied
561 sub ret0=endsrc,src1
575 sub ret0=enddst,dst1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2W.s42 ; return values ; r28 (ret0,ret1)
135 COPY %r0,%ret0 ; return 0 by default
212 ADD %ret0,lt_0,lt_0 ; lt[0] = lt[0] + c;
223 ADD,DC ht_1,%r0,%ret0 ; ht[1]++
263 ADD %ret0,tmp_0,lt_0 ; lt = lt + c;
266 ADD,DC ht_0,%r0,%ret0 ; ht++
303 COPY %r0,%ret0 ; return 0 by default
376 ADD %ret0,lt_0,lt_0 ; lt = lt + c (ret0);
384 COPY ht_1,%ret0 ; carr
[all...]
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
441 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
646 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
732 EXTRD,U %ret1,31,32,%ret0 ; fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dpa-risc2W.s42 ; return values ; r28 (ret0,ret1)
135 COPY %r0,%ret0 ; return 0 by default
212 ADD %ret0,lt_0,lt_0 ; lt[0] = lt[0] + c;
223 ADD,DC ht_1,%r0,%ret0 ; ht[1]++
263 ADD %ret0,tmp_0,lt_0 ; lt = lt + c;
266 ADD,DC ht_0,%r0,%ret0 ; ht++
303 COPY %r0,%ret0 ; return 0 by default
376 ADD %ret0,lt_0,lt_0 ; lt = lt + c (ret0);
384 COPY ht_1,%ret0 ; carr
[all...]
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
441 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
646 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
732 EXTRD,U %ret1,31,32,%ret0 ; fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dperf_asm.S96 ;* the result in ret0. If the RDR is <= 64 bits in length, it
106 ;* ret0 = next 64 bits of rdr data from staging register
116 ;* ret0 = RDR data (right justified)
165 shrpd ret0,%r0,%sar,%r1
189 shrpd ret0,%r0,%sar,%r1
285 shrpd ret0,%r0,%sar,%r1
297 shrpd ret0,%r0,%sar,%r1
333 shrpd ret0,%r0,%sar,%r1
369 shrpd ret0,%r0,%sar,%r1
381 shrpd ret0,
[all...]
H A Dhpmc.S103 * r28 (ret0) return value from procedure
166 comib,<> 0,ret0, os_hpmc_fail
210 comib,<> 0,ret0,os_hpmc_fail
232 comib,<> 0,ret0,os_hpmc_fail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Defi_stub.S66 .ret0: mov out4=in5
H A Desi_stub.S83 .ret0: mov loc5=r19 // old ar.bsp
H A Dpal.S118 .ret0: mov psr.l = loc3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpd.c131 goto ret0;
255 ret0:
H A Ddhcpc.c508 goto ret0;
542 goto ret0;
546 ret0:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest099.tcl236 set ret0 [$dbc0 get -next]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dasmregs.h30 ret0: .reg %r28
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S1013 ret0: ret label
1040 jnz ret0
1048 jnz ret0
1051 jnz ret0
1054 jnz ret0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_patch.c2212 int ret0; local
2216 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL,
2219 if (ret0 < 0)
2220 return ret0;
2230 return (ret0 > 0 || ret1 > 0) ? 1 : 0;
2248 int ret0; local
2252 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SPRD,
2255 if (ret0 < 0)
2256 return ret0;
2266 return (ret0 >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c675 int ret0=fit_line(fits+lsortpos,sortpos-lsortpos,&ly0,&ly1); local
678 if(ret0){
687 if(ret0 && ret1){

Completed in 265 milliseconds

12