Home
last modified time | relevance | path

Searched refs:NB (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd-14-stable/share/examples/jails/
HDREADME25 # NB: Customize root directory and bridge interface
27 # NB: Assumes jail_list="" (meaning ``all jails in jail.conf'')
28 # NB: Assumes rc_conf_files="" (``below rc.conf(5) samples not used'')
36 # NB: Customize root directory and bridge interface
38 # NB: Assumes /etc/jail.conf does not exist and jail_list=""
46 # NB: Customize root directory and bridge interface
49 # NB: Assumes rc_conf_files=""
57 # NB: Customize root directory and bridge interface
61 # NB: Assumes neither /etc/jail.conf nor /etc/jail.xxx.conf exist
HDVIMAGE27 # NB: Not strictly necessary; will load automatically via KLD when needed
39 # NB: Not strictly necessary; will load automatically via KLD when needed
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h34 NodeBuilder &NB; variable
50 NB(builder), in Eng()
81 return NB.getContext().blockCount(); in blockCount()
133 return NB.getContext().getBlock()->getBlockID(); in getBlockID()
432 node = NB.generateSink(LocalLoc, State, P);
434 node = NB.generateNode(LocalLoc, State, P);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingMerge.c227 unsigned NB = SrcData->NumBitmapBytes; in __llvm_profile_merge_from_buffer() local
229 if (NB != 0) { in __llvm_profile_merge_from_buffer()
230 if (SrcBitmap < SrcBitmapStart || (SrcBitmap + NB) > SrcNameStart) in __llvm_profile_merge_from_buffer()
233 for (unsigned I = 0; I < NB; I++) in __llvm_profile_merge_from_buffer()
/freebsd-14-stable/tools/test/stress2/testcases/socket/
HDsocket.c42 #define NB (400 * 1024 * 1024) macro
73 for (i = 0; i < NB; i+= bufsize) { in writer()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDSourceMgr.h146 SrcBuffer NB; in AddNewSourceBuffer() local
147 NB.Buffer = std::move(F); in AddNewSourceBuffer()
148 NB.IncludeLoc = IncludeLoc; in AddNewSourceBuffer()
149 Buffers.push_back(std::move(NB)); in AddNewSourceBuffer()
/freebsd-14-stable/tools/test/stress2/testcases/tcp/
HDtcp.c45 #define NB (400 * 1024 * 1024) macro
141 for (i = 0; i < NB; i+= bufsize) { in writer()
/freebsd-14-stable/tools/test/stress2/misc/
HDfullpath2.sh156 int fd[NB], i, n;
204 i = i % NB;
/freebsd-14-stable/usr.sbin/bsdconfig/includes/
HDUSAGE60 NB: The `-f' flag is implied when given an include.
66 NB: The `.subr' suffix on the end of the include is optional.
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDPointer.cpp430 unsigned NB = Record->getNumBases(); in toRValue() local
433 R = APValue(APValue::UninitStruct(), NB, NF); in toRValue()
448 for (unsigned I = 0; I < NB; ++I) { in toRValue()
459 Ok &= Composite(VirtBaseTy, VP, R.getStructBase(NB + I)); in toRValue()
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDimx6sl-tolino-shine2hd.dts5 * Name on mainboard is: 37NB-E60QF0+4A2 or 37NB-E60QF0+4A3
621 * 37NB-E60QF0+4A2: CyberTan WC121 (BCM43362) SDIO WiFi
622 * 37NB-E60QF0+4A3: RTL8189F SDIO WiFi
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/microchip/
HDsparx5_pcb135_emmc.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
HDsparx5_pcb134_emmc.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
HDsparx5_pcb125.dts21 /* NB: No "GPIO_35", "GPIO_36", "GPIO_37"
/freebsd-14-stable/tools/regression/usr.bin/env/
HDregress-env.rgdata320 sb_args:-S/bin/sh [%-script.pathname-%] ${A} ${NB} ${C} ${ND} ${NE} ${F} S:
322 setenv:NB=
343 sb_args:-S/bin/sh [%-script.pathname-%] ${A} ${NB} "${NB}" ${NB} ${C} "${ND}" ${NE} ${F} S:
345 setenv:NB=
/freebsd-14-stable/crypto/heimdal/lib/gssapi/spnego/
HDspnego.asn140 -- NB: negResult is not OPTIONAL in the new SPNEGO spec but
/freebsd-14-stable/sys/contrib/device-tree/Bindings/thermal/
HDst-thermal.txt19 NB: For thermal sensor's for which no interrupt has been
/freebsd-14-stable/sys/powerpc/powerpc/
HDdb_disasm.c970 u_int NB; in disasm_fields() local
971 NB = extract_field(instr, 31 - 20, 5); in disasm_fields()
972 if (NB == 0) in disasm_fields()
973 NB = 32; in disasm_fields()
974 APP_PSTR(", %d", NB); in disasm_fields()
/freebsd-14-stable/sbin/gbde/
HDtemplate.txt28 # NB: This variable is boolean, if it is present it means "yes" even if
/freebsd-14-stable/crypto/openssl/test/recipes/30-test_evp_data/
HDevppbe_scrypt.txt40 # NB: this test requires more than 1GB of memory to run so it will hit the
/freebsd-14-stable/contrib/lua/src/
HDlstrlib.c1407 #define NB CHAR_BIT macro
1410 #define MC ((1 << NB) - 1)
1586 n >>= NB;
1633 lua_Integer lim = (lua_Integer)1 << ((size * NB) - 1);
1642 luaL_argcheck(L, (lua_Unsigned)n < ((lua_Unsigned)1 << (size * NB)),
1689 len < ((size_t)1 << (size * NB)),
1750 res <<= NB;
1755 lua_Unsigned mask = (lua_Unsigned)1 << (size*NB - 1);
/freebsd-14-stable/tools/tools/net80211/scripts/
HDconfig22 # NB: takes first device of each type; to fix
/freebsd-14-stable/contrib/ntp/html/hints/
HDsvr4_package21 files or remove some. NB I've made the man
/freebsd-14-stable/contrib/ncurses/
HDAUTHORS40 NB Nicolas Boulenguez
/freebsd-14-stable/sys/contrib/device-tree/Bindings/clock/ti/davinci/
HDpsc.txt27 the device-specific datasheet to find these numbers. NB: Most local

1234