Home
last modified time | relevance | path

Searched refs:prior (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/freebsd/crypto/openssl/test/
H A Drdrand_sanitytest.c27 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local
56 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) in sanity_check_bytes()
66 memcpy(prior, buf, sizeof(buf)); in sanity_check_bytes()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_screen.c381 NCURSES_CH_T prior; in read_win() local
430 prior = blank; in read_win()
431 decode_cchar(value, &prior, data); in read_win()
450 source = decode_cchar(source, prior, target); in read_row()
464 source = decode_chtype(source, *prior, target); in read_row()
466 *prior = *target; in read_row()
606 NCURSES_CH_T prior = blank; in NCURSES_SP_NAME() local
625 if (read_row(++next, &prior, nwin->_line[n].text, tmp._maxx in NCURSES_SP_NAME()
659 attr_t prior, in encode_attr() argument
667 prior &= ~A_CHARTEXT; in encode_attr()
[all …]
/freebsd/contrib/ncurses/progs/
H A Dtabs.c93 int prior = 0; in decode_tabs() local
104 result[n] = value + prior; in decode_tabs()
115 prior = 0; in decode_tabs()
118 prior = result[n - 1]; in decode_tabs()
138 result[n++] = value + prior; in decode_tabs()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc13 # error "Define ASAN_ACTIVATION_FLAG prior to including this file!"
17 # error "Define COMMON_ACTIVATION_FLAG prior to including this file!"
/freebsd/sbin/ipf/common/
H A Dlexer.c181 static int prior = 0; in yylex() local
244 prior = c; in yylex()
335 prior = 0; in yylex()
451 if (prior == YY_NUMBER && c == ':') { in yylex()
601 prior = rval; in yylex()
/freebsd/sys/dev/ow/
H A Dow.c425 int first, second, i, dir, prior, last, err, retries; in ow_enumerate() local
429 prior = -1; in ow_enumerate()
480 if (i < prior) in ow_enumerate()
483 dir = i == prior; in ow_enumerate()
520 prior = last; in ow_enumerate()
/freebsd/sys/arm/conf/
H A DGENERIC-MMCCAM4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
/freebsd/sys/amd64/conf/
H A DGENERIC-MMCCAM4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
/freebsd/sys/arm64/conf/
H A DGENERIC-MMCCAM4 # Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
H A DGENERIC-MMCCAM-NODEBUG4 # Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
/freebsd/sys/dev/qlxge/
H A DREADME.txt62 5. Parameters to set prior to installing the driver
64 - Add the following lines to /etc/sysctl.conf and reboot the machine prior
/freebsd/sys/dev/qlxgb/
H A DREADME.txt62 5. Parameters to set prior to installing the driver
64 - Add the following lines to /etc/sysctl.conf and reboot the machine prior
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsancov_flags.inc13 #error "Defnine SANCOV_FLAG prior to including this file!"
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_init_ssl.pod18 application is multi-threaded), and these resources must be freed prior to the
34 OPENSSL_init_ssl() MUST be called by application code prior to
H A DOPENSSL_init_crypto.pod35 application is multi-threaded), and these resources must be freed prior to the
50 OPENSSL_init_crypto() MUST be called by application code prior to
266 should call OPENSSL_thread_stop() prior to the FreeLibrary() call.
269 multi-threaded and if dlclose() is subsequently called prior to the threads
272 each thread prior to the dlclose() call, or alternatively the original dlopen()
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt62 5. Parameters to set prior to installing the driver
67 - Add the following lines to /etc/sysctl.conf and reboot the machine prior
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_flags.inc13 #error "Define XRAY_FLAG prior to including this file!"
/freebsd/lib/libc/rpc/
H A DDISCLAIMER16 * from this software without specific prior written permission.
45 * from this software without specific prior written permission.
/freebsd/contrib/dialog/package/debian/
H A Dcopyright52 sale, use or other dealings in this Software without prior written
77 ings in this Software without prior written authorization from the X Consor-
99 to distribution of the software without specific, written prior
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Deeprom-93xx46.txt15 - select-gpios : if present, specifies the GPIO that will be asserted prior to
/freebsd/contrib/libpcap/
H A DLICENSE14 products derived from this software without specific prior
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_flags.inc13 # error "Define MSAN_FLAG prior to including this file!"
/freebsd/contrib/tcpdump/
H A DLICENSE14 products derived from this software without specific prior
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_flags.inc13 # error "Define UBSAN_FLAG prior to including this file!"

12345678910>>...33