| /openbmc/qemu/scripts/coccinelle/ |
| H A D | return_directly.cocci | 3 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 D | 0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch | 12 | 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 D | gdsys,board_gazerbeam.txt | 39 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 D | optionrom.h | 61 .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 D | 0001-Avoid-shebang-overflow-on-python-config.py.patch | 28 @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_service_root.robot | 64 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 D | macros.h | 306 #define fVFOREACH(WIDTH, VAR) for (VAR = 0; VAR < fVELEM(WIDTH); VAR++) argument
|
| /openbmc/u-boot/include/ |
| H A D | lattice.h | 159 #define VAR 0x55 /* Plac holder for loop data. */ macro
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.y | 52 %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 D | utils.bbclass | 235 # 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 D | macros.def | 720 for (VAR = 0; VAR < fVELEM(WIDTH); VAR++),
|
| /openbmc/u-boot/drivers/fpga/ |
| H A D | ivm_core.c | 1386 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 D | README | 231 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 D | bitbake.vim | 274 " VAR = " \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 1806 -# 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 D | new-recipe.rst | 1484 VAR = "A really long \ 1558 VAR =+ "Starts"
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 454 are allowed but are ignored by ``d.getVarFlags("VAR")``
|