Searched refs:left (Results 151 - 175 of 435) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c163 off_t left, right; local
188 left = krb5_storage_seek (sp, -16, SEEK_CUR);
190 buf = malloc (right - left);
191 if (buf == NULL && (right - left) != 0)
197 krb5_storage_seek (sp, left, SEEK_SET);
198 krb5_storage_read (sp, buf, right - left);
199 sret = write (server_context->log_context.log_fd, buf, right-left);
200 if (sret != right - left)
211 krb5_storage_seek (sp, left, SEEK_SET);
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dad1816.c214 ad1816mix_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
220 left = AD1816_MUTE - (AD1816_MUTE * left) / 100;
223 reg = (left << 8) | right;
226 if (left == AD1816_MUTE) reg |= 0x8000;
260 | (((AD1816_MUTE - left) / 2) << 8) /* four bits of adc gain */
270 left = ((AD1816_MUTE - left) * 100) / AD1816_MUTE;
273 return left | (right << 8);
/freebsd-9.3-release/usr.bin/make/
H A Dcond.c642 double left, right; local
645 if (*CondCvtArg(lhs, &left) != '\0')
680 DEBUGF(COND, ("left = %f, right = %f, "
681 "op = %.2s\n", left, right, op));
689 t = (left != right ? True : False);
697 t = (left == right ? True : False);
701 t = (left <= right?True:False);
703 t = (left < right?True:False);
708 t = (left >= right?True:False);
710 t = (left > righ
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-exp.y208 %left ','
209 %left ABOVE_COMMA
212 %left OROR
213 %left ANDAND
214 %left '|'
215 %left '^'
216 %left '&'
217 %left EQUAL NOTEQUAL
218 %left '<' '>' LEQ GEQ
219 %left LS
[all...]
H A Dobjc-exp.y207 %left ','
208 %left ABOVE_COMMA
211 %left OROR
212 %left ANDAND
213 %left '|'
214 %left '^'
215 %left '&'
216 %left EQUAL NOTEQUAL
217 %left '<' '>' LEQ GEQ
218 %left LS
[all...]
H A Dp-exp.y211 %left ','
212 %left ABOVE_COMMA
214 %left NOT
215 %left OR
216 %left XOR
217 %left ANDAND
218 %left '=' NOTEQUAL
219 %left '<' '>' LEQ GEQ
220 %left LSH RSH DIV MOD
221 %left '
[all...]
H A Dada-exp.y188 %left _AND_ OR XOR THEN ELSE
189 %left '=' NOTEQUAL '<' '>' LEQ GEQ IN DOTDOT
190 %left '@'
191 %left '+' '-' '&'
192 %left UNARY
193 %left '*' '/' MOD REM
/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c45 #define left(v) (v)->narg[0] macro
55 left is index, right contains value or pointer to value
56 unary (STAR, PLUS, QUEST): left is child, right is null
57 binary (CAT, OR): left and right are children
195 penter(left(p));
196 parent(left(p)) = p;
200 penter(left(p));
202 parent(left(p)) = p;
219 freetr(left(p));
224 freetr(left(
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c413 left = strm->avail_out; \
424 strm->avail_out = left; \
507 input left to load n bits into the accumulator, or it continues. BITS(n)
520 state information is maintained to continue the loop where it left off
568 unsigned have, left; /* available input and output */ local
592 out = left;
842 if (copy > left) copy = left;
847 left -= copy;
972 if (have >= 6 && left >
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap_btree.c335 xfs_fsblock_t lbno; /* left sibling block number */
336 xfs_buf_t *lbp; /* left buffer pointer */
337 xfs_bmbt_block_t *left; /* left btree block */ local
338 xfs_bmbt_key_t *lkp; /* left btree key */
339 xfs_bmbt_ptr_t *lpp; /* left address pointer */
340 int lrecs=0; /* left record count */
341 xfs_bmbt_rec_t *lrp; /* left record pointer */
420 * If we can't then there's nothing left to do.
544 left
1256 xfs_bmbt_block_t *left; /* left btree block */ local
1391 xfs_bmbt_block_t *left; /* left btree block */ local
1553 xfs_bmbt_block_t *left; /* left btree block */ local
[all...]
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c409 int left, n; local
419 left = fcc - (cp-fibuf);
420 n = control(p, cp, left);
422 left -= n;
423 if (left > 0)
424 bcopy(cp+n, cp, left);
/freebsd-9.3-release/sys/dev/sound/macio/
H A Dsnapper.c101 static int snapper_set(struct snd_mixer *m, unsigned dev, unsigned left,
143 #define SNAPPER_MIXER_L 0x07 /* Mixer left gain (9bytes) */
439 snapper_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
451 if (left > 100 || right > 100)
454 l = (left == 0) ? 0 : snapper_volume_table[left - 1];
481 return (left | (right << 8));
H A Dtumbler.c101 static int tumbler_set(struct snd_mixer *m, unsigned dev, unsigned left,
385 tumbler_set(struct snd_mixer *m, unsigned dev, unsigned left, unsigned right) argument
399 if (left > 100 || right > 100)
402 l = (left == 0 ? 0 : tumbler_volume_table[left - 1]);
427 return (left | (right << 8));
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh3.c111 (void) execute(t->left, pin, pv, 0);
116 (void) execute(t->left, pin, pout, 0);
144 exit(execute(t->left, pin, pout, FEXEC));
150 rv = execute(t->left, pin, pout, 0);
170 for (t1 = t->left; i-- && *wp != NULL;) {
183 t1 = t->left;
192 rv = !execute(t->left, pin, pout, 0) ?
193 execute(t->right->left, pin, pout, 0):
201 if ((t1 = findcase(t->left, cp)) != NULL)
214 if (rv >= 0 && (t1 = t->left))
[all...]
/freebsd-9.3-release/tools/tools/net80211/stumbler/
H A Dstumbler.c189 int left = sizeof(res) - 3; local
191 if (strlen(node->ssid) < left)
192 left = strlen(node->ssid);
193 memcpy(&res[1], node->ssid, left);
398 int sig, max, left, noise; local
430 left = COLS - x - 1;
432 sig = (int) ( ((double)node->signal)*left/100.0 );
433 noise=(int) ( ((double)node->noise)*left/100.0 );
434 max = (int) ( ((double)node->max)*left/100.0 );
943 unsigned long left; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c838 size_t left, len; local
842 left = pac_len;
844 while (left > sizeof(*hdr)) {
849 left -= sizeof(*hdr);
850 if (len > left) {
852 "(type=%d len=%lu left=%lu)",
854 (unsigned long) left);
861 left -= len;
958 size_t left, len; local
967 left
1439 eap_fast_process_start(struct eap_sm *sm, struct eap_fast_data *data, u8 flags, const u8 *pos, size_t left) argument
1493 size_t left; local
[all...]
/freebsd-9.3-release/contrib/binutils/include/
H A Ddemangle.h200 component types have one or two subtrees, referred to as left and
201 right (a component type with only one subtree puts it in the left
208 /* A qualified name. The left subtree is a class or namespace or
212 /* A local name. The left subtree describes a function, and the
215 /* A typed name. The left subtree is a name, and the right subtree
218 /* A template. The left subtree is a template name, and the right
235 /* A construction vtable. The left subtree is the type for which
289 /* A vendor qualifier. The left subtree is the type which is being
307 /* A function type. The left subtree is the return type. The right
311 /* An array type. The left subtre
452 struct demangle_component *left; member in struct:demangle_component::__anon611::__anon620
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dinit.mk10 # left intact.
H A Dlinks.mk10 # left intact.
H A Drst2htm.mk10 # left intact.
/freebsd-9.3-release/contrib/gcclibs/include/
H A Ddemangle.h188 component types have one or two subtrees, referred to as left and
189 right (a component type with only one subtree puts it in the left
196 /* A qualified name. The left subtree is a class or namespace or
200 /* A local name. The left subtree describes a function, and the
203 /* A typed name. The left subtree is a name, and the right subtree
206 /* A template. The left subtree is a template name, and the right
223 /* A construction vtable. The left subtree is the type for which
277 /* A vendor qualifier. The left subtree is the type which is being
295 /* A function type. The left subtree is the return type. The right
299 /* An array type. The left subtre
440 struct demangle_component *left; member in struct:demangle_component::__anon1254::__anon1263
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Ddemangle.h177 component types have one or two subtrees, referred to as left and
178 right (a component type with only one subtree puts it in the left
185 /* A qualified name. The left subtree is a class or namespace or
189 /* A local name. The left subtree describes a function, and the
192 /* A typed name. The left subtree is a name, and the right subtree
195 /* A template. The left subtree is a template name, and the right
212 /* A construction vtable. The left subtree is the type for which
263 /* A vendor qualifier. The left subtree is the type which is being
281 /* A function type. The left subtree is the return type. The right
285 /* An array type. The left subtre
426 struct demangle_component *left; member in struct:demangle_component::__anon1471::__anon1480
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A Dip_fil.c616 int left, ioc, num, offset; local
621 left = len;
626 while ((left > 0) && (ioc < uio->uio_iovcnt)) {
629 if (num > left)
630 num = left;
640 left -= num;
641 if (left > 0)
644 if (left > 0)
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcmp.S74 and a3, a2, ~3 # compute number of whole words left
100 and a3, a2, ~3 # compute number of whole words left
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c142 bin_tree_t *left, bin_tree_t *right,
145 bin_tree_t *left, bin_tree_t *right,
1206 /* Descend down the tree, preferably to the left (or to the right
1208 while (node->left || node->right)
1209 if (node->left)
1210 node = node->left;
1244 /* Go to the left node, or up and to the right. */
1245 if (node->left)
1246 node = node->left;
1280 && node->left
1422 int left, right; local
[all...]

Completed in 234 milliseconds

1234567891011>>