Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 206) sorted by relevance

123456789

/dragonfly/sys/netgraph7/
H A Dng_car.c201 priv->upper.hook = NULL; in ng_car_constructor()
202 priv->upper.dest = NULL; in ng_car_constructor()
203 priv->upper.tc = priv->upper.conf.cbs = NG_CAR_CBS_MIN; in ng_car_constructor()
204 priv->upper.te = priv->upper.conf.ebs = NG_CAR_EBS_MIN; in ng_car_constructor()
211 priv->upper.q_first = 0; in ng_car_constructor()
212 priv->upper.q_last = 0; in ng_car_constructor()
244 priv->upper.dest = hook; in ng_car_newhook()
250 bzero(&priv->upper.stats, sizeof(priv->upper.stats)); in ng_car_newhook()
497 priv->upper.tc = priv->upper.conf.cbs; in ng_car_rcvmsg()
500 priv->upper.te = 0; in ng_car_rcvmsg()
[all …]
/dragonfly/lib/libc/db/btree/
H A Dbt_split.c106 h->linp[skip] = h->upper -= ilen; in __bt_split()
107 dest = (char *)h + h->upper; in __bt_split()
345 r->upper = t->bt_psize; in bt_page()
381 l->upper = t->bt_psize; in bt_page()
449 l->upper = r->upper = t->bt_psize; in bt_root()
479 dest = (char *)h + h->upper; in bt_rroot()
484 dest = (char *)h + h->upper; in bt_rroot()
528 dest = (char *)h + h->upper; in bt_broot()
536 dest = (char *)h + h->upper; in bt_broot()
552 dest = (char *)h + h->upper; in bt_broot()
[all …]
H A Dbt_put.c197 if ((uint32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) { in __bt_put()
209 h->linp[idx] = h->upper -= nbytes; in __bt_put()
210 dest = (char *)h + h->upper; in __bt_put()
278 if ((uint32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) in bt_fast()
H A Dbt_delete.c409 pg->upper = t->bt_psize; in __bt_pdelete()
419 from = (char *)pg + pg->upper; in __bt_pdelete()
421 pg->upper += nksize; in __bt_pdelete()
484 from = (char *)h + h->upper; in __bt_dleaf()
486 h->upper += nbytes; in __bt_dleaf()
H A Dbt_debug.c177 h->lower, h->upper, top); in __bt_dpage()
261 ifree += h->upper - h->lower; in __bt_stat()
266 lfree += h->upper - h->lower; in __bt_stat()
/dragonfly/contrib/diffutils/lib/
H A Dc-strcaseeq.h34 # define CASEEQ(other,upper) \ argument
35 (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))
37 # define CASEEQ(other,upper) \ argument
38 (c_toupper (other) == (upper))
/dragonfly/contrib/grep/lib/
H A Dc-strcaseeq.h34 # define CASEEQ(other,upper) \ argument
35 (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))
37 # define CASEEQ(other,upper) \ argument
38 (c_toupper (other) == (upper))
/dragonfly/stand/lib/
H A Dprintf.c62 static char *ksprintn (char *buf, uintmax_t num, int base, int *len, int upper);
158 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn() argument
166 *++p = upper ? toupper(c) : c; in ksprintn()
187 int dwidth, upper; in kvprintf() local
210 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf()
339 upper = 1; in kvprintf()
387 p = ksprintn(nbuf, num, base, &n, upper); in kvprintf()
/dragonfly/sys/netgraph/ether/
H A Dng_ether.c74 hook_p upper; /* upper hook connection */ member
266 if (priv->upper == NULL) in ng_ether_output()
270 NG_SEND_DATA(error, priv->upper, *mp, meta); in ng_ether_output()
370 hookptr = &priv->upper; in ng_ether_newhook()
385 if (hookptr == &priv->upper) in ng_ether_newhook()
510 if (hook == priv->upper) in ng_ether_rcvdata()
615 if (hook == priv->upper) { in ng_ether_disconnect()
616 priv->upper = NULL; in ng_ether_disconnect()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h67 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
71 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY()
135 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
H A Dctype_base.h46 static const mask upper = _CTYPE_U; in _GLIBCXX_VISIBILITY() member
60 static const mask upper = _CTYPEMASK_U; in _GLIBCXX_VISIBILITY() member
/dragonfly/libexec/rtld-elf/
H A Drtld_printf.c105 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn() argument
112 c = upper ? hex2ascii_upper(num % base) : in ksprintn()
132 int dwidth, upper; in kvprintf() local
154 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf()
324 upper = 1; in kvprintf()
376 p = ksprintn(nbuf, num, base, &n, upper); in kvprintf()
/dragonfly/sys/netgraph7/ether/
H A Dng_ether.c77 hook_p upper; /* upper hook connection */ member
262 if (priv->upper == NULL) in ng_ether_output()
266 NG_SEND_DATA_ONLY(error, priv->upper, *mp); in ng_ether_output()
388 hookptr = &priv->upper; in ng_ether_newhook()
401 if (hookptr == &priv->upper) in ng_ether_newhook()
584 if (hook == priv->upper) in ng_ether_rcvdata()
707 if (hook == priv->upper) { in ng_ether_disconnect()
708 priv->upper = NULL; in ng_ether_disconnect()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c544 tree upper; in narrowest_unsigned_type() local
548 upper = TYPE_MAX_VALUE (integer_types[itk]); in narrowest_unsigned_type()
550 if ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) > high in narrowest_unsigned_type()
551 || ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) == high in narrowest_unsigned_type()
552 && TREE_INT_CST_LOW (upper) >= low)) in narrowest_unsigned_type()
576 tree upper; in narrowest_signed_type() local
580 upper = TYPE_MAX_VALUE (integer_types[itk]); in narrowest_signed_type()
582 if ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) > high in narrowest_signed_type()
583 || ((unsigned HOST_WIDE_INT) TREE_INT_CST_HIGH (upper) == high in narrowest_signed_type()
584 && TREE_INT_CST_LOW (upper) >= low)) in narrowest_signed_type()
/dragonfly/libexec/getty/
H A Dmain.c85 static int crmod, digit, lower, upper; variable
340 upper = 1; in main()
370 if (!(upper || lower || digit)) { in main()
526 crmod = digit = lower = upper = 0; in getname()
571 upper = 1; in getname()
589 digit = lower = upper = 0; in getname()
603 if ((upper && !lower && !LC) || UC) in getname()
/dragonfly/games/ching/printching/
H A Dprintching.c126 int lower, upper; /* encoded values of lower and upper trigrams */ in doahex() local
131 upper = codem(3); in doahex()
135 if (table[i].lines == upper) in doahex()
/dragonfly/usr.sbin/sensorsd/
H A Dsensorsd.c54 int64_t upper; /* upper limit */ member
366 else if (sensor.value > limit->upper) in check_sdlim()
470 print_sensor(limit->type, limit->upper)); in report_sdlim()
579 limit->upper)); in report_sdlim()
702 p->upper = get_val(ebuf, 1, p->type); in parse_config_sdlim()
709 if (p->lower != LLONG_MIN || p->upper != LLONG_MAX) in parse_config_sdlim()
715 get_val(char *buf, int upper, enum sensor_type type) in get_val() argument
722 if (upper) in get_val()
/dragonfly/tools/regression/bin/sh/builtins/
H A Dcase8.04 [[:alpha:]_][[:upper:]_][[:alpha:]_]) ;;
16 *[[:upper:]]*) ;;
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.h207 #define rxd_length wb.upper.length /* 16bits */
208 #define rxd_vlan wb.upper.vlan /* 16bits */
209 #define rxd_staterr wb.upper.status_error /* 32bits */
/dragonfly/sys/netbt/
H A Dsco_upper.c62 const struct btproto *proto, void *upper) in sco_attach() argument
68 KKASSERT(upper != NULL); in sco_attach()
75 pcb->sp_upper = upper; in sco_attach()
/dragonfly/lib/libc/db/recno/
H A Drec_put.c251 if ((uint32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) { in __rec_iput()
263 h->linp[idx] = h->upper -= nbytes; in __rec_iput()
264 dest = (char *)h + h->upper; in __rec_iput()
H A Drec_delete.c171 from = (char *)h + h->upper; in __rec_dleaf()
173 h->upper += nbytes; in __rec_dleaf()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_inline.h61 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
109 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in _GLIBCXX_VISIBILITY()
/dragonfly/usr.bin/killall/
H A Dkillall.c75 upper(const char *str) in upper() function
95 offset += fprintf(fp, "%s ", upper(*p)); in printsig()
430 printf("kill -%s %d\n", upper(sys_signame[sig]), in main()
436 warn("kill -%s %d", upper(sys_signame[sig]), in main()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dinit.c200 create_tree_of_subclasses_inherited_from (Class bottom_class, Class upper) in create_tree_of_subclasses_inherited_from() argument
208 (upper ? upper->name : NULL)); in create_tree_of_subclasses_inherited_from()
215 if (superclass == upper) in create_tree_of_subclasses_inherited_from()
218 while (superclass != upper) in create_tree_of_subclasses_inherited_from()

123456789