Home
last modified time | relevance | path

Searched refs:xclass (Results 1 – 20 of 20) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dasn1_par.c64 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
68 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() argument
83 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) in asn1_print_info()
85 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) in asn1_print_info()
87 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) in asn1_print_info()
116 int tag,xclass,ret=0; in asn1_parse2() local
134 j=ASN1_get_object(&p,&len,&tag,&xclass,length); in asn1_parse2()
163 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0)) in asn1_parse2()
196 else if (xclass != 0) in asn1_parse2()
400 if ((tag == V_ASN1_EOC) && (xclass == 0)) in asn1_parse2()
Da_bytes.c76 int inf,tag,xclass; in d2i_ASN1_type_bytes() local
80 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); in d2i_ASN1_type_bytes()
134 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) in i2d_ASN1_bytes() argument
153 ASN1_put_object(&p,constructed,ret,tag,xclass); in i2d_ASN1_bytes()
167 int inf,tag,xclass; in d2i_ASN1_bytes() local
178 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); in d2i_ASN1_bytes()
200 c.xclass=Pclass; in d2i_ASN1_bytes()
286 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass) in asn1_collate_primitive()
Dasn1_lib.c141 int tag,xclass,inf; in ASN1_get_object() local
146 xclass=(*p&V_ASN1_PRIVATE); in ASN1_get_object()
172 *pclass=xclass; in ASN1_get_object()
240 int xclass) in ASN1_put_object() argument
246 i|=(xclass&V_ASN1_PRIVATE); in ASN1_put_object()
363 c->inf=ASN1_get_object(&(c->p),&(c->slen),&(c->tag),&(c->xclass), in asn1_GetSequence()
Da_bool.c83 int inf,tag,xclass; in d2i_ASN1_BOOLEAN() local
87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); in d2i_ASN1_BOOLEAN()
Da_int.c279 int inf,tag,xclass; in d2i_ASN1_UINTEGER() local
291 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); in d2i_ASN1_UINTEGER()
Da_object.c263 int tag,xclass; in d2i_ASN1_OBJECT() local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); in d2i_ASN1_OBJECT()
Da_d2i_fp.c193 c.inf=ASN1_get_object(&(c.p),&(c.slen),&(c.tag),&(c.xclass), in asn1_d2i_read_bio()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c377 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
388 temp.CLASS = xclass; in get_visual()
393 if (depth==default_depth && xclass==default_class) { in get_visual()
405 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { in get_visual()
433 int depth, xclass = -1; in get_env_visual() local
445 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; in get_env_visual()
446 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; in get_env_visual()
447 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor; in get_env_visual()
448 else if (strcmp(type,"StaticColor")==0) xclass = StaticColor; in get_env_visual()
449 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; in get_env_visual()
[all …]
Dxm_api.c574 const int xclass = v->visualType; in initialize_visual_and_buffer() local
575 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
738 const int xclass = v->visualType; in XMesaCreateVisual() local
739 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in XMesaCreateVisual()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c522 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
533 temp.CLASS = xclass; in get_visual()
538 if (depth==default_depth && xclass==default_class) { in get_visual()
550 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { in get_visual()
579 int depth, xclass = -1; in get_env_visual() local
591 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; in get_env_visual()
592 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; in get_env_visual()
593 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; in get_env_visual()
594 else if (strcmp(type,"StaticGray")==0) xclass = StaticGray; in get_env_visual()
596 if (xclass>-1 && depth>0) { in get_env_visual()
[all …]
Dxm_api.c562 const int xclass = v->visualType; in initialize_visual_and_buffer() local
574 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
826 const int xclass = v->visualType; in XMesaCreateVisual() local
827 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in XMesaCreateVisual()
Dxm_dd.c71 const int xclass = xmesa->xm_visual->visualType; in color_mask() local
79 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in color_mask()
/external/pcre/dist/
Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() argument
Dpcre_compile.c3561 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
4438 BOOL xclass; in compile_branch() local
4826 xclass = FALSE; in compile_branch()
4874 xclass = TRUE; in compile_branch()
5419 if (class_uchardata > class_uchardata_base) xclass = TRUE; in compile_branch()
5441 if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) in compile_branch()
5443 if (xclass && !should_flip_negation) in compile_branch()
Dpcre_exec.c3149 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3173 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3196 if (!PRIV(xclass)(c, data, utf)) break; in match()
Dpcre_internal.h2730 extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL);
Dpcre_dfa_exec.c2561 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_exec()
/external/boringssl/src/include/openssl/
Dasn1.h168 int xclass; /* class from last 'get object' */ member
183 int xclass; /* class from last 'get object' */ member
877 OPENSSL_EXPORT int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
891 …_EXPORT void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass);
/external/clang/test/Analysis/
DNSString.m313 int testOSCompareAndSwapXXBarrier_id(Class myclass, id xclass) {
314 if (COMPARE_SWAP_BARRIER(0, (intptr_t) myclass, (intptr_t*) &xclass))
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...