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

1234

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmerge.c119 unsigned char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
149 f1 = l2;
154 while (f1 < l1 && f2 < l2) {
155 if ((*cmp)(f1, f2, arg) <= 0) {
157 b = f1, t = l1;
160 q = f1;
203 if (q == f1) {
206 ICOPY_ELT(f1, tp2, i);
209 CCOPY_ELT(f1, tp2, i);
213 ICOPY_LIST(f1, tp
277 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dllc_frame.h11 unsigned f1 : 1; /* I- U- or S- format id bits */ member in struct:__anon11732::__anon11733
60 #define IS_UFRAME( fr ) ( ( (fr)->pdu_hdr.f1) & ( (fr)->pdu_hdr.f2) )
62 #define IS_IFRAME( fr ) ( !( (fr)->pdu_hdr.f1) )
64 #define IS_SFRAME( fr ) ( ( (fr)->pdu_hdr.f1) & !( (fr)->pdu_hdr.f2) )
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dllc_frame.h11 unsigned f1 : 1; /* I- U- or S- format id bits */ member in struct:__anon7326::__anon7327
60 #define IS_UFRAME( fr ) ( ( (fr)->pdu_hdr.f1) & ( (fr)->pdu_hdr.f2) )
62 #define IS_IFRAME( fr ) ( !( (fr)->pdu_hdr.f1) )
64 #define IS_SFRAME( fr ) ( ( (fr)->pdu_hdr.f1) & !( (fr)->pdu_hdr.f2) )
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/SGI/
H A Didb.pl328 ($f0,$f1) = split(/\//,$a,2);
330 $f1 cmp $f2;
334 ($f0,$f1) = split(/.*\//,$a,2);
335 if ($f1 eq "") { $f1 = $f0 };
338 $f1 cmp $f2;
342 ($f1 = $a) =~ s/^.*\///;
347 $f1 cmp $f2;
355 ($f0,$f1,$f2,$f3) = split(/ /,$a,4);
356 ($f0,$f1,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/patch-o-matic/
H A Disapplied24 for f in `grep '^+++ ' $2 | cut -d/ -f2- | cut -d' ' -f1`
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dibm.c163 format1_label_t f1; local
165 memcpy(&f1, data, sizeof(format1_label_t));
169 if (f1.DS1FMTID == _ascebc['4']
170 || f1.DS1FMTID == _ascebc['5']
171 || f1.DS1FMTID == _ascebc['7']) {
177 if (f1.DS1FMTID != _ascebc['1'])
181 offset = cchh2blk(&f1.DS1EXT1.llimit, geo);
182 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) -
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c482 newerf (f1, f2)
483 char *f1, *f2;
487 return (stat (f1, &b1) == 0 &&
493 olderf (f1, f2)
494 char *f1, *f2;
498 return (stat (f1, &b1) == 0 &&
504 equalf (f1, f2)
505 char *f1, *f2;
509 return (stat (f1, &b1) == 0 &&
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dfpregdef.h18 #define fv0f $f1
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dfpregdef.h37 #define ft12 $f1
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dfpregdef.h18 #define fv0f $f1
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dfpregdef.h37 #define ft12 $f1
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dfpregdef.h18 #define fv0f $f1
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dfpregdef.h18 #define fv0f $f1
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lasat/image/
H A DMakefile22 KERNEL_START = $(shell $(NM) $(KERNEL_IMAGE) | grep _ftext | cut -f1 -d\ )
23 KERNEL_ENTRY = $(shell $(NM) $(KERNEL_IMAGE) | grep kernel_entry | cut -f1 -d\ )
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dheader.tk476 frame $w.f1
477 pack $w.f1 -fill both -expand on
488 scrollbar $w.f1.vscroll -command "$w.f1.canvas yview"
489 pack $w.f1.vscroll -side right -fill y
491 canvas $w.f1.canvas -relief flat -borderwidth 0 \
492 -yscrollcommand "$w.f1.vscroll set"
493 frame $w.f1.f
494 pack $w.f1.canvas -side right -fill y -expand on
498 message $w.f1
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dparsefn.awk204 LOCAL, i, n1, f1, num_elems)
206 f1 = -1;
214 f1 = n1;
244 if (f1 == -1)
249 for (i=f1+1;i<num_elems;i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dpipe.c510 struct file *f1, *f2; local
515 f1 = get_empty_filp();
516 if (!f1)
547 f1->f_vfsmnt = f2->f_vfsmnt = mntget(mntget(pipe_mnt));
548 f1->f_dentry = f2->f_dentry = dget(dentry);
551 f1->f_pos = f2->f_pos = 0;
552 f1->f_flags = O_RDONLY;
553 f1->f_op = &read_pipe_fops;
554 f1->f_mode = 1;
555 f1
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhfc_2bds0.c167 if (bcs->hw.hfc.f1 == bcs->hw.hfc.f2)
169 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
181 if (cs->hw.hfcD.f1 == cs->hw.hfcD.f2)
183 s = cs->hw.hfcD.send[cs->hw.hfcD.f1] - cs->hw.hfcD.send[cs->hw.hfcD.f2];
321 bcs->hw.hfc.f1 = ReadReg(cs, HFCD_DATA, cip);
326 bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_CHANNEL(bcs->channel));
329 debugl1(cs, "hfc_fill_fifo %d f1(%d) f2(%d) z1(%x)",
330 bcs->channel, bcs->hw.hfc.f1, bcs->hw.hfc.f2,
331 bcs->hw.hfc.send[bcs->hw.hfc.f1]);
332 fcnt = bcs->hw.hfc.f1
407 u_char f1, f2, cip; local
661 u_char stat, cip, f1, f2; local
[all...]
H A Dhfc_2bs0.c65 if (bcs->hw.hfc.f1 == bcs->hw.hfc.f2)
67 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2];
101 u_char cip, f1, f2; local
113 f1 = cs->BC_Read_Reg(cs, HFC_DATA, cip);
120 while (((f1 != f2) || (z1 != z2)) && cnt--) {
122 debugl1(cs, "hfc clear %d f1(%d) f2(%d)",
123 bcs->channel, f1, f2);
138 if (f1 != f2) {
146 f1 = cs->BC_Read_Reg(cs, HFC_DATA, cip);
276 bcs->hw.hfc.f1
347 u_char f1, f2, cip; local
[all...]
H A Dhfc_pci.c249 bzr->f1 = MAX_B_FRAMES;
250 bzr->f2 = bzr->f1; /* init F pointers to remain constant */
275 bzt->f1 = MAX_B_FRAMES;
276 bzt->f2 = bzt->f1; /* init F pointers to remain constant */
364 while (((df->f1 & D_FREG_MASK) != (df->f2 & D_FREG_MASK)) && count--) {
371 debugl1(cs, "hfcpci recd f1(%d) f2(%d) z1(%x) z2(%x) cnt(%d)",
372 df->f1, df->f2, zp->z1, zp->z2, rcnt);
503 if (bz->f1 != bz->f2) {
505 debugl1(cs, "hfcpci rec %d f1(%d) f2(%d)",
506 bcs->channel, bz->f1, b
[all...]
H A Dhfc_pci.h193 u_char f1,f2; /* f pointers */ member in struct:__anon1514
201 u_char f1,f2; /* f pointers */ member in struct:__anon1515
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dalign.c191 int opcode, f1, f2, f3; local
216 f1 = 0;
220 f1 = (instr & 0x00000006) >> 1;
225 instr = ((f1 << 5) | (f2 << 4) | f3);
/asus-wl-520gu-7.0.1.45/src/router/busybox/docs/
H A Dautodocifier.pl54 my @f1;
57 push @f1, $f0[$i];
60 push(@f1, "") unless ($f0[$i+1] =~ /^\s*$/s);
63 my $full = join("\n", @f1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dvtoc.h279 format1_label_t *f1,
287 format1_label_t *f1,
297 format1_label_t *f1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dvtoc.h279 format1_label_t *f1,
287 format1_label_t *f1,
297 format1_label_t *f1);

Completed in 138 milliseconds

1234