Searched refs:comp (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/external/llvm/test/Object/
H A Dcoff-archive.test68 CHECKIDX: 00ab9d1b a @comp.id
207 CHECKIDX: 00ab9d1b a @comp.id
/external/opencv/cv/include/
H A Dcv.h126 comp with contain a pointer to sequence (CvSeq)
129 CvMemStorage* storage, CvSeq** comp,
577 CvTermCriteria criteria, CvConnectedComp* comp,
583 CvTermCriteria criteria, CvConnectedComp* comp );
978 CvConnectedComp* comp CV_DEFAULT(NULL),
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.h746 *@param comp the component image header to dump.
750 void j2k_dump_image_comp_header(opj_image_comp_t* comp, OPJ_BOOL dev_dump_flag, FILE* out_stream);
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1609 for (unsigned comp = 0; comp != NumComp; ++comp) {
1610 *OS << comp << ": valnos"; local
1613 if (comp == ConEQ.getEqClass(*I))
/external/openssl/ssl/
H A Ds3_srvr.c956 SSL_COMP *comp=NULL; local
1306 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1307 if (comp_id == comp->id)
1309 s->s3->tmp.new_compression=comp;
1333 comp = NULL;
1341 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1342 v=comp->id;
1354 s->s3->tmp.new_compression=comp;
1356 comp=NULL;
1378 s->session->compress_meth=(comp
[all...]
H A Dd1_clnt.c787 SSL_COMP *comp; local
879 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
880 *(p++)=comp->id;
H A Ds3_clnt.c731 SSL_COMP *comp; local
857 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
858 *(p++)=comp->id;
903 SSL_COMP *comp; local
1112 comp=NULL;
1120 comp=ssl3_comp_find(s->ctx->comp_methods,j);
1122 if ((j != 0) && (comp == NULL))
1130 s->s3->tmp.new_compression=comp;
H A Ds3_pkt.c564 i=COMP_expand_block(ssl->expand,rr->comp,
570 rr->data=rr->comp;
H A Dssl_locl.h154 #include <openssl/comp.h>
849 const EVP_MD **md,int *mac_pkey_type,int *mac_secret_size, SSL_COMP **comp);
H A Ds3_lib.c3017 if (s->s3->rrec.comp != NULL)
3018 OPENSSL_free(s->s3->rrec.comp);
3066 if (s->s3->rrec.comp != NULL)
3068 OPENSSL_free(s->s3->rrec.comp);
3069 s->s3->rrec.comp=NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c120 rc_register_file file, unsigned int index, unsigned int comp)
119 scan_write(void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int comp) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_context.c343 ctx->comp = NULL;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c120 rc_register_file file, unsigned int index, unsigned int comp)
119 scan_write(void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int comp) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.c343 ctx->comp = NULL;
/external/openssl/apps/
H A Ds_client.c1991 const COMP_METHOD *comp, *expansion; local
2099 comp=SSL_get_current_compression(s);
2102 comp ? SSL_COMP_get_name(comp) : "NONE");
H A Denc.c71 #include <openssl/comp.h>
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c3255 ipsecdoi_checkalgtypes(proto_id, enc, auth, comp)
3256 int proto_id, enc, auth, comp;
3261 if (enc == 0 || comp != 0) {
3264 "ESP enc=%s auth=%s comp=%s.\n",
3267 TMPALGTYPE2STR(comp));
3272 if (enc != 0 || auth == 0 || comp != 0) {
3275 "AH enc=%s auth=%s comp=%s.\n",
3278 TMPALGTYPE2STR(comp));
3283 if (enc != 0 || auth != 0 || comp == 0) {
3286 "IPcomp enc=%s auth=%s comp
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... .tools.internal.provisional.model.IApiComponent comp private static void abort (java.lang.String, java ...
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py1562 for (tid, pid, log_lev, comp, msg) in log_list:
1566 (not component or component == comp) and msg.find(message) > -1):
1568 'log_level': log_lev, 'component': comp,
/external/lldb/test/
H A Dlldbtest.py1302 comp = self.getCompiler()
1307 if comp:
1308 option_str += " -C " + comp
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1231 int* comp = comp_idx->data.i; local
1234 row_sample[i] = sample_data[comp[i]];
1237 row_sample[i] = sample_data[sample_step*comp[i]];
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DxpathInternals.h366 xmlXPathCompExprPtr comp,
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c1087 long comp = (long)num / limit; \
1088 if (comp != 0) { \
1089 FORMAT_FLOAT((double)comp, cur, 0); \
1091 num -= (double)(comp * limit); \
/external/libxml2/include/libxml/
H A DxpathInternals.h368 xmlXPathCompExprPtr comp,
/external/openssl/crypto/comp/
H A Dc_zlib.c5 #include <openssl/comp.h>

Completed in 542 milliseconds

<<1112131415