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

1234567891011>>

/freebsd-9.3-release/contrib/binutils/gas/
H A Dehopt.c364 int left = (d->aug_size -= *pnbytes); local
365 if (left == 0)
367 else if (left < 0)
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dwpa_ctrl.c97 * been left by unclean termination of an earlier run.
440 DWORD left; local
442 if (!PeekNamedPipe(ctrl->pipe, NULL, 0, NULL, &left, NULL))
444 return left ? 1 : 0;
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c143 // If there's no input left and we are flushing or finishing,
167 const uint32_t left = LZMA2_UNCOMPRESSED_MAX local
171 if (left < mf->match_len_max) {
180 + left - mf->match_len_max;
/freebsd-9.3-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c185 int bpl, vt_axis_t top, vt_axis_t left, unsigned int width,
204 if (((left + width) > info->fb_width) || ((top + height) >
208 line = (info->fb_stride * top) + (left * bpp);
184 vt_fb_bitbltchr(struct vt_device *vd, const uint8_t *src, const uint8_t *mask, int bpl, vt_axis_t top, vt_axis_t left, unsigned int width, unsigned int height, term_color_t fg, term_color_t bg) argument
/freebsd-9.3-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c104 int bpl, vt_axis_t top, vt_axis_t left, unsigned int width,
118 if (((left + width) > vd->vd_width) || ((top + height) >
122 line = (sc->sc_stride * top) + left * sc->sc_depth/8;
103 ofwfb_bitbltchr(struct vt_device *vd, const uint8_t *src, const uint8_t *mask, int bpl, vt_axis_t top, vt_axis_t left, unsigned int width, unsigned int height, term_color_t fg, term_color_t bg) argument
/freebsd-9.3-release/sys/dev/vt/
H A Dvt.h149 * approach seemed to cause suboptimal performance (when the top left
283 const uint8_t *mask, int bpl, vt_axis_t top, vt_axis_t left,
286 const uint8_t *mask, int bpl, vt_axis_t top, vt_axis_t left,
289 vt_axis_t top, vt_axis_t left, term_color_t fg, term_color_t bg);
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h94 == __ios_base::left);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-tree.h78 struct type *spe_left; /* left element */ \
112 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
113 SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \
314 struct type *rbe_left; /* left element */ \
537 struct type *left; \
539 while ((left = RB_LEFT(elm, field))) \
540 elm = left; \
569 left = parent; \
571 RB_AUGMENT(left); \
572 } while ((left
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf.c164 if ((!pi->left) && pi->width > len)
167 if (pi->left && pi->width > len)
333 pi->left = 1;
522 if (pi->left) fprintf(stderr, " left");
541 pi->left = 1;
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c344 * updated to indicate how many bytes were left to be repeated.
349 uint32_t left; local
354 left = min_t(size_t, dict->limit - dict->pos, *len);
355 *len -= left;
365 } while (--left > 0);
375 uint32_t *left)
379 while (*left > 0 && b->in_pos < b->in_size
385 if (copy_size > *left)
386 copy_size = *left;
388 *left
374 dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left) argument
[all...]
/freebsd-9.3-release/sys/dev/bktr/
H A Dmsp34xx.c129 int left, right; /* volume */ member in struct:msp3400c
335 int muted, int left, int right)
340 vol = (left > right) ? left : right;
344 balance = ((right-left) * 127) / vol;
348 muted ? "on" : "off", left, right, val>>8, balance);
884 msp3400c_setvolume(client, msp->muted, msp->left, msp->right);
1114 msp3400c_setvolume(client, msp->muted, msp->left, msp->right);
1144 msp->left = 65535;
334 msp3400c_setvolume(bktr_ptr_t client, int muted, int left, int right) argument
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dhdspe.h96 uint32_t left; member in struct:hdspe_channel
H A Dspicds.h121 void spicds_set(struct spicds_info *codec, int dir, unsigned int left, unsigned int right);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/debug/
H A Dmemtrack.c376 int _read, to_ret, left; local
404 left = file_len - pos;
405 to_ret = (left < size) ? left : size;
561 /* clean up any hash table left-overs */
/freebsd-9.3-release/sys/sys/
H A Dtree.h76 struct type *spe_left; /* left element */ \
110 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
111 SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \
312 struct type *rbe_left; /* left element */ \
537 struct type *left; \
539 while ((left = RB_LEFT(elm, field)) != NULL) \
540 elm = left; \
569 left = parent; \
571 RB_AUGMENT(left); \
572 } while ((left
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h71 struct type *spe_left; /* left element */ \
105 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \
106 SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \
307 struct type *rbe_left; /* left element */ \
520 struct type *left; \
522 while ((left = RB_LEFT(elm, field))) \
523 elm = left; \
552 left = parent; \
554 RB_AUGMENT(left); \
555 } while ((left
[all...]
/freebsd-9.3-release/tools/test/netfibs/
H A Dforwarding.sh35 # left ------------------------- middle ------------------------- right
84 left) ;;
87 *) echo "ERROR: invalid node name '${node}'. Must be left, middle or" \
144 left) ifconfig ${IFACE} inet6 ${LEFTADDR}/64 -alias \
195 left) ifconfig ${IFACE} inet6 ${LEFTADDR}/64 -alias
237 left) _reachability_check ${MIDDLELEFTADDR}
617 # FIBs * {left, right} * {icmp6, tcp, udp}
745 left) _fwd_default_fib_symmetric_left ${_n} ;;
775 left) _fwd_default_fib_symmetric_left ${_n} ;;
819 left) _fwd_default_fib_symmetric_lef
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dautoconf.mk10 # left intact.
H A Dinstall-new.mk10 # left intact.
H A Doptions.mk10 # left intact.
H A Dsrctop.mk10 # left intact.
H A Dsys.dependfile.mk10 # left intact.
H A Dtarget-flags.mk49 # left intact.
H A Dyacc.mk11 # left intact.
/freebsd-9.3-release/contrib/dialog/
H A Darrows.c159 int left,
233 left + ARROWS_COL,
154 dlg_draw_scrollbar(WINDOW *win, long first_data, long this_data, long next_data, long total_data, int left, int right, int top, int bottom, chtype attr, chtype borderattr) argument

Completed in 164 milliseconds

1234567891011>>