Searched refs:comp (Results 76 - 100 of 363) sorted by relevance

1234567891011>>

/external/libpng/contrib/pngminus/
H A Dmakevms.com12 $ comp = "__decc__=1"
20 $ comp = "__gcc__=1"
23 $ comp = "__vaxc__=1"
28 $ comp = "__decc__=1"
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.h128 xa_composite_check_accelerated(const struct xa_composite *comp);
131 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp);
/external/openfst/src/include/fst/
H A Darcsort.h45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp) argument
46 : fst_(fst), comp_(comp), i_(0) {}
83 // Sorts the arcs in an FST according to function object 'comp' of
97 void ArcSort(MutableFst<Arc> *fst, Compare comp) { argument
98 ArcSortMapper<Arc, Compare> mapper(*fst, comp);
104 // Sorts the arcs in an FST according to function object 'comp' of
127 ArcSortFst(const Fst<A> &fst, const C &comp) argument
128 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp)) {}
130 ArcSortFst(const Fst<A> &fst, const C &comp, const ArcSortFstOptions &opts) argument
131 : StateMapFst<A, A, M>(fst, ArcSortMapper<A, C>(fst, comp), opt
[all...]
/external/openssl/ssl/
H A Dssl_txt.c217 SSL_COMP *comp = NULL; local
219 ssl_cipher_get_evp(x,NULL,NULL,NULL,NULL,&comp);
220 if (comp == NULL)
226 if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
H A Dssl_ciph.c146 #include <openssl/comp.h>
455 SSL_COMP *comp = NULL; local
461 comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
462 if (comp != NULL)
464 comp->method=COMP_zlib();
465 if (comp->method
466 && comp->method->type == NID_undef)
467 OPENSSL_free(comp);
470 comp->id=SSL_COMP_ZLIB_IDX;
471 comp
488 ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size,SSL_COMP **comp) argument
1860 SSL_COMP_get_name(const void *comp) argument
1873 SSL_COMP *comp; local
1918 SSL_COMP_get_name(const COMP_METHOD *comp) argument
[all...]
/external/smack/src/com/kenai/jbosh/
H A DComposableBody.java279 String comp = computed.get();
280 if (comp == null) {
281 comp = computeXML();
282 computed.set(comp);
284 return comp;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemv.c32 static void encode_mv_component(vp9_writer* w, int comp, argument
35 const int sign = comp < 0;
36 const int mag = sign ? -comp : comp;
42 assert(comp != 0);
172 nmv_component *comp = &mvc->comps[i]; local
175 update_mv(w, comp_counts->sign, &comp->sign, MV_UPDATE_PROB);
176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes,
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
181 update_mv(w, comp_counts->bits[j], &comp
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c32 static void encode_mv_component(vp9_writer* w, int comp, argument
35 const int sign = comp < 0;
36 const int mag = sign ? -comp : comp;
42 assert(comp != 0);
172 nmv_component *comp = &mvc->comps[i]; local
175 update_mv(w, comp_counts->sign, &comp->sign, MV_UPDATE_PROB);
176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes,
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
181 update_mv(w, comp_counts->bits[j], &comp
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.c234 opj_pi_comp_t *comp = NULL; local
239 comp = &pi->comps[pi->compno];
240 res = &comp->resolutions[pi->resno];
250 comp = &pi->comps[pi->compno];
251 if (pi->resno >= comp->numresolutions) {
254 res = &comp->resolutions[pi->resno];
274 opj_pi_comp_t *comp = NULL; local
279 comp = &pi->comps[pi->compno];
280 res = &comp->resolutions[pi->resno];
289 comp
313 opj_pi_comp_t *comp = NULL; local
396 opj_pi_comp_t *comp = NULL; local
477 opj_pi_comp_t *comp = NULL; local
833 opj_pi_comp_t *comp = &l_current_pi->comps[compno]; local
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngwutil.c177 compression_state *comp)
181 comp->num_output_ptr = 0;
182 comp->max_output_ptr = 0;
183 comp->output_ptr = NULL;
184 comp->input = NULL;
185 comp->input_len = 0;
190 comp->input = text;
191 comp->input_len = text_len;
244 if (comp->num_output_ptr >= comp
175 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
353 png_write_compressed_data_out(png_structp png_ptr, compression_state *comp) argument
777 compression_state comp; local
1401 compression_state comp; local
1462 compression_state comp; local
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwutil.c177 compression_state *comp)
181 comp->num_output_ptr = 0;
182 comp->max_output_ptr = 0;
183 comp->output_ptr = NULL;
184 comp->input = NULL;
185 comp->input_len = 0;
190 comp->input = text;
191 comp->input_len = text_len;
244 if (comp->num_output_ptr >= comp
175 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
353 png_write_compressed_data_out(png_structp png_ptr, compression_state *comp) argument
777 compression_state comp; local
1401 compression_state comp; local
1462 compression_state comp; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c648 * @comp: an XPATH comp
650 * Free up the memory allocated by @comp
653 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) argument
658 if (comp == NULL)
660 if (comp->dict == NULL) {
661 for (i = 0; i < comp->nbStep; i++) {
662 op = &comp->steps[i];
673 for (i = 0; i < comp->nbStep; i++) {
674 op = &comp
719 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
1105 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op, int depth) argument
1290 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth) argument
6136 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) argument
11518 xmlXPathCompExprPtr comp = ctxt->comp; local
11672 xmlXPathCompExprPtr comp = ctxt->comp; local
12576 xmlXPathCompExprPtr comp; local
12700 xmlXPathCompExprPtr comp; local
12820 xmlXPathCompExprPtr comp; local
13121 xmlXPathCompExprPtr comp; local
14081 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14312 xmlXPathCompExprPtr comp; local
14490 xmlXPathCompExprPtr comp; local
14567 xmlXPathRewriteDOSExpression(xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op) argument
14621 xmlXPathCompExprPtr comp; local
14702 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
14792 xmlXPathCompiledEval(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx) argument
14812 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) argument
14828 xmlXPathCompExprPtr comp; local
[all...]
/external/libxml2/
H A Dxpath.c726 * @comp: an XPATH comp
728 * Free up the memory allocated by @comp
731 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp) argument
736 if (comp == NULL)
738 if (comp->dict == NULL) {
739 for (i = 0; i < comp->nbStep; i++) {
740 op = &comp->steps[i];
751 for (i = 0; i < comp->nbStep; i++) {
752 op = &comp
797 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
1186 xmlXPathDebugDumpStepOp(FILE *output, xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op, int depth) argument
1371 xmlXPathDebugDumpCompExpr(FILE *output, xmlXPathCompExprPtr comp, int depth) argument
6250 xmlXPathCompParserContext(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) argument
11665 xmlXPathCompExprPtr comp = ctxt->comp; local
11823 xmlXPathCompExprPtr comp = ctxt->comp; local
12712 xmlXPathCompExprPtr comp; local
12836 xmlXPathCompExprPtr comp; local
12956 xmlXPathCompExprPtr comp; local
13262 xmlXPathCompExprPtr comp; local
14234 xmlXPathRunStreamEval(xmlXPathContextPtr ctxt, xmlPatternPtr comp, xmlXPathObjectPtr *resultSeq, int toBool) argument
14470 xmlXPathCompExprPtr comp; local
14649 xmlXPathCompExprPtr comp; local
14715 xmlXPathOptimizeExpression(xmlXPathCompExprPtr comp, xmlXPathStepOpPtr op) argument
14786 xmlXPathCompExprPtr comp; local
14863 xmlXPathCompiledEvalInternal(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt, xmlXPathObjectPtr *resObj, int toBool) argument
14953 xmlXPathCompiledEval(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctx) argument
14973 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp, xmlXPathContextPtr ctxt) argument
14989 xmlXPathCompExprPtr comp; local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c3214 xsltStyleItemDocumentPtr comp = (xsltStyleItemDocumentPtr) castedComp; local
3216 xsltStylePreCompPtr comp = castedComp;
3234 if ((ctxt == NULL) || (node == NULL) || (inst == NULL) || (comp == NULL))
3237 if (comp->filename == NULL) {
3299 URL = xmlStrdup(comp->filename);
3690 * @comp: precomputed information
3698 xsltStylePreCompPtr comp) {
3699 if (comp == NULL) {
3722 xsltStyleItemCopyPtr comp = (xsltStyleItemCopyPtr) castedComp; local
3724 xsltStylePreCompPtr comp
3696 xsltSort(xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr inst, xsltStylePreCompPtr comp) argument
3877 xsltStyleItemElementPtr comp = (xsltStyleItemElementPtr) castedComp; local
4110 xsltStyleItemPIPtr comp = (xsltStyleItemPIPtr) castedComp; local
4176 xsltStyleItemCopyOfPtr comp = (xsltStyleItemCopyOfPtr) castedComp; local
4362 xsltStyleItemValueOfPtr comp = (xsltStyleItemValueOfPtr) castedComp; local
4478 xsltStyleItemNumberPtr comp = (xsltStyleItemNumberPtr) castedComp; local
4576 xsltStyleItemCallTemplatePtr comp = local
4679 xsltStyleItemApplyTemplatesPtr comp = local
5272 xsltStyleItemIfPtr comp = (xsltStyleItemIfPtr) castedComp; local
5274 xsltStylePreCompPtr comp = castedComp; local
5453 xsltStyleItemForEachPtr comp = (xsltStyleItemForEachPtr) castedComp; local
[all...]
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1326 CvAvgComp comp; local
1327 comp.rect.x = (comps[i].rect.x*2 + n)/(2*n);
1328 comp.rect.y = (comps[i].rect.y*2 + n)/(2*n);
1329 comp.rect.width = (comps[i].rect.width*2 + n)/(2*n);
1330 comp.rect.height = (comps[i].rect.height*2 + n)/(2*n);
1331 comp.neighbors = n;
1332 cvSeqPush( bseq, &comp );
1364 CvAvgComp comp; local
1367 comp.rect.x = comps[i].rect.x;
1368 comp
1406 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( bseq, i ); local
1450 CvAvgComp comp; local
1489 CvAvgComp comp; local
1534 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( seq2, i ); local
[all...]
H A Dcvpyrsegmentation.cpp1428 CvConnectedComp comp; local
1441 comp.value = cvRealScalar(_c.i);
1442 comp.area = cmp->a;
1443 comp.rect.x = cmp->rect.x1;
1444 comp.rect.y = cmp->rect.y1;
1445 comp.rect.width = cmp->rect.x2 - cmp->rect.x1;
1446 comp.rect.height = cmp->rect.y2 - cmp->rect.y1;
1447 comp.contour = 0;
1449 CV_WRITE_SEQ_ELEM( comp, writer );
1476 CvConnectedComp comp; local
1607 CvConnectedComp comp; local
1659 CvConnectedComp comp; local
1831 cvPyrSegmentation( IplImage * src, IplImage * dst, CvMemStorage * storage, CvSeq ** comp, int level, double threshold1, double threshold2 ) argument
[all...]
/external/fio/engines/
H A Drbd.c162 static void _fio_rbd_finish_write_aiocb(rbd_completion_t comp, void *data) argument
170 /* if write needs to be verified - we should not release comp here
173 rbd_aio_release(comp);
179 static void _fio_rbd_finish_read_aiocb(rbd_completion_t comp, void *data) argument
187 /* if read needs to be verified - we should not release comp here
189 rbd_aio_release(comp);
240 rbd_completion_t comp; local
248 &comp);
256 io_u->xfer_buflen, io_u->xfer_buf, comp);
266 &comp);
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h29 // Sorts the arcs in an FST according to function object 'comp' of
43 void ArcSort(MutableFst<Arc> *fst, Compare comp) { argument
58 sort(arcs.begin(), arcs.end(), comp);
64 fst->SetProperties(comp.Properties(props), kFstProperties);
90 ArcSortFstImpl(const Fst<A> &fst, const C &comp, argument
92 : CacheImpl<A>(opts), fst_(fst.Copy()), comp_(comp) {
169 // Sorts the arcs in an FST according to function object 'comp' of
196 ArcSortFst(const Fst<A> &fst, const C &comp) argument
197 : impl_(new ArcSortFstImpl<A, C>(fst, comp, ArcSortFstOptions())) {}
199 ArcSortFst(const Fst<A> &fst, const C &comp, cons argument
[all...]
H A Darcsum.h75 ArcSumCompare<A> comp; local
76 sort(arcs.begin(), arcs.end(), comp);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c59 GLuint comp; local
116 for (comp = 0; comp < 4; ++comp) {
117 const GLuint coord = GET_SWZ(inst->SrcReg[arg].Swizzle, comp);
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
135 GLuint comp; local
140 for (comp = 0; comp < 4; ++comp) {
254 GLuint i, rem = 0, comp; local
539 GLuint comp, read_mask; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c59 GLuint comp; local
116 for (comp = 0; comp < 4; ++comp) {
117 const GLuint coord = GET_SWZ(inst->SrcReg[arg].Swizzle, comp);
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
135 GLuint comp; local
140 for (comp = 0; comp < 4; ++comp) {
254 GLuint i, rem = 0, comp; local
539 GLuint comp, read_mask; local
[all...]
/external/chromium_org/url/
H A Durl_canon.h644 void SetScheme(const CHAR* s, const Component& comp) { argument
646 components_.scheme = comp;
652 void SetUsername(const CHAR* s, const Component& comp) { argument
654 components_.username = comp;
663 void SetPassword(const CHAR* s, const Component& comp) { argument
665 components_.password = comp;
674 void SetHost(const CHAR* s, const Component& comp) { argument
676 components_.host = comp;
685 void SetPort(const CHAR* s, const Component& comp) { argument
687 components_.port = comp;
696 SetPath(const CHAR* s, const Component& comp) argument
707 SetQuery(const CHAR* s, const Component& comp) argument
718 SetRef(const CHAR* s, const Component& comp) argument
[all...]
/external/openssl/crypto/comp/
H A Dc_rle.c5 #include <openssl/comp.h>
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c71 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { argument
88 ret->comp = comp;
89 if (ret->comp == NULL) {
90 ret->comp = (lhash_cmp_func) strcmp;
139 if (lh->comp(cur->data, data) == 0) {
/external/lldb/source/Commands/
H A DCommandCompletions.cpp600 regex_chars (const char comp) argument
602 if (comp == '[' || comp == ']' ||
603 comp == '(' || comp == ')' ||
604 comp == '{' || comp == '}' ||
605 comp == '+' ||
606 comp == '.' ||
607 comp
[all...]

Completed in 780 milliseconds

1234567891011>>