/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/linux/drivers/media/i2c/ |
H A D | mt9t112.c | 77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro 350 mt9t112_mcu_write(ret, client, VAR(26, 0), width); in mt9t112_set_a_frame_size() 351 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size() 354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() 355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size() 358 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart); in mt9t112_set_a_frame_size() 359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart); in mt9t112_set_a_frame_size() 362 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size() 363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size() 487 mt9t112_mcu_mask_set(ret, client, VAR(26, 160), 0x0040, 0x0000); in mt9t112_init_setting() [all …]
|
/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/linux/include/net/ |
H A D | net_namespace.h | 393 #define for_each_net(VAR) \ argument 394 list_for_each_entry(VAR, &net_namespace_list, list) 395 #define for_each_net_continue_reverse(VAR) \ argument 396 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list) 397 #define for_each_net_rcu(VAR) \ argument 398 list_for_each_entry_rcu(VAR, &net_namespace_list, list)
|
/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/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-var-stk-om44.dts | 12 model = "Variscite VAR-STK-OM44";
|
H A D | omap4-var-dvk-om44.dts | 12 model = "Variscite VAR-DVK-OM44";
|
H A D | omap4-var-som-om44.dtsi | 10 model = "Variscite VAR-SOM-OM44"; 20 ti,model = "VAR-SOM-OM44";
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 304 #define fVFOREACH(WIDTH, VAR) for (VAR = 0; VAR < fVELEM(WIDTH); VAR++) argument
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-btf.rst | 186 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc 187 [21] VAR 'global_var' type_id=3, linkage=global-alloc 188 [22] VAR 'my_func.static_var' type_id=3, linkage=static
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 159 #define VAR 0x55 /* Plac holder for loop data. */ macro
|
/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/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/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-var-som-symphony.dts | 15 model = "Variscite VAR-SOM-MX8MN Symphony evaluation board";
|
H A D | imx8mm-var-som-symphony.dts | 11 model = "Variscite VAR-SOM-MX8MM Symphony evaluation board";
|
H A D | imx8mm-var-som.dtsi | 10 model = "Variscite VAR-SOM-MX8MM module";
|
H A D | imx8mn-var-som.dtsi | 11 model = "Variscite VAR-SOM-MX8MN module";
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 720 for (VAR = 0; VAR < fVELEM(WIDTH); VAR++),
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 169 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]onmax.[M.]var = VAR 172 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]onchange.[M.]var = 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/linux/tools/usb/usbip/ |
H A D | INSTALL | 189 them in the `configure' command line, using `VAR=value'. For example:
|