HomeSort by relevance Sort by last modified time
    Searched refs:lh (Results 1 - 25 of 47) sorted by null

1 2

  /external/openssl/crypto/lhash/
lhash.c 110 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)
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, void *data
    [all...]
lh_stats.c 73 void lh_stats(LHASH *lh, FILE *out)
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->num_comp_calls)
    [all...]
lhash.h 173 #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, FILE *out)
    [all...]
  /external/openssl/include/openssl/
lhash.h 173 #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, FILE *out)
    [all...]
safestack.h     [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 256 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) {
289 uint32_t CE = lh->baseCE;
290 uint32_t SecondCE = lh->baseContCE;
315 lh->nextCE = nextCE;
316 lh->nextContCE = nextContCE
    [all...]
ucol_tok.cpp     [all...]
ucol_tok.h 121 UColTokListHeader *lh; member in struct:__anon6290
  /external/grub/stage2/
boot.c 48 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->version >= 0x0201
804 struct linux_kernel_header *lh local
    [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 232 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local
233 data.dispatchAsComment(lh);
303 LexicalHandler lh = isLexH local
308 lh.startCDATA();
316 lh.endCDATA();
394 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local
396 lh.endEntity(m_dtm.getNodeName(node));
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForChars.java 151 * @param lh A non-null reference to a LexicalHandler.
155 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
158 lh.comment((char[])m_obj, m_start, m_length);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.x 62 char lh;
bootparam_prot.h 34 char lh; member in struct:ip_addr_t
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 293 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local
295 lh.comment(data.toCharArray(), 0, data.length());
384 LexicalHandler lh = isLexH local
389 lh.startCDATA();
397 lh.endCDATA();
517 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local
519 lh.endEntity(eref.getNodeName());
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 319 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler); local
321 lh.comment(data.toCharArray(), 0, data.length());
389 LexicalHandler lh = isLexH
394 lh.startCDATA();
402 lh.endCDATA();
498 LexicalHandler lh = ((LexicalHandler) this.m_contentHandler);
500 lh.endEntity(eref.getNodeName());
XMLString.java 53 * @param lh A non-null reference to a LexicalHandler.
57 public abstract void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
XMLStringDefault.java 63 * @param lh A non-null reference to a LexicalHandler.
67 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh)
  /external/openssl/crypto/ec/
ec2_smpl.c 879 BIGNUM *lh, *y2; local
901 lh = BN_CTX_get(ctx);
902 if (lh == NULL) goto err;
909 if (!BN_GF2m_add(lh, &point->X, &group->a)) goto err;
910 if (!field_mul(group, lh, lh, &point->X, ctx)) goto err;
911 if (!BN_GF2m_add(lh, lh, &point->Y)) goto err;
912 if (!field_mul(group, lh, lh, &point->X, ctx)) goto err
    [all...]
  /external/jhead/
jpgfile.c 142 int ll,lh, got; local
161 lh = fgetc(infile);
164 itemlen = (lh << 8) | ll;
183 Data[0] = (uchar)lh;
338 int ll,lh, got; local
356 lh = buffer[pos++];
359 itemlen = (lh << 8) | ll;
376 Data[0] = (uchar)lh;
  /external/openssl/crypto/txt_db/
txt_db.c 199 LHASH_OF(OPENSSL_STRING) *lh;
206 lh=db->index[idx];
207 if (lh == NULL)
212 ret=lh_OPENSSL_STRING_retrieve(lh,value);
  /external/openssl/crypto/engine/
eng_table.c 118 LHASH_OF(ENGINE_PILE) *lh;
122 if((lh = lh_ENGINE_PILE_new()) == NULL)
124 *t = (ENGINE_TABLE *)lh;
  /bootable/recovery/applypatch/
imgdiff.c 243 unsigned char* lh = img + hoffset; local
245 if (!(lh[0] == 0x50 && lh[1] == 0x4b && lh[2] == 0x03 && lh[3] == 0x04)) {
250 if (Read2(lh+26) != nlen || memcmp(lh+30, filename, nlen) != 0) {
255 xlen = Read2(lh+28); // extra field len; might be different from CD entry?
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
  /external/opencv/cxcore/src/
cxsvd.cpp 398 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 = nv - i local
    [all...]

Completed in 1343 milliseconds

1 2