Searched refs:left (Results 201 - 225 of 534) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmul.S111 sll %o4, 12, %o0 ! shift middle bits left 12
112 srl %o5, 20, %o5 ! shift low bits right 20, zero fill at left
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dmemzero.S78 tst r1, #1 @ 1 a byte left over
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c616 size_t left = len; local
625 while (left) {
626 len = left;
742 left -= len;
761 size_t left = len; local
771 while (left) {
772 len = left;
917 left -= len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/devhelp/
H A DMakefile.am54 left.png \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memchr.S99 * An exercise left for others.
133 # At least one byte left to process.
180 $final: subq $5, $0, $18 # E : $18 <- number of bytes left to do
H A Dmemchr.S114 # At least one byte left to process.
157 $final: subq $5, $0, $18 # .. e1 : $18 <- number of bytes left to do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dmemzero.S78 tst r1, #1 @ 1 a byte left over
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dpassthrough.c48 static void pt_putsamples(struct pt_data *pt, u16 *ptr, u16 left, u16 right) argument
52 ptr[pt->copyptr] = left;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.h201 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right);
202 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c658 tdb_off right, left; local
677 goto left;
684 goto left;
690 left:
691 /* Look left */
692 left = offset - sizeof(tdb_off);
693 if (left > TDB_DATA_START(tdb->header.hash_size)) {
698 if (ofs_read(tdb, left, &leftsize) == -1) {
699 TDB_LOG((tdb, 0, "tdb_free: left offset read failed at %u\n", left));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c626 tdb_off right, left; local
645 goto left;
652 goto left;
658 left:
659 /* Look left */
660 left = offset - sizeof(tdb_off);
661 if (left > TDB_DATA_START(tdb->header.hash_size)) {
666 if (ofs_read(tdb, left, &leftsize) == -1) {
667 TDB_LOG((tdb, 0, "tdb_free: left offset read failed at %u\n", left));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c633 tdb_off right, left; local
652 goto left;
659 goto left;
665 left:
666 /* Look left */
667 left = offset - sizeof(tdb_off);
668 if (left > TDB_HASH_TOP(tdb->header.hash_size-1)) {
673 if (ofs_read(tdb, left, &leftsize) == -1) {
674 TDB_LOG((tdb, 0, "tdb_free: left offset read failed at %u\n", left));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c633 tdb_off right, left; local
652 goto left;
659 goto left;
665 left:
666 /* Look left */
667 left = offset - sizeof(tdb_off);
668 if (left > TDB_HASH_TOP(tdb->header.hash_size-1)) {
673 if (ofs_read(tdb, left, &leftsize) == -1) {
674 TDB_LOG((tdb, 0, "tdb_free: left offset read failed at %u\n", left));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c59 size_t left; local
60 for(left = size; left > 0; ) {
61 size_t need = min(sizeof(buffer), left);
70 left -= need;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes.c35 * The word 'cryptographic' can be left out if the rouines from the library
687 int i,j,left,rem,ret=num; local
723 left=(num-i-rem);
724 if (left)
726 j=uuencode(&(data[i]),left,b);
728 i+=left;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes.c35 * The word 'cryptographic' can be left out if the rouines from the library
687 int i,j,left,rem,ret=num; local
723 left=(num-i-rem);
724 if (left)
726 j=uuencode(&(data[i]),left,b);
728 i+=left;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c561 dev->crop_bounds.left = norm->h_start;
562 dev->crop_defrect.left = norm->h_start;
694 h_start = dev->crop_current.left;
696 h_stop = (dev->crop_current.left + dev->crop_current.width -1);
796 col[cols].position = clip_range(clips[i].c.left);
799 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width);
871 fh->win.w.left,fh->win.w.top,
888 base += dev->ovfmt->depth/8 * fh->win.w.left;
1903 if (crop->c.left < b->left)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dsys_ea.c296 size_t ent_size, left = size; local
308 if (left >= ent_size) {
312 left -= ent_size;
334 if (left >= ent_size) {
338 left -= ent_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dsys_ea.c296 size_t ent_size, left = size; local
308 if (left >= ent_size) {
312 left -= ent_size;
334 if (left >= ent_size) {
338 left -= ent_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duser_mad.c260 int left, seg_payload, offset, max_seg_payload; local
293 for (left = packet->length - seg_payload, buf += seg_payload;
294 left; left -= seg_payload, buf += seg_payload) {
297 seg_payload = min(left, max_seg_payload);
370 int left, seg; local
379 for (seg = 1, left = msg->data_len, buf += msg->hdr_len; left > 0;
380 seg++, left -= msg->seg_size, buf += msg->seg_size) {
382 min(left, ms
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex119 \mathrm{map}_i = \left\{
134 \left\lfloor
135 \mathrm{bark}\left(\frac{\mathtt{floor0\_rate} \cdot i}{2n}\right) \cdot \frac{\mathtt{floor0\_bark\_map\_size}} {\mathrm{bark}(.5 \cdot \mathtt{floor0\_rate})}
175 \exp \left( .11512925 \left(\frac{\mathtt{amplitude} \cdot \mathtt{floor0\_amplitute\_offset}}{(2^{\mathtt{floor0\_amplitude\_bits}}-1)\sqrt{p+q}}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/opti9xx/
H A Dmiro.c469 int left, right, left_old, right_old; local
473 left = ucontrol->value.integer.value[0];
505 if (left >= 0) {
506 if ((error = aci_setvalue(miro, setreg_left, left)) < 0) {
508 left, error);
512 if ((error = aci_setvalue(miro, setreg_left, 0x80 - left)) < 0) {
514 0x80 - left, error);
540 if ((error = aci_setvalue(miro, setreg_left, 0x20 - left)) < 0) {
542 0x20 - left, error);
552 change = (left !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c1714 const BlockNode *left, const BlockNode *top, const BlockNode *tr){
1716 *mx = mid_pred(left->mx, top->mx, tr->mx);
1717 *my = mid_pred(left->my, top->my, tr->my);
1720 *mx = mid_pred((left->mx * scale[left->ref] + 128) >>8,
1723 *my = mid_pred((left->my * scale[left->ref] + 128) >>8,
1753 const BlockNode *left = x ? &s->block[index-1] : &null_block; local
1757 const BlockNode *tl = y && x ? &s->block[index-w-1] : left;
1759 int pl = left
1713 pred_mv(SnowContext *s, int *mx, int *my, int ref, const BlockNode *left, const BlockNode *top, const BlockNode *tr) argument
1975 const BlockNode *left = x ? &s->block[index-1] : &null_block; local
2028 const BlockNode *left = x ? &s->block[index-1] : &null_block; local
2750 const BlockNode *left = x ? &s->block[index-1] : &null_block; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1071 u16 fmw_sx = (u16)(rect->left - s->cropcap.bounds.left +
1072 s->active_pixel.left),
1771 rect->left = (s->_rect.left & 1L) ? rect->left | 1L : rect->left & ~1L;
1782 if (rect->left < bounds->left)
1783 rect->left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_trie.c504 * the left-hand side by 100 (to handle the percentage thing) we
505 * multiply the left-hand side by 50.
507 * The left-hand side may look a bit weird: tnode_child_length(tn)
675 struct tnode *left, *right; local
678 left = tnode_new(inode->key&(~m), inode->pos + 1,
680 if (!left)
687 tnode_free(left);
691 put_child(t, tn, 2*i, (struct node *) left);
698 struct tnode *left, *right; local
731 * ones, 'left' an
791 struct node *left, *right; local
[all...]

Completed in 490 milliseconds

1234567891011>>