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

<<1112131415161718

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 770 G729DEC_DPRINT("%d :: Comp: OMX_G729DecUtils.c\n",__LINE__);
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 581 function sc_isPairEqual(p1, p2, comp) {
582 return (comp(p1.car, p2.car) && comp(p1.cdr, p2.cdr));
965 function sc_memX(o, l, comp) {
967 if (comp(l.car, o))
1008 function sc_assX(o, al, comp) {
1010 if (comp(al.car.car, o))
1368 function sc_isVectorEqual(v1, v2, comp) {
1371 if (!comp(v1[i], v2[i])) return false;
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 575 function sc_isPairEqual(p1, p2, comp) {
576 return (comp(p1.car, p2.car) && comp(p1.cdr, p2.cdr));
959 function sc_memX(o, l, comp) {
961 if (comp(l.car, o))
1002 function sc_assX(o, al, comp) {
1004 if (comp(al.car.car, o))
1362 function sc_isVectorEqual(v1, v2, comp) {
1365 if (!comp(v1[i], v2[i])) return false;
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S     [all...]
CompilerTemplateAsm-armv5te.S     [all...]
CompilerTemplateAsm-armv7-a-neon.S     [all...]
CompilerTemplateAsm-armv7-a.S     [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastidct.cpp 26 4. Combine motion comp and IDCT, require
    [all...]
  /external/opencore/doc/oscl_html/
classOscl__Map.html 36 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Map.html#a0">Oscl_Map</a> (const Compare &amp;comp=Compare())</td></tr>
425 <td class="mdname1" valign="top" nowrap>&nbsp; <em>comp</em> = Compare() </td>
442 Creates an empty map using comp as the key compare object </td>
    [all...]
  /external/openssl/include/openssl/
ssl.h 176 #include <openssl/comp.h>
    [all...]
  /external/openssl/ssl/
ssl.h 176 #include <openssl/comp.h>
    [all...]
s3_pkt.c 506 i=COMP_expand_block(ssl->expand,rr->comp,
512 rr->data=rr->comp;
    [all...]
  /external/ppp/pppd/
sys-solaris.c 905 * the comp STREAMS module performs the ACFC, PFC, as well
908 * no point of having the comp module be pushed on the stream.
954 * There's no need to push comp module if we don't intend
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 27 comp = pointer to 8-bit compensated prediction values within a VOP;
53 comp = buffer contains newly computed compensated prediction values
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 27 comp = pointer to 8-bit compensated prediction values within a VOP;
53 comp = buffer contains newly computed compensated prediction values
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /dalvik/vm/
InlineNative.c 177 LOGE(" comp (o=%d l=%d) '%s'\n", compOffset, compCount, compStr);
  /external/dbus/dbus/
dbus-sysdeps.c 193 /* this calculation is from comp.lang.c faq */
  /external/elfcopy/
dwarf2.h 363 DW_AT_HP_prof_flags = 0x201b, /* In comp unit of procs_info for -g. */
  /external/ipsec-tools/src/racoon/
strnames.c 832 { algclass_ipsec_comp, "ipsec comp", s_ipsecdoi_trns_ipcomp },
  /external/jpeg/
README 300 Usenet newsgroups comp.graphics.misc, news.answers, and other groups.
  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omxcore.cpp     [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_lib.h 48 AVCStatus Intra_4x4(AVCCommonObj *video, int component, int SubBlock_indx, uint8 *comp);
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node_cap_config.cpp 382 //pass the clock to media input comp
  /external/openssl/crypto/comp/
c_zlib.c 5 #include <openssl/comp.h>

Completed in 81 milliseconds

<<1112131415161718