Searched refs:left (Results 1 - 25 of 235) sorted by relevance

12345678910

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Dsfcmp.c55 register unsigned int left, right; local
59 left = *leftptr;
65 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
71 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
72 && Sgl_isnotzero_mantissa(left)
73 && (Exception(cond) || Sgl_isone_signaling(left)))
89 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
90 && Sgl_isnotzero_mantissa(left))
103 Sgl_xortointp1(left,right,xorresult);
106 /* left negativ
[all...]
H A Dhppa.h28 #define Shiftdouble(left,right,amount,dest) \
29 /* int left, right, amount, dest; */ \
30 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
33 #define Variableshiftdouble(left,right,amount,dest) \
34 /* unsigned int left, right; int amount, dest; */ \
36 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
40 #define Variable_shift_double(left,right,amount,dest) \
41 /* unsigned int left, right; int amount, dest; */ \
42 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
H A Dsfsub.c55 register unsigned int left, right, result, extent; local
63 left = *leftptr;
68 Sgl_xortointp1(left,right,/*to*/save);
73 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
75 if (Sgl_iszero_mantissa(left))
93 *dstptr = left;
102 if (Sgl_isone_signaling(left))
108 Sgl_set_quiet(left);
126 *dstptr = left;
129 } /* End left Na
[all...]
H A Dsfadd.c55 register unsigned int left, right, result, extent; local
65 left = *leftptr;
70 Sgl_xortointp1(left,right,/*to*/save);
75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
77 if (Sgl_iszero_mantissa(left))
95 *dstptr = left;
104 if (Sgl_isone_signaling(left))
110 Sgl_set_quiet(left);
128 *dstptr = left;
131 } /* End left Na
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsysctl.c66 size_t left, len; local
73 left = *lenp;
76 if (!access_ok(VERIFY_READ, buffer, left))
79 while (left && __get_user(c, p) >= 0 && isspace(c))
80 left--, p++;
81 if (!left)
84 if (left > sizeof(tmpbuf) - 1)
86 copy_from_user(tmpbuf, p, left);
87 tmpbuf[left] = '\0';
89 for (p = tmpbuf, value = 0; '0' <= *p && *p <= '9'; p++, left
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dopl3.h5 void enable_opl3_mode(int left, int right, int both);
H A Dpas2_mixer.c84 int left = left_vol * div / 100; local
90 left |= mixer;
96 mix_write(left, 0x078B);
101 mix_write(left, 0x078B);
121 int left, right, devmask, changed, i, mixer = 0; local
125 left = level & 0x7f;
138 levels[whichDev] = mixer_output(right, left, 63, 0x01, 0);
142 * Note! Bass and Treble are mono devices. Will use just the left
146 levels[whichDev] = mixer_output(right, left, 12, 0x03, 0);
149 levels[whichDev] = mixer_output(right, left, 1
[all...]
H A Dac97_codec.c57 unsigned int left, unsigned int right);
288 int left,right; local
290 left = (val >> 8) & 0x7f;
295 left = (left * 100) / mh->scale;
304 left = 100 - ((left * 100) / scale);
306 ret = left | (right << 8);
337 unsigned int left, unsigned int right)
345 "left vo
336 ac97_write_mixer(struct ac97_codec *codec, int oss_channel, unsigned int left, unsigned int right) argument
433 unsigned int left,right; local
1109 unsigned int left, right, val; local
[all...]
H A Dics2101.c99 int left = vol & 0x00ff; local
102 if (left < 0)
103 left = 0;
104 if (left > 100)
105 left = 100;
111 write_mix(dev, CHN_LEFT, left);
114 vol = left + (right << 8);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dexpr.c18 e->left.sym = sym;
27 e->left.expr = ce;
36 e->left.expr = e1;
46 e->left.sym = s1;
69 e->left = org->left;
72 e->left.expr = expr_copy(org->left.expr);
76 e->left.sym = org->left
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbins_del.c62 * struct hfs_bnode* left: the node to shift records from
64 * hfs_u16 first: the number of the first record in 'left' to move to 'right'
70 * 'left' and 'right' point to valid (struct hfs_bnode)s.
71 * 'left' contains at least 'first' records.
72 * 'right' has enough free space to hold the records to be moved from 'left'
74 * The record numbered 'first' and all records after it in 'left' are
78 void hfs_bnode_shift_right(struct hfs_bnode *left, struct hfs_bnode *right, argument
85 if ((first <= 0) || (first > left->ndNRecs)) {
87 first, left->ndNRecs);
92 nrecs = left
144 hfs_bnode_shift_left(struct hfs_bnode *left, struct hfs_bnode *right, int last) argument
[all...]
H A Dbdelete.c157 * Removes an empty non-root bnode from between 'left' and 'right'
159 * hfs_u32 left_node: node number of 'left' or zero if 'left' is invalid
160 * struct hfs_bnode_ref *left: reference to the left neighbor of the
172 * 'left' points to a valid (struct hfs_bnode_ref) having HFS_LOCK_WRITE
173 * access and referring to the left neighbor of 'center' if such a
182 * If 'left' is valid its 'ndFLink' field becomes 'right_node'.
190 static void delete_empty_bnode(hfs_u32 left_node, struct hfs_bnode_ref *left, argument
197 left
232 balance(struct hfs_bnode *left, struct hfs_bnode *right) argument
289 struct hfs_bnode_ref left, right; local
[all...]
H A Dfile_hdr.c362 int left, lcv, read = 0; local
388 left = length - pos;
389 if (left > count) {
390 left = count;
394 left -= copy_to_user(buf, ((char *)&meta) + pos, left);
395 count -= left;
396 read += left;
397 pos += left;
398 buf += left;
605 int left, lcv, written = 0; local
[all...]
H A Dbinsert.c86 * struct hfs_bnode *left: the new root's first child or NULL
94 * 'left' and 'right' point to valid (struct hfs_bnode)s, which
99 * two children ('left' and 'right') or none.
102 struct hfs_bnode *left,
110 if (left && !right) {
129 if (!left) {
145 ((struct hfs_bkey *)bnode_key(left, 1))->value, keylen);
146 hfs_put_hl(left->node, bkey_record(key));
156 /* the former root (left) is now just a normal node */
157 left
101 add_root(struct hfs_btree *tree, struct hfs_bnode *left, struct hfs_bnode *right) argument
192 insert_empty_bnode(struct hfs_btree *tree, struct hfs_bnode *left) argument
318 struct hfs_bnode_ref left, right, other; local
[all...]
H A Dbitmap.c168 hfs_u16 left = count; /* number of bits left to be set */ local
195 while ((bit_nr < 32) && left) {
201 --left;
217 while (left > 31) {
223 left -= 32;
238 while (left) {
244 --left;
284 hfs_u16 left = count; /* number of bits left t local
[all...]
H A Dfile_cap.c107 hfs_s32 left, size, read = 0; local
121 left = 0;
123 left = size - pos;
125 if (left > count) {
126 left = count;
128 if (left <= 0) {
136 if (memcount > left) {
137 memcount = left;
141 left -= memcount;
147 if (left >
[all...]
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dnetstr.c26 unsigned int left = maxlen; local
29 if (p_readpos + left != p_readbuf + maxlen)
34 if (left == 0)
39 retval = vsf_sysutil_recv_peek(fd, p_readpos, left);
70 if (bytes_read > left)
72 bug("bytes_read > left in str_netfd_alloc");
74 left -= bytes_read;
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtree.c45 gint balance; /* height (left) - height (right) */
46 GTreeNode *left; /* left subtree */ member in struct:_GTreeNode
123 node->left = NULL;
137 g_tree_node_destroy (node->left);
324 if (node->left)
326 old_balance = node->left->balance;
327 node->left = g_tree_node_insert (node->left, compare, key, value, inserted);
329 if ((old_balance != node->left
647 GTreeNode *left; local
684 GTreeNode *left; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dplp_snprintf.c275 on the left with zeros rather than blanks. If a
280 value is to be left adjusted on the field boundary. Except
282 the right with blanks, rather than on the left with
286 - A space, specifying that a blank should be left before
297 with spaces on the left (or right, if the
298 left-adjustment flag has been given) to fill out
341 field width or precision. A negative field width is treated as a left
354 it is padded on the left with zeros.
537 static void dopr( int visible_control, char **buffer, int *left,
539 static void fmtstr( int visible_control, char **buffer, int *left,
562 int left; local
588 int left; local
655 dopr( int visible_control, char **buffer, int *left, const char *format, va_list args ) argument
798 fmtstr( int visible_control, char **buffer, int *left, char *value, int ljust, int len, int zpad, int precision ) argument
838 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
904 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
976 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) argument
1007 dostr( char **buffer, int *left, char *str ) argument
1012 dopr_outch( char **buffer, int *left, int c ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Defxmgr.c100 unsigned int left, unsigned int right)
104 card->ac97.mixer_state[oss_mixer] = (right << 8) | left;
107 card->ac97.write_mixer(&card->ac97, oss_mixer, left, right);
109 emu10k1_set_volume_gpr(card, card->mgr.ctrl_gpr[oss_mixer][0], left,
120 int left, right; local
124 left = val & 0xff;
129 left = 0;
133 emu10k1_set_oss_vol(card, oss_channel, left, right);
139 int left, right; local
141 left
99 emu10k1_set_oss_vol(struct emu10k1_card *card, int oss_mixer, unsigned int left, unsigned int right) argument
156 int left, right; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c51 #define left dict_left macro
69 #define dict_root(D) ((D)->nilnode.left)
77 * Perform a ``left rotation'' adjustment on the tree. The given node P and
78 * its right child C are rearranged so that the P instead becomes the left
79 * child of C. The left subtree of C is inherited as the new right subtree
88 upper->right = lowleft = lower->left;
94 the sentinel nil node, and root->parent->left points back to root */
96 if (upper == upparent->left) {
97 upparent->left = lower;
103 lower->left
426 dict_similar(const dict_t *left, const dict_t *right) argument
861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
895 dnode_t *nil = dict_nil(dict), *parent, *left; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dppc_htab.c412 int vleft, first=1, len, left, val; local
439 left = *lenp;
441 for (; left /*&& vleft--*/; first=0) {
443 while (left) {
449 left--;
452 if (!left)
454 len = left;
465 if ((len < left) && *p && !isspace(*p))
468 left -= len;
495 if (len > left)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dimager.c46 int left = blocksize; local
48 while (left > 0) {
51 left--;
63 unsigned int group, left, c, d; local
79 left = fs->inode_blocks_per_group;
80 while (left) {
82 if (c > left)
83 c = left;
97 left--;
118 left
137 unsigned int group, c, left; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dpopthelp.c65 char * left; local
68 left = malloc(maxLeftCol + 1);
69 *left = '\0';
72 sprintf(left, "-%c, --%s", opt->shortName, opt->longName);
74 sprintf(left, "-%c", opt->shortName);
76 sprintf(left, "--%s", opt->longName);
77 if (!*left) return ;
79 strcat(left, "=");
80 strcat(left, argDescrip);
84 fprintf(f," %-*s ", maxLeftCol, left);
140 singleTableHelp(FILE * f, const struct poptOption * table, int left, const char *translation_domain) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/slider/
H A Dlibcrossbrowser.js33 function createLayer(left,top,width,height,parentDiv){
38 'position:absolute;left:'+left+';top:'+top
45 +'" style="position:absolute;left:'+left+';top:'+top
50 var div=parentDiv?(new Layer(width,parentDiv)):(new Layer(width));if(height>0) div.resizeTo(width,height);div.moveTo(left,top);if(s!=''){
54 function createExLayer(url,left,top,width,height,parentDiv){
57 'position:absolute;left:'+left+';top:'+top
64 +'" style="position:absolute;left
[all...]

Completed in 227 milliseconds

12345678910