Searched refs:rb2 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dmakefile.msc28 .\\bzip2 -1 < sample1.ref > sample1.rb2
29 .\\bzip2 -2 < sample2.ref > sample2.rb2
30 .\\bzip2 -3 < sample3.ref > sample3.rb2
40 fc sample1.bz2 sample1.rb2
41 fc sample2.bz2 sample2.rb2
42 fc sample3.bz2 sample3.rb2
54 del sample1.rb2
55 del sample2.rb2
56 del sample3.rb2
H A DMakefile68 ./bzip2 -1 < sample1.ref > sample1.rb2
69 ./bzip2 -2 < sample2.ref > sample2.rb2
70 ./bzip2 -3 < sample3.ref > sample3.rb2
74 cmp sample1.bz2 sample1.rb2
75 cmp sample2.bz2 sample2.rb2
76 cmp sample3.bz2 sample3.rb2
127 sample1.rb2 sample2.rb2 sample3.rb2 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ds3tc.c32 unsigned int rb0, rb1, rb2, rb3, g0, g1, g2, g3; local
51 rb2 = (((2*rb0+rb1) * 21) >> 6) & 0xff00ff;
57 rb2 = ((rb0+rb1) >> 1) & 0xff00ff;
62 colors[2] = rb2 + g2 + a;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.c885 struct rb_node *rb1, *rb2; local
933 ubi_rb_for_each_entry(rb2, seb, &sv->root, u.rb)
1072 struct rb_node *rb1, *rb2; local
1123 ubi_rb_for_each_entry(rb2, seb, &sv->root, u.rb) {
1196 ubi_rb_for_each_entry(rb2, seb, &sv->root, u.rb) {
1286 ubi_rb_for_each_entry(rb2, seb, &sv->root, u.rb)
H A Dwl.c1368 struct rb_node *rb1, *rb2; local
1450 ubi_rb_for_each_entry(rb2, seb, &sv->root, u.rb) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid10.c1734 r10bio_t *rb2 = r10_bio; local
1754 raise_barrier(conf, rb2 != NULL);
1757 r10_bio->master_bio = (struct bio*)rb2;
1758 if (rb2)
1759 atomic_inc(&rb2->remaining);
1820 r10_bio = rb2;
1829 r10bio_t *rb2 = r10_bio; local
1830 r10_bio = (r10bio_t*) rb2->master_bio;
1831 rb2->master_bio = NULL;
1832 put_buf(rb2);
[all...]

Completed in 133 milliseconds