Home
last modified time | relevance | path

Searched defs:VAR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dnet_namespace.h393 #define for_each_net(VAR) \ argument
395 #define for_each_net_continue_reverse(VAR) \ argument
397 #define for_each_net_rcu(VAR) \ argument
/openbmc/u-boot/include/
H A Dlattice.h159 #define VAR 0x55 /* Plac holder for loop data. */ macro
/openbmc/linux/drivers/media/i2c/
H A Dmt9t112.c77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h304 #define fVFOREACH(WIDTH, VAR) for (VAR = 0; VAR < fVELEM(WIDTH); VAR++) argument