Searched refs:fetched (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dnamemap_internal_test.c135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); local
138 if (!TEST_ptr(fetched))
140 if (!TEST_true(EVP_CIPHER_is_a(fetched, "id-aes256-CCM"))
141 || !TEST_false(EVP_CIPHER_is_a(fetched, "AES-128-GCM")))
147 EVP_CIPHER_free(fetched);
157 EVP_MD *fetched = EVP_MD_fetch(NULL, "SHA2-512", NULL); local
160 if (!TEST_ptr(fetched))
162 if (!TEST_true(EVP_MD_is_a(fetched, "SHA512"))
163 || !TEST_false(EVP_MD_is_a(fetched, "SHA1")))
169 EVP_MD_free(fetched);
[all...]
/netbsd-current/tests/modules/
H A Dt_x86_pte.c61 static bool fetched = false; local
70 if (fetched)
82 fetched = true;
/netbsd-current/external/bsd/unbound/dist/validator/
H A Dautotrust.h81 uint8_t fetched; member in struct:autr_ta
H A Dautotrust.c1319 /** Set fetched value */
1323 ta->fetched = seen;
1523 ta->fetched = 0;
1808 if (anchor->fetched)
1814 if (!anchor->fetched)
1825 else if (!anchor->fetched)
1838 else if (anchor->fetched)
1843 if (anchor->fetched)
2277 ta->fetched?" fetched"
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-darwin-nat.c63 int fetched = 0; local
91 fetched++;
111 fetched++;
138 fetched++;
159 fetched++;
163 if (! fetched)
H A Dtarget-descriptions.c445 /* A flag indicating that a description has already been fetched
448 int fetched; member in struct:target_desc_info
450 /* The description fetched from the target, or NULL if the target
496 dest->fetched = src->fetched;
516 get_tdesc_info (current_inferior ())->fetched
532 /* If we've already fetched a description from the target, don't do
585 fetched it. */
589 /* Discard any description fetched from the current target, and switch
1768 filename = "fetched fro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-darwin-nat.c63 int fetched = 0; local
91 fetched++;
111 fetched++;
138 fetched++;
159 fetched++;
163 if (! fetched)
H A Dtarget-descriptions.c444 /* A flag indicating that a description has already been fetched
447 bool fetched = false; member in struct:target_desc_info
449 /* The description fetched from the target, or NULL if the target
531 /* If we've already fetched a description from the target, don't do
535 if (tdesc_info->fetched)
582 fetched it. */
583 tdesc_info->fetched = true;
586 /* Discard any description fetched from the current target, and switch
594 if (!tdesc_info->fetched)
597 tdesc_info->fetched
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/perl/
H A Dtest.pl70 use vars qw($val $fetched $stored);
72 $fetched = 0;
78 $fetched = 0;
84 $fetched++;
143 ok ($Mytie::fetched > 0);
147 ok ($Mytie::fetched > 0);
509 ok ($Mytie::fetched > 0); # used fetch
517 ok ($Mytie::fetched > 0); # used fetch
568 ok ($Mytie::fetched > 0); # used fetch
576 ok ($Mytie::fetched >
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bpf/
H A Dldabs.s10 ;;; Register r0 is an implicit output, holding the fetched data.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bpf/
H A Dldabs.s10 ;;; Register r0 is an implicit output, holding the fetched data.
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_doit.c62 EVP_MD *fetched = NULL; local
73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name,
75 if (fetched != NULL)
76 md = fetched;
89 EVP_MD_free(fetched);
92 EVP_MD_free(fetched);
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/
H A Dsha1-alpha.S49 or $1,$0,$0 # pair of 32-bit values are fetched
108 or $3,$2,$2 # pair of 32-bit values are fetched
167 or $5,$4,$4 # pair of 32-bit values are fetched
226 or $7,$6,$6 # pair of 32-bit values are fetched
285 or $9,$8,$8 # pair of 32-bit values are fetched
344 or $11,$10,$10 # pair of 32-bit values are fetched
403 or $13,$12,$12 # pair of 32-bit values are fetched
460 or $15,$14,$14 # pair of 32-bit values are fetched
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Daorsmul_1.asm187 dnl overlapping with parameters already fetched
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/
H A Dsqr_basecase.asm334 C ebp scratch (fetched dst limbs)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
H A Dlshift.asm47 dnl used after src has been fetched
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm68 C fetched.
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/
H A Dsha1-alpha.S49 or $1,$0,$0 # pair of 32-bit values are fetched
108 or $3,$2,$2 # pair of 32-bit values are fetched
167 or $5,$4,$4 # pair of 32-bit values are fetched
226 or $7,$6,$6 # pair of 32-bit values are fetched
285 or $9,$8,$8 # pair of 32-bit values are fetched
344 or $11,$10,$10 # pair of 32-bit values are fetched
403 or $13,$12,$12 # pair of 32-bit values are fetched
460 or $15,$14,$14 # pair of 32-bit values are fetched
/netbsd-current/common/lib/libx86emu/
H A Dx86emu.c307 int fetched; local
309 fetched = fetch_byte_imm(emu);
310 emu->cur_mod = (fetched >> 6) & 0x03;
311 emu->cur_rh = (fetched >> 3) & 0x07;
312 emu->cur_rl = (fetched >> 0) & 0x07;
327 uint8_t fetched; local
329 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP);
331 return fetched;
346 uint16_t fetched; local
348 fetched
365 uint32_t fetched; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Daorsmul_1.asm263 dnl overlapping with parameters already fetched
H A Dmul_basecase.asm393 C start of the unrolled loop. This can't just be fetched through the xp
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dsqr_basecase.asm492 C ebp scratch (fetched dst limbs)
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s2793 ! <%l3 already fetched for us> ! va
2820 ! <%l3 already fetched for us> ! va
2846 ! <%l3 already fetched for us> ! vr
2874 ! <%l3 already fetched for us> ! vr
2898 ! <%l3 already fetched for us> ! context
2919 ! <%l3 already fetched for us> ! va
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c275 /* Indexes first byte not fetched. */
276 unsigned int fetched; member in struct:dis_private
333 bfd_vma start = priv->insn_start + priv->fetched;
334 uint8_t *fetch_end = priv->the_buffer + priv->fetched;
340 if (priv->fetched + (size_t) needed <= ARRAY_SIZE (priv->the_buffer))
348 if (!priv->fetched)
353 priv->fetched += needed;
9483 priv.fetched = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d1923 time zone information is fetched from the TZ Database time zone files in
2772 zone names. The time zone information is fetched from the Windows

Completed in 223 milliseconds

12