Searched refs:upper (Results 51 - 75 of 175) sorted by relevance

1234567

/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_put.c200 if ((u_int32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) {
212 h->linp[idx] = h->upper -= nbytes;
213 dest = (char *)h + h->upper;
281 if ((u_int32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t))
H A Dbt_conv.c79 M_16_SWAP(h->upper);
185 M_16_SWAP(h->upper);
H A Dbt_debug.c179 (void)fprintf(stderr, " lower %3d upper %3d nextind %d\n",
180 h->lower, h->upper, top);
263 ifree += h->upper - h->lower;
268 lfree += h->upper - h->lower;
H A Dbt_delete.c412 pg->upper = t->bt_psize;
422 from = (char *)pg + pg->upper;
424 pg->upper += nksize;
487 from = (char *)h + h->upper;
489 h->upper += nbytes;
/freebsd-9.3-release/libexec/ftpd/
H A Dextern.h70 void upper(char *);
/freebsd-9.3-release/sys/netgraph/atm/uni/
H A Dng_uni.c72 hook_p upper; member in struct:priv
283 if (priv->upper != NULL)
284 sbuf_printf(&sbuf, "upper hook: connected to %s:%s\n",
285 NG_NODE_NAME(NG_HOOK_NODE(NG_HOOK_PEER(priv->upper))),
286 NG_HOOK_NAME(NG_HOOK_PEER(priv->upper)));
288 sbuf_printf(&sbuf, "upper hook: <not connected>\n");
481 } else if(strcmp(name, "upper") == 0) {
482 priv->upper = hook;
498 else if(hook == priv->upper)
499 priv->upper
[all...]
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c212 dtrace_debug_ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) argument
220 *++p = upper ? toupper(c) : c;
239 int dwidth, upper; local
261 sign = 0; dot = 0; dwidth = 0; upper = 0;
431 upper = 1;
483 p = dtrace_debug_ksprintn(nbuf, num, base, &tmp, upper);
/freebsd-9.3-release/contrib/gcc/
H A Dc-lex.c516 tree upper = TYPE_MAX_VALUE (integer_types[itk]);
518 if ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) > high
519 || ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) == high
520 && TREE_INT_CST_LOW (upper) >= low))
544 tree upper = TYPE_MAX_VALUE (integer_types[itk]);
546 if ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) > high
547 || ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) == high
548 && TREE_INT_CST_LOW (upper) >= low))
514 tree upper = TYPE_MAX_VALUE (integer_types[itk]); local
542 tree upper = TYPE_MAX_VALUE (integer_types[itk]); local
/freebsd-9.3-release/libexec/getty/
H A Dmain.c98 int crmod, digit, lower, upper; variable
351 upper = 1;
381 if (!(upper || lower || digit)) {
395 if (upper || UC)
541 crmod = digit = lower = upper = 0;
586 upper = 1;
604 digit = lower = upper = 0;
618 if ((upper && !lower && !LC) || UC)
/freebsd-9.3-release/share/examples/netgraph/
H A Dether.bridge113 upper link${LINKNUM} || exit 1
/freebsd-9.3-release/contrib/libstdc++/config/os/generic/
H A Dctype_inline.h79 case upper:
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dctype.cc37 const ctype_base::mask ctype_base::upper; member in class:ctype_base
/freebsd-9.3-release/sys/dev/netmap/
H A Dixgbe_netmap.h299 reclaim_tx = txd[nic_i].upper.fields.status & IXGBE_TXD_STAT_DD; // XXX cpu_to_le32 ?
391 uint32_t staterr = le32toh(curr->wb.upper.status_error);
395 ring->slot[nm_i].len = le16toh(curr->wb.upper.length) - crclen;
441 curr->wb.upper.status_error = 0;
H A Dif_igb_netmap.h227 uint32_t staterr = le32toh(curr->wb.upper.status_error);
231 ring->slot[nm_i].len = le16toh(curr->wb.upper.length);
267 curr->wb.upper.status_error = 0;
/freebsd-9.3-release/contrib/libc++/src/
H A Dregex.cpp223 {"upper", ctype_base::upper},
259 r |= ctype_base::alnum | ctype_base::upper | ctype_base::lower;
262 if (r & (ctype_base::lower | ctype_base::upper))
/freebsd-9.3-release/lib/libc/db/recno/
H A Drec_put.c254 if ((u_int32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) {
266 h->linp[idx] = h->upper -= nbytes;
267 dest = (char *)h + h->upper;
/freebsd-9.3-release/sys/netgraph/
H A Dng_ether.c81 hook_p upper; /* upper hook connection */ member in struct:private
242 * look at it here before any upper layer protocols do.
291 /* If "upper" hook not connected, let packet continue */
292 if (priv->upper == NULL)
295 /* Send it out "upper" hook */
297 NG_SEND_DATA_ONLY(error, priv->upper, *mp);
467 hookptr = &priv->upper;
483 /* Disable hardware checksums while 'upper' hook is connected */
484 if (hookptr == &priv->upper)
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.c298 #define CURSES_NAME(upper) { #upper, KEY_ ## upper }
390 #define DIALOG_NAME(upper) { #upper, DLGK_ ## upper }
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dtoken.cpp222 static void store_letter(const char *lower, const char *upper, argument
225 store_token(lower, TOKEN_LOWER, sort_key, upper);
226 store_token(upper, TOKEN_UPPER, sort_key, lower);
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_smb.c302 int error, plen, uniplen, ulen, upper; local
305 upper = 0;
328 if (upper++) {
435 if (error && upper == 1 && vcp->vc_sopt.sv_sm & SMB_SM_USER)
505 int error, plen, caseopt, upper; local
507 upper = 0;
537 if (upper++) {
596 if (error && upper == 1)
/freebsd-9.3-release/sys/kern/
H A Dsubr_prf.c99 static char *ksprintn(char *nbuf, uintmax_t num, int base, int *len, int upper);
572 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) argument
580 *++p = upper ? toupper(c) : c;
625 int dwidth, upper; local
651 sign = 0; dot = 0; dwidth = 0; upper = 0;
821 upper = 1;
873 p = ksprintn(nbuf, num, base, &n, upper);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-valprint.c220 error ("Cannot obtain valid array upper bound");
237 int upper, lower, retcode; local
246 retcode = f77_get_dynamic_upperbound (tmp_type, &upper);
248 error ("Cannot obtain dynamic upper bound");
254 F77_DIM_SIZE (ndimen) = upper - lower + 1;
/freebsd-9.3-release/contrib/texinfo/info/
H A Dindices.c405 int k, ls, start, upper; local
409 upper = isupper (match[start]) ? 1 : 0;
412 if (upper)
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc69 case upper:
70 __ret = wctype("upper");
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Dndis_events.c251 LONG lower, upper, k; local
269 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); local
270 data_len = upper - lower + 1;
280 for (k = lower; k <= upper; k++) {

Completed in 145 milliseconds

1234567