Searched refs:lh (Results 1 - 25 of 68) sorted by relevance

123

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dlhash.c110 static void expand(_LHASH *lh);
111 static void contract(_LHASH *lh);
112 static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash);
157 void lh_free(_LHASH *lh) argument
162 if (lh == NULL)
165 for (i=0; i<lh->num_nodes; i++)
167 n=lh->b[i];
175 OPENSSL_free(lh->b);
176 OPENSSL_free(lh);
179 void *lh_insert(_LHASH *lh, voi argument
217 lh_delete(_LHASH *lh, const void *data) argument
248 lh_retrieve(_LHASH *lh, const void *data) argument
270 doall_util_fn(_LHASH *lh, int use_arg, LHASH_DOALL_FN_TYPE func, LHASH_DOALL_ARG_FN_TYPE func_arg, void *arg) argument
300 lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func) argument
305 lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg) argument
310 expand(_LHASH *lh) argument
366 contract(_LHASH *lh) argument
405 getrn(_LHASH *lh, const void *data, unsigned long *rhash) argument
473 lh_num_items(const _LHASH *lh) argument
[all...]
H A Dlh_stats.c73 void lh_stats(LHASH *lh, FILE *out) argument
75 fprintf(out,"num_items = %lu\n",lh->num_items);
76 fprintf(out,"num_nodes = %u\n",lh->num_nodes);
77 fprintf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes);
78 fprintf(out,"num_expands = %lu\n",lh->num_expands);
79 fprintf(out,"num_expand_reallocs = %lu\n",lh->num_expand_reallocs);
80 fprintf(out,"num_contracts = %lu\n",lh->num_contracts);
81 fprintf(out,"num_contract_reallocs = %lu\n",lh->num_contract_reallocs);
82 fprintf(out,"num_hash_calls = %lu\n",lh->num_hash_calls);
83 fprintf(out,"num_comp_calls = %lu\n",lh
99 lh_node_stats(LHASH *lh, FILE *out) argument
112 lh_node_usage_stats(LHASH *lh, FILE *out) argument
142 lh_stats(const _LHASH *lh, FILE *fp) argument
154 lh_node_stats(const _LHASH *lh, FILE *fp) argument
166 lh_node_usage_stats(const _LHASH *lh, FILE *fp) argument
180 lh_stats_bio(const _LHASH *lh, BIO *out) argument
208 lh_node_stats_bio(const _LHASH *lh, BIO *out) argument
221 lh_node_usage_stats_bio(const _LHASH *lh, BIO *out) argument
[all...]
H A Dlhash.h173 #define lh_error(lh) ((lh)->error)
176 void lh_free(_LHASH *lh);
177 void *lh_insert(_LHASH *lh, void *data);
178 void *lh_delete(_LHASH *lh, const void *data);
179 void *lh_retrieve(_LHASH *lh, const void *data);
180 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
183 unsigned long lh_num_items(const _LHASH *lh);
186 void lh_stats(const _LHASH *lh, FIL
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltin-inf-1.c9 long double lh = __builtin_huge_vall(); variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbuiltin-inf-1.c9 long double lh = __builtin_huge_vall(); variable
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dfddi.c65 struct llc lh; local
76 memset (&lh, 0, sizeof lh);
77 lh.llc_dsap = LLC_SNAP_LSAP;
78 lh.llc_ssap = LLC_SNAP_LSAP;
79 lh.llc_un.type_snap.control = LLC_UI;
80 lh.llc_un.type_snap.ether_type = htons (ETHERTYPE_IP);
81 memcpy (&buf [*bufix], &lh, LLC_SNAP_LEN);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dinf-1.c11 long double lh = __builtin_huge_vall(); local
24 if (li != lh)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.c115 struct label_header *lh; local
130 lh = (struct label_header *) (readbuf +
133 if (!strncmp((char *)lh->id, LABEL_ID, sizeof(lh->id))) {
139 if (xlate64(lh->sector_xl) != sector + scan_sector) {
143 (uint64_t)xlate64(lh->sector_xl),
147 if (calc_crc(INITIAL_CRC, &lh->offset_xl, LABEL_SIZE -
148 ((uintptr_t) &lh->offset_xl - (uintptr_t) lh)) !=
149 xlate32(lh
201 struct label_header *lh; local
305 struct label_header *lh = (struct label_header *) buf; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dinf-1.c14 long double lh = __builtin_huge_vall(); local
31 if (li != lh)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/
H A Dbootstrap94 lh=
102 lh="$lh $i"
106 case "$l:$lh" in
108 *) touch $l $lh
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/score/
H A Dls32ls16.d24 40: 2039 lh! r0, \[r3\]
25 42: 2039 lh! r0, \[r3\]
26 44: 23f9 lh! r3, \[r15\]
27 46: 23f9 lh! r3, \[r15\]
28 48: 2f89 lh! r15, \[r8\]
29 4a: 2f89 lh! r15, \[r8\]
30 4c: c4888000 lh r4, \[r8, 0\]
31 50: c7338000 lh r25, \[r19, 0\]
32 54: 2579 lh! r5, \[r7\]
33 56: 2579 lh! r
[all...]
H A Dls32ls16p.d30 30: c4a28040 lh r5, \[r2, 64\]
31 34: c4a28040 lh r5, \[r2, 64\]
32 38: c4c68010 lh r6, \[r6, 16\]
33 3c: c4c68010 lh r6, \[r6, 16\]
91 e0: c402800c lh r0, \[r2, 12\]
92 e4: c40580ff lh r0, \[r5, 255\]
93 e8: c5e28000 lh r15, \[r2, 0\]
94 ec: c5e480ff lh r15, \[r4, 255\]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/bfin/
H A Dhisilh-O0.c14 int lh(raw2x16 a, raw2x16 b) function
38 if (lh (a, b) != 0xff9d5f20)
H A Dhisilh.c14 int lh(raw2x16 a, raw2x16 b) function
38 if (lh (a, b) != 0xff9d5f20)
/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Dcompile.c819 struct labhash **lhp, *lh; local
826 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
827 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0)
829 lh = xmalloc(sizeof *lh);
830 lh
844 struct labhash *lh; local
866 struct labhash *lh, *next; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dsafestack.h2429 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2430 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2431 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2432 #define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2433 #define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
2434 LHM_lh_doall_arg(ADDED_OBJ,lh,f
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkstack.pl158 #define lh_${type_thing}_insert(lh,inst) LHM_lh_insert(${type_thing},lh,inst)
159 #define lh_${type_thing}_retrieve(lh,inst) LHM_lh_retrieve(${type_thing},lh,inst)
160 #define lh_${type_thing}_delete(lh,inst) LHM_lh_delete(${type_thing},lh,inst)
161 #define lh_${type_thing}_doall(lh,fn) LHM_lh_doall(${type_thing},lh,fn)
162 #define lh_${type_thing}_doall_arg(lh,fn,arg_type,arg) \\
163 LHM_lh_doall_arg(${type_thing},lh,f
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/iq2000/
H A Dnohazard.s9 lh %0, 0x80(%0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mep/
H A Ddj1.s29 lh $0,($0)
37 lh $15,($0)
45 lh $0,($15)
53 lh $15,($15)
113 lh $0,0($tp)
116 lh $7,0($tp)
119 lh $0,126($tp)
122 lh $7,126($tp)
125 lh $0,%tpoff(symbol)($tp)
128 lh
[all...]
H A Dallinsn.s38 .global lh
39 lh: label
40 lh $15,($8)
41 lh $3,($10)
42 lh $9,($sp)
43 lh $6,($sp)
44 lh $15,($11)
120 lh $7,2($fp)
121 lh $4,3($8)
122 lh
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/dlx/
H A Dload.s8 lh r3,%hi(5f)[r5]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_label.c32 struct label_header *lh = (struct label_header *) buf; local
34 if (!strncmp((char *)lh->type, LVM2_LABEL, sizeof(lh->type)))
42 struct label_header *lh = (struct label_header *) buf; local
55 strncpy((char *)lh->type, label->type, sizeof(label->type));
57 pvhdr = (struct pv_header *) ((void *) buf + xlate32(lh->offset_xl));
255 struct label_header *lh = (struct label_header *) buf; local
267 pvhdr = (struct pv_header *) ((void *) buf + xlate32(lh->offset_xl));
/netbsd-6-1-5-RELEASE/lib/librpcsvc/
H A Dbootparam_prot.x67 char lh;
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.bootparamd/
H A Dtest.c90 bp.client_address.bp_address_u.ip_addr.lh = (addr >> 8) & 0xff;
98 out->router_address.bp_address_u.ip_addr.lh & 0xff,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_smpl.c554 BIGNUM *lh, *y2; local
576 lh = BN_CTX_get(ctx);
577 if (lh == NULL) goto err;
584 if (!BN_GF2m_add(lh, &point->X, &group->a)) goto err;
585 if (!field_mul(group, lh, lh, &point->X, ctx)) goto err;
586 if (!BN_GF2m_add(lh, lh, &point->Y)) goto err;
587 if (!field_mul(group, lh, lh,
[all...]

Completed in 463 milliseconds

123