Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 47) sorted by relevance

12

/third_party/openssl/ohos_lite/include/openssl/
Dobjects.h76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
81 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
83 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
113 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
127 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
141 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
148 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/third_party/openssl/include/openssl/
Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
149 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
156 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/third_party/node/deps/openssl/openssl/include/openssl/
Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
149 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
156 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/third_party/typescript/tests/baselines/reference/
DcontextualTypeShouldBeLiteral.js41 type2: 'y', property
139 type2: 'y', property
/third_party/typescript/tests/cases/compiler/
DcommonMissingSemicolons.ts46 type type2 = type; alias
DcontextualTypeShouldBeLiteral.ts33 type2: 'y'; property
/third_party/curl/lib/vauth/
Dntlm.c168 const unsigned char *type2 = Curl_bufref_ptr(type2ref); in ntlm_decode_type2_target() local
268 const unsigned char *type2 = Curl_bufref_ptr(type2ref); in Curl_auth_decode_ntlm_type2_message() local
Dntlm_sspi.c203 const struct bufref *type2, in Curl_auth_decode_ntlm_type2_message()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c180 struct lp_type type2; in lp_bld_quad_twiddle() local
Dlp_bld_swizzle.c188 struct lp_type type2; in lp_build_swizzle_scalar_aos() local
/third_party/node/deps/v8/src/codegen/
Dtnode.h134 MachineType type2) { in CommonMachineType()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c117 struct lp_type type2 = type; in lp_build_mul_norm_expand() local
/third_party/node/deps/v8/src/wasm/
Dwasm-subtyping.cc229 V8_NOINLINE bool EquivalentTypes(ValueType type1, ValueType type2, in EquivalentTypes()
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp59 const Instruction* type2) { in AreLayoutCompatibleStructs()
76 const Instruction* type2) { in HaveLayoutCompatibleMembers()
103 const Instruction* type2) { in HaveSameLayoutDecorations()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp59 const Instruction* type2) { in AreLayoutCompatibleStructs()
76 const Instruction* type2) { in HaveLayoutCompatibleMembers()
103 const Instruction* type2) { in HaveSameLayoutDecorations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp59 const Instruction* type2) { in AreLayoutCompatibleStructs()
76 const Instruction* type2) { in HaveLayoutCompatibleMembers()
103 const Instruction* type2) { in HaveSameLayoutDecorations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp836 const Type* type2 = context->get_type_mgr()->GetType(2u); in TEST() local
858 const Type* type2 = context->get_type_mgr()->GetType(3u); in TEST() local
/third_party/spirv-tools/test/opt/
Dtype_manager_test.cpp860 const Type* type2 = context->get_type_mgr()->GetType(2u); in TEST() local
882 const Type* type2 = context->get_type_mgr()->GetType(3u); in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtype_manager_test.cpp836 const Type* type2 = context->get_type_mgr()->GetType(2u); in TEST() local
858 const Type* type2 = context->get_type_mgr()->GetType(3u); in TEST() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1454 #define LEXER_TYPE_B_TOKEN(char1, type1, char2, type2) \ argument
1479 #define LEXER_TYPE_C_TOKEN(char1, type1, char2, type2, char3, type3) \ argument
/third_party/node/deps/v8/src/compiler/
Dtypes.cc665 Type Type::Intersect(Type type1, Type type2, Zone* zone) { in Intersect()
882 Type Type::Union(Type type1, Type type2, Zone* zone) { in Union()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c145 enum usb_generic_event_type type2, in generic_discard_events()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp1021 Norm::MappingType type2; in computeDiff() local
/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp1021 Norm::MappingType type2; in computeDiff() local
/third_party/mesa3d/src/util/
Dmacros.h66 # define __builtin_types_compatible_p(type1, type2) (1) argument

12