/external/pcre/dist/ |
H A D | pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) function
|
H A D | pcre_compile.c | 3618 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - 4508 BOOL xclass; local 4893 /* Extended class (xclass) will be used when characters > 255 4897 xclass = FALSE; 4943 if (class_uchardata > class_uchardata_base) xclass = TRUE; 5054 not yet generated any xclass data, and this is the final item in 5057 are acceptable. If we have already seen an xclass item or one may 5063 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) 5509 anything at this point. For this reason, xclass gets set TRUE above when 5514 if (class_uchardata > class_uchardata_base) xclass [all...] |
/external/boringssl/src/crypto/asn1/ |
H A D | a_bool.c | 83 int inf,tag,xclass; local 87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
|
H A D | a_bytes.c | 76 int inf,tag,xclass; local 80 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 134 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument 153 ASN1_put_object(&p,constructed,ret,tag,xclass); 167 int inf,tag,xclass; local 178 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 200 c.xclass=Pclass; 286 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
|
H A D | a_int.c | 281 int inf,tag,xclass; local 293 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
|
H A D | asn1_par.c | 66 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed, 70 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, argument 85 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) 87 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) 89 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) 118 int tag,xclass,ret=0; local 143 j=ASN1_get_object(&p,&len,&tag,&xclass,length); 172 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0)) 205 else if (xclass != 0) 409 if ((tag == V_ASN1_EOC) && (xclass [all...] |
H A D | a_object.c | 263 int tag,xclass; local 267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
|
H A D | asn1_lib.c | 130 int tag,xclass,inf; local 135 xclass=(*p&V_ASN1_PRIVATE); 161 *pclass=xclass; 229 int xclass) 235 i|=(xclass&V_ASN1_PRIVATE); 352 c->inf=ASN1_get_object(&(c->p),&(c->slen),&(c->tag),&(c->xclass), 228 ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass) argument
|
/external/mesa3d/src/mesa/drivers/x11/ |
H A D | xm_dd.c | 71 const int xclass = xmesa->xm_visual->visualType; local 79 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
H A D | xm_api.c | 562 const int xclass = v->visualType; local 574 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { 826 const int xclass = v->visualType; local 827 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
H A D | fakeglx.c | 522 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) 533 temp.CLASS = xclass; 538 if (depth==default_depth && xclass==default_class) { 550 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { 579 int depth, xclass = -1; local 591 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; 592 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; 593 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; 594 else if (strcmp(type,"StaticGray")==0) xclass 622 int xclass, visclass = 0; local [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
H A D | xm_api.c | 574 const int xclass = v->visualType; local 575 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) { 738 const int xclass = v->visualType; local 739 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
|
H A D | glx_api.c | 377 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) 388 temp.CLASS = xclass; 393 if (depth==default_depth && xclass==default_class) { 405 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { 433 int depth, xclass = -1; local 445 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; 446 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; 447 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor; 448 else if (strcmp(type,"StaticColor")==0) xclass 480 int xclass, visclass = 0; local [all...] |
/external/boringssl/include/openssl/ |
H A D | asn1.h | 167 int xclass; /* class from last 'get object' */ member in struct:asn1_ctx_st 182 int xclass; /* class from last 'get object' */ member in struct:asn1_const_ctx_st 875 OPENSSL_EXPORT int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass); 889 OPENSSL_EXPORT void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass);
|
/external/boringssl/src/include/openssl/ |
H A D | asn1.h | 167 int xclass; /* class from last 'get object' */ member in struct:asn1_ctx_st 182 int xclass; /* class from last 'get object' */ member in struct:asn1_const_ctx_st 875 OPENSSL_EXPORT int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass); 889 OPENSSL_EXPORT void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass);
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |