/third_party/openssl/ohos_lite/include/openssl/ |
D | objects.h | 76 # 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/ |
D | objects.h | 84 # 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/ |
D | objects.h | 84 # 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/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 48 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local 218 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local 284 T1_Font type1 = &face->type1; in T1_Get_Advances() local 359 T1_Font type1 = &face->type1; in T1_Load_Glyph() local
|
D | t1objs.c | 208 T1_Font type1; in T1_Face_Done() local 320 T1_Font type1 = &face->type1; in T1_Face_Init() local
|
D | t1driver.c | 196 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
|
D | t1afm.c | 58 T1_Font type1 = (T1_Font)user_data; in t1_get_index() local
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | gen-invalid-implicit-conversions.py | 74 def __init__(self, operation, type0, type1): argument 85 def createCase(operation, type0, type1): argument
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | gen-invalid-implicit-conversions.py | 78 def __init__(self, operation, type0, type1): argument 90 def createCase(operation, type0, type1): argument
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 36 T1_Font type1 = &face->type1; in T42_Open_Face() local 174 T1_Font type1 = &face->type1; in T42_Face_Init() local 408 T1_Font type1; in T42_Face_Done() local
|
D | t42types.h | 35 T1_FontRec type1; member
|
/third_party/typescript/tests/cases/compiler/ |
D | commonMissingSemicolons.ts | 45 type type1 = {}; alias
|
D | contextualTypeShouldBeLiteral.ts | 27 type1: 'x'; property
|
/third_party/node/deps/v8/src/codegen/ |
D | tnode.h | 133 inline constexpr MachineType CommonMachineType(MachineType type1, in CommonMachineType()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-subtyping.cc | 229 V8_NOINLINE bool EquivalentTypes(ValueType type1, ValueType type2, in EquivalentTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 58 bool AreLayoutCompatibleStructs(ValidationState_t& _, const Instruction* type1, in AreLayoutCompatibleStructs() 75 bool HaveLayoutCompatibleMembers(ValidationState_t& _, const Instruction* type1, in HaveLayoutCompatibleMembers() 102 bool HaveSameLayoutDecorations(ValidationState_t& _, const Instruction* type1, in HaveSameLayoutDecorations()
|
/third_party/spirv-tools/source/val/ |
D | validate_memory.cpp | 58 bool AreLayoutCompatibleStructs(ValidationState_t& _, const Instruction* type1, in AreLayoutCompatibleStructs() 75 bool HaveLayoutCompatibleMembers(ValidationState_t& _, const Instruction* type1, in HaveLayoutCompatibleMembers() 102 bool HaveSameLayoutDecorations(ValidationState_t& _, const Instruction* type1, in HaveSameLayoutDecorations()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_memory.cpp | 58 bool AreLayoutCompatibleStructs(ValidationState_t& _, const Instruction* type1, in AreLayoutCompatibleStructs() 75 bool HaveLayoutCompatibleMembers(ValidationState_t& _, const Instruction* type1, in HaveLayoutCompatibleMembers() 102 bool HaveSameLayoutDecorations(ValidationState_t& _, const Instruction* type1, in HaveSameLayoutDecorations()
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 1438 #define LEXER_TYPE_A_TOKEN(char1, type1) \ argument 1454 #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/littlefs/scripts/ |
D | readmdir.py | 76 def type1(self): member in Tag
|
/third_party/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 850 const Type* type1 = context->get_type_mgr()->GetType(1u); in TEST() local 872 const Type* type1 = context->get_type_mgr()->GetType(2u); in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 835 const Type* type1 = context->get_type_mgr()->GetType(1u); in TEST() local 857 const Type* type1 = context->get_type_mgr()->GetType(2u); in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 835 const Type* type1 = context->get_type_mgr()->GetType(1u); in TEST() local 857 const Type* type1 = context->get_type_mgr()->GetType(2u); in TEST() local
|
/third_party/node/deps/v8/src/compiler/ |
D | types.cc | 665 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/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 728 T1_Font type1 = &face->type1; in cf2_getT1SeacComponent() local
|