Searched refs:left (Results 51 - 75 of 435) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc_btree.c82 xfs_agblock_t lbno; /* left block's block number */
83 xfs_buf_t *lbp; /* left block's buffer pointer */
84 xfs_alloc_block_t *left; /* left btree block */ local
85 xfs_alloc_key_t *lkp=NULL; /* left block key pointer */
86 xfs_alloc_ptr_t *lpp=NULL; /* left block address pointer */
87 int lrecs=0; /* number of records in left block */
88 xfs_alloc_rec_t *lrp; /* left block record pointer */
197 * No free extents left.
212 * and there's only one entry left,
1167 xfs_alloc_block_t *left; /* left neighbor btree block */ local
1303 xfs_alloc_block_t *left; /* left btree block */ local
1460 xfs_alloc_block_t *left; /* left (current) btree block */ local
1594 xfs_alloc_block_t *left; /* left (current) btree block */ local
[all...]
H A Dxfs_ialloc_btree.c77 xfs_agblock_t lbno; /* left block's block number */
78 xfs_buf_t *lbp; /* left block's buffer pointer */
79 xfs_inobt_block_t *left; /* left btree block */ local
80 xfs_inobt_key_t *lkp; /* left block key pointer */
81 xfs_inobt_ptr_t *lpp; /* left block address pointer */
82 int lrecs = 0; /* number of records in left block */
83 xfs_inobt_rec_t *lrp; /* left block record pointer */
181 * and there's only one entry left,
234 * tree balanced. Look at the left an
1055 xfs_inobt_block_t *left; /* left neighbor btree block */ local
1197 xfs_inobt_block_t *left; /* left btree block */ local
1342 xfs_inobt_block_t *left; /* left (current) btree block */ local
1476 xfs_inobt_block_t *left; /* left (current) btree block */ local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.c48 int left; /* number of prefix codes available */ local
133 left = 1;
135 left <<= 1;
136 left -= count[len];
137 if (left < 0) return -1; /* over-subscribed */
139 if (left > 0 && (type == CODES || max != 1))
272 left = (int)(1 << curr);
274 left -= count[curr + drop];
275 if (left <= 0) break;
277 left <<
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dexpr.c639 /* If there is more than one littlenum, left justify the
1696 /* left-hand quantity in resultP. */
1703 as_warn (_("left operand is a bignum; integer 0 assumed"));
1705 as_warn (_("left operand is a float; integer 0 assumed"));
1902 valueT left, right;
1914 left = 0;
1919 if (!snapshot_symbol (&add_symbol, &left, &seg_left, &frag_left))
1927 if (!snapshot_symbol (&add_symbol, &left, &seg_left, &frag_left))
1934 left = !left;
1895 valueT left, right; local
[all...]
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dkmem.c101 int r = 0, left; local
112 for (bufp = buffer, left = size; left > 0; bufp += r, left -= r) {
113 r = read(*kvm, bufp, left);
120 r = left;
/freebsd-9.3-release/share/examples/ppp/
H A Dlogin-auth50 pack .l.prompt -side left;
61 pack .p.prompt -side left;
71 pack .b.ok -side left;
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c39 size_t left, len, i, j; local
54 left = *in_len;
56 if (left < 4)
72 left -= 4;
74 if (len > left)
271 size_t left, len, list_len, cert_len, idx; local
285 left = *in_len;
287 if (left < 4) {
289 "(len=%lu)", (unsigned long) left);
298 left
674 size_t left, len; local
752 size_t left, len; local
919 size_t left; local
968 size_t left, len, hlen; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Det-forest.h67 struct et_node *left; member in struct:et_node
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dlist.cpp64 static int compute_spacing(int is_script, int left, int right) argument
66 if (left == SUPPRESS_TYPE || right == SUPPRESS_TYPE)
68 if (left == PUNCTUATION_TYPE)
70 if (left == OPENING_TYPE || right == CLOSING_TYPE)
72 if (right == BINARY_TYPE || left == BINARY_TYPE)
75 if (left == RELATION_TYPE)
80 if (left == RELATION_TYPE)
84 if (left == INNER_TYPE || right == INNER_TYPE)
86 if (left == OPERATOR_TYPE && right == ORDINARY_TYPE)
H A Ddelim.cpp165 char *left; member in class:delim_box
191 : left(l), right(r), p(pp)
197 a_delete left; local
364 if (left) {
365 define_extensible_string(left, uid, LEFT_DELIM);
381 if (left)
395 fprintf(stderr, "left \"%s\" { ", left ? left : "");
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dcidrexpand34 # left intact.
70 my ($prefix,$left,$right,$space);
107 ($prefix,$left,$space,$right) =
110 my @new_lefts = expand_network($left);
/freebsd-9.3-release/sys/netgraph/
H A Dng_tee.h54 #define NG_TEE_HOOK_LEFT "left"
78 struct ng_tee_hookstat left; member in struct:ng_tee_stats
86 { "left", (hstype) }, \
/freebsd-9.3-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c33 * any given node, the left and right subtrees are allowed to differ in height
61 * - The left/right children pointers of a node are in an array.
63 * left and right indices. The implementation is written as if it only
64 * dealt with left handed manipulations. By changing the value assigned
65 * to "left", the code also works for right handed trees. The
68 * int left; // 0 when dealing with left children,
71 * int left_heavy; // -1 when left subtree is taller at some node,
74 * int right; // will be the opposite of left (0 or 1)
77 * int direction; // 0 for "<" (ie. left chil
124 avl_walk(avl_tree_t *tree, void *oldnode, int left) argument
293 int left = !(balance < 0); /* when balance = -2, left will be 0 */ local
671 int left; local
[all...]
/freebsd-9.3-release/lib/libz/
H A Dinfback.c131 left = strm->avail_out; \
142 strm->avail_out = left; \
212 if (left == 0) { \
214 left = state->wsize; \
215 state->whave = left; \
216 if (out(out_desc, put, left)) { \
260 unsigned have, left; /* available input and output */ local
287 left = state->wsize;
346 if (copy > left) copy = left;
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c33 * any given node, the left and right subtrees are allowed to differ in height
61 * - The left/right children pointers of a node are in an array.
63 * left and right indices. The implementation is written as if it only
64 * dealt with left handed manipulations. By changing the value assigned
65 * to "left", the code also works for right handed trees. The
68 * int left; // 0 when dealing with left children,
71 * int left_heavy; // -1 when left subtree is taller at some node,
74 * int right; // will be the opposite of left (0 or 1)
77 * int direction; // 0 for "<" (ie. left chil
125 avl_walk(avl_tree_t *tree, void *oldnode, int left) argument
294 int left = !(balance < 0); /* when balance = -2, left will be 0 */ local
672 int left; local
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_newftyp.c41 (FIELDTYPE *)0, /* pointer to left operand */
126 if (typ->left)
127 typ->left->ref--;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_window.c111 int left = wp->_line[y].firstchar; local
112 if (left >= 0) { /* line is touched */
114 /* left & right character in parent window coordinates */
116 left += wp->_parx;
118 CHANGED_RANGE(line, left, right);
149 /* left and right character in child coordinates */
150 int left = pp->_line[win->_pary + y].firstchar - win->_parx; local
153 if (left < 0)
154 left = 0;
157 CHANGED_RANGE(line, left, righ
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dsyslog.c92 int left; member in struct:bufcookie
106 if (len > h->left) {
108 len = h->left;
113 h->left -= len;
168 tbuf_cookie.left = sizeof(tbuf);
182 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left);
199 fmt_cookie.left = sizeof(fmt_cpy) - 1;
239 cnt = sizeof(tbuf) - tbuf_cookie.left;
/freebsd-9.3-release/usr.bin/ctags/
H A Dprint.c100 if (node->left)
101 put_entries(node->left);
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_psk.c191 size_t buflen, left, data_len, len, plen; local
208 left = len - sizeof(*hdr3);
221 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left);
223 if (left < 4 + 16 + 1) {
226 (unsigned long) left);
265 left -= 4;
269 left -= 16;
277 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left);
279 decrypted = os_malloc(left);
285 os_memcpy(decrypted, msg, left);
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DObjCRuntime.h296 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) { argument
297 return left.getKind() == right.getKind() &&
298 left.getVersion() == right.getVersion();
301 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) { argument
302 return !(left == right);
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_psk.c224 size_t left, buflen; local
234 &left);
235 if (cpos == NULL || left < sizeof(*resp)) {
241 left -= sizeof(*resp);
244 data->id_p = os_malloc(left);
250 os_memcpy(data->id_p, cpos, left);
251 data->id_p_len = left;
340 size_t left; local
348 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left);
349 if (pos == NULL || left < sizeo
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h277 /// Copies at most *left number of bytes from the history buffer
281 size_t *left)
284 const size_t copy_size = my_min(out_avail, *left);
287 assert(mf->read_pos >= *left);
289 memcpy(out + *out_pos, mf->buffer + mf->read_pos - *left,
293 *left -= copy_size;
280 mf_read(lzma_mf *mf, uint8_t *out, size_t *out_pos, size_t out_size, size_t *left) argument
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dpen.c153 static char left[FILENAME_MAX]; local
161 strcpy(left, PenLocation);
169 if (left[0] == '/' && vsystem("/bin/rm -rf %s", left))
170 warnx("couldn't remove temporary dir '%s'", left);
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dprint.c72 int left; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
125 left = 1;
137 if (!left)
322 if (!left) {
379 if (!left)
408 if (left) {
416 if (!left && size > 1U) {
440 if (!left)
536 if (!left)
[all...]

Completed in 283 milliseconds

1234567891011>>