Home
last modified time | relevance | path

Searched defs:type (Results 4651 - 4675 of 8255) sorted by relevance

1...<<181182183184185186187188189190>>...331

/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c139 classify_argument( ffi_type* type, enum x86_64_reg_class classes[], size_t byte_offset) classify_argument() argument
304 examine_argument( ffi_type* type, enum x86_64_reg_class classes[MAX_CLASSES], _Bool in_return, int* pngpr, int* pnsse) examine_argument() argument
[all...]
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c454 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, in newsemlockobject() argument
482 _multiprocessing_SemLock_impl(PyTypeObject *type, int kind, int value, in _multiprocessing_SemLock_impl() argument
541 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle, in _multiprocessing_SemLock__rebuild_impl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h450 uint8_t type; member
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.cc63 MakePlainGlobalReferenceBodyFunction( std::string func, std::string var, const ast::Type* type, ast::DecorationList decorations) MakePlainGlobalReferenceBodyFunction() argument
86 StructMemberName(size_t idx, const ast::Type* type) StructMemberName() argument
113 MakeStructMember( size_t index, const ast::Type* type, ast::DecorationList decorations) MakeStructMember() argument
133 AddUniformBuffer(const std::string& name, const ast::Type* type, uint32_t group, uint32_t binding) AddUniformBuffer() argument
144 AddWorkgroupStorage(const std::string& name, const ast::Type* type) AddWorkgroupStorage() argument
149 AddStorageBuffer(const std::string& name, const ast::Type* type, ast::Access access, uint32_t group, uint32_t binding) AddStorageBuffer() argument
211 AddResource(const std::string& name, const ast::Type* type, uint32_t group, uint32_t binding) AddResource() argument
222 AddGlobalVariable(const std::string& name, const ast::Type* type) AddGlobalVariable() argument
328 AddStorageTexture(const std::string& name, const ast::Type* type, uint32_t group, uint32_t binding) AddStorageTexture() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.cc328 const Type* type = this; UnwrapPtr() local
336 const Type* type = this; UnwrapRef() local
344 const Type* type = this; UnwrapAlias() local
352 auto* type = this; UnwrapAll() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc763 auto type = Token::Type::kUninitialized; in try_punctuation() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddecoration_validation_test.cc1254 ast::InterpolationType type; member
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcanonicalize_entry_point_io.cc86 const ast::Type* type; member
424 auto* type = outval.type; CreateSpirvOutputVariables() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc558 auto* type = ctor->ReturnType(); in EmitTypeConstructor() local
[all...]
/third_party/skia/tools/flags/
H A DCommandLineFlags.h425 SkFlagInfo(const char* name, const char* shortName, FlagTypes type, const char* helpString, const char* extendedHelpString) SkFlagInfo() argument
/third_party/spirv-tools/source/
H A Ddisassemble.cpp264 const spv_operand_type_t type = inst.operands[i].type; in EmitInstruction() local
[all...]
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp297 const auto* type = in ComputeConversionDataSynonymFacts() local
364 auto type = ir_context_->get_type_mgr()->GetType(type_id); in ComputeCompositeDataSynonymFacts() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkiter.cpp56 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() argument
484 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument
490 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() argument
H A Dlocalebuilder.cpp251 setUnicodeLocaleKeyword( StringPiece key, StringPiece type) setUnicodeLocaleKeyword() argument
H A Ducasemap.cpp557 int32_t type = ucase_getTypeOrIgnorable(c); in isFollowedByCasedLetter() local
580 int32_t type = ucase_getTypeOrIgnorable(c); in toUpper() local
H A Ducnv_cnv.h233 UConverterType type; member
H A Ducptrie.cpp22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() argument
477 UCPTrieType type = (UCPTrieType)trie->type; ucptrie_toBinary() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h791 hasNumericValue(UMessagePatternPartType type) hasNumericValue() argument
827 UMessagePatternPartType type; global() member in MessagePattern::Part
[all...]
/third_party/toybox/kconfig/
H A Dexpr.c24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument
135 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) __expr_eliminate_eq() argument
509 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups1() argument
561 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups2() argument
853 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) expr_extract_eq() argument
882 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) expr_trans_compare() argument
[all...]
H A Dmconf.c430 int type, tmp, doint = 2; in build_conf() local
H A Dsymbol.c82 enum symbol_type type = sym->type; in sym_get_type() local
93 const char *sym_type_name(enum symbol_type type) in sym_type_name() argument
411 int type = sym_get_type(sym); sym_tristate_within_range() local
833 prop_alloc(enum prop_type type, struct symbol *sym) prop_alloc() argument
863 prop_get_type_name(enum prop_type type) prop_get_type_name() argument
[all...]
/third_party/toybox/lib/
H A Ddeflate.c208 int final, type; in inflate() local
H A Dlib.h399 char type[0]; member
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h390 char type[0]; member
/third_party/toybox/toys/net/
H A Dnetstat.c189 unsigned long refcount, flags, type, state, inode; in show_unix_sockets() local
338 char *type = "w/o"; in netstat_main() local
[all...]

Completed in 26 milliseconds

1...<<181182183184185186187188189190>>...331