Home
last modified time | relevance | path

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

1234567

/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
656 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
855 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/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/clang/test/Modules/Inputs/private/
Dcommon.h4 typedef int common; typedef
/external/clang/test/Modules/Inputs/separate_map_tree/src/
Dcommon.h3 const int common = 2; variable
/external/clang/test/Modules/Inputs/private0/
Dcommon.h4 typedef int common; typedef
/external/clang/test/CodeGen/
D2005-09-24-BitFieldCrash.c6 struct tree_common common; member
16 struct tree_common common; member
/external/mesa3d/src/amd/
Dmeson.build24 subdir('common') subdir
/external/v8/src/compiler/
Dbasic-block-instrumentor.cc42 static const Operator* PointerConstant(CommonOperatorBuilder* common, in PointerConstant()
67 CommonOperatorBuilder common(graph->zone()); in Instrument() local
Dselect-lowering.h30 CommonOperatorBuilder* common() const { return common_; } in common() function
Dselect-lowering.cc17 SelectLowering::SelectLowering(Graph* graph, CommonOperatorBuilder* common) in SelectLowering()
Dcontrol-flow-optimizer.h38 CommonOperatorBuilder* common() const { return common_; } in common() function
Dloop-peeling.h37 LoopPeeler(Graph* graph, CommonOperatorBuilder* common, LoopTree* loop_tree, in LoopPeeler()
Ddiamond.h19 CommonOperatorBuilder* common; member
/external/mesa3d/src/intel/
Dmeson.build25 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/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/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/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/boringssl/src/include/openssl/
Dec_key.h256 struct openssl_method_common_st common; member
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DAltNode.java86 void genJavaReadsSelectCase(PrintWriter writer, int depth, String common) { in genJavaReadsSelectCase()
/external/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
Dfsp_configs.h11 struct fsp_cfg_common common; member
16 struct common_buf common; /* FSP common runtime data structure */ member

1234567