Home
last modified time | relevance | path

Searched refs:VAR (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/scripts/coccinelle/
H A Dreturn_directly.cocci3 identifier VAR;
11 - T VAR;
12 ... when != VAR
14 - VAR = (E);
15 - return VAR;
17 ... when != VAR
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch12 | 59 | char VAR[strlen(FORMAT) + 6]; \
28 #define PROC_PID_FILE(VAR, FORMAT, PID) \
29 - char VAR[strlen(FORMAT) + 6]; \
30 + enum { buflen_ ## VAR = strlen(FORMAT)}; \
31 + char VAR[buflen_ ## VAR + 6]; \
32 sprintf(VAR, FORMAT, PID)
/openbmc/u-boot/Documentation/devicetree/bindings/board/
H A Dgdsys,board_gazerbeam.txt39 var-gpios-mc2 = <&GPIO_VB0 0 0 /* VAR-MC_SC */
40 &GPIO_VB0 11 0>; /* VAR-CON */
42 var-gpios-mc4 = <&GPIO_VB1 0 0 /* VAR-MC_SC */
43 &GPIO_VB1 11 0>; /* VAR-CON */
/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h61 .macro read_fw VAR
62 mov $\VAR, %ax
81 .macro read_fw_dma VAR, SIZE, ADDR
97 movl $(\VAR << 16) | (FW_CFG_DMA_CTL_READ | FW_CFG_DMA_CTL_SELECT), %eax
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch28 @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot64 VAR &{headers} = Content-Type=application/json
110 VAR &{headers} = Content-Type=application/json
111 VAR ${data} = {"UserName":"${OPENBMC_USERNAME}", "Password":"${OPENBMC_PASSWORD}"}
116 VAR &{headers} = Content-Type=application/json
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h306 #define fVFOREACH(WIDTH, VAR) for (VAR = 0; VAR < fVELEM(WIDTH); VAR++) argument
/openbmc/u-boot/include/
H A Dlattice.h159 #define VAR 0x55 /* Plac holder for loop data. */ macro
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y52 %token IN INAME VAR
67 %type <rvalue> rvalue lvalue VAR assign_statement var var_decl var_type
138 var : VAR
/openbmc/openbmc/poky/meta/classes-global/
H A Dutils.bbclass235 # Usage: create_wrapper FILENAME [[VAR=VALUE]..]
343 Return a list of ${VAR} for each variable VAR in vars from each
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def720 for (VAR = 0; VAR < fVELEM(WIDTH); VAR++),
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c1386 if ((compress == VAR) && (g_usDataType & HEAP_IN)) { in ispVMData()
1471 if ((cDataByte == VAR) && (g_usDataType&HEAP_IN) && in ispVMData()
/openbmc/openbmc/poky/documentation/
H A DREADME231 So anywhere in any of the Yocto Project manuals, :term:`VAR` can be
251 e.g. `&VAR;`.
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim274 " VAR = " \
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1806 -# Append VALUE to the end of shell variable VAR.
1817 -# Append VALUE to the end of shell variable VAR.
3761 -# Append VALUE to the end of shell variable VAR.
3772 -# Append VALUE to the end of shell variable VAR.
5700 -# Append VALUE to the end of shell variable VAR.
5711 -# Append VALUE to the end of shell variable VAR.
7642 -# Append VALUE to the end of shell variable VAR.
7653 -# Append VALUE to the end of shell variable VAR.
10202 -# Append VALUE to the end of shell variable VAR.
10213 -# Append VALUE to the end of shell variable VAR.
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst1484 VAR = "A really long \
1558 VAR =+ "Starts"
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst454 are allowed but are ignored by ``d.getVarFlags("VAR")``