Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap79 ARRAY = ord("a") variable in DBusType
111 DBusType.ARRAY.value,
139 DBusType.ARRAY.value: TypeProperty(DBusType.ARRAY, None, DBusType.UINT32),
155 if sig == DBusType.ARRAY.value:
156 ty = DBusType.ARRAY, parse_signature(sigstream)
335 if tc.type == DBusType.ARRAY:
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h307 #define fVARRAY_ELEMENT_ACCESS(ARRAY, TYPE, INDEX) \ argument
308 ARRAY.v[(INDEX) / (fVECSIZE() / (sizeof(ARRAY.TYPE[0])))].TYPE[(INDEX) % \
309 (fVECSIZE() / (sizeof(ARRAY.TYPE[0])))]
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def725ARRAY.v[(INDEX) / (fVECSIZE()/(sizeof(ARRAY.TYPE[0])))].TYPE[(INDEX) % (fVECSIZE()/(sizeof(ARRAY.T…
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch446 /* Likewise, but munge an array of N uint32_ts starting at ARRAY. */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch2833 #define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))