Home
last modified time | relevance | path

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

12345678910>>...32

/freebsd-14-stable/crypto/openssl/test/
HDrdrand_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-14-stable/contrib/ncurses/ncurses/base/
HDlib_screen.c379 NCURSES_CH_T prior; in read_win() local
428 prior = blank; in read_win()
429 decode_cchar(value, &prior, data); in read_win()
442 read_row(char *source, NCURSES_CH_T *prior, NCURSES_CH_T *target, int length) in read_row() argument
448 source = decode_cchar(source, prior, target); in read_row()
462 source = decode_chtype(source, *prior, target); in read_row()
464 *prior = *target; in read_row()
604 NCURSES_CH_T prior = blank; in NCURSES_SP_NAME() local
623 if (read_row(++next, &prior, nwin->_line[n].text, tmp._maxx in NCURSES_SP_NAME()
657 attr_t prior, in encode_attr() argument
[all …]
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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-14-stable/contrib/ncurses/progs/
HDtabs.c128 int prior = 0; in decode_tabs() local
144 result[n] = value + prior + margin; in decode_tabs()
155 prior = 0; in decode_tabs()
158 prior = result[n - 1]; in decode_tabs()
178 result[n++] = value + prior + margin; in decode_tabs()
/freebsd-14-stable/sbin/ipf/common/
HDlexer.c180 static int prior = 0; in yylex() local
243 prior = c; in yylex()
334 prior = 0; in yylex()
450 if (prior == YY_NUMBER && c == ':') { in yylex()
600 prior = rval; in yylex()
/freebsd-14-stable/sys/dev/ow/
HDow.c432 int first, second, i, dir, prior, last, err, retries; in ow_enumerate() local
436 prior = -1; in ow_enumerate()
487 if (i < prior) in ow_enumerate()
490 dir = i == prior; in ow_enumerate()
527 prior = last; in ow_enumerate()
/freebsd-14-stable/sys/arm/conf/
HDGENERIC-MMCCAM4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
/freebsd-14-stable/sys/dev/qlxge/
HDREADME.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-14-stable/sys/dev/qlxgb/
HDREADME.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-14-stable/sys/arm64/conf/
HDGENERIC-MMCCAM4 # Custom kernel for arm64 plus MMCCAM as opposed to the prior MMC stack. It is
/freebsd-14-stable/sys/dev/qlxgbe/
HDREADME.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-14-stable/crypto/openssl/doc/man3/
HDOPENSSL_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
HDOPENSSL_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
267 should call OPENSSL_thread_stop() prior to the FreeLibrary() call.
270 multi-threaded and if dlclose() is subsequently called prior to the threads
273 each thread prior to the dlclose() call, or alternatively the original dlopen()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsancov_flags.inc13 #error "Defnine SANCOV_FLAG prior to including this file!"
/freebsd-14-stable/sys/contrib/openzfs/cmd/zpool/compatibility.d/
HDgrub2-2.061 # Features which are supported by GRUB2 versions prior to v2.12.
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_basic_flags.inc13 #error "Define XRAY_FLAG prior to including this file!"
/freebsd-14-stable/lib/libc/rpc/
HDDISCLAIMER16 * from this software without specific prior written permission.
45 * from this software without specific prior written permission.
/freebsd-14-stable/contrib/dialog/package/debian/
HDcopyright52 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-14-stable/sys/contrib/device-tree/Bindings/misc/
HDeeprom-93xx46.txt15 - select-gpios : if present, specifies the GPIO that will be asserted prior to
/freebsd-14-stable/contrib/tcpdump/
HDLICENSE14 products derived from this software without specific prior
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_flags.inc13 # error "Define MSAN_FLAG prior to including this file!"
/freebsd-14-stable/contrib/libpcap/
HDLICENSE14 products derived from this software without specific prior
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_flags.inc13 # error "Define UBSAN_FLAG prior to including this file!"
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDinttypes.h21 #error MSVC does not have inttypes.h prior to Visual Studio 2013
/freebsd-14-stable/sys/contrib/device-tree/Bindings/interrupt-controller/
Dst,sti-irq-syscfg.txt6 This driver is used to unmask them prior to use.

12345678910>>...32