Home
last modified time | relevance | path

Searched defs:common (Results 1 – 25 of 182) sorted by relevance

12345678

/external/u-boot/drivers/usb/gadget/
Df_mass_storage.c372 struct fsg_common *common; member
387 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set()
397 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument
408 static int exception_in_progress(struct fsg_common *common) in exception_in_progress()
414 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length()
451 static void wakeup_thread(struct fsg_common *common) in wakeup_thread()
456 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception()
470 static int ep0_queue(struct fsg_common *common) in ep0_queue()
491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
[all …]
/external/pcre/dist2/src/
Dpcre2_jit_compile.c249 backtrack_common common; member
260 backtrack_common common; member
280 backtrack_common common; member
290 backtrack_common common; member
295 backtrack_common common; member
309 backtrack_common common; member
329 backtrack_common common; member
341 backtrack_common common; member
842 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
1042 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types()
[all …]
/external/u-boot/arch/x86/include/asm/arch-queensbay/fsp/
Dfsp_configs.h10 struct fsp_cfg_common common; member
15 struct common_buf common; /* FSP common runtime data structure */ member
/external/v8/src/compiler/
Dbasic-block-instrumentor.cc40 static const Operator* IntPtrConstant(CommonOperatorBuilder* common, in IntPtrConstant()
48 static const Operator* PointerConstant(CommonOperatorBuilder* common, in PointerConstant()
77 CommonOperatorBuilder common(graph->zone()); in Instrument() local
Dcontrol-flow-optimizer.h44 CommonOperatorBuilder* common() const { return common_; } in common() function
Dloop-peeling.h37 LoopPeeler(Graph* graph, CommonOperatorBuilder* common, LoopTree* loop_tree, in LoopPeeler()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast.h152 ParseCommon common; member
162 ParseCommon common; member
232 ParseCommon common; member
249 ParseCommon common; member
256 ParseCommon common; member
263 ParseCommon common; member
270 ParseCommon common; member
277 ParseCommon common; member
284 ParseCommon common; member
291 ParseCommon common; member
[all …]
/external/mesa3d/include/android_stub/hardware/
Dhwvulkan.h33 struct hw_module_t common; member
61 struct hw_device_t common; member
/external/u-boot/drivers/adc/
Dstm32-adc-core.c59 struct stm32_adc_common *common) in stm32h7_adc_clk_sel()
141 struct stm32_adc_common *common = dev_get_priv(dev); in stm32_adc_core_probe() local
/external/clang/test/CodeGen/
D2005-09-24-BitFieldCrash.c6 struct tree_common common; member
16 struct tree_common common; member
/external/clang/test/Modules/Inputs/separate_map_tree/src/
Dcommon.h3 const int common = 2; variable
/external/clang/test/Modules/Inputs/private/
Dcommon.h4 typedef int common; typedef
/external/clang/test/Modules/Inputs/private0/
Dcommon.h4 typedef int common; typedef
/external/crosvm/protos/tests/
Dtrunks.rs7 mod common; module
/external/u-boot/drivers/net/ti/
Dam65-cpsw-nuss.c178 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_update_link() local
221 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_gmii_sel_k3() local
275 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_start() local
427 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_send() local
445 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_recv() local
454 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_free_pkt() local
474 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_stop() local
502 struct am65_cpsw_common *common = priv->cpsw_common; in am65_cpsw_read_rom_hwaddr() local
/external/mesa3d/src/amd/
Dmeson.build24 subdir('common') subdir
/external/selinux/secilc/docs/
Dcil_class_and_permission_statements.md4 common section in Class and Permission Statements
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired_common.c219 int driver_wired_init_common(struct driver_wired_common_data *common, in driver_wired_init_common()
284 void driver_wired_deinit_common(struct driver_wired_common_data *common) in driver_wired_deinit_common()
/external/mesa3d/src/intel/
Dmeson.build28 subdir('common') subdir
/external/mesa3d/src/mesa/drivers/dri/
Dmeson.build21 subdir('common') subdir
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D2-2.c86 sem_t *common() in common() function
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.h41 CommonBottleneck common; member
/external/u-boot/arch/x86/include/asm/arch-braswell/fsp/
Dfsp_configs.h11 struct fsp_cfg_common common; member
16 struct common_buf common; /* FSP common runtime data structure */ member
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue139/
DMergeValueTest.java65 Map<String, Integer> common = (Map<String, Integer>) map.get("common"); in testMergeUnlessAlreadyExists() local
/external/boringssl/src/include/openssl/
Dec_key.h270 struct openssl_method_common_st common; member

12345678