Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dasn1_lib.c116 int tag, xclass, inf; in ASN1_get_object() local
122 xclass = (*p & V_ASN1_PRIVATE); in ASN1_get_object()
150 if (xclass == V_ASN1_UNIVERSAL && tag > V_ASN1_MAX_UNIVERSAL) in ASN1_get_object()
154 *pclass = xclass; in ASN1_get_object()
219 int xclass) in ASN1_put_object() argument
225 i |= (xclass & V_ASN1_PRIVATE); in ASN1_put_object()
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_object.c122 int tag, xclass; in d2i_ASN1_OBJECT() local
126 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
Da_d2i_fp.c150 int xclass; /* class from last 'get object' */ member
203 c.inf = ASN1_get_object(&(c.p), &(c.slen), &(c.tag), &(c.xclass), in asn1_d2i_read_bio()
Da_int.c292 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
303 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c389 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
400 temp.CLASS = xclass; in get_visual()
405 if (depth==default_depth && xclass==default_class) { in get_visual()
417 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { in get_visual()
445 int depth, xclass = -1; in get_env_visual() local
457 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; in get_env_visual()
458 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; in get_env_visual()
459 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor; in get_env_visual()
460 else if (strcmp(type,"StaticColor")==0) xclass = StaticColor; in get_env_visual()
461 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; in get_env_visual()
[all …]
Dxm_api.c650 const int xclass = v->visualType; in initialize_visual_and_buffer() local
651 if (xclass != GLX_TRUE_COLOR && xclass == !GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
814 const int xclass = v->visualType; in XMesaCreateVisual() local
815 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in XMesaCreateVisual()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c484 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
495 temp.CLASS = xclass; in get_visual()
500 if (depth==default_depth && xclass==default_class) { in get_visual()
512 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { in get_visual()
541 int depth, xclass = -1; in get_env_visual() local
553 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; in get_env_visual()
554 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; in get_env_visual()
555 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; in get_env_visual()
556 else if (strcmp(type,"StaticGray")==0) xclass = StaticGray; in get_env_visual()
558 if (xclass>-1 && depth>0) { in get_env_visual()
[all …]
Dxm_api.c565 const int xclass = v->visualType; in initialize_visual_and_buffer() local
577 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
829 const int xclass = v->visualType; in XMesaCreateVisual() local
830 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/dist2/src/
Dpcre2_xclass.c69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() argument
Dpcre2_auto_possess.c1019 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
Dpcre2_compile.c3909 BOOL xclass; in compile_branch() local
4326 xclass = FALSE; in compile_branch()
4961 xclass = TRUE; in compile_branch()
5002 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch()
5005 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
Dpcre2_match.c3263 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3287 if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); in match()
3310 if (!PRIV(xclass)(c, data, utf)) break; in match()
Dpcre2_dfa_match.c2475 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf); in internal_dfa_match()
/external/clang/test/Analysis/
DNSString.m326 int testOSCompareAndSwapXXBarrier_id(Class myclass, id xclass) {
327 if (COMPARE_SWAP_BARRIER(0, (intptr_t) myclass, (intptr_t*) &xclass))
/external/boringssl/src/include/openssl/
Dasn1.h758 …_EXPORT void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, int xclass);
/external/pcre/dist2/
DChangeLog281 27. Fixed an issue when \p{Any} inside an xclass did not read the current