Searched defs:lh (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/lhash/
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.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
472 lh_num_items(const _LHASH *lh) argument
[all...]
/external/openssl/crypto/lhash/
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.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
472 lh_num_items(const _LHASH *lh) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXStringForChars.java151 * @param lh A non-null reference to a LexicalHandler.
155 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
158 lh.comment((char[])m_obj, m_start, m_length);
H A DXString.java214 * @param lh A non-null reference to a LexicalHandler.
218 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
224 lh.comment(str.toCharArray(), 0, str.length());
H A DXStringForFSB.java192 * @param lh A non-null reference to a LexicalHandler.
196 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
199 fsb().sendSAXComment(lh, m_start, m_length);
/external/libppp/src/
H A Dpap.c86 struct fsmheader lh; local
98 lh.code = PAP_REQUEST;
99 lh.id = authp->id;
100 lh.length = htons(plen + sizeof(struct fsmheader));
102 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader)); local
116 struct fsmheader lh; local
121 lh.code = code;
122 lh.id = authp->id;
125 lh.length = htons(plen + sizeof(struct fsmheader));
127 memcpy(MBUF_CTOP(bp), &lh, sizeo local
[all...]
H A Dchap.c104 struct fsmheader lh; local
108 lh.code = code;
109 lh.id = id;
110 lh.length = htons(plen);
112 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader)); local
H A Dfsm.c192 struct fsmheader lh; local
211 lh.code = code;
212 lh.id = id;
213 lh.length = htons(plen);
215 memcpy(MBUF_CTOP(bp), &lh, sizeof(struct fsmheader)); local
1047 struct fsmheader lh; local
1055 bp = mbuf_Read(bp, &lh, sizeof lh);
1057 if (ntohs(lh.length) > len) {
1059 "- dropped\n", fp->link->name, len, (int)ntohs(lh
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLString.java53 * @param lh A non-null reference to a LexicalHandler.
57 public abstract void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
H A DXMLStringDefault.java63 * @param lh A non-null reference to a LexicalHandler.
67 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
/external/chromium_org/third_party/openssl/openssl/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...]
/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.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...]
/external/jhead/
H A Djpgfile.c142 int ll,lh, got; local
162 lh = fgetc(infile);
165 itemlen = (lh << 8) | ll;
184 Data[0] = (uchar)lh;
340 int ll,lh, got; local
359 lh = buffer[pos++];
362 itemlen = (lh << 8) | ll;
379 Data[0] = (uchar)lh;
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c536 int lh, rh, max; local
540 lh = height(up[top]->link[upd[top]]);
544 if (lh - rh == 0)
546 if (lh - rh >= 2) {
563 lh = height(up[top]->link[upd[top]]);
565 max = avl_max(lh, rh);
634 int lh = height(up[top]->link[upd[top]]); local
636 int max = avl_max(lh, rh);
642 if (lh - rh == -1)
644 if (lh
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h121 UColTokListHeader *lh; member in struct:__anon10989
H A Ducol_bld.cpp256 inline int32_t ucol_inv_getPrevious(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) {
258 uint32_t CE = lh->baseCE;
259 uint32_t SecondCE = lh->baseContCE;
281 lh->previousCE = previousCE;
282 lh->previousContCE = previousContCE;
288 inline int32_t ucol_inv_getNext(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) { argument
289 uint32_t CE = lh->baseCE;
290 uint32_t SecondCE = lh->baseContCE;
315 lh->nextCE = nextCE;
316 lh
321 ucol_inv_getGapPositions(UColTokenParser *src, UColTokListHeader *lh, UErrorCode *status) argument
736 ucol_initBuffers(UColTokenParser *src, UColTokListHeader *lh, UErrorCode *status) argument
842 ucol_createElements(UColTokenParser *src, tempUCATable *t, UColTokListHeader *lh, UErrorCode *status) argument
[all...]
/external/icu4c/i18n/
H A Ducol_tok.h121 UColTokListHeader *lh; member in struct:__anon18316
H A Ducol_bld.cpp257 inline int32_t ucol_inv_getPrevious(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) {
259 uint32_t CE = lh->baseCE;
260 uint32_t SecondCE = lh->baseContCE;
282 lh->previousCE = previousCE;
283 lh->previousContCE = previousContCE;
289 inline int32_t ucol_inv_getNext(UColTokenParser *src, UColTokListHeader *lh, uint32_t strength) { argument
290 uint32_t CE = lh->baseCE;
291 uint32_t SecondCE = lh->baseContCE;
316 lh->nextCE = nextCE;
317 lh
322 ucol_inv_getGapPositions(UColTokenParser *src, UColTokListHeader *lh, UErrorCode *status) argument
739 ucol_initBuffers(UColTokenParser *src, UColTokListHeader *lh, UErrorCode *status) argument
850 ucol_createElements(UColTokenParser *src, tempUCATable *t, UColTokListHeader *lh, UErrorCode *status) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxsvd.cpp398 int lh = nu - i; local
410 icvMatrAXPY3_64f( lh, l-1, hv+1, lduT, uT+1, h );
420 for( j = 1; j < lh; j++ )
442 int lh = nv - i; local
453 icvMatrAXPY3_64f( lh, l-1, hv+1, ldvT, vT+1, h );
463 for( j = 1; j < lh; j++ )
795 int lh = nu - i; local
807 icvMatrAXPY3_32f( lh, l-1, hv+1, lduT, uT+1, h );
817 for( j = 1; j < lh; j++ )
839 int lh local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1167 const Length& lh = inherited->line_height; local
1173 if (multiplier > 1 && lh.isFixed())
1174 return Length(TextAutosizer::computeAutosizedFontSize(lh.value(), multiplier), Fixed);
1176 return lh;
1182 const Length& lh = lineHeight(); local
1185 if (lh.isNegative())
1188 if (lh.isPercent())
1189 return minimumValueForLength(lh, fontSize());
1191 if (lh.isViewportPercentage())
1192 return valueForLength(lh,
[all...]
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc1376 void Assembler::lh(Register rd, const MemOperand& rs) { function in class:v8::Assembler
1381 GenInstrImmediate(LH, at, rd, 0); // Equiv to lh(rd, MemOperand(at, 0));
/external/v8/src/mips/
H A Dassembler-mips.cc1369 void Assembler::lh(Register rd, const MemOperand& rs) { function in class:v8::Assembler
1374 GenInstrImmediate(LH, at, rd, 0); // Equiv to lh(rd, MemOperand(at, 0));

Completed in 711 milliseconds

12