Home
last modified time | relevance | path

Searched defs:list (Results 1376 - 1400 of 1499) sorted by relevance

1...<<51525354555657585960

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.h172 struct list_head list; member
697 struct list_head list; member
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3212 const __be32 *list; in rockchip_pinctrl_parse_groups() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_config.c1605 wl_uint32_list_t *list; in dhd_conf_fix_country() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h183 struct list_head list; member
662 struct list_head list; member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp157 gid_t list[PARAM_32]; in GetGroups() local
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.h238 int list[HEVC_MAX_REFS]; member
/third_party/curl/lib/vtls/
H A Dopenssl.c1862 struct curl_slist *list = NULL; in ossl_engines_list() local
[all...]
/third_party/alsa-lib/src/
H A Dconf.c460 struct list_head list; member
481 struct list_head list; member
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h352 struct drm_buf_desc *list; member
360 int *list; member
385 struct drm_buf_pub *list; /**< Buffer information */ member
/third_party/libdrm/include/drm/
H A Ddrm.h352 struct drm_buf_desc *list; member
360 int *list; member
385 struct drm_buf_pub *list; /**< Buffer information */ member
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c1595 const int *list; main() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h469 struct list_head list; member
479 struct list_head list; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c2495 ntq_setup_registers(struct v3d_compile *c, struct exec_list *list) in ntq_setup_registers() argument
4299 ntq_emit_cf_list(struct v3d_compile *c, struct exec_list *list) in ntq_emit_cf_list() argument
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1985 char *format_listio(struct io_req *ioreq, int lcmd, struct listreq *list, in format_listio() argument
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h424 struct list_head list; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3963 emit_cf_list(struct ntv_context *ctx, struct exec_list *list) in emit_cf_list() argument
/third_party/libdrm/
H A Dxf86drm.c1667 drmFreeBufs(int fd, int count, int *list) drmFreeBufs() argument
1969 drm_ctx_t *list; drmGetReservedContextList() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c889 static void cast_enum_list(struct symbol_list *list, struct symbol *base_type) in cast_enum_list() argument
1892 declaration_list(struct token *token, struct symbol_list **list) declaration_list() argument
1924 struct_declaration_list(struct token *token, struct symbol_list **list) struct_declaration_list() argument
2509 statement_list(struct token *token, struct statement_list **list) statement_list() argument
2543 struct symbol_list **list = &fn->arguments; identifier_list() local
2562 struct symbol_list **list = &fn->arguments; parameter_type_list() local
2682 initializer_list(struct expression_list **list, struct token *token) initializer_list() argument
2736 parse_function_body(struct token *token, struct symbol *decl, struct symbol_list **list) parse_function_body() argument
2845 parse_k_r_arguments(struct token *token, struct symbol *decl, struct symbol_list **list) parse_k_r_arguments() argument
2871 toplevel_asm_declaration(struct token *token, struct symbol_list **list) toplevel_asm_declaration() argument
2887 external_declaration(struct token *token, struct symbol_list **list, validate_decl_t validate_decl) external_declaration() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc55 RegList list = kJSCallerSaved - exclusions; in RequiredStackSizeForCallerSaved() local
70 RegList list = kJSCallerSaved - exclusions; in PushCallerSaved() local
92 RegList list = kJSCallerSaved - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc49 RegList list = (kCallerSaved | lr) - exclusions; in RequiredStackSizeForCallerSaved() local
65 RegList list = (kCallerSaved | lr) - exclusions; in PushCallerSaved() local
88 RegList list = (kCallerSaved | lr) - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc101 auto list = kCallerSaved; in RequiredStackSizeForCallerSaved() local
118 auto list = kCallerSaved; in PushCallerSaved() local
145 auto list in PopCallerSaved() local
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc63 RegList list = kJSCallerSaved - exclusions; in RequiredStackSizeForCallerSaved() local
78 RegList list = kJSCallerSaved - exclusions; in PushCallerSaved() local
99 RegList list = kJSCallerSaved - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc86 bool Clobbers(Register target, interpreter::RegisterList list) { return false; } in Clobbers() argument
153 list[reg_index])); in Check() local
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc56 RegList list = kJSCallerSaved - exclusions; in RequiredStackSizeForCallerSaved() local
72 RegList list = kJSCallerSaved - exclusions; in PushCallerSaved() local
94 RegList list = kJSCallerSaved - exclusions; in PopCallerSaved() local
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc3517 ArrayLiteralFromListWithSpread( const ScopedPtrList<Expression>& list) ArrayLiteralFromListWithSpread() argument
[all...]

Completed in 110 milliseconds

1...<<51525354555657585960