Home
last modified time | relevance | path

Searched full:declared (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/openbmc/qemu/target/hexagon/
H A Dgen_helper_protos.py35 declared = []
37 declared.append(ret_type)
40 declared.append(arg.proto_arg)
42 arguments = ", ".join(declared)
48 f.write(f"DEF_HELPER_{len(declared) - 1}({tag}, {arguments})\n")
50 f.write(f"DEF_HELPER_FLAGS_{len(declared) - 1}({tag}, "
H A Dgen_tcg_funcs.py67 declared = []
71 reg.idef_arg(declared)
74 declared.append(hex_common.imm_name(immlett))
76 arguments = ", ".join(["ctx", "ctx->insn", "ctx->pkt"] + declared)
83 declared = []
86 declared.append(ret_type)
89 declared.append(arg.call_arg)
91 arguments = ", ".join(declared)
H A Dgen_helper_funcs.py43 declared = []
45 declared.append(arg.func_arg)
47 arguments = ", ".join(declared)
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h134 * Semantic record of the VARID token, identifying declared variables
142 * Data structure uniquely identifying a declared VARID variable, used for
143 * keeping track of declared variable, so that any variable is declared only
171 HexVar var; /**< rvalue of declared variable type */
210 unsigned tmp_count; /**< Index of the last declared TCGv temp */
211 unsigned qemu_tmp_count; /**< Index of the last declared int temp */
212 unsigned if_count; /**< Index of the last declared if label */
H A DREADME.rst59 - Keep track of which registers, among the declared one, have been
76 declared by the declaration statements. In this case all the three registers
77 will be declared, ``RsV`` and ``RtV`` will also be read and ``RdV`` will be
94 registers, storing the result in the just declared temporary.
157 declared anywhere, but rather a symbol which is easy to match in
283 Similarly to C, variables in the input code must be explicitly declared, such as
295 which are later automatically freed at the end of the function they're declared
296 in. Contrary to C, we only allow variables to be declared with an integer type
331 name, size, and bit width of the newly declared variable. In addition, this
332 function also ensures that variables aren't declared multiple times, and prints
/openbmc/linux/include/trace/events/
H A Dipi.h16 * It is necessary for @reason to be a static string declared with
104 * It is necessary for @reason to be a static string declared with
120 * It is necessary for @reason to be a static string declared with
/openbmc/u-boot/include/
H A Dlinker_lists.h44 * A variable declared using this macro must be compile-time initialized.
52 * 2) In case a section is declared that contains some array elements AND
53 * a subsection of this section is declared and contains some elements,
56 * 3) In case an outer section is declared that contains some array elements
57 * AND an inner subsection of this section is declared and contains some
/openbmc/linux/scripts/
H A Dcheckdeclares.pl4 # checkdeclares: find struct declared more than once
45 print "$file: struct $structname is declared more than once.\n";
H A Dtest_fortify.sh51 …# ./include/linux/fortify-string.h:316:25: error: call to '__write_overflow_field' declared with a…
53 …# ./include/linux/fortify-string.h:316:4: error: call to __write_overflow_field declared with 'war…
/openbmc/linux/drivers/acpi/acpica/
H A Dnsarguments.c87 * DESCRIPTION: Check that the declared parameter count (in ASL/AML) for a
156 "ASL declared %u, ACPI requires %u", in acpi_ns_check_acpi_compliance()
164 "ASL declared %u, ACPI requires %u", in acpi_ns_check_acpi_compliance()
181 * DESCRIPTION: Check that incoming argument count matches the declared
220 * argument count declared for the method in the ASL/AML. in acpi_ns_check_argument_count()
/openbmc/openbmc/poky/meta/recipes-kernel/powertop/powertop/
H A D0001-wakeup_xxx.h-include-limits.h.patch10 wakeup/wakeup_ethernet.h:35:16: error: 'PATH_MAX' was not declared in this scope
14 wakeup/wakeup_usb.h:35:16: error: 'PATH_MAX' was not declared in this scope
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-trace.h44 /* The function that assigns values to the above declared
138 /* The function that assigns values to the above declared
186 /* If only one event of a certain type needs to be declared, use TRACE_EVENT().
/openbmc/linux/drivers/staging/pi433/Documentation/devicetree/
H A Dpi433.txt12 reserved/declared.
25 With the following lines in spi section, the device pi433 is declared.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A D0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch11 …1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:27: error: ‘RTLD_LAZY’ was not declared in this scope
14 ….4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:36: error: ‘dlopen’ was not declared in this scope
/openbmc/linux/drivers/pci/hotplug/
H A DTODO29 example. Either the pci_slot member should no longer be declared private
50 example. Either the pci_slot member should no longer be declared private
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py350 # self.info("No type checkers declared for %s", uppercase)
352 …# self.warn("Can't find where type checkers for %s (%s) are declared. We will need them to…
405 # self.warn("Can't find where parent type %s is declared", parent_typename)
514 d.warn("instance type checker for %s already declared", uppercase)
576 d.warn("instance type declared here (%s)", d.instancetype)
581 d.warn("class type declared here (%s)", d.classtype)
641 self.warn("class type declared for %s", uppercase)
661 d.warn("instance type declared here (%s)", d.instancetype)
666 d.warn("class type declared here")
746 parent.info("parent type declared here")
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dmicrochip,wilc1000.yaml39 and deasserting RESET. This should be declared as an
45 connected to the RESET line. This should be declared as an
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_car.S105 ucode_base: /* Declared in microcode.h */
108 ucode_size: /* Declared in microcode.h */
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-display-frontend.yaml47 # have the MBUS declared.
52 # have the MBUS declared.
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dallwinner,sun4i-a10-csi.yaml61 # have the MBUS declared.
66 # have the MBUS declared.
/openbmc/linux/Documentation/usb/
H A Dfunctionfs.rst26 (one for each declared endpoint) which handle communication on
63 The gadget is registered only after all the declared function
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/
H A D0003-bridge-mst-fix-a-further-musl-build-issue.patch9 ../include/json_print.h:80:30: warning: 'struct timeval' declared inside parameter list will not be…
15 ../include/json_print.h:80:30: warning: 'struct timeval' declared inside parameter list will not be…
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h52 /* The function that assigns values to the above declared fields */
104 /* If only one event of a certain type needs to be declared, use TRACE_EVENT().
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst60 Attributes are declared using a macro called DEVICE_ATTR::
95 above two structures can be declared using:::
/openbmc/linux/fs/xfs/
H A Dxfs_drain.c129 * access can decide to back off if they see declared intentions.
160 /* Has anyone declared an intent to update this AG? */

12345678910>>...23