Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/tcsh/
H A Dtw.comp.c190 tw_pos(Char *ran, int wno) in tw_pos() argument
194 if (ran[0] == '*' && ran[1] == '\0') in tw_pos()
197 for (p = ran; *p && *p != '-'; p++) in tw_pos()
201 return wno == getn(ran); in tw_pos()
203 if (ran == p) /* range = - <number> */ in tw_pos()
204 return wno <= getn(&ran[1]); in tw_pos()
208 return getn(ran) <= wno; in tw_pos()
210 return (getn(ran) <= wno) && (wno <= getn(p)); in tw_pos()
520 Char *ran, /* The pattern or range X/<range>/XXXX/ */ in tw_complete() local
559 ptr = tw_dollar(&ptr[2], wl, wordno, &ran, sep, in tw_complete()
[all …]
H A DFAQ36 I ran dbxtool & and shelltool & from tcsh, and they end up in cbreak and no
204 ran on hp/ux-11.x systems.
/freebsd/contrib/lua/src/
H A Dlmathlib.c532 static lua_Unsigned project (lua_Unsigned ran, lua_Unsigned n, in project() argument
535 return ran & n; /* no bias */ in project()
550 while ((ran &= lim) > n) /* project 'ran' into [0..lim] */ in project()
551 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
552 return ran; in project()
/freebsd/bin/sh/tests/builtins/
H A Dfc3.01 export PS1='_ ' # cannot predict whether ran by root or not
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-mount.service.in14 # is ran as a result of these settings.
/freebsd/contrib/file/magic/Magdir/
H A Dalliant10 # big-endian or little-endian versions, depending on the mode they ran
/freebsd/tools/test/stress2/tools/
H A Dsetup.sh34 excessive Test that ran for more than 30 minutes
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib39 # zpool iostat -v output is 7 columns, so if the script ran correctly
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h291 DescriptorMapUpdateResult(bool ran, bool retry, uint32_t found) { in DescriptorMapUpdateResult()
292 m_update_ran = ran; in DescriptorMapUpdateResult()
/freebsd/
H A DMakefile.sys.inc15 # then it is ran with MK_AUTO_OBJ=no in environment.
/freebsd/contrib/bmake/unit-tests/
H A Dcond-short.mk102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
/freebsd/usr.bin/tip/tip/
H A Dremote44 # 14.4k and 28.8k modems ran the port at 4x. Some rare 19.2 baud modems
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
301 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md132 [==========] 1 test from 1 test suite ran. (0 ms total)
/freebsd/sys/netinet/
H A Dtcp_hpts.c425 uint32_t ran; in hpts_random_cpu() local
427 ran = arc4random(); in hpts_random_cpu()
428 cpuid = (((ran & 0xffff) % mp_ncpus) % tcp_pace.rp_num_hptss); in hpts_random_cpu()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt1050 [==========] 90 tests from 43 test suites ran.
1174 [==========] 4 tests from 2 test suites ran. (? ms total)
1190 [==========] 1 test from 1 test suite ran.
1200 [==========] 1 test from 1 test suite ran.
/freebsd/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m457 # some of those tools can be ran cleanly on a codebase.
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst63 E5-2680 2.80 GHz machine with an SSD drive. We ran gold and lld with
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch255 /** return code that means the function ran out of memory. negative so it does
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td386 "translation unit is too large for Clang to process: ran out of source locations">, DefaultFatal;
/freebsd/contrib/libpcap/
H A DINSTALL.md122 if you already ran `configure` once).
/freebsd/contrib/bc/
H A DREADME.md209 When I ran benchmarks with my `bc` compiled under `clang`, it performed much
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3062 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local
3064 ran = arc4random_uniform(bbr_rand_ot); in bbr_randomize_extra_state_time()
3065 if (ran) { in bbr_randomize_extra_state_time()
3066 deduct = bbr->r_ctl.rc_level_state_extra / ran; in bbr_randomize_extra_state_time()
3077 uint32_t ran; in bbr_pick_probebw_substate() local
3084 ran = arc4random_uniform((BBR_SUBSTATE_COUNT-1)); in bbr_pick_probebw_substate()
3093 ret_val = BBR_SUBSTATE_COUNT - 1 - ran; in bbr_pick_probebw_substate()
/freebsd/usr.sbin/cron/doc/
H A DMAIL46 will inherit the environment of the person who ran the cron
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt338 Previously, each evbuffer was a huge chunk of memory. When we ran out of

12