Searched refs:back (Results 1 - 25 of 95) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/lib/
H A Dcsumcpfruser.S35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Ddirhash.c141 ent->back = dhnp;
144 ent->next->back = &(ent->next);
149 *(ent->back) = ent->next;
151 ent->next->back = ent->back;
H A Dautofs_i.h56 struct autofs_dir_ent **back; member in struct:autofs_dir_ent
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Datomic.S62 sll %g2, 8, %g7 ! Transpose back to atomic_t
67 st %g2, [%g1] ! Store it back
88 sll %g2, 8, %g7 ! Transpose back to atomic_t
93 st %g2, [%g1] ! Store it back
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-netwinder.S45 movne pc, r0 @ jump back to 1 (in the newly copied
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Dcapifs.c48 struct super_block **back; member in struct:capifs_sb_info
210 *sbi->back = sbi->next;
212 SBI(sbi->next)->back = sbi->back;
368 SBI(sbi->next)->back = &(sbi->next);
369 sbi->back = &mounts;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_api.c128 struct tcf_proto **back, **chain; local
174 for (back = chain; (tp=*back) != NULL; back = &tp->next) {
222 tp->prio = nprio ? : tcf_auto_prio(*back);
233 tp->next = *back;
234 *back = tp;
246 *back = tp->next;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_unistr.c95 and mapped back to the same character in ucs2
673 const smb_ucs2_t *back)
691 if (back && *back) {
692 back_len = strlen_w(back);
693 while (len && strncmp_w((s + (len - back_len)), back, back_len) == 0) {
763 const char *back)
769 if (back) push_ucs2(NULL, b, back, sizeof(wpstring) - 1, STR_TERMINATE);
672 trim_string_w(smb_ucs2_t *s, const smb_ucs2_t *front, const smb_ucs2_t *back) argument
762 trim_string_wa(smb_ucs2_t *s, const char *front, const char *back) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S60 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
H A Dclear_user.S91 EX( ldq_u $5, 0($6) ) # e0 : load dst word to mask back in
H A Dev6-csum_ipv6_magic.S31 * Then turn it back into a sign extended 32-bit item
95 addq $0,$1,$0 # E : merge the carries back into the csum
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dsgetem.S85 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
86 fmovex (%a0),%fp0 |put new value back in fp0
98 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
99 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
H A Dx_store.S152 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
158 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
228 movel %d0,L_SCR1(%a6) |put the new exp back on the stack
245 tstb LOCAL_SGN(%a1) |put back sign into exponent word
H A Dget_op.S32 | opclasses the number(s) are written back to the fsave stack
33 | and the instruction is then restored back into the '040. The
39 | routine. The number is normalized, put back on the stack and
40 | then an frestore is done to restore the instruction back into
50 | norm. The instruction is then restored back into the '040
239 | ;and puts the normalized num back
267 | ;and puts the normalized num back
297 movew %d1,CMDREG1B(%a6) |write back to the command word in stack
408 | the normalized operand is placed back on the fsave stack
438 bsetb #sign_bit,LOCAL_EX(%a0) |convert back t
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptbase.h188 struct _MPT_FRAME_HDR *back; member in struct:_MPT_FRAME_TRACKER::__anon1612
228 * 23-16: call back index
273 struct _Q_ITEM *back; member in struct:_Q_ITEM
283 struct _MPT_DONE_Q *back; member in struct:_MPT_DONE_Q
370 struct _VirtDevice *back; member in struct:_VirtDevice
559 struct _MPT_ADAPTER *back; member in struct:_MPT_ADAPTER
768 (i)->back = (type*)oldTail; \
777 (i)->back = (type*)_qt; \
778 oldHead->back = (Q_ITEM*)(i); \
784 Q_ITEM *_back = (Q_ITEM*)(i)->back; \
916 struct scsi_cmnd *back; member in struct:_scPrivate
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Ddrv.c1036 struct msn_entry *ptr, *back; local
1040 back = ptr->next;
1042 ptr = back;
1051 struct msn_entry *back = NULL; local
1071 for (back=dev->msn_list; back->next; back=back->next);
1105 back->next = ptr;
1106 back
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dheader.tk101 button $w.f.back -text "OK" -width 20 \
105 pack $w.f.back $w.f.canc -side left -pady 10 -padx 45
127 button $w.f.back -text "OK" -width 20 \
131 pack $w.f.back $w.f.canc -side left -pady 10 -padx 45
157 button $w.f.back -text "Bummer" \
159 pack $w.f.back -side bottom -pady 10 -anchor s
185 button $w.f.back -text "OK" \
187 pack $w.f.back -side bottom -pady 10 -anchor s
565 button $w.f.back -text "OK" \
567 pack $w.f.back
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Ddev_flash_all.S97 mtc0 v0,C0_SR # put back into CP0
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusbpp.cpp329 return back();
382 return back();
454 return back();
497 return back();
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dentry.S100 xc 0(4,%r15),0(%r15) # clear back chain
108 lpsw __LC_RETURN_PSW # back to caller
314 lr %r5,%r4 # move mask back
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dentry.S87 xc 0(8,%r15),0(%r15) # clear back chain
95 lpswe __LC_RETURN_PSW # back to caller
146 stg %r12,0(%r15) # store back chain
314 lgr %r5,%r4 # move mask back
324 lgr %r5,%r4 # move mask back
693 lhi %r0,__LC_PGM_OLD_PSW # set trap indication back to pgm_chk
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsr.c286 char *front, *back; local
289 back = front = NULL;
303 * need a back pad too
307 if ((back = scsi_malloc(bsize)) == NULL)
365 sg[SCpnt->use_sg].address = back;
366 bbpnt[SCpnt->use_sg] = back;
377 if (back)
378 scsi_free(back, bsize);
930 * Reset things back to a sane state so that one can re-load a new
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dbalo_supp.S101 mtc0 v0, CP0_STATUS # Isolate and swap back caches
/asus-wl-520gu-7.0.1.45/src/router/busybox/docs/
H A Dautodocifier.pl219 =back
269 =back
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemdosa.asm14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
261 ; AX,DX,BX registers are written back to the context structure.
282 mov word ptr es:[bx],ax ; put back ax,dx,bx
342 ; AX,DX,BX registers are written back to the context structure.
363 mov word ptr es:[bx],ax ; put back ax,dx,bx

Completed in 125 milliseconds

1234