/freebsd/contrib/bmake/unit-tests/ |
H A D | hanoi-include.exp | 1 Move the upper disk from stack A to stack C. 2 Move the upper disk from stack A to stack B. 3 Move the upper disk from stack C to stack B. 4 Move the upper disk from stack A to stack C. 5 Move the upper disk from stack B to stack A. 6 Move the upper disk from stack B to stack C. 7 Move the upper disk from stack A to stack C. 8 Move the upper disk from stack A to stack B. 9 Move the upper disk from stack C to stack B. 10 Move the upper disk from stack C to stack A. [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.dofmax.ksh | 59 let upper=1 61 while enable $upper ; do 62 let lower=upper 63 let upper=upper+upper 64 echo success at $lower, raised to $upper 70 while [[ "$lower" -lt "$upper" ]]; do 71 let guess=$(((lower + upper) / 2)) 72 echo "lower is $lower; upper is $upper; guess is $guess\c" 75 if [[ $((upper - lower)) -le 2 ]]; then 76 let upper=guess [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_car.c | 85 struct hookinfo upper; /* hook to upper layers */ member 207 priv->upper.hook = NULL; in ng_car_constructor() 208 priv->upper.dest = NULL; in ng_car_constructor() 209 priv->upper.tc = priv->upper.conf.cbs = NG_CAR_CBS_MIN; in ng_car_constructor() 210 priv->upper.te = priv->upper.conf.ebs = NG_CAR_EBS_MIN; in ng_car_constructor() 211 priv->upper.conf.cir = NG_CAR_CIR_DFLT; in ng_car_constructor() 212 priv->upper.conf.green_action = NG_CAR_ACTION_FORWARD; in ng_car_constructor() 213 priv->upper.conf.yellow_action = NG_CAR_ACTION_FORWARD; in ng_car_constructor() 214 priv->upper.conf.red_action = NG_CAR_ACTION_DROP; in ng_car_constructor() 215 priv->upper.conf.mode = 0; in ng_car_constructor() [all …]
|
H A D | ng_pipe.c | 36 * The node has two hooks, upper and lower. Traffic flowing from upper to 102 struct hookinfo upper; 274 bzero(&priv->upper, sizeof(priv->upper)); in ngp_newhook() 275 priv->upper.hook = hook; in ngp_newhook() 276 NG_HOOK_SET_PRIVATE(hook, &priv->upper); in ngp_newhook() 322 bcopy(&priv->upper.stats, &stats->downstream, in ngp_rcvmsg() 328 bzero(&priv->upper.stats, in ngp_rcvmsg() 329 sizeof(priv->upper in ngp_rcvmsg() 101 struct hookinfo upper; global() member [all...] |
/freebsd/sys/dev/isci/scil/ |
H A D | sci_util.h | 106 U32 upper = sci_cb_physical_address_upper((physical_address)); \ 109 upper += 1; \ 112 sci_cb_make_physical_address(physical_address, upper, lower); \ 123 U32 upper = sci_cb_physical_address_upper((physical_address)); \ 126 upper -= 1; \ 129 sci_cb_make_physical_address(physical_address, upper, lower); \
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_split.c | 104 h->linp[skip] = h->upper -= ilen; in __bt_split() 105 dest = (char *)h + h->upper; in __bt_split() 204 if ((u_int32_t)(h->upper - h->lower) < nbytes + sizeof(indx_t)) { in __bt_split() 223 h->linp[skip] = h->upper -= nbytes; in __bt_split() 229 h->linp[skip] = h->upper -= nbytes; in __bt_split() 254 h->linp[skip] = h->upper -= nbytes; in __bt_split() 272 h->linp[skip] = h->upper -= nbytes; in __bt_split() 346 r->upper = t->bt_psize; in bt_page() 382 l->upper = t->bt_psize; in bt_page() 450 l->upper = r->upper = t->bt_psize; in bt_root() [all …]
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_ifstack.c | 36 mib_ifstack_create(const struct mibif *lower, const struct mibif *upper) in mib_ifstack_create() argument 44 stack->index.subs[0] = upper ? upper->index : 0; in mib_ifstack_create() 55 mib_ifstack_delete(const struct mibif *lower, const struct mibif *upper) in mib_ifstack_delete() argument 60 if (stack->index.subs[0] == (upper ? upper->index : 0) && in mib_ifstack_delete()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVRange.cpp | 33 << hexValue(RangeEntry.upper()) << "]\n"; in startSearch() 36 RangesTree.insert(RangeEntry.lower(), RangeEntry.upper(), in startSearch() 112 if (LowerAddress >= RangeEntry.lower() && UpperAddress < RangeEntry.upper()) in getEntry() 121 UpperAddress == RangeEntry.upper()) in hasEntry() 136 return lhs.upper() < rhs.upper(); in sort() 153 OS << format("[0x%08x,0x%08x] ", RangeEntry.lower(), RangeEntry.upper()) in print()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_sched.cpp | 592 T upper = *pupper; in __kmp_dist_for_static_init() local 602 *plastiter = *plower <= upper && *pupperDist > upper - incr; in __kmp_dist_for_static_init() 603 if (*pupperDist > upper) in __kmp_dist_for_static_init() 604 *pupperDist = upper; // tracker C73258 in __kmp_dist_for_static_init() 613 *plastiter = *plower >= upper && *pupperDist < upper - incr; in __kmp_dist_for_static_init() 614 if (*pupperDist < upper) in __kmp_dist_for_static_init() 615 *pupperDist = upper; // tracker C73258 in __kmp_dist_for_static_init() 663 T upper = *pupperDist; in __kmp_dist_for_static_init() local 673 !(*plower <= upper && *pupper > upper - incr)) in __kmp_dist_for_static_init() 675 if (*pupper > upper) in __kmp_dist_for_static_init() [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | timehist.c | 80 hist->buckets[i].upper = last; in dosetup() 122 if(timeval_smaller(tv, &hist->buckets[i].upper)) { in timehist_insert() 140 (int)hist->buckets[i].upper.tv_sec, in timehist_print() 141 (int)hist->buckets[i].upper.tv_usec, in timehist_print() 163 (int)hist->buckets[i].upper.tv_sec, in timehist_log() 164 (int)hist->buckets[i].upper.tv_usec, in timehist_log() 204 up = (double)hist->buckets[i].upper.tv_sec + in timehist_quartile() 205 (double)hist->buckets[i].upper.tv_usec/1000000.; in timehist_quartile()
|
/freebsd/contrib/bearssl/T0/ |
H A D | CPU.cs | 82 rsp = rsp.upper; in Exit() 170 internal Frame upper; field in CPU.Frame 175 internal Frame(Frame upper, int numLocals) in Frame() argument 177 this.upper = upper; in Frame()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp | 111 auto AEK = Rec->getValueAsString("ArchExtKindSpelling").upper(); in EmitARMTargetDef() 123 auto AEK = Rec->getValueAsString("ArchExtKindSpelling").upper(); in EmitARMTargetDef() 168 auto LaterAEK = Rec->getValueAsString("ArchExtKindSpelling").upper(); in EmitARMTargetDef() 171 OS << " {" << EarlierAEK->upper() << ", " << LaterAEK << "},\n"; in EmitARMTargetDef() 188 return Minor == 0 ? "ARMV" + std::to_string(Major) + Profile.upper() in EmitARMTargetDef() 190 std::to_string(Minor) + Profile.upper(); in EmitARMTargetDef() 199 const std::string ProfileUpper = Rec->getValueAsString("Profile").upper(); in EmitARMTargetDef() 228 OS << "AArch64::" << E->getValueAsString("ArchExtKindSpelling").upper() in EmitARMTargetDef() 326 const auto AEK = E->getValueAsString("ArchExtKindSpelling").upper(); in EmitARMTargetDef()
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | docsinstall | 93 local lang desc upper status 100 upper=$( echo "$lang" | awk '{print toupper($0)}' ) 102 en) f_getvar DIST_DOC_$upper:-on status ;; 103 *) f_getvar DIST_DOC_$upper:-off status
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 239 uint64_t upper = 0; in updateSectionLoadAddress() local 242 vmaddrheuristic, lower, upper); in updateSectionLoadAddress() 245 if (upper > max_addr) in updateSectionLoadAddress() 246 max_addr = upper; in updateSectionLoadAddress() 250 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress() 262 uint64_t upper = lower + section_sp->GetByteSize(); in updateSectionLoadAddress() local 265 if (upper > max_addr) in updateSectionLoadAddress() 266 max_addr = upper; in updateSectionLoadAddress() 267 // This is an upper bound, but a good enough heuristic in updateSectionLoadAddress() 347 uint64_t upper in ReadJITDescriptorImpl() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | CrashReason.cpp | 17 std::optional<lldb::addr_t> upper = in GetCrashReasonString() local 21 std::optional<lldb::addr_t> upper; in GetCrashReasonString() 27 reinterpret_cast<uintptr_t>(info.si_addr), lower, upper); in GetCrashReasonString()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | mpeix.c | 268 char *upper; local 277 if ((upper = (char *)malloc(i + 1)) != NULL) 285 upper[i] = '.'; 288 upper[i] = toupper(name[i]); 297 else if ((result = getpwnam(upper)) != NULL) 308 free(upper);
|
/freebsd/sys/dev/e1000/ |
H A D | em_txrx.c | 109 status = txr->tx_base[cur].upper.fields.status; in em_dump_rs() 120 if (txr->tx_base[i].upper.fields.status & E1000_TXD_STAT_DD) in em_dump_rs() 409 ctxd->upper.data = htole32(txd_upper); in em_isc_txd_encap() 418 ctxd->upper.data = htole32(txd_upper); in em_isc_txd_encap() 428 ctxd->upper.data = htole32(txd_upper); in em_isc_txd_encap() 491 status = txr->tx_base[cur].upper.fields.status; in em_isc_txd_credits_update() 521 status = txr->tx_base[cur].upper.fields.status; in em_isc_txd_credits_update() 579 rxd->wb.upper.status_error = 0; in em_isc_rxd_refill() 635 staterr = le32toh(rxd->wb.upper.status_error); in em_isc_rxd_available() 731 staterr = le32toh(rxd->wb.upper.status_error); in em_isc_rxd_pkt_get() [all …]
|
/freebsd/stand/libsa/ |
H A D | printf.c | 56 static char *ksprintn (char *buf, uintmax_t num, int base, int *len, int upper); 201 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn() argument 209 *++p = upper ? toupper(c) : c; in ksprintn() 265 int dwidth, upper; in kvprintf() local 294 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf() 468 upper = 1; in kvprintf() 520 p = ksprintn(nbuf, num, base, &n, upper); in kvprintf()
|
/freebsd/crypto/openssl/crypto/ffc/ |
H A D | ffc_key_validate.c | 102 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv, in ossl_ffc_validate_private_key() argument 109 if (priv == NULL || upper == NULL) { in ossl_ffc_validate_private_key() 117 if (BN_cmp(priv, upper) >= 0) { in ossl_ffc_validate_private_key()
|
/freebsd/libexec/getty/ |
H A D | main.c | 83 static int crmod, digit, lower, upper; variable 338 upper = 1; in main() 368 if (!(upper || lower || digit)) { in main() 382 if (upper || UC) in main() 530 crmod = digit = lower = upper = 0; in getname() 575 upper = 1; in getname() 593 digit = lower = upper = 0; in getname() 607 if ((upper && !lower && !LC) || UC) in getname()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld_printf.c | 105 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() 326 upper = 1; in kvprintf() 377 p = ksprintn(nbuf, num, base, &n, upper); in kvprintf()
|
/freebsd/bin/sh/tests/builtins/ |
H A D | case8.0 | 3 [[:alpha:]_][[:upper:]_][[:alpha:]_]) ;; 15 *[[:upper:]]*) ;;
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_debug.c | 210 dtrace_debug_ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in dtrace_debug_ksprintn() argument 218 *++p = upper ? toupper(c) : c; in dtrace_debug_ksprintn() 237 int dwidth, upper; in dtrace_debug_vprintf() local 259 sign = 0; dot = 0; dwidth = 0; upper = 0; in dtrace_debug_vprintf() 429 upper = 1; in dtrace_debug_vprintf() 481 p = dtrace_debug_ksprintn(nbuf, num, base, &tmp, upper); in dtrace_debug_vprintf()
|
/freebsd/sys/kern/ |
H A D | subr_physmem.c | 311 struct region *lower, *upper; in merge_upper_regions() local 324 upper = ®ions[i]; in merge_upper_regions() 325 if (lend < upper->addr || lower->flags != upper->flags) in merge_upper_regions() 328 uend = upper->addr + upper->size; in merge_upper_regions()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | regex.cpp | 321 {"upper", ctype_base::upper}, 346 r |= ctype_base::alnum | ctype_base::upper | ctype_base::lower; 348 if (r & (ctype_base::lower | ctype_base::upper))
|