Searched refs:xclass (Results 1 - 19 of 19) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Da_bool.c83 int inf, tag, xclass; local
87 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
H A Dasn1_lib.c116 int tag, xclass, inf; local
122 xclass = (*p & V_ASN1_PRIVATE);
150 if (xclass == V_ASN1_UNIVERSAL && tag > V_ASN1_MAX_UNIVERSAL)
154 *pclass = xclass;
219 int xclass)
225 i |= (xclass & V_ASN1_PRIVATE);
218 ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass) argument
H A Da_d2i_fp.c150 int xclass; /* class from last 'get object' */ member in struct:asn1_const_ctx_st
203 c.inf = ASN1_get_object(&(c.p), &(c.slen), &(c.tag), &(c.xclass),
H A Da_object.c122 int tag, xclass; local
126 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
H A Da_int.c292 int inf, tag, xclass; local
303 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c389 get_visual( Display *dpy, int scr, unsigned int depth, int xclass )
400 temp.CLASS = xclass;
405 if (depth==default_depth && xclass==default_class) {
417 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
445 int depth, xclass = -1; local
457 if (strcmp(type,"TrueColor")==0) xclass = TrueColor;
458 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor;
459 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor;
460 else if (strcmp(type,"StaticColor")==0) xclass
492 int xclass, visclass = 0; local
[all...]
H A Dxm_api.c650 const int xclass = v->visualType; local
651 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) {
814 const int xclass = v->visualType; local
815 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c484 get_visual( Display *dpy, int scr, unsigned int depth, int xclass )
495 temp.CLASS = xclass;
500 if (depth==default_depth && xclass==default_class) {
512 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
541 int depth, xclass = -1; local
553 if (strcmp(type,"TrueColor")==0) xclass = TrueColor;
554 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor;
555 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale;
556 else if (strcmp(type,"StaticGray")==0) xclass
584 int xclass, visclass = 0; local
[all...]
H A Dxm_api.c565 const int xclass = v->visualType; local
577 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
829 const int xclass = v->visualType; local
830 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
H A Dxm_dd.c71 const int xclass = xmesa->xm_visual->visualType; local
79 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
/external/pcre/dist2/src/
H A Dpcre2_xclass.c69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) function
H A Dpcre2_auto_possess.c1019 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) -
H A Dpcre2_internal.h1637 "class", "nclass", "xclass", "Ref", "Refi", "DnRef", "DnRefi", \
H A Dpcre2_compile.c3909 BOOL xclass; local
4322 /* Extended class (xclass) will be used when characters > 255
4326 xclass = FALSE;
4482 In the special case where there are no xclass items, this is
4953 /* If any wide characters have been encountered, set xclass = TRUE. Then,
4961 xclass = TRUE;
4997 If, when generating an xclass, there are no characters < 256, we can omit
5002 if (xclass && (xclass_has_prop || !should_flip_negation ||
5005 if (xclass && (xclass_has_prop || !should_flip_negation))
H A Dpcre2_match.c3263 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3287 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH);
3310 if (!PRIV(xclass)(c, data, utf)) break;
H A Dpcre2_dfa_match.c2475 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
/external/boringssl/include/openssl/
H A Dasn1.h758 OPENSSL_EXPORT void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass);
/external/boringssl/src/include/openssl/
H A Dasn1.h758 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 Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 562 milliseconds