Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 226) 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() argument
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
113 BN_bntest_rand(BIGNUM * rnd,int bits,int top,int bottom) BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM * rnd,int bits,int top,int bottom,unsigned int strength,BN_CTX * ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM * rnd,int bits,int top,int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM * rnd,int bits,int top,int bottom) BN_pseudo_rand() argument
[all...]
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.c246 uclparse_toplevel(const ucl_object_t *top) in uclparse_toplevel()
393 uclparse_auth_group(const char *name, const ucl_object_t *top) in uclparse_auth_group()
583 uclparse_portal_group(const char *name, const ucl_object_t *top) in uclparse_portal_group()
717 uclparse_target(const char *name, const ucl_object_t *top) in uclparse_target()
909 uclparse_lun(const char *name, const ucl_object_t *top) in uclparse_lun()
1008 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.c2362 ucl_object_insert_key_common (ucl_object_t *top, ucl_object_t *elt,
2471 ucl_object_delete_keyl (ucl_object_t *top, const char *key, size_t keylen)
2493 ucl_object_delete_key (ucl_object_t *top, const char *key)
2499 ucl_object_pop_keyl (ucl_object_t *top, const char *key, size_t keylen)
2518 ucl_object_pop_key (ucl_object_t *top, const char *key)
2524 ucl_object_insert_key (ucl_object_t *top, ucl_object_t *elt,
2531 ucl_object_insert_key_merged (ucl_object_t *top, ucl_object_t *elt,
2538 ucl_object_replace_key (ucl_object_t *top, ucl_object_t *elt,
2545 ucl_object_merge (ucl_object_t *top, ucl_object_t *elt, bool copy)
2912 ucl_object_lookup_path (const ucl_object_t *top, const char *path_in) {
[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/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/lib/libc/i386/string/
H A Dwcscmp.S40 top: movl (%edi),%eax label
/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/usr.sbin/iovctl/
H A Dparse.c224 parse_device_config(const ucl_object_t *top, nvlist_t *config, in parse_device_config()
282 ucl_object_t *top; in parse_config_file() local
397 ucl_object_t *top; in find_device() local
/freebsd/stand/libsa/
H A Dsbrk.c39 setheap(void *base, void *top) in setheap()
/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/contrib/libxo/xohtml/external/
H A Djquery.qtip.js707 position = { left: 0, top: 0 }, property
719 position = { left: target[0], top: target[1] }; property
741 top: event.pageY - position.top + (offset && offset.top || 0) property
773 top: (viewport || target).scrollTop(), property
839 else { position.adjusted = { left: 0, top: 0 }; } property
1060 top: '' property
2306 top: translate[1] - (translate[2] * Number(precedance === Y)), property
2378 tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position); property
2391 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property
2556 adjusted = { left: 0, top: 0 }, property
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_stack.cpp24 uptr top = 0; in UnwindImpl() 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/lib/libc/gmon/
H A Dmcount.c69 struct tostruct *top, *prevtop; in _MCOUNT_DECL() local

12345678910