/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrmap.h | 6 #define DECLARE_PTRMAP(name, ktype, vtype) \ argument 7 struct name ## _pair { ktype key; vtype val; }; \ 10 void name##_add(struct name **map, ktype k, vtype v) { \ 14 void name##_update(struct name **map, ktype k, vtype v) { \ 18 vtype name##_lookup(struct name *map, ktype k) { \ 19 vtype val = __ptrmap_lookup((struct ptrmap*)map, k); \
|
D | parse.c | 828 static void update_range(struct range *range, unsigned long long uval, struct symbol *vtype) in update_range() argument 832 if (is_signed_type(vtype) && (sval < 0)) { in update_range() 879 static int val_in_range(struct range *range, long long sval, struct symbol *vtype) in val_in_range() argument 883 if (is_signed_type(vtype) && (sval < 0)) in val_in_range()
|
/third_party/mesa3d/src/egl/main/ |
D | eglconfigdebug.c | 110 EGLint renderable, surfaces, vtype, bindRgb, bindRgba; in _eglPrintConfig() local 112 vtype = conf->NativeVisualType; in _eglPrintConfig() 141 vtype < 6 ? vnames[vtype] : "--"); in _eglPrintConfig()
|
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument 36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \ 37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \ 38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \ 39 DECL_TYPE(vtype ## 5, 0, btype, 5, 1) \ 40 DECL_TYPE(vtype ## 8, 0, btype, 8, 1) \ 41 DECL_TYPE(vtype ## 16, 0, btype, 16, 1)
|
/third_party/openssl/crypto/pkcs12/ |
D | p12_sbag.c | 116 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int l… in PKCS12_SAFEBAG_create_secret() argument 127 switch(vtype) { in PKCS12_SAFEBAG_create_secret() 148 ASN1_TYPE_set(bag->value.other, vtype, strtmp); in PKCS12_SAFEBAG_create_secret()
|
/third_party/openssl/doc/man3/ |
D | PKCS12_SAFEBAG_create_cert.pod | 16 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, 46 I<type> with an ASN1 value of type I<vtype> constructed using the bytes in
|
/third_party/skia/src/utils/ |
D | SkJSON.h | 248 template <typename T, Value::Type vtype> 252 inline static constexpr Type kType = vtype;
|
/third_party/flutter/skia/src/utils/ |
D | SkJSON.h | 242 template <typename T, Value::Type vtype> 246 static constexpr Type kType = vtype;
|
/third_party/iowow/src/json/ |
D | iwjson.h | 522 IW_EXPORT int jbn_path_compare(JBL_NODE n1, JBL_NODE n2, const char *path, jbl_type_t vtype, iwrc *… 525 JBL_NODE n1, const char *n1path, JBL_NODE n2, const char *n2path, jbl_type_t vtype,
|
D | iwjson.c | 1452 …re(JBL_NODE n1, const char *n1path, JBL_NODE n2, const char *n2path, jbl_type_t vtype, iwrc *rcp) { in jbn_paths_compare() argument 1465 if (vtype) { in jbn_paths_compare() 1466 if (((v1 == 0) || (v1->type != vtype)) || ((v2 == 0) || (v2->type != vtype))) { in jbn_paths_compare() 1474 int jbn_path_compare(JBL_NODE n1, JBL_NODE n2, const char *path, jbl_type_t vtype, iwrc *rcp) { in jbn_path_compare() argument 1475 return jbn_paths_compare(n1, path, n2, path, vtype, rcp); in jbn_path_compare()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 1820 napi_valuetype vtype; in jn_jql_stream_attach() local 1821 JNGO(ns, env, napi_typeof(env, vexplain, &vtype), finish); in jn_jql_stream_attach() 1822 if (vtype != napi_function) { in jn_jql_stream_attach() 1867 napi_valuetype vtype; in jn_jql_set() local 1893 JNGO(ns, env, napi_typeof(env, argv[1], &vtype), finish); in jn_jql_set() 1895 if (vtype == napi_string) { in jn_jql_set() 1898 } else if (vtype == napi_number) { in jn_jql_set()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/ |
D | SDL_render_gles2.c | 1138 GLES2_ShaderType vtype, ftype; in GLES2_SelectProgram() local 1142 vtype = GLES2_SHADER_VERTEX_DEFAULT; in GLES2_SelectProgram() 1173 vertex = GLES2_CacheShader(renderer, vtype, blendMode); in GLES2_SelectProgram()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2717 Value::Value(ValueType vtype) { in Value() argument 2718 initBasic(vtype); in Value() 2719 switch (vtype) { in Value() 3374 void Value::initBasic(ValueType vtype, bool allocated) { in initBasic() argument 3375 type_ = vtype; in initBasic()
|
/third_party/openssl/include/openssl/ |
D | pkcs12.h.in | 119 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int l…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 2619 RegisterOperand vtype, list<dag> pattern> 2620 : XX2_RD6_XO5_RS6<opcode, xo2, xo, (outs vtype:$XT), (ins vtype:$XB), 3029 RegisterOperand vtype, list<dag> pattern> 3030 : XX1Form_memOp<opcode, xo, (outs vtype:$XT), (ins memrr:$src), 3073 RegisterOperand vtype, list<dag> pattern> 3074 : XX1Form_memOp<opcode, xo, (outs), (ins vtype:$XT, memrr:$dst),
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 3534 vtype: i32, in sceGuDrawArray() 3540 vtype: i32, in sceGuBeginObject()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 5074 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 5076 struct CanonicalType<vtype> { \ 5080 inline bool HandlersPtr::SetValueHandler<vtype>( \
|
/third_party/libbpf/src/ |
D | libbpf.c | 999 const struct btf_type **vtype, __u32 *vtype_id, in find_struct_ops_kern_types() argument 1048 *vtype = kern_vtype; in find_struct_ops_kern_types()
|