/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 4223 struct int_node *source = rb_entry(nd, struct int_node, rb_node); variable
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wcd9335.c | 4886 wcd9335_codec_set_sysclk(struct snd_soc_component *comp, int clk_id, int source, unsigned int freq, int dir) wcd9335_codec_set_sysclk() argument
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi_internal.h | 1327 u16 source; member
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 466 unsigned char source; member 737 alloclbuspath(struct cmdif *cif, unsigned char source, in alloclbuspath() argument 776 freelbuspath(struct cmdif *cif, unsigned char source, cons argument 956 getsourcesink(struct cmdif *cif, unsigned char source, unsigned char sink, unsigned char *a, unsigned char *b) getsourcesink() argument [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 6243 __u16 source; in set_device_id() local
|
/third_party/glfw/src/ |
H A D | internal.h | 443 int source; member 492 int source; member
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 290 spv::SourceLanguage TranslateSourceLanguage(glslang::EShSource source, EProfile profile) in TranslateSourceLanguage() argument [all...] |
/third_party/backends/backend/ |
H A D | fujitsu.h | 429 int source; /*fb,adf front,adf duplex,etc*/ member
|
H A D | hp3500.c | 812 int source = scanner->pipe_r; in sane_read() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 2757 UChar source[256], target[256]; in TestSettings() local 2776 static int32_t TestEqualsForCollator(const char* locName, UCollator *source, UCollator *target) { in TestEqualsForCollator() argument 2844 UCollator *source = NULL, *target = NULL; TestEquals() local 3084 UChar source[100]; TestTibetanConformance() local 4199 const UChar source[MAX_TOKEN_LEN]; /* String on left */ global() member [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 6168 Program( const string& source, bool build = false, cl_int* err = NULL) Program() argument 6207 Program( const Context& context, const string& source, bool build = false, cl_int* err = NULL) Program() argument [all...] |
/third_party/libinput/src/ |
H A D | libinput.c | 186 enum libinput_pointer_axis_source source; member 236 enum libinput_tablet_pad_ring_axis_source source; member 241 enum libinput_tablet_pad_strip_axis_source source; member 1818 struct libinput_source *source; in libinput_add_fd() local 1839 libinput_remove_source(struct libinput *libinput, struct libinput_source *source) libinput_remove_source() argument 1931 struct libinput_source *source; libinput_drop_destroyed_sources() local 2189 struct libinput_source *source; libinput_dispatch() local 2913 tablet_pad_notify_ring(struct libinput_device *device, uint64_t time, unsigned int number, double value, enum libinput_tablet_pad_ring_axis_source source, struct libinput_tablet_pad_mode_group *group) tablet_pad_notify_ring() argument 2943 tablet_pad_notify_strip(struct libinput_device *device, uint64_t time, unsigned int number, double value, enum libinput_tablet_pad_strip_axis_source source, struct libinput_tablet_pad_mode_group *group) tablet_pad_notify_strip() argument [all...] |
/third_party/libinput/test/ |
H A D | litest.c | 3619 source); in litest_is_axis_event() local 3933 source); in litest_is_pad_ring_event() local 3953 source); in litest_is_pad_strip_event() local 3599 litest_is_axis_event(struct libinput_event *event, enum libinput_event_type axis_type, enum libinput_pointer_axis axis, enum libinput_pointer_axis_source source) litest_is_axis_event() argument 3919 litest_is_pad_ring_event(struct libinput_event *event, unsigned int number, enum libinput_tablet_pad_ring_axis_source source) litest_is_pad_ring_event() argument 3939 litest_is_pad_strip_event(struct libinput_event *event, unsigned int number, enum libinput_tablet_pad_strip_axis_source source) litest_is_pad_strip_event() argument 4108 litest_assert_axis_end_sequence(struct libinput *li, enum libinput_event_type axis_type, enum libinput_pointer_axis axis, enum libinput_pointer_axis_source source) litest_assert_axis_end_sequence() argument [all...] |
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 845 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument 869 DecompressAnyTagged(Register destination, Register source) DecompressAnyTagged() argument
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 1030 MemOperand source = rs; in CallRecordWriteStub() local 1056 MemOperand source = rs; in CallRecordWriteStub() local 1072 MemOperand source = rs; CallRecordWriteStub() local 1107 MemOperand source = rs; CallRecordWriteStub() local 1144 MemOperand source = rs; CallRecordWriteStub() local 1273 MemOperand source = rs; CallRecordWriteStub() local 1710 ExtractBits(Register dest, Register source, Register pos, int size, bool sign_extend) CallRecordWriteStub() argument 1727 InsertBits(Register dest, Register source, Register pos, int size) CallRecordWriteStub() argument [all...] |
H A D | assembler-mips.cc | 2059 MemOperand source = rs; in lb() local 2065 MemOperand source = rs; in lbu() local 2071 MemOperand source = rs; lh() local 2077 MemOperand source = rs; lhu() local 2083 MemOperand source = rs; lw() local 2103 MemOperand source = rs; sb() local 2109 MemOperand source = rs; sh() local 2115 MemOperand source = rs; sw() local [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 2732 void OnStackReplacement(MacroAssembler* masm, OsrSourceTier source) { in OnStackReplacement() argument
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 1136 MemOperand source = rs; in UnalignedLoadHelper() local 1165 MemOperand source = rs; in UnalignedFLoadHelper() local 1189 MemOperand source = rs; UnalignedStoreHelper() local 1239 MemOperand source = rs; AlignedLoadHelper() local 1253 MemOperand source = rs; AlignedStoreHelper() local 5113 DecompressTaggedPointer(const Register& destination, const Register& source) DecompressTaggedPointer() argument [all...] |
H A D | assembler-riscv64.cc | 1583 void Assembler::sb(Register source, Register base, int16_t imm12) { in sb() argument 1587 void Assembler::sh(Register source, Register base, int16_t imm12) { in sh() argument 1591 void Assembler::sw(Register source, Register base, int16_t imm12) { in sw() argument 1741 void Assembler::sd(Register source, Registe argument 1955 fsw(FPURegister source, Register base, int16_t imm12) fsw() argument 2087 fsd(FPURegister source, Register base, int16_t imm12) fsd() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 1907 Handle<JSObject> Factory::CopyJSObject(Handle<JSObject> source) { in CopyJSObject() argument 1667 NewWasmArrayFromMemory(uint32_t length, Handle<Map> map, Address source) NewWasmArrayFromMemory() argument 1911 CopyJSObjectWithAllocationSite( Handle<JSObject> source, Handle<AllocationSite> site) CopyJSObjectWithAllocationSite() argument 2403 CopyBytecodeArray(Handle<BytecodeArray> source) CopyBytecodeArray() argument 3573 SetRegExpAtomData(Handle<JSRegExp> regexp, Handle<String> source, JSRegExp::Flags flags, Handle<Object> data) SetRegExpAtomData() argument 3585 SetRegExpIrregexpData(Handle<JSRegExp> regexp, Handle<String> source, JSRegExp::Flags flags, int capture_count, uint32_t backtrack_limit) SetRegExpIrregexpData() argument 3612 SetRegExpExperimentalData(Handle<JSRegExp> regexp, Handle<String> source, JSRegExp::Flags flags, int capture_count) SetRegExpExperimentalData() argument [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 707 Handle<String> source = factory()->NewStringFromStaticChars("() {}"); in CreateEmptyFunction() local 4127 Handle<String> source = in CompileExtension() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 3884 auto source = *source_handle; in CopyUpToAddAttributes() local 4889 GetPositionInfoSlowImpl(const base::Vector<Char>& source, int position, Script::PositionInfo* info) GetPositionInfoSlowImpl() argument 4917 auto source = String::cast(script.source()); GetPositionInfoSlow() local [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 167 std::ostream& source = debug_macros_cc_; in BeginDebugMacrosFile() local 197 std::ostream& source = debug_macros_cc_; EndDebugMacrosFile() local 3301 GenerateImplicitConvert( const Type* destination_type, VisitResult source) GenerateImplicitConvert() argument [all...] |
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 1703 get_container(die_source source) in get_container() argument 1751 const die_source source = rdr.get_die_source(die); get_container() local 2530 const die_source source = get_die_source(die); compute_canonical_die() local 2556 compute_canonical_die(Dwarf_Off die_offset, die_source source, offset_offset_map_type& canonical_dies, Dwarf_Die &canonical_die, bool die_as_type) const compute_canonical_die() argument 2644 const die_source source = get_die_source(die); get_canonical_die() local 2736 const die_source source = get_die_source(die); get_or_compute_canonical_die() local 2837 die_source source = NO_DEBUG_INFO_DIE_SOURCE; get_die_source() local 2908 get_die_from_offset(die_source source, Dwarf_Off offset, Dwarf_Die *die) const get_die_from_offset() argument 2946 const die_source source = get_die_source(die); associate_die_to_decl() local 2985 lookup_decl_from_die_offset(Dwarf_Off die_offset, die_source source) lookup_decl_from_die_offset() argument 3270 lookup_artifact_from_die_offset(Dwarf_Off die_offset, die_source source, bool die_as_type = false) const lookup_artifact_from_die_offset() argument 3543 set_canonical_die_offset(Dwarf_Off die_offset, die_source source, Dwarf_Off canonical_die_offset, bool die_as_type) const set_canonical_die_offset() argument 3575 const die_source source = get_die_source(die); set_canonical_die_offset() local 3614 get_canonical_die_offset(Dwarf_Off die_offset, die_source source, bool die_as_type) const get_canonical_die_offset() argument 3640 erase_canonical_die_offset(Dwarf_Off die_offset, die_source source, bool die_as_type) const erase_canonical_die_offset() argument 3775 die_wip_classes_map(die_source source) die_wip_classes_map() argument 3811 die_wip_function_types_map(die_source source) die_wip_function_types_map() argument 4645 tu_die_imported_unit_points_map(die_source source) tu_die_imported_unit_points_map() argument 4687 die_parent_map(die_source source) die_parent_map() argument 5199 build_die_parent_relations_under(Dwarf_Die* die, die_source source, imported_unit_points_type & imported_units) build_die_parent_relations_under() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 4494 std::ostringstream source; in initPrograms() local 4517 std::ostringstream source; in initPrograms() local 4542 std::ostringstream source; in initPrograms() local 4561 std::ostringstream source; initPrograms() local 4588 std::ostringstream source; initPrograms() local 4651 std::ostringstream source; initPrograms() local 4679 std::ostringstream source; initPrograms() local 4693 std::ostringstream source; initPrograms() local 4706 std::ostringstream source; initPrograms() local [all...] |