Home
last modified time | relevance | path

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

12345678910>>...12

/NextBSD/contrib/netbsd-tests/usr.bin/xlint/lint1/
HDd_c99_recursive_init.c2 struct top { struct
3 int i;
4 char c;
5 union onion {
8 } u;
9 char *s;
/NextBSD/sys/net/altq/
HDaltq_cdnr.c136 struct top_cdnr *top; local
210 struct top_cdnr *top; local
243 cdnr_cballoc(top, type, input_func) in cdnr_cballoc() argument
422 struct top_cdnr *top; local
439 top_destroy(top) in top_destroy() argument
478 element_create(top, action) in element_create() argument
538 tbm_create(top, profile, in_action, out_action) in tbm_create() argument
614 trtcm_create(top, cmtd_profile, peak_profile, in trtcm_create() argument
742 tswtcm_create(top, cmtd_rate, peak_rate, avg_interval, in tswtcm_create() argument
873 struct top_cdnr *top; local
[all …]
/NextBSD/crypto/openssl/crypto/bn/
HDbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
204 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
209 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
215 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
HDbn_nist.c301 static void nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max) in nist_cp_bn_0()
314 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn()
370 int top = a->top, i; in BN_nist_mod_192() local
511 int top = a->top, i; in BN_nist_mod_224() local
692 int i, top = a->top; in BN_nist_mod_256() local
938 int i, top = a->top; in BN_nist_mod_384() local
1207 int top = a->top, i; in BN_nist_mod_521() local
/NextBSD/lib/libc/db/recno/
HDrec_get.c116 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe()
168 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe()
221 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap()
267 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
HDrec_search.c69 indx_t top; in __rec_search() local
/NextBSD/lib/libc/db/btree/
HDbt_conv.c62 indx_t i, top; in __bt_pgin() local
127 indx_t i, top; in __bt_pgout() local
/NextBSD/contrib/libucl/src/
HDucl_util.c2012 ucl_object_insert_key_common (ucl_object_t *top, ucl_object_t *elt,
2121 ucl_object_delete_keyl (ucl_object_t *top, const char *key, size_t keylen)
2143 ucl_object_delete_key (ucl_object_t *top, const char *key)
2149 ucl_object_pop_keyl (ucl_object_t *top, const char *key, size_t keylen)
2168 ucl_object_pop_key (ucl_object_t *top, const char *key)
2174 ucl_object_insert_key (ucl_object_t *top, ucl_object_t *elt,
2181 ucl_object_insert_key_merged (ucl_object_t *top, ucl_object_t *elt,
2188 ucl_object_replace_key (ucl_object_t *top, ucl_object_t *elt,
2195 ucl_object_merge (ucl_object_t *top, ucl_object_t *elt, bool copy)
2432 ucl_lookup_path (const ucl_object_t *top, const char *path_in) {
[all …]
HDucl_emitter_streamline.c46 const ucl_object_t *top; member
87 struct ucl_emitter_streamline_stack *st, *top; in ucl_object_emit_streamline_start_container() local
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
Dfind_fn_imps.hpp50 top() const in top() function in PB_DS_CLASS_C_DEC
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
Dfind_fn_imps.hpp50 top() const in top() function in PB_DS_CLASS_C_DEC
/NextBSD/usr.bin/mail/
HDnames.c91 struct name *top, *np, *t; in extract() local
120 char *cp, *top; in detract() local
284 struct name *np, *top; in outof() local
553 char **ap, **top; in unpack() local
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
Dfind_fn_imps.hpp50 top() const in top() function in PB_DS_CLASS_C_DEC
/NextBSD/sys/kern/
HDsubr_smp.c565 struct cpu_group *top; in smp_topo() local
621 struct cpu_group *top; in smp_topo_none() local
671 struct cpu_group *top; in smp_topo_1level() local
690 struct cpu_group *top; in smp_topo_2level() local
717 smp_topo_find(struct cpu_group *top, int cpu) in smp_topo_find()
/NextBSD/lib/libc/i386/string/
HDwcscmp.S42 top: movl (%edi),%eax label
/NextBSD/usr.sbin/iovctl/
HDparse.c202 parse_device_config(const ucl_object_t *top, nvlist_t *config, in parse_device_config()
260 ucl_object_t *top; in parse_config_file() local
375 ucl_object_t *top; in find_device() local
/NextBSD/contrib/gcclibs/libdecnumber/
HDdecimal32.c109 uByte top; /* work */ in decimal32FromNumber() local
197 uInt top = d32->bytes[0] & 0x7f; /* top byte, less sign bit */ in decimal32ToNumber() local
HDdecimal64.c109 uByte top; /* work */ in decimal64FromNumber() local
196 uInt top = d64->bytes[0] & 0x7f; /* top byte, less sign bit */ in decimal64ToNumber() local
HDdecimal128.c109 uByte top; /* work */ in decimal128FromNumber() local
200 uInt top = d128->bytes[0] & 0x7f; /* top byte, less sign bit */ in decimal128ToNumber() local
/NextBSD/contrib/dialog/
HDarrows.c102 int top, in dlg_draw_arrows2()
163 int top, in dlg_draw_scrollbar()
263 int top, in dlg_draw_arrows()
/NextBSD/lib/libstand/
HDsbrk.c42 setheap(void *base, void *top) in setheap()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
Dfind_fn_imps.hpp50 top() const in top() function in PB_DS_CLASS_C_DEC
/NextBSD/contrib/groff/src/preproc/eqn/
HDdelim.cpp36 const char *top; member
202 static void build_extensible(const char *ext, const char *top, const char *mid, in build_extensible()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.qtip.js707 position = { left: 0, top: 0 }, property in PROTOTYPE.reposition.position
719 position = { left: target[0], top: target[1] }; property in PROTOTYPE.reposition.position
741 top: event.pageY - position.top + (offset && offset.top || 0) property in PROTOTYPE.reposition.position
773 top: (viewport || target).scrollTop(), property in PROTOTYPE.reposition.position
839 else { position.adjusted = { left: 0, top: 0 }; } property in position.adjusted
1060 top: '' property in AnonymousClass9f14737f1e01
2306 top: translate[1] - (translate[2] * Number(precedance === Y)), property in AnonymousClass9f14737f4c01.AnonymousClass9f14737f4d01
2378 tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position); property in AnonymousClass9f14737f5301
2391 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property in AnonymousFunction9f14737f5400.shift
2556 adjusted = { left: 0, top: 0 }, property in PLUGINS.viewport.adjusted
[all …]
/NextBSD/sys/crypto/aesni/
HDaesni_wrap.c115 struct blocks8 *top; in aesni_encrypt_ecb() local
155 struct blocks8 *top; in aesni_decrypt_ecb() local
216 struct blocks8 *top; in aesni_encrypt_icm() local
333 __m128i *top; in aesni_crypt_xts_block8() local

12345678910>>...12