HomeSort by relevance Sort by last modified time
    Searched defs:hl (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/asn1/
asn1_par.c 118 int nl,hl,j,r; local
146 hl=(p-op);
147 length-=hl;
154 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
155 depth,(long)hl,len) <= 0)
160 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
161 depth,(long)hl) <= 0)
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 73 * Construct the language code (hl= paramater) for the given locale.
77 StringBuilder hl = new StringBuilder(language); local
81 hl.append('-');
82 hl.append(country);
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
86 return hl.toString();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 149 function pretty_comment($str, $hl)
152 $hl = words($hl); variable
154 for ($i = 0; $i < sizeof($hl); $i++)
156 $str = preg_replace("/\b(\Q$hl[$i]\E)\b([^=]|\Z)/i", "<span class=\"hl$i\">$1</span>$2", $str);
  /external/openssl/crypto/pem/
pem_lib.c 671 int end=0,i,k,bl=0,hl=0,nohead=0; local
719 hl=0;
732 if (!BUF_MEM_grow(headerB,hl+i+9))
739 memcpy(&(headerB->data[hl]),buf,i);
740 headerB->data[hl+i]='\0';
741 hl+=i;
788 bl=hl;
  /external/openssh/
misc.c 745 size_t i, hl; local
750 hl = l * 2 + 1;
751 r = xcalloc(1, hl);
754 strlcat(r, b, hl);
sftp.c 1870 History *hl = NULL; local
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 192 unsigned HL = getLeft() ? getLeft()->validateTree() : 0;
194 (void) HL;
197 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
200 assert((HL > HR ? HL-HR : HR-HL) <= 2
438 unsigned hl = getHeight(L); local
440 return (hl > hr ? hl : hr) + 1
497 unsigned hl = getHeight(L); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 562 SIPHeaderList< ? > hl = (SIPHeaderList< ? >) h; local
563 if (hl.isEmpty()) {
584 SIPHeaderList< ? > hl = (SIPHeaderList< ? >) header; local
586 if (hl.isEmpty())
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 4501 yaffs_Object *hl; local
4601 yaffs_Object *hl; local
4660 yaffs_Object *hl; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 216 milliseconds