/external/squashfs-tools/squashfs-tools/ |
H A D | compressor.h | 46 static inline int compressor_init(struct compressor *comp, void **stream, argument 49 if(comp->init == NULL) 51 return comp->init(stream, block_size, datablock); 55 static inline int compressor_compress(struct compressor *comp, void *strm, argument 58 return comp->compress(strm, dest, src, size, block_size, error); 62 static inline int compressor_uncompress(struct compressor *comp, void *dest, argument 65 return comp->uncompress(dest, src, size, block_size, error); 73 static inline int compressor_options(struct compressor *comp, char *argv[], argument 76 if(comp->options == NULL) 79 return comp 83 compressor_options_post(struct compressor *comp, int block_size) argument 91 compressor_dump_options(struct compressor *comp, int block_size, int *size) argument 100 compressor_extract_options(struct compressor *comp, int block_size, void *buffer, int size) argument 109 compressor_check_options(struct compressor *comp, int block_size, void *buffer, int size) argument 118 compressor_display_options(struct compressor *comp, void *buffer, int size) argument [all...] |
/external/libavc/test/encoder/ |
H A D | psnr.c | 98 WORD32 comp; local 106 for(comp = 0; comp < 3; comp++) 108 df_psnr[comp] = 0; 109 pu1_buf1 = (UWORD8 *)ps_buf1->apv_bufs[comp]; 110 pu1_buf2 = (UWORD8 *)ps_buf2->apv_bufs[comp]; 111 wd = ps_buf1->au4_wd[comp]; 112 ht = ps_buf1->au4_ht[comp]; 113 strd1 = ps_buf1->au4_strd[comp]; [all...] |
/external/jdiff/src/jdiff/ |
H A D | ParamAPI.java | 31 int comp = name_.compareTo(oParamAPI.name_); 32 if (comp != 0) 33 return comp; 34 comp = type_.compareTo(oParamAPI.type_); 35 if (comp != 0) 36 return comp;
|
H A D | ConstructorAPI.java | 63 int comp = compareNullIsLeast(name_, constructorAPI.name_); 64 if (comp != 0) 65 return comp; 66 comp = compareNullIsLeast(getSignature(), constructorAPI.getSignature()); 67 if (comp != 0) 68 return comp; 69 comp = exceptions_.compareTo(constructorAPI.exceptions_); 70 if (comp != 0) 71 return comp; 72 comp [all...] |
H A D | FieldAPI.java | 72 int comp = name_.compareTo(oFieldAPI.name_); 73 if (comp != 0) 74 return comp; 75 comp = type_.compareTo(oFieldAPI.type_); 76 if (comp != 0) 77 return comp; 87 comp = value_.compareTo(oFieldAPI.value_); 88 if (comp != 0) 89 return comp; 91 comp [all...] |
H A D | MethodAPI.java | 88 int comp = name_.compareTo(oMethod.name_); 89 if (comp != 0) 90 return comp; 91 comp = returnType_.compareTo(oMethod.returnType_); 92 if (comp != 0) 93 return comp; 107 comp = exceptions_.compareTo(oMethod.exceptions_); 108 if (comp != 0) 109 return comp; 110 comp [all...] |
H A D | ClassAPI.java | 66 int comp = name_.compareTo(oClassAPI.name_); 67 if (comp != 0) 68 return comp; 73 comp = modifiers_.compareTo(oClassAPI.modifiers_); 74 if (comp != 0) 75 return comp;
|
H A D | Modifiers.java | 46 int comp = visibility.compareTo(oModifiers.visibility); 47 if (comp != 0) 48 return comp; 92 int comp = visibility.compareTo(newModifiers.visibility); 93 if (comp != 0) {
|
/external/bzip2/ |
H A D | bzdiff | 18 *cmp) comp=${CMP-cmp} ;; 19 *) comp=${DIFF-diff} ;; 37 echo "Usage: $prog [${comp}_options] file [file]" 47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE" 57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp 61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2" 66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" - 68 *) $comp $OPTIONS "$1" "$2" 74 echo "Usage: $prog [${comp}_options] file [file]"
|
/external/libvpx/libvpx/vp8/common/ |
H A D | onyxd.h | 46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x); 48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst); 50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp, 53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags); 55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
/external/icu/icu4c/source/layout/ |
H A D | LigatureSubstSubtables.cpp | 35 le_uint16 comp; local 37 for (comp = 0; comp < compCount; comp += 1) { 42 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { 47 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) { 51 while (comp > 0) { 55 comp -= 1;
|
/external/libxml2/include/libxml/ |
H A D | pattern.h | 47 xmlFreePattern (xmlPatternPtr comp); 50 xmlFreePatternList (xmlPatternPtr comp); 58 xmlPatternMatch (xmlPatternPtr comp, 66 xmlPatternStreamable (xmlPatternPtr comp); 68 xmlPatternMaxDepth (xmlPatternPtr comp); 70 xmlPatternMinDepth (xmlPatternPtr comp); 72 xmlPatternFromRoot (xmlPatternPtr comp); 74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
|
/external/libxml2/ |
H A D | pattern.c | 83 if ((c)->comp->dict) \ 84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \ 87 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r); 110 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt 119 static void xmlFreeStreamComp(xmlStreamCompPtr comp); 183 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext 226 * @comp: an XSLT comp 228 * Free up the memory allocated by @comp 231 xmlFreePattern(xmlPatternPtr comp) { argument 269 xmlFreePatternList(xmlPatternPtr comp) argument 347 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED, xmlPatternPtr comp, xmlPatOp op, xmlChar * value, xmlChar * value2) argument 408 xmlReversePattern(xmlPatternPtr comp) argument 498 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) argument 1523 xmlFreeStreamComp(xmlStreamCompPtr comp) argument 1545 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument 1577 xmlStreamCompile(xmlPatternPtr comp) argument 1813 xmlStreamCtxtAddState(xmlStreamCtxtPtr comp, int idx, int level) argument 1861 xmlStreamCompPtr comp; local 2463 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) argument 2489 xmlPatternGetStreamCtxt(xmlPatternPtr comp) argument 2527 xmlPatternStreamable(xmlPatternPtr comp) argument 2548 xmlPatternMaxDepth(xmlPatternPtr comp) argument 2576 xmlPatternMinDepth(xmlPatternPtr comp) argument 2601 xmlPatternFromRoot(xmlPatternPtr comp) argument [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
H A D | UnitSphereRandomVectorGenerator.java | 69 final double comp = 2 * rand.nextDouble() - 1; 70 v[i] = comp; 71 normSq += comp * comp;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_swizzle.c | 72 int i, comp; local 76 for(comp = 0; comp < 3; ++comp) { 77 unsigned int swz = GET_SWZ(swizzle, comp); 80 if (swz != GET_SWZ(sd->hash, comp)) 83 if (comp == 3) 157 int i, comp; local 163 for(comp = 0; comp < [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
H A D | AbstractInputEditor.java | 46 protected JComponent comp; field in class:AbstractInputEditor 47 public JComponent getControl() { return comp; }
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
H A D | SortUtil.java | 76 public static void gsort(Object[] a, Comparator comp) { argument 82 if ( comp.compare(a[pos], a[pos-1]) >= 0 ){ 108 // if (p == 0 || comp.compare(a[p], a[pm1]) >= 0) { 175 public static void qsort(Object[] a, Comparator comp) { argument 176 qsort(a, 0, a.length - 1, comp); 186 public static void qsort(Object[] a, int lo0, int hi0, Comparator comp) { argument 196 if (comp.compare(a[hi0], a[lo0]) < 0) { 214 while (comp.compare(a[++lo], mid) < 0); 218 while (comp.compare(mid, a[--hi]) < 0); 233 qsort(a, lo0, lo - 1, comp); 243 qsort(int[] a, int lo0, int hi0, Comparator comp) argument 303 msort(Object[] src, Object[] dest, Comparator comp) argument 316 msort(Object[] src, Object[] dest, int low, int high, Comparator comp) argument 326 merge(Object[] src, Object[] dest, int low, int middle, int high, Comparator comp) argument [all...] |
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
H A D | ctor_alloc.pass.cpp | 29 test(const value_compare& comp, const test_allocator<int>& a) argument 30 : base(comp, c, a) {} 31 test(const value_compare& comp, const container_type& c, argument 32 const test_allocator<int>& a) : base(comp, c, a) {} 34 test(const value_compare& comp, container_type&& c, argument 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
|
H A D | ctor_comp_alloc.pass.cpp | 13 // priority_queue(const Compare& comp, const Alloc& a); 29 test(const value_compare& comp, const test_allocator<int>& a) argument 30 : base(comp, a) {} 31 test(const value_compare& comp, const container_type& c, argument 32 const test_allocator<int>& a) : base(comp, c, a) {} 34 test(const value_compare& comp, container_type&& c, argument 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
|
H A D | ctor_comp_cont_alloc.pass.cpp | 13 // priority_queue(const Compare& comp, const container_type& c, 40 test(const value_compare& comp, const test_allocator<int>& a) argument 41 : base(comp, a) {} 42 test(const value_compare& comp, const container_type& c, argument 43 const test_allocator<int>& a) : base(comp, c, a) {} 45 test(const value_compare& comp, container_type&& c, argument 46 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
|
H A D | ctor_comp_rcont_alloc.pass.cpp | 13 // priority_queue(const Compare& comp, container_type&& c, 40 test(const value_compare& comp, const test_allocator<int>& a) argument 41 : base(comp, a) {} 42 test(const value_compare& comp, const container_type& c, argument 43 const test_allocator<int>& a) : base(comp, c, a) {} 45 test(const value_compare& comp, container_type&& c, argument 46 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
|
/external/pdfium/third_party/libopenjpeg20/ |
H A D | image.c | 57 opj_image_comp_t *comp = &image->comps[compno]; local 58 comp->dx = cmptparms[compno].dx; 59 comp->dy = cmptparms[compno].dy; 60 comp->w = cmptparms[compno].w; 61 comp->h = cmptparms[compno].h; 62 comp->x0 = cmptparms[compno].x0; 63 comp->y0 = cmptparms[compno].y0; 64 comp->prec = cmptparms[compno].prec; 65 comp->bpp = cmptparms[compno].bpp; 66 comp 228 opj_image_comp_t *comp = &image->comps[compno]; local [all...] |
/external/opencv/cv/src/ |
H A D | cvcamshift.cpp | 62 CvTermCriteria criteria, CvConnectedComp* comp ) 72 if( comp ) 73 comp->rect = windowIn; 136 if( comp ) 138 comp->rect = cur_rect; 139 comp->area = (float)moments.m00; 179 CvConnectedComp comp; local 184 comp.rect = windowIn; 190 CV_CALL( itersUsed = cvMeanShift( mat, windowIn, criteria, &comp )); 191 windowIn = comp [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
H A D | xa_composite.c | 216 xa_composite_check_accelerated(const struct xa_composite *comp) argument 219 struct xa_picture *src_pic = comp->src; 222 !xa_is_filter_accelerated(comp->mask)) { 236 if (comp->mask) 240 if (blend_for_op(&blend, comp->op, comp->src, comp->mask, comp->dst)) { 241 struct xa_picture *mask = comp->mask; 256 const struct xa_composite *comp) 255 bind_composite_blend_state(struct xa_context *ctx, const struct xa_composite *comp) argument 325 bind_shaders(struct xa_context *ctx, const struct xa_composite *comp) argument 385 bind_samplers(struct xa_context *ctx, const struct xa_composite *comp) argument 469 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp) argument 511 const struct xa_composite *comp = ctx->comp; local [all...] |
/external/ppp/pppd/include/net/ |
H A D | vjcompress.h | 133 extern void vj_compress_init __P((struct vjcompress *comp, int max_state)); 135 struct vjcompress *comp, int compress_cid_flag, 137 extern void vj_uncompress_err __P((struct vjcompress *comp)); 139 struct vjcompress *comp)); 141 struct vjcompress *comp, u_char **hdrp,
|