Searched refs:left (Results 276 - 300 of 748) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Deap_tls.c147 size_t left; local
155 reqData, &left, &flags);
162 left = 0; /* make sure that this frame is empty, even though it
168 pos, left, &resp);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dos_internal.c421 size_t left = siz; local
423 if (left) {
425 while (--left != 0) {
431 if (left == 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dsplay-tree.h103 /* The left and right children, respectively. */
104 splay_tree_node GTY ((use_params)) left;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D3.cc64 oss.setf(ios_base::left, ios_base::adjustfield);
H A D38210.cc58 oss4.setf(ios_base::left, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D3.cc64 oss.setf(ios_base::left, ios_base::adjustfield);
H A D38210.cc58 oss4.setf(ios_base::left, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/ios/
H A Dsynopsis.cc50 ios_base& left (ios_base& str);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dsplay-tree.h89 /* The left and right children, respectively. */
90 splay_tree_node GTY ((use_params)) left;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dgrfvar.h117 u_int16_t left; member in struct:image_data
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/common/
H A Dmilli_tiny.S123 add,nuv %r25,%r25,%r25 ; shift left, skip next if not C
125 sh1add,tr %r29,%r26,%r29 ; shift left and add, skip next
126 sh1add %r29,%r0,%r29 ; shift left only
128 add,nuv %r25,%r25,%r25 ; shift left, skip next if not C
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libxutil/
H A DXFontName.c123 int left = sizeof (tmp) - 1; local
130 if ((left -= strlen (f)) < 0) \
136 if (--left < 0) \
144 if ((left -= strlen (f)) < 0) \
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dglobals.c255 int left, right, ahead, back; variable
/netbsd-6-1-5-RELEASE/games/dab/
H A Dhuman.cc114 dir = BOX::left;
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dbcdefs.h167 struct id_rec *left, *right; /* Tree pointers. */ member in struct:id_rec
H A Dbc.y95 %left OR
96 %left AND
98 %left REL_OP
100 %left '+' '-'
101 %left '*' '/' '%'
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dbcdefs.h156 struct id_rec *left, *right; /* Tree pointers. */ member in struct:id_rec
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dside.c167 print_1sdiff_line (char const *const *left, char sep, argument
175 if (left)
177 put_newline |= left[1][-1] == '\n';
178 col = print_half_line (left, 0, hw);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D3.cc65 oss.setf(ios_base::left, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D3.cc65 oss.setf(ios_base::left, ios_base::adjustfield);
/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dctags.h57 struct nd_st *left, member in struct:nd_st
58 *right; /* left and right sons */
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dbuf_subs.c442 * what is left we have to read (which may be the whole thing if
551 * calculate how much data to copy based on whats left and
598 * file we are storing. The variable "left" is modified to contain the
609 * 0, but "left" is set to be greater than zero.
613 wr_rdfile(ARCHD *arcn, int ifd, off_t *left) argument
635 *left = size;
658 *left = size;
679 * we return a 0 but "left" is set to be the amount unwritten
683 rd_wrfile(ARCHD *arcn, int ofd, off_t *left) argument
708 *left
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_broadcom.c233 int left; local
238 if ((left = recv(sock, buf, sizeof buf, 0)) < 0)
241 wpa_hexdump(MSG_DEBUG, "RECEIVE EVENT", (u8 *) buf, left);
243 if ((size_t) left < sizeof(wl_wpa_header_t))
257 left -= WL_WPA_HEADER_LEN;
258 wpa_printf(MSG_DEBUG, "BROADCOM: ASSOC MESSAGE (left: %d)",
259 left);
260 if (left > 0) {
261 resp_ies = os_malloc(left);
264 os_memcpy(resp_ies, buf + WL_WPA_HEADER_LEN, left);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius.c565 size_t left = data_len; local
567 while (left > 0) {
569 if (left > RADIUS_MAX_ATTR_LEN)
572 len = left;
579 left -= len;
775 size_t left; local
782 left = attr->length - sizeof(*attr);
783 if (left < 4)
790 left -= 4;
795 while (left >
829 size_t left, plen; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/
H A Dsort-1.c141 int left = lo; local
146 while (array[++left] < pivot);
148 if (left >= right)
150 swap (array, left, right);
152 return left;

Completed in 305 milliseconds

<<11121314151617181920>>