Searched refs:once (Results 101 - 121 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in302 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk65 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
/freebsd-11-stable/stand/lua/
H A Dcore.lua74 -- XXX Temporary compat shim; this should be removed once the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc74 // do it once up front.
275 // file to be deleted once it is closed. We also use the flags
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c95 * file once per day as soon as the message appears on the satellites.
320 u_char count5_set; /* only set count5 once */
352 u_char once; /* one pass code at top of BaEaHa */ member in struct:instance
617 instance->once = 1;
656 Since things ALWAYS work if we only open the device once, we check
1182 * record is filled once every 15s.
2195 /* do some things once when we get this far in BaEaHa */
2197 if (instance->once) {
2198 instance->once = 0;
2429 * Check the leap second status once pe
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.in296 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl204 // in sha512 case I load whole X[16] at once and take care of alignment...
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c285 /* Reset system clock while resuming. XXX Remove once tested. */
337 /* Only run the startup code once. The MADT driver also calls this. */
1224 * Reserve declared resources for devices found during attach once system
2502 * Note that this loop should really only run once, unless
2611 static int once; local
2613 if (!once) {
2616 once = 1;
2652 * save state and acknowledge the request. The system sleeps once all
2711 * We cancel this timeout once all userland acks are in or the
2856 /* Re-entry once w
[all...]
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1866 static int once; local
2028 if (!once) {
2032 once = 1;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h851 struct iwn5000_calib_elem once; member in struct:iwn5000_calib_status
H A Dif_iwn.c5867 /* NB: We update differential gains only once after 20 beacons. */
6479 cmd.ucode.once.enable = 0xffffffff;
6480 cmd.ucode.once.start = IWN5000_CALIB_DC;
7536 * only once at first boot. Called from a process context.
7545 cmd.ucode.once.enable = htole32(0xffffffff);
7546 cmd.ucode.once.start = htole32(0xffffffff);
7547 cmd.ucode.once.send = htole32(0xffffffff);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl1530 stdx $i,$tp,$i ; zap tp at once
1609 std $i,8($tp) ; zap tp at once
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2588 TSAN_INTERCEPTOR_NETBSD_ALIAS_THR(int, once, void *o, void (*f)())
2808 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS_THR(once);
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3873 % Change the page size parameters. We could do this once outside this
3876 % of assignments once per index is clearly meaningless for the
3937 % invocation ends. Having called \balancecolumns once, we do not
4201 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
4725 % chapters. Have to read the whole toc once to know how many chapters
5970 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
6506 % We will only complain once about lack of epsf.tex.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3771 % Change the page size parameters. We could do this once outside this
3774 % of assignments once per index is clearly meaningless for the
3835 % invocation ends. Having called \balancecolumns once, we do not
4099 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
4602 % chapters. Have to read the whole toc once to know how many chapters
5846 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
6377 % We will only complain once about lack of epsf.tex.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5108 % Change the page size parameters. We could do this once outside this
5111 % of assignments once per index is clearly meaningless for the
5200 % invocation ends. Having called \balancecolumns once, we do not
5488 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
6128 % chapters. Have to read the whole toc once to know how many chapters
7460 % each BLAH argument. It was anyhow needed to parse already once this list
7579 % within an \edef expand only once. So we are going to place all argument
7590 % are within tokens and that tokens expand only once in an \edef .
7791 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
8426 % We will only complain once abou
[all...]
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.in246 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js117 // The body element only exists once, optimize finding it
403 // Is the DOM ready to be used? Set to true once it occurs.
451 readyList = jQuery.Callbacks( "once memory" );
1003 * once: will ensure the callback list can only be fired once (like a Deferred)
1009 * unique: will ensure a callback can only be added once (no duplicate in the list)
1071 if ( !flags.once ) {
1125 // we only need to do this once
1178 if ( !flags.once ) {
1181 } else if ( !( flags.once
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c62 #include <isc/once.h>
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c48 #include <isc/once.h>
1957 * The caller may close the socket once this function returns,
2784 * once but only if we need it.
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c978 ** There was once also a CLANG_VERSION macro. However, we learn that the
2298 ** object once the object has been registered.
2726 ** SQLite will never invoke xInit() more than once without an intervening
4065 ** is invoked once for that table with a column name that is an empty string.
5001 ** be used just once or at most a few times and then destroyed using
5265 ** [prepared statement] S has been stepped at least once using
5366 ** SQL parameter is used more than once, second and subsequent
6564 ** called once for each invocation of the xStep callback and then one
6567 ** implementation is never called and xFinal() is called exactly once.
6652 ** once, whe
86682 int once = 1; local
151864 int once = 1; local
[all...]

Completed in 850 milliseconds

12345