Home
last modified time | relevance | path

Searched refs:attr (Results 1576 - 1600 of 1755) sorted by relevance

1...<<6162636465666768697071

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c107 unsigned attr = nvc0->vertprog->vp.edgeflag; in nvc0_push_map_edgeflag() local
108 struct pipe_vertex_element *ve = &nvc0->vertex->element[attr].pipe; in nvc0_push_map_edgeflag()
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dcms.h401 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
422 int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py456 attr = str(argument)
461 return getattr(obj, attr)
1149 """This method works like the :attr:`module` attribute when called
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoll.cpp265 UColAttribute attr; member
364 coll.setAttribute(collAttributes[i].attr, collAttributeValues[j].value, errorCode); in setAttributesFromKeywords()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py348 for attr, value in attrs:
349 if attr == 'name' and value == 'updated_at':
/third_party/python/Include/internal/
H A Dpycore_ast.h453 identifier attr; member
777 expr_ty _PyAST_Attribute(expr_ty value, identifier attr, expr_context_ty ctx,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp523 Attribute attr = Attribute::get(CS->getContext(), "inline-remark", message); in setInlineRemark()
524 CS.addAttribute(AttributeList::FunctionIndex, attr); in setInlineRemark()
/third_party/python/Lib/test/
H A Dtest_fileio.py68 for attr in 'mode', 'closed':
70 setattr, f, attr, 'oops')
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_build.c706 static int p2p_add_wps_string(struct wpabuf *buf, enum wps_attribute attr, in p2p_add_wps_string() argument
714 wpabuf_put_be16(buf, attr); in p2p_add_wps_string()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_build.c706 static int p2p_add_wps_string(struct wpabuf *buf, enum wps_attribute attr, in p2p_add_wps_string() argument
714 wpabuf_put_be16(buf, attr); in p2p_add_wps_string()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2782 attr: *const ::pthread_attr_t, in pthread_create()
2787 attr: *const ::pthread_attr_t, in pthread_attr_getstack()
2792 attr: *const pthread_condattr_t, in pthread_condattr_getclock()
2796 attr: *mut pthread_condattr_t, in pthread_condattr_setclock()
2908 pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int; in mq_getattr()
3125 pub fn pset_setattr(pset: psetid_t, attr: ::c_uint) -> ::c_int; in pset_setattr()
3126 pub fn pset_getattr(pset: psetid_t, attr: *mut ::c_uint) -> ::c_int; in pset_getattr()
/third_party/rust/crates/syn/src/
H A Dexpr.rs1367 attrs.push(input.call(attr::parsing::single_parse_outer)?); in expr_attrs()
2186 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2211 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2233 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2499 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2732 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2953 use crate::attr::FilterAttrs;
H A Ditem.rs1511 attr::parsing::parse_inner(&content, &mut attrs)?; in parse_rest_of_fn()
1730 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
1761 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2161 attr::parsing::parse_inner(&content, &mut attrs)?; in parse_rest_of_trait()
2371 attr::parsing::parse_inner(&content, &mut attrs)?; in parse()
2553 attr::parsing::parse_inner(&content, &mut attrs)?; in parse_impl()
2860 use crate::attr::FilterAttrs;
/third_party/exfatprogs/fsck/
H A Dfsck.c619 if ((node->attr & ATTR_SUBDIR) && in check_inode()
953 if (node->attr & ATTR_SUBDIR) in read_file()
1156 if ((node->attr & ATTR_SUBDIR) && node->size) { in read_children()
1267 if (!(dir->attr & ATTR_SUBDIR)) { in exfat_filesystem_check()
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp136 DecimalFormat::setAttribute(UNumberFormatAttribute attr, int32_t newValue, UErrorCode& status) { in setAttribute() argument
145 switch (attr) { in setAttribute()
270 int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& status) const { in getAttribute() argument
279 switch (attr) { in getAttribute()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c138 GLuint attr = MAT_ATTRIB_FRONT_SHININESS + side; in check_active_shininess() local
141 (key->light_color_material_mask & (1 << attr))) in check_active_shininess()
144 if (key->varying_vp_inputs & VERT_BIT_MAT(attr)) in check_active_shininess()
147 if (ctx->Light.Material.Attrib[attr][0] != 0.0F) in check_active_shininess()
/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c170 const GLuint attr = (index / 2) * 4; in fetch_state() local
174 /* We want attr to access out of bounds into the following Diffuse in fetch_state()
183 value[i] = ctx->Light.LightSource[ln].Ambient[attr + i] * in fetch_state()
290 const float *attr = (float*)ctx->Texture.FixedFuncUnit[unit].EyePlane + in fetch_state() local
292 COPY_4V(value, attr); in fetch_state()

Completed in 47 milliseconds

1...<<6162636465666768697071