HomeSort by relevance Sort by last modified time
    Searched full:comp (Results 276 - 300 of 440) sorted by null

<<1112131415161718

  /external/openssl/ssl/
s3_srvr.c 737 SSL_COMP *comp=NULL; local
1006 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1007 v=comp->id;
1019 s->s3->tmp.new_compression=comp;
1021 comp=NULL;
1050 s->session->compress_meth=(comp == NULL)?0:comp->id;
    [all...]
ssl_locl.h 128 #include <openssl/comp.h>
738 const EVP_MD **md,SSL_COMP **comp);
    [all...]
  /external/iproute2/man/man8/
ip.8 445 .RB " [ " esp " | " ah " | " comp " | " route2 " | " hao " ] "
482 .RB " [ " enc " | " auth " | " comp " ] "
655 .RB " [ " esp " | " ah " | " comp " | " route2 " | " hao " ] "
    [all...]
  /external/opencore/doc/oscl_html/
classOsclPriorityQueue.html 48 <tr><td nowrap align=right valign=top>Compare&nbsp;</td><td valign=bottom><a class="el" href="classOsclPriorityQueue.html#n1">comp</a></td></tr>
835 <a name="n1" doxytag="OsclPriorityQueue::comp"></a><p>
845 <td class="md" nowrap valign="top"> Compare OsclPriorityQueue&lt; Qelem, Alloc, Container, Compare &gt;::comp<code> [protected]</code>
    [all...]
oscl__tree_8h-source.html     [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp     [all...]
  /bionic/libm/src/
e_lgamma_r.c 258 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/fdlibm/
e_lgamma_r.c 265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/icu4c/test/intltest/
uobjtest.cpp 417 * (Newsgroups: comp.std.c++, 27 Aug 97)
  /external/libxml2/include/libxml/
xpathInternals.h 366 xmlXPathCompExprPtr comp,
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
me_utils.cpp 311 9/3/01: do parallel comp for C function.
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset7.cpp 178 //delete any MIO Comp created.
test_pv_author_engine_testset8.cpp 178 //delete any MIO Comp created.
    [all...]
  /external/openssl/crypto/0.9.9-dev/sha/
sha1-armv4-large.pl 16 # impl size in bytes comp cycles[*] measured performance
  /external/openssl/crypto/
dyn_lck.c 168 "comp",
  /external/webkit/JavaScriptCore/wtf/
ThreadingWin.cpp 38 * The brief search of revisions, ChangeLog entries, discussions in comp.programming.threads and other places clearly documents
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 236 //System.out.println("*** Launchpad is starting: comp=" + intent.component);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 235 // empty comp
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c 930 complete(&req->u.req.comp);
    [all...]
  /external/iproute2/ip/
ipxfrm.c 115 { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
157 { "comp", XFRMA_ALG_COMP }, { "aead", XFRMA_ALG_AEAD },
  /external/stlport/etc/
ChangeLog-4.0 258 ./obj/$(COMP)/Debug, etc. COMP is given some default value for each compiler, but may be also overridden.
  /external/tremolo/Tremolo/
bitwise.c 388 void cliptest(unsigned long *b,int vals,int bits,int *comp,int compsize){
392 or->buffer->data[i]= comp[i];
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARMv7.h 484 // Arm vfp addresses can be offset by a 9-bit ones-comp immediate, left shifted by 2.
499 // Arm vfp addresses can be offset by a 9-bit ones-comp immediate, left shifted by 2.
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 121 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
962 NOISY(printf("Image written: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URITest.java 42 "news:comp.infosystems.www.servers.unix", // news
144 new URI("news", "comp.infosystems.www.servers.unix", null), //
    [all...]

Completed in 159 milliseconds

<<1112131415161718