Searched refs:prior (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/crypto/openssl/test/
H A Drdrand_sanitytest.c27 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; local
56 if (!TEST_false(!memcmp(prior, buf, sizeof(buf))))
66 memcpy(prior, buf, sizeof(buf));
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_screen.c26 * sale, use or other dealings in this Software without prior written *
379 NCURSES_CH_T prior; local
428 prior = blank;
429 decode_cchar(value, &prior, data);
442 read_row(char *source, NCURSES_CH_T *prior, NCURSES_CH_T *target, int length) argument
448 source = decode_cchar(source, prior, target);
462 source = decode_chtype(source, *prior, target);
464 *prior = *target;
604 NCURSES_CH_T prior = blank; local
623 if (read_row(++next, &prior, nwi
655 encode_attr(char *target, ARG_SLIMIT(limit) attr_t source, attr_t prior, int source_color, int prior_color) argument
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtabs.c26 * sale, use or other dealings in this Software without prior written *
128 int prior = 0; local
144 result[n] = value + prior + margin;
155 prior = 0;
158 prior = result[n - 1];
178 result[n++] = value + prior + margin;
/freebsd-current/contrib/mandoc/
H A Dmandoc.c612 * some symbols, such as `)', allow prior EOS punctuation to
/freebsd-current/sys/dev/cxgb/
H A Dbin2h.pl36 this software without specific prior written permission.
/freebsd-current/sys/dev/ow/
H A Dow.c425 int first, second, i, dir, prior, last, err, retries; local
429 prior = -1;
480 if (i < prior)
483 dir = i == prior;
500 * not updated prior yet, we can just jump to
520 prior = last;
/freebsd-current/contrib/cortex-strings/scripts/
H A Dadd-license.sh23 derived from this software without specific prior written permission.
/freebsd-current/contrib/bmake/mk/
H A Dcc-wrap.mk52 # but prior filters can apply to full value of .IMPSRC
/freebsd-current/contrib/kyua/examples/
H A Dkyua.conf15 -- without specific prior written permission.
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm75 the program fragment prior to evaluating the code.
/freebsd-current/share/mk/
H A Dbsd.info.mk15 # DVIPS2ASCII A program to convert a PostScript file which was prior
H A Dbsd.opts.mk20 # need variables defined there prior to the end of the Makefile where
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_mcp.h406 * prior: Priority selection within the DPIO channel; valid values
412 uint8_t prior; member in struct:dpaa2_con_notif_cfg
H A Ddpaa2_channel.c209 notif_cfg.prior = 0;
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S16 # without specific prior written permission.
/freebsd-current/contrib/ncurses/
H A Ddist.mk26 # use or other dealings in this Software without prior written #
/freebsd-current/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm58 defined it calls it prior to passing argument to a macro, giving caller a
/freebsd-current/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm85 defined it calls it prior to passing argument to a macro, giving caller a
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dconvert_hsi.pl158 * from this software without specific prior written permission.
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql15 -- without specific prior written permission.
H A Dschema_v1.sql15 -- without specific prior written permission.
H A Dschema_v2.sql15 -- without specific prior written permission.
H A Dmigrate_v1_v2.sql15 -- without specific prior written permission.
/freebsd-current/sys/vm/
H A Dvm_map.c20 * without specific prior written permission.
104 * Synchronization is required prior to most operations.
1016 vm_map_entry_t prior; local
1018 prior = entry->left;
1019 if (prior->right->start < entry->start) {
1021 prior = prior->right;
1022 while (prior->right != entry);
1024 return (prior);
1647 * Find the entry prior t
[all...]

Completed in 303 milliseconds

12