Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 228) sorted by relevance

12345678910

/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_recursive_init.c2 struct top { struct
3 int i;
4 char c;
5 union onion {
8 } u;
9 char *s;
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
H A Dbn_nist.c265 #define nist_cp_bn_0(dst, src_in, top, max) \ argument
276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn()
354 int top = a->top, i; in BN_nist_mod_192() local
490 int top = a->top, i; in BN_nist_mod_224() local
662 int i, top = a->top; in BN_nist_mod_256() local
899 int i, top = a->top; in BN_nist_mod_384() local
1159 int top = a->top, i; in BN_nist_mod_521() local
/freebsd/lib/libc/db/recno/
H A Drec_get.c112 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe()
164 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe()
217 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap()
263 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
H A Drec_search.c65 indx_t top; in __rec_search() local
/freebsd/usr.sbin/ctld/
H A Duclparse.c245 uclparse_toplevel(const ucl_object_t *top) in uclparse_toplevel()
392 uclparse_auth_group(const char *name, const ucl_object_t *top) in uclparse_auth_group()
495 uclparse_portal_group(const char *name, const ucl_object_t *top) in uclparse_portal_group()
694 uclparse_target(const char *name, const ucl_object_t *top) in uclparse_target()
917 uclparse_lun(const char *name, const ucl_object_t *top) in uclparse_lun()
1015 ucl_object_t *top; in uclparse_conf() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_retstack.c53 uint8_t top; in pt_retstack_pop() local
75 uint8_t top, bottom; in pt_retstack_push() local
/freebsd/lib/libc/db/btree/
H A Dbt_conv.c58 indx_t i, top; in __bt_pgin() local
123 indx_t i, top; in __bt_pgout() local
/freebsd/contrib/libucl/src/
H A Ducl_util.c2493 ucl_object_delete_key (ucl_object_t *top, const char *key)
2518 ucl_object_pop_key (ucl_object_t *top, const char *key)
3123 ucl_array_append (ucl_object_t *top, ucl_object_t *elt)
3152 ucl_array_prepend (ucl_object_t *top, ucl_object_t *elt)
3217 ucl_array_delete (ucl_object_t *top, ucl_object_t *elt)
3240 ucl_array_head (const ucl_object_t *top)
3253 ucl_array_tail (const ucl_object_t *top)
3265 ucl_array_pop_last (ucl_object_t *top)
3281 ucl_array_pop_first (ucl_object_t *top)
3297 ucl_array_size (const ucl_object_t *top)
[all …]
H A Ducl_emitter_streamline.c52 const ucl_object_t *top; member
95 struct ucl_emitter_streamline_stack *st, *top; in ucl_object_emit_streamline_start_container() local
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h16 volatile pointer_t top; member
79 top(lock_free_stack_t *stack) in top() function
/freebsd/usr.bin/mail/
H A Dnames.c85 struct name *top, *np, *t; in extract() local
114 char *cp, *top; in detract() local
278 struct name *np, *top; in outof() local
547 char **ap, **top; in unpack() local
/freebsd/lib/libc/i386/string/
H A Dwcscmp.S40 top: movl (%edi),%eax label
/freebsd/sys/kern/
H A Dsubr_smp.c644 static struct cpu_group *top = NULL; in smp_topo() local
733 struct cpu_group *top; in smp_topo_none() local
783 struct cpu_group *top; in smp_topo_1level() local
802 struct cpu_group *top; in smp_topo_2level() local
829 smp_topo_find(struct cpu_group *top, int cpu) in smp_topo_find()
1197 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1219 topo_next_nonchild_node(struct topo_node *top, struct topo_node *node) in topo_next_nonchild_node()
/freebsd/usr.sbin/iovctl/
H A Dparse.c199 parse_device_config(const ucl_object_t *top, nvlist_t *config, in parse_device_config()
257 ucl_object_t *top; in parse_config_file() local
372 ucl_object_t *top; in find_device() local
/freebsd/stand/libsa/
H A Dsbrk.c39 setheap(void *base, void *top) in setheap()
/freebsd/contrib/dialog/
H A Darrows.c103 int top, in dlg_draw_arrows2()
164 int top, in dlg_draw_scrollbar()
265 int top, in dlg_draw_arrows()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_retstack.h50 uint8_t top; member
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dstack.c15 struct _cbor_stack_record *top = stack->top; in _cbor_stack_pop() local
H A Dstack.h36 struct _cbor_stack_record *top; member
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp21 uptr top = 0; in UnwindImpl() local
/freebsd/lib/libc/gmon/
H A Dmcount.c69 struct tostruct *top, *prevtop; in _MCOUNT_DECL() local
/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c112 struct blocks8 *top; in aesni_encrypt_ecb() local
152 struct blocks8 *top; in aesni_decrypt_ecb() local
214 struct blocks8 *top; in aesni_encrypt_icm() local
338 __m128i *top; in aesni_crypt_xts_block8() local
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c90 int top; in main() local
272 cmdscanner(int top) in cmdscanner()
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c162 ucl_object_t *top, *elm; in _iterate_python() local
193 ucl_object_t *top, *elm; in _iterate_python() local

12345678910