Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 25 of 56) sorted by relevance

123

/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/skia/third_party/externals/freetype/src/type1/
Dt1gload.c48 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
Dt1objs.c208 T1_Font type1; in T1_Face_Done() local
320 T1_Font type1 = &face->type1; in T1_Face_Init() local
Dt1driver.c196 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
Dt1afm.c58 T1_Font type1 = (T1_Font)user_data; in t1_get_index() local
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c36 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
Dt42types.h35 T1_FontRec type1; member
/third_party/typescript/tests/cases/compiler/
DcommonMissingSemicolons.ts45 type type1 = {}; alias
DcontextualTypeShouldBeLiteral.ts27 type1: 'x'; property
/third_party/node/deps/v8/src/codegen/
Dtnode.h133 inline constexpr MachineType CommonMachineType(MachineType type1, in CommonMachineType()
/third_party/node/deps/v8/src/wasm/
Dwasm-subtyping.cc229 V8_NOINLINE bool EquivalentTypes(ValueType type1, ValueType type2, in EquivalentTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp58 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/
Dvalidate_memory.cpp58 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/
Dvalidate_memory.cpp58 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/
Djs-lexer.c1438 #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/
Dreadmdir.py76 def type1(self): member in Tag
/third_party/spirv-tools/test/opt/
Dtype_manager_test.cpp850 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/
Dtype_manager_test.cpp835 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/
Dtype_manager_test.cpp835 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/
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/skia/third_party/externals/freetype/src/psaux/
Dpsft.c728 T1_Font type1 = &face->type1; in cf2_getT1SeacComponent() local

123