HomeSort by: relevance | last modified time | path
    Searched refs:prior (Results 1 - 25 of 218) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/zlib/pigz/dist/
yarn.c 207 thread *match, **prior; local
215 prior = &(threads);
216 while ((match = *prior) != NULL) {
219 prior = &(match->next);
227 *prior = match->next;
298 thread *match, **prior; local
306 prior = &(threads);
307 while ((match = *prior) != NULL) {
310 prior = &(match->next);
318 *prior = match->next
330 thread *match, **prior; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
rdrand_sanitytest.c 27 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));
  /src/crypto/external/apache2/openssl/dist/test/
rdcpu_sanitytest.c 39 unsigned char prior[31] = { 0 }, buf[31] = { 0 }, check[7]; local
68 if (!TEST_false(!memcmp(prior, buf, sizeof(buf))))
78 memcpy(prior, buf, sizeof(buf));
  /src/crypto/external/bsd/openssl.old/dist/test/
rdrand_sanitytest.c 31 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; local
60 if (!TEST_false(!memcmp(prior, buf, sizeof(buf))))
70 memcpy(prior, buf, sizeof(buf));
  /src/sys/dev/mvme/
vme_two_isr.c 248 vmetwo_intr_establish(void *csc, int prior, int lvl, int vec, int first, int (*hand)(void *), void *arg, struct evcnt *evcnt)
290 (*sc->sc_isrlink)(sc->sc_isrcookie, hand, arg, prior, vec, evcnt);
301 (*sc->sc_isrevcnt)(sc->sc_isrcookie, prior),
309 /* Program the specified interrupt to signal at 'prior' */
312 reg |= (prior << ilshift);
335 if ((prior << ilshift) != reg)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
inttypes.h 18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
  /src/sys/arch/mvme68k/dev/
vme_pcc.c 245 vme_pcc_intr_establish(void *csc, int prior, int level, int vector, int first, int (*func)(void *), void *arg, struct evcnt *evcnt)
249 if (prior != level)
252 isrlink_vectored(func, arg, prior, vector, evcnt);
256 isrlink_evcnt(prior), device_xname(sc->sc_mvmebus.sc_dev),
  /src/external/bsd/mdocml/dist/
mandoc.c 612 * some symbols, such as `)', allow prior EOS punctuation to
  /src/usr.sbin/sysinst/arch/acorn32/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/alpha/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/bebox/
menus.md.pl 20 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/cats/
menus.md.pl 20 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/emips/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/evbarm/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/evbmips/
menus.md.pl 20 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/evbppc/
menus.md.pl 20 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/evbsh3/
msg.md.pl 19 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/hpcarm/
menus.md.pl 18 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/hpcmips/
menus.md.pl 20 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/hppa/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/landisk/
menus.md.pl 20 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/macppc/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/mipsco/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/mvme68k/
menus.md.pl 21 * or promote products derived from this software without specific prior
  /src/usr.sbin/sysinst/arch/newsmips/
menus.md.pl 21 * or promote products derived from this software without specific prior

Completed in 60 milliseconds

1 2 3 4 5 6 7 8 9