Home
last modified time | relevance | path

Searched defs:list (Results 5301 - 5325 of 5987) sorted by relevance

1...<<211212213214215216217218219220>>...240

/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c1999 struct ptr_list *list = head; in find_identifier() local
3569 void evaluate_symbol_list(struct symbol_list *list) in evaluate_symbol_list() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2966 UnresolvedList& list = rare_data->unresolved_private_names; in ResolvePrivateNames() local
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1796 void Include(const RegList& list) { *available_ |= list; } in Include() argument
1797 void Exclude(const RegList& list) { in Exclude() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h506 void assign_temporaries(RegList list) { in assign_temporaries() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Delements.cc1153 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument
1641 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument
4587 DirectCollectElementIndicesImpl( Isolate* isolate, Handle<JSObject> object, Handle<FixedArrayBase> backing_store, GetKeysConversion convert, PropertyFilter filter, Handle<FixedArray> list, uint32_t* nof_indices, uint32_t insertion_index = 0) DirectCollectElementIndicesImpl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h155 struct list_head list; member
219 struct list_head list; member
350 struct list_head list; member
378 struct list_head list; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h664 struct list_head list; member
670 struct list_head list; member
676 struct list_head list; member
682 struct list_head list; member
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c3027 emit_cf_list(struct compiler_context *ctx, struct exec_list *list) in emit_cf_list() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c583 static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen) in tls1_in_list() argument
[all...]
/third_party/python/Python/
H A Dsysmodule.c2046 PyObject *list = PyList_New(0); in list_builtin_module_names() local
3298 PyObject *list = PyList_New(argc); make_sys_argv() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp3531 int OutputASM::lookup(VariableArray &list, TIntermTyped *variable) in lookup() argument
3593 int OutputASM::lookup(VariableArray &list, TInterfaceBloc argument
3605 allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) allocate() argument
3653 free(VariableArray &list, TIntermTyped *variable) free() argument
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c582 static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen) in tls1_in_list() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1744 const SmallVector<spvc_reflected_resource> *list = nullptr; in spvc_resources_get_resource_list_for_type() local
1815 const SmallVector<spvc_reflected_builtin_resource> *list = nullptr; spvc_resources_get_builtin_resource_list_for_type() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c621 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init() argument
630 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size() argument
643 struct IDAT_list *list = IDAT_list->next; IDAT_list_end() local
1924 struct IDAT_list *list; process_IDAT() local
2503 struct IDAT_list *list = zlib->idat->idat_list_head; zlib_run() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp309 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters() argument
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c2067 InsNew( PProfileList list, PProfile profile ) InsNew() argument
2098 DelOld( PProfileList list, const PProfile profile ) DelOld() argument
[all...]
/third_party/python/Modules/
H A D_elementtree.c141 list_join(PyObject* list) in list_join() argument
1727 PyObject* list; element_subscr() local
2760 PyObject* list = PyList_New(2); treebuilder_handle_data() local
[all...]
H A D_tkinter.c2140 char *list; in _tkinter_tkapp_splitlist() local
[all...]
H A Darraymodule.c1578 array_array_fromlist(arrayobject *self, PyObject *list) in array_array_fromlist() argument
1621 PyObject *list = PyList_New(Py_SIZE(self)); array_array_tolist_impl() local
2243 PyObject *list; array_array___reduce_ex___impl() local
[all...]
/third_party/toybox/toys/pending/
H A Dip.c128 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx() argument
141 static int string_to_idx(char *str, struct arglist *list) in string_to_idx() argument
151 static char *idx_to_string(int idx, struct arglist *list) in idx_to_string() argument
183 static void parseRPDB(char *fname, struct arglist **list, int32_t size) in parseRPDB() argument
216 free_alist(struct arglist **list) free_alist() argument
227 init_arglist(struct arglist **list,int value, char* name) init_arglist() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc3085 void UseScratchRegisterScope::Include(const CPURegList& list) { in Emit() argument
3161 Exclude(const CPURegList& list) Emit() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc1479 DepthFirstSearch(const FileDescriptor* file, std::vector<const FileDescriptor*>* list, std::set<const FileDescriptor*>* seen) DepthFirstSearch() argument
[all...]
/third_party/python/PC/
H A Dlauncher2.c431 bool list; member
[all...]
/third_party/python/Objects/
H A Dobmalloc.c2935 pool_is_in_list(const poolp target, poolp list) pool_is_in_list() argument
[all...]
H A Dbytesobject.c1735 PyObject *list; in bytes_split_impl() local
1820 PyObject *list; in bytes_rsplit_impl() local
[all...]

Completed in 85 milliseconds

1...<<211212213214215216217218219220>>...240