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

/external/openssl/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
295 lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func) argument
300 lh_doall_arg(LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg) argument
305 expand(LHASH *lh) argument
364 contract(LHASH *lh) argument
404 getrn(LHASH *lh, const void *data, unsigned long *rhash) argument
471 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.h172 #define lh_error(lh) ((lh)->error)
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data);
178 void *lh_retrieve(LHASH *lh, const void *data);
179 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
180 void lh_doall_arg(LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
182 unsigned long lh_num_items(const LHASH *lh);
185 void lh_stats(const LHASH *lh, FIL
[all...]
/external/openssl/include/openssl/
H A Dlhash.h172 #define lh_error(lh) ((lh)->error)
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data);
178 void *lh_retrieve(LHASH *lh, const void *data);
179 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
180 void lh_doall_arg(LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
182 unsigned long lh_num_items(const LHASH *lh);
185 void lh_stats(const LHASH *lh, FIL
[all...]
/external/webkit/WebCore/rendering/
H A DRenderBR.cpp55 Length lh = s->lineHeight(); local
56 if (lh.isNegative()) {
64 if (lh.isPercent())
65 return lh.calcMinValue(s->fontSize());
66 return lh.value();
/external/icu4c/i18n/
H A Ducol_bld.cpp251 inline int32_t ucol_inv_getPrevious(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) {
253 uint32_t CE = lh->baseCE;
254 uint32_t SecondCE = lh->baseContCE;
276 lh->previousCE = previousCE;
277 lh->previousContCE = previousContCE;
283 inline int32_t ucol_inv_getNext(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) { argument
284 uint32_t CE = lh->baseCE;
285 uint32_t SecondCE = lh->baseContCE;
310 lh->nextCE = nextCE;
311 lh
316 ucol_inv_getGapPositions(UColTokenParser *src, UColTokListHeader *lh, UErrorCode *status) argument
729 ucol_initBuffers(UColTokenParser *src, UColTokListHeader *lh, UErrorCode *status) argument
835 ucol_createElements(UColTokenParser *src, tempUCATable *t, UColTokListHeader *lh, UErrorCode *status) argument
[all...]
H A Ducol_tok.cpp1117 src->lh = (UColTokListHeader *)uprv_realloc(src->lh, src->listCapacity*sizeof(UColTokListHeader));
1118 if(src->lh == NULL) {
1156 sourceToken->listHeader = &src->lh[src->resultLen];
1158 src->lh[src->resultLen].first = NULL;
1159 src->lh[src->resultLen].last = NULL;
1160 src->lh[src->resultLen].first = NULL;
1161 src->lh[src->resultLen].last = NULL;
1163 src->lh[src->resultLen].reset = sourceToken;
1240 src->lh[sr
[all...]
H A Ducol_tok.h121 UColTokListHeader *lh; member in struct:__anon1432
H A Ducol_res.cpp589 sourceReset = sourceParser.lh[i].reset;
593 targetReset = targetParser.lh[j].reset;
597 sourceReset = sourceParser.lh[i].first;
598 targetReset = targetParser.lh[j].first;
H A Ducol_elm.cpp1993 tok = src->lh[i].first;
/external/grub/stage2/
H A Dboot.c48 struct linux_kernel_header *lh; local
96 lh = (struct linux_kernel_header *) buffer;
219 else if (lh->boot_flag == BOOTSEC_SIGNATURE
220 && lh->setup_sects <= LINUX_MAX_SETUP_SECTS)
223 int setup_sects = lh->setup_sects;
225 if (lh->header == LINUX_MAGIC_SIGNATURE && lh->version >= 0x0200)
227 big_linux = (lh->loadflags & LINUX_FLAG_BIG_KERNEL);
228 lh->type_of_loader = LINUX_BOOT_LOADER_TYPE;
237 if (lh
804 struct linux_kernel_header *lh local
[all...]
/external/openssl/crypto/ec/
H A Dec2_smpl.c813 BIGNUM *lh, *y2; local
835 lh = BN_CTX_get(ctx);
836 if (lh == NULL) goto err;
843 if (!BN_GF2m_add(lh, &point->X, &group->a)) goto err;
844 if (!field_mul(group, lh, lh, &point->X, ctx)) goto err;
845 if (!BN_GF2m_add(lh, lh, &point->Y)) goto err;
846 if (!field_mul(group, lh, lh,
[all...]
/external/openssl/crypto/txt_db/
H A Dtxt_db.c198 LHASH *lh; local
205 lh=db->index[idx];
206 if (lh == NULL)
211 ret=(char **)lh_retrieve(lh,value);
/external/openssl/crypto/engine/
H A Deng_table.c105 LHASH *lh; local
108 if((lh = lh_new(LHASH_HASH_FN(engine_pile_hash),
111 *t = (ENGINE_TABLE *)lh;
/external/jhead/
H A Djpgfile.c140 int ll,lh, got; local
159 lh = fgetc(infile);
162 itemlen = (lh << 8) | ll;
181 Data[0] = (uchar)lh;
/external/webkit/JavaScriptCore/jit/
H A DExecutableAllocatorFixedVMPool.cpp83 void set_less(handle h, handle lh) { h->less = lh; } argument
/external/webkit/JavaScriptCore/wtf/
H A DAVLTree.h477 void set_lt(handle h, handle lh) { abs.set_less(h, lh); }
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h463 Length lh = lineHeight(); local
466 if (lh.isNegative())
469 if (lh.isPercent())
470 return lh.calcMinValue(fontSize());
472 return lh.value();
/external/webkit/JavaScriptCore/runtime/
H A DJSArray.cpp770 void set_less(handle h, handle lh) { m_nodes[h].lt &= 0x80000000; m_nodes[h].lt |= lh; } argument
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c3701 struct list_head *lh; local
3709 list_for_each(lh, &dev->objectBucket[i].list) {
3710 if (lh) {
3711 obj = list_entry(lh, yaffs_Object, hashLink);
/external/opencore/protocols/rtp_payload_parser/util/output/
H A Dpv_rtp.bin9311 p(� �Xlh]���#����WN3,��J�JA�ڊd%0�����ީ9+���
10237 p(� �X���� �'<����l�MS"c��$I��o��/_���G�_�m��c��S[�->� ˝[���zd�gP*cN`!��l���;*tkhݾg��V��c�?��^Z$�<�lh�IK<_<��"���9RD�e��m�0靵��8G%�{"ː X����A��
14895 8�v�o���F UC�{lh( �.����S���-MKYO�1��<�t���$T ������[d����A� ���s>��� E�@+�V?��

Completed in 259 milliseconds