Home
last modified time | relevance | path

Searched defs:list (Results 1326 - 1350 of 1499) sorted by relevance

1...<<51525354555657585960

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1638 ntq_setup_registers(struct vc4_compile *c, struct exec_list *list) in ntq_setup_registers() argument
2101 ntq_emit_cf_list(struct vc4_compile *c, struct exec_list *list) in ntq_emit_cf_list() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.h60 struct list_head list; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.h60 struct list_head list; member
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c1013 int fuse_fs_listxattr(struct fuse_fs *fs, const char *path, char *list, in fuse_fs_listxattr() argument
2414 char *list = (char *) malloc(size); in fuse_lib_listxattr() local
2388 common_listxattr(struct fuse *f, fuse_req_t req, fuse_ino_t ino, char *list, size_t size) common_listxattr() argument
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c3467 char *list = (char*)NULL; in ntfs_fuse_listxattr() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c3233 struct list_head list; member
3350 struct sh_incl_path_entry * list = *path_list; validate_and_tokenise_sh_incl() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp548 LocalMemory<int32_t> list; variable
[all...]
H A Dsmpdtfmt.cpp311 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2921 MemoryOpt::Record::link(Record **list) in link() argument
2931 MemoryOpt::Record::unlink(Record **list) in unlink() argument
2952 Record **list = getList(i); in addRecord() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c72 struct list_head list; member
83 struct list_head list; member
[all...]
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c3210 int fuse_req_getgroups(fuse_req_t req, int size, gid_t list[]) argument
3272 int fuse_req_getgroups(fuse_req_t req, int size, gid_t list[]) argument
/third_party/libdrm/
H A Dxf86drm.h256 drmBufDescPtr list; /**< List of buffer descriptions */ member
274 drmBufPtr list; /**< Buffers */ member
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c281 static char *show_asm_constraints(char *buf, const char *sep, struct asm_constraint_list *list) in show_asm_constraints() argument
793 struct pseudo_list **list = prev + hash; in value_pseudo() local
2085 static void add_asm_rule(struct instruction *insn, struct asm_constraint_list **list, struct asm_operand *op, pseudo_t pseudo) in add_asm_rule() argument
H A Dcompile-i386.c577 struct textbuf *tmp, *list = *buf_p; in textbuf_push() local
605 struct textbuf *tmp, *list = *buf_p; textbuf_emit() local
996 struct expression *entry, **list; sort_array() local
[all...]
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...]

Completed in 85 milliseconds

1...<<51525354555657585960