Searched refs:right (Results 1 - 25 of 137) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
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; */ \
35 if (amount == 0) dest = right; \
37 ((unsigned) right >> (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 >> (amoun
[all...]
H A Dsfcmp.c55 register unsigned int left, right; local
60 right = *rightptr;
66 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
75 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
76 && Sgl_isnotzero_mantissa(right)
77 && (Exception(cond) || Sgl_isone_signaling(right)) ) )
92 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
93 && Sgl_isnotzero_mantissa(right)) )
103 Sgl_xortointp1(left,right,xorresult);
109 && Sgl_iszero_exponentmantissa(right) )
[all...]
H A Dsfsub.c55 register unsigned int left, right, result, extent; local
64 right = *rightptr;
68 Sgl_xortointp1(left,right,/*to*/save);
77 if (Sgl_isnotnan(right))
79 if (Sgl_isinfinity(right) && save==0)
113 else if (Sgl_is_signalingnan(right))
119 Sgl_set_quiet(right);
120 *dstptr = right;
133 if (Sgl_isinfinity_exponent(right))
135 if (Sgl_iszero_mantissa(right))
[all...]
H A Dsfadd.c55 register unsigned int left, right, result, extent; local
66 right = *rightptr;
70 Sgl_xortointp1(left,right,/*to*/save);
79 if (Sgl_isnotnan(right))
81 if (Sgl_isinfinity(right) && save!=0)
115 else if (Sgl_is_signalingnan(right))
121 Sgl_set_quiet(right);
122 *dstptr = right;
135 if (Sgl_isinfinity_exponent(right))
137 if (Sgl_iszero_mantissa(right))
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dtext.h13 right:1, member in struct:text_ctx
H A Dgtree.c45 gint balance; /* height (left) - height (right) */
47 GTreeNode *right; /* right subtree */ member in struct:_GTreeNode
108 node_free_list = node->right;
124 node->right = NULL;
136 g_tree_node_destroy (node->right);
139 node->right = node_free_list;
341 if (node->right)
343 old_balance = node->right->balance;
344 node->right
648 GTreeNode *right; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbins_del.c19 * 1 if the change is in its right sibling, etc.
60 * Shifts some records from a node to its right neighbor.
63 * struct hfs_bnode* right: the node to shift records to
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.
72 * 'right' has enough free space to hold the records to be moved from 'left'
75 * placed at the beginning of 'right'.
76 * The key corresponding to 'right' in its parent is NOT updated.
78 void hfs_bnode_shift_right(struct hfs_bnode *left, struct hfs_bnode *right, argument
95 /* move (possibly empty) contents of right nod
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'
163 * hfs_u32 right_node: node number of 'right' or zero if 'right' is invalid
164 * struct hfs_bnode_ref *right: reference to the right neighbor of the
178 * 'right' points to a valid (struct hfs_bnode_ref) having HFS_LOCK_WRITE
179 * access and referring to the right neighbor of 'center' if such a
183 * If 'right' is valid its 'ndBLink' field becomes 'left_node'.
192 hfs_u32 right_node, struct hfs_bnode_ref *right)
204 right
190 delete_empty_bnode(hfs_u32 left_node, struct hfs_bnode_ref *left, struct hfs_bnode_ref *center, hfs_u32 right_node, struct hfs_bnode_ref *right) argument
232 balance(struct hfs_bnode *left, struct hfs_bnode *right) argument
289 struct hfs_bnode_ref left, right; local
[all...]
H A Dbinsert.c87 * struct hfs_bnode *right: the new root's second child or NULL
94 * 'left' and 'right' point to valid (struct hfs_bnode)s, which
99 * two children ('left' and 'right') or none.
103 struct hfs_bnode *right)
110 if (left && !right) {
153 ((struct hfs_bkey *)bnode_key(right, 1))->value, keylen);
154 hfs_put_hl(right->node, bkey_record(key));
171 * Adds an empty node to the right of 'left'.
184 * Otherwise a node with 0 records is inserted in the tree to the right
186 * the former right
101 add_root(struct hfs_btree *tree, struct hfs_bnode *left, struct hfs_bnode *right) argument
196 struct hfs_bnode_ref right; local
265 struct hfs_bnode_ref right; local
318 struct hfs_bnode_ref left, right, other; local
[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.c85 int right = right_vol * div / 100; local
91 right |= mixer;
103 mix_write(right, 0x078B);
121 int left, right, devmask, changed, i, mixer = 0; local
126 right = (level & 0x7f00) >> 8;
138 levels[whichDev] = mixer_output(right, left, 63, 0x01, 0);
146 levels[whichDev] = mixer_output(right, left, 12, 0x03, 0);
149 levels[whichDev] = mixer_output(right, left, 12, 0x04, 0);
153 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x00, mixer);
156 levels[whichDev] = mixer_output(right, lef
[all...]
H A Dics2101.c100 int right = (vol >> 8) & 0x00ff; local
106 if (right < 0)
107 right = 0;
108 if (right > 100)
109 right = 100;
112 write_mix(dev, CHN_RIGHT, right);
114 vol = left + (right << 8);
H A Dsb_ess.h27 (sb_devc *devc, int dev, int left, int right);
H A Dac97_codec.c57 unsigned int left, unsigned int right);
288 int left,right; local
291 right = val & 0x7f;
294 right = (right * 100) / mh->scale;
303 right = 100 - ((right * 100) / scale);
306 ret = left | (right << 8);
337 unsigned int left, unsigned int right)
345 "left vol:%2d, right 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 Ddm.h32 u8 right; member in struct:dm_fm_voice
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dprivileges.c32 associated with each right, where a right is a string name such as
47 The terms 'right' and 'privilege' are used interchangably in this
78 static NTSTATUS privilege_lock_right(const char *right) argument
80 if (tdb_lock_bystring(tdb, right, LOCK_TIMEOUT) != 0) {
89 static void privilege_unlock_right(const char *right) argument
91 tdb_unlock_bystring(tdb, right);
96 return a list of SIDs that have a particular right
98 NTSTATUS privilege_enum_account_with_right(const char *right, argument
110 data = tdb_fetch_bystring(tdb, right);
144 privilege_set_accounts_with_right(const char *right, uint32 count, DOM_SID *sids) argument
184 privilege_add_account_right(const char *right, DOM_SID *sid) argument
234 privilege_remove_account_right(const char *right, DOM_SID *sid) argument
281 privilege_sid_has_right(DOM_SID *sid, const char *right) argument
311 char *right; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dtail.tk35 button .f0.right.save -anchor w -text "Save and Exit" -underline 0\
39 button .f0.right.quit -anchor w -text "Quit Without Saving" -underline 0\
42 button .f0.right.load -anchor w -text "Load Configuration from File" \
46 button .f0.right.store -anchor w -text "Store Configuration to File" \
53 pack .f0.right.store .f0.right.load .f0.right.quit .f0.right.save \
55 pack .f0.left .f0.middle .f0.right -side left -padx 5 -pady 0 -fill y
73 .f0.right
[all...]
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dexpr.c37 e->right.expr = e2;
47 e->right.sym = s2;
77 e->right.sym = org->right.sym;
83 e->right.expr = expr_copy(org->right.expr);
112 expr_free(e->right.expr);
130 __expr_eliminate_eq(type, &e1->right.expr, &e2);
135 __expr_eliminate_eq(type, &e1, &e2->right.expr);
180 return e1->left.sym == e2->left.sym && e1->right
[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);
112 emu10k1_set_volume_gpr(card, card->mgr.ctrl_gpr[oss_mixer][1], right,
120 int left, right; local
125 right = (val >> 8) & 0xff;
130 right = 0;
133 emu10k1_set_oss_vol(card, oss_channel, left, right);
139 int left, right; local
142 right
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.c52 #define right dict_right macro
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
87 lower = upper->right;
88 upper->right = lowleft = lower->left;
99 assert (upper == upparent->right);
100 upparent->right = lower;
109 * the same procedure, but with left and right interchanged.
117 upper->left = lowright = lower->right;
122 if (upper == upparent->right) {
426 dict_similar(const dict_t *left, const dict_t *right) argument
877 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *right; local
921 dnode_t *nil = dict_nil(dict), *parent, *right; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dsis_drm.h17 unsigned int left, right; member in struct:__anon1176
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DOCS/
H A Dupdateheader12 <img align=right SRC="LPRngT-L.jpg" ALT="LPRngTool" height=75>
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A Dupdateheader12 <img align=right SRC="LPRngT-L.jpg" ALT="LPRngTool" height=75>
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dmlock.c78 struct vm_area_struct * left, * right; local
83 right = kmem_cache_alloc(vm_area_cachep, SLAB_KERNEL);
84 if (!right) {
89 *right = *vma;
91 right->vm_start = end;
92 right->vm_pgoff += (right->vm_start - left->vm_start) >> PAGE_SHIFT;
95 right->vm_raend = 0;
101 vma->vm_ops->open(right);
111 __insert_vm_struct(current->mm, right);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Drbtree.c27 rb_node_t * right = node->rb_right; local
29 if ((node->rb_right = right->rb_left))
30 right->rb_left->rb_parent = node;
31 right->rb_left = node;
33 if ((right->rb_parent = node->rb_parent))
36 node->rb_parent->rb_left = right;
38 node->rb_parent->rb_right = right;
41 root->rb_node = right;
42 node->rb_parent = right;

Completed in 225 milliseconds

123456