Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 25 of 49) 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/crypto/krb5/src/include/
H A Dk5-platform.h321 static k5_init_t JOIN__2(NAME, ran) \
328 JOIN__2(NAME, ran).error = NAME(); \
329 JOIN__2(NAME, ran).did_run = 3; \
333 (JOIN__2(NAME, ran).did_run == 3 \
334 ? JOIN__2(NAME, ran).error \
336 # define INITIALIZER_RAN(NAME) (JOIN__2(NAME,ran).did_run == 3 && JOIN__2(NAME, ran).error == 0)
346 static k5_init_t JOIN__2(NAME, ran) \
351 JOIN__2(NAME, ran).error = NAME(); \
352 JOIN__2(NAME, ran).did_run = 3; \
356 (JOIN__2(NAME, ran).did_run == 3 \
[all …]
/freebsd/contrib/lua/src/
H A Dlmathlib.c549 static lua_Unsigned project (lua_Unsigned ran, lua_Unsigned n, in project() argument
552 return ran & n; /* no bias */ in project()
567 while ((ran &= lim) > n) /* project 'ran' into [0..lim] */ in project()
568 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
569 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.
H A Dzfs-mount@.service.in15 # 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.md125 [==========] 1 test from 1 test suite ran. (0 ms total)
/freebsd/sys/netinet/
H A Dtcp_hpts.c399 uint32_t ran; in tcp_hptsi_random_cpu() local
401 ran = arc4random(); in tcp_hptsi_random_cpu()
402 cpuid = (((ran & 0xffff) % mp_ncpus) % pace->rp_num_hptss); in tcp_hptsi_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.md207 When I ran benchmarks with my `bc` compiled under `clang`, it performed much
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3055 uint32_t ran, deduct; in bbr_randomize_extra_state_time() local
3057 ran = arc4random_uniform(bbr_rand_ot); in bbr_randomize_extra_state_time()
3058 if (ran) { in bbr_randomize_extra_state_time()
3059 deduct = bbr->r_ctl.rc_level_state_extra / ran; in bbr_randomize_extra_state_time()
3070 uint32_t ran; in bbr_pick_probebw_substate() local
3077 ran = arc4random_uniform((BBR_SUBSTATE_COUNT-1)); in bbr_pick_probebw_substate()
3086 ret_val = BBR_SUBSTATE_COUNT - 1 - ran; in bbr_pick_probebw_substate()

12