HomeSort by relevance Sort by last modified time
    Searched refs:xclass (Results 1 - 16 of 16) sorted by null

  /external/boringssl/src/crypto/asn1/
a_bool.c 96 int inf, tag, xclass; local
100 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
asn1_lib.c 116 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;
223 int xclass)
229 i |= (xclass & V_ASN1_PRIVATE);
a_object.c 133 int tag, xclass; local
137 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 391 get_visual( Display *dpy, int scr, unsigned int depth, int xclass )
402 temp.CLASS = xclass;
407 if (depth==default_depth && xclass==default_class) {
419 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) {
447 int depth, xclass = -1; local
459 if (strcmp(type,"TrueColor")==0) xclass = TrueColor;
460 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor;
461 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor;
462 else if (strcmp(type,"StaticColor")==0) xclass = StaticColor
494 int xclass, visclass = 0; local
    [all...]
xm_api.c 658 const int xclass = v->visualType; local
659 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) {
822 const int xclass = v->visualType; local
823 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 484 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 = StaticGray
584 int xclass, visclass = 0; local
    [all...]
xm_api.c 565 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) {
    [all...]
xm_dd.c 72 const int xclass = xmesa->xm_visual->visualType; local
80 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) {
  /external/pcre/dist2/src/
pcre2_xclass.c 54 * Match character against an XCLASS *
62 data points to the flag code unit of the XCLASS data
69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) function
210 /* The following three properties can occur only in an XCLASS, as there
pcre2_internal.h     [all...]
pcre2_auto_possess.c 1051 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) -
    [all...]
pcre2_match.c     [all...]
pcre2_compile.c 4962 BOOL xclass; local
    [all...]
pcre2_dfa_match.c 157 0, /* XCLASS - variable length */
231 1, /* XCLASS - variable length */
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h 747 OPENSSL_EXPORT void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 302 milliseconds