Searched refs:b1 (Results 26 - 50 of 261) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_netem.c269 SPRINT_BUF(b1);
300 fprintf(f, " delay %s", sprint_ticks(qopt.latency, b1));
303 fprintf(f, " %s", sprint_ticks(qopt.jitter, b1));
305 fprintf(f, " %s", sprint_percent(cor->delay_corr, b1));
310 fprintf(f, " loss %s", sprint_percent(qopt.loss, b1));
312 fprintf(f, " %s", sprint_percent(cor->loss_corr, b1));
317 sprint_percent(qopt.duplicate, b1));
319 fprintf(f, " %s", sprint_percent(cor->dup_corr, b1));
324 sprint_percent(reorder->probability, b1));
327 sprint_percent(reorder->correlation, b1));
[all...]
H A Dq_tbf.c206 SPRINT_BUF(b1);
220 fprintf(f, "rate %s ", sprint_rate(qopt->rate.rate, b1));
223 fprintf(f, "burst %s/%u mpu %s ", sprint_size(buffer, b1),
226 fprintf(f, "burst %s ", sprint_size(buffer, b1));
231 fprintf(f, "peakrate %s ", sprint_rate(qopt->peakrate.rate, b1));
235 fprintf(f, "mtu %s/%u mpu %s ", sprint_size(mtu, b1),
238 fprintf(f, "minburst %s ", sprint_size(mtu, b1));
246 fprintf(f, "limit %s ", sprint_size(qopt->limit, b1));
254 fprintf(f, "lat %s ", sprint_usecs(tc_core_tick2usec(latency), b1));
H A Dq_fifo.c74 SPRINT_BUF(b1);
75 fprintf(f, "limit %s", sprint_size(qopt->limit, b1));
H A Dm_police.c313 SPRINT_BUF(b1);
336 fprintf(f, "rate %s ", sprint_rate(p->rate.rate, b1));
338 fprintf(f, "burst %s ", sprint_size(buffer, b1));
339 fprintf(f, "mtu %s ", sprint_size(p->mtu, b1));
343 fprintf(f, "peakrate %s ", sprint_rate(p->peakrate.rate, b1));
345 fprintf(f, "avrate %s ", sprint_rate(*(__u32*)RTA_DATA(tb[TCA_POLICE_AVRATE]), b1));
346 fprintf(f, "action %s", police_action_n2a(p->action, b1, sizeof(b1)));
348 fprintf(f, "/%s ", police_action_n2a(*(int*)RTA_DATA(tb[TCA_POLICE_RESULT]), b1, sizeof(b1)));
[all...]
H A Dq_sfq.c85 SPRINT_BUF(b1);
94 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dco-alpha.pl22 $a1="r2"; $b1="r6"; $r1="r10"; $t1="r14";
46 &ld($b1,&QWPw(1,$bp));
55 &cmpult($a1,$b1,$t1); # will we borrow?
56 &sub($a1,$b1,$a1); # do the subtract
58 &cmpult($a1,$cc,$b1); # will we borrow?
60 &add($b1,$t1,$cc); # add the borrows
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_skey.c142 long n1,n2,q,r,b1,b2,t; local
151 b1=0;
163 b2=b1-q*b2;
164 b1=t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_skey.c130 long n1,n2,q,r,b1,b2,t; local
139 b1=0;
151 b2=b1-q*b2;
152 b1=t;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c54 SPRINT_BUF(b1);
122 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
133 fprintf(fp, "lookup %s ", rtnl_rttable_n2a(r->rtm_table, b1, sizeof(b1)));
141 rtnl_rtrealm_n2a(from, b1, sizeof(b1)));
144 rtnl_rtrealm_n2a(to, b1, sizeof(b1)));
157 fprintf(fp, "%s", rtnl_rtntype_n2a(r->rtm_type, b1, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h45 extern bstring bstrcpy (const_bstring b1);
62 extern int bconcat (bstring b0, const_bstring b1);
68 extern int breplace (bstring b1, int pos, int len, const_bstring b2, unsigned char fill);
70 extern int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill);
74 extern int bstricmp (const_bstring b0, const_bstring b1);
75 extern int bstrnicmp (const_bstring b0, const_bstring b1, int n);
76 extern int biseqcaseless (const_bstring b0, const_bstring b1);
78 extern int biseq (const_bstring b0, const_bstring b1);
82 extern int bstrcmp (const_bstring b0, const_bstring b1);
83 extern int bstrncmp (const_bstring b0, const_bstring b1, in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstrlib.h45 extern bstring bstrcpy (const_bstring b1);
62 extern int bconcat (bstring b0, const_bstring b1);
68 extern int breplace (bstring b1, int pos, int len, const_bstring b2, unsigned char fill);
70 extern int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill);
74 extern int bstricmp (const_bstring b0, const_bstring b1);
75 extern int bstrnicmp (const_bstring b0, const_bstring b1, int n);
76 extern int biseqcaseless (const_bstring b0, const_bstring b1);
78 extern int biseq (const_bstring b0, const_bstring b1);
82 extern int bstrcmp (const_bstring b0, const_bstring b1);
83 extern int bstrncmp (const_bstring b0, const_bstring b1, in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dsqr.pl33 ($b1)=&NR(1); &ld($b1,&QWPw(1,$bp));
48 &add($a1,$b1,$o1); &FR($a1);
49 &cmpult($o1,$b1,$t1); &FR($b1);
H A Dadd.pl32 &ld(($b1)=&NR(1),&QWPw(1,$bp));
45 &add($a1,$b1,$o1); &FR($a1);
46 &cmpult($o1,$b1,$t1); &FR($b1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dadd.pl33 ($b1)=&NR(1); &ld($b1,&QWPw(1,$bp));
48 &add($a1,$b1,$o1); &FR($a1);
49 &cmpult($o1,$b1,$t1); &FR($b1);
H A Dmul.pl34 ($b1)=&NR(1); &ld($b1,&QWPw(1,$bp));
49 &add($a1,$b1,$o1); &FR($a1);
50 &cmpult($o1,$b1,$t1); &FR($b1);
H A Dsqr.pl33 ($b1)=&NR(1); &ld($b1,&QWPw(1,$bp));
48 &add($a1,$b1,$o1); &FR($a1);
49 &cmpult($o1,$b1,$t1); &FR($b1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_set.c76 const MYBLOB *b1 = (const MYBLOB *)elem1; local
80 r = memcmp(b1->pbData, b2->pbData,
81 b1->cbData < b2->cbData ? b1->cbData : b2->cbData);
84 return b1->cbData-b2->cbData;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.h71 #define BITFIELD2(b1, b2) b1; b2;
72 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgconvert_template.c218 int r, g, b, r1, g1, b1, w; local
235 b1 = b;
241 b1 += b;
249 b1 += b;
255 b1 += b;
258 cb[0] = RGB_TO_U_CCIR(r1, g1, b1, 2);
259 cr[0] = RGB_TO_V_CCIR(r1, g1, b1, 2);
270 b1 = b;
277 b1 += b;
279 cb[0] = RGB_TO_U_CCIR(r1, g1, b1,
654 int r, g, b, r1, g1, b1, w; local
[all...]
H A Deaidct.c45 const int b1 = (((A4-A5)*a7 - A5*a3)>>9) + ((ASQRT*(a1-a5))>>8); \
49 (dest)[d1] = munge(a4+a6 +b1); \
54 (dest)[d6] = munge(a4+a6 -b1); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c622 char b1[20], b2[20], b3[20], b4[20]; local
806 store_size(b1, total_size);store_size(b2, total_waste);
808 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3);
810 store_size(b1, total_objects);store_size(b2, total_partobj);
812 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3);
818 store_size(b1, avg_objects);store_size(b2, min_objects);
821 b1, b2, b3, b4);
823 store_size(b1, avg_slabs);store_size(b2, min_slabs);
826 b1, b2, b3, b4);
828 store_size(b1, avg_partia
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diprule.c56 SPRINT_BUF(b1);
121 SPRINT_BUF(b1);
122 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
133 fprintf(fp, "lookup %s ", rtnl_rttable_n2a(r->rtm_table, b1, sizeof(b1)));
141 rtnl_rtrealm_n2a(from, b1, sizeof(b1)));
144 rtnl_rtrealm_n2a(to, b1, sizeof(b1)));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c430 register boxptr b1,b2; local
437 b1 = find_biggest_color_pop(boxlist, numboxes);
439 b1 = find_biggest_volume(boxlist, numboxes);
441 if (b1 == NULL) /* no splittable boxes left! */
445 b2->c0max = b1->c0max; b2->c1max = b1->c1max; b2->c2max = b1->c2max;
446 b2->c0min = b1->c0min; b2->c1min = b1->c1min; b2->c2min = b1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Duser.h47 long b0, b1, b2, b3; member in struct:user_regs_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dcapi.h73 if (dev->b1->callref == callref)
74 return dev->b1;

Completed in 114 milliseconds

1234567891011