Home
last modified time | relevance | path

Searched defs:DATA_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_patch.cpp20 static constexpr auto DATA_SIZE = 8; variable
/openbmc/hiomapd/vpnor/test/
H A Dwrite_patch.cpp24 static constexpr auto DATA_SIZE = 8; variable
/openbmc/qemu/accel/tcg/
H A Duser-exec.c1303 #define DATA_SIZE 1 macro
1306 #define DATA_SIZE 2 macro
1309 #define DATA_SIZE 4 macro
1313 #define DATA_SIZE 8 macro
1318 #define DATA_SIZE 16 macro
H A Dcputlb.c2892 #define DATA_SIZE 1 macro
2895 #define DATA_SIZE 2 macro
2898 #define DATA_SIZE 4 macro
2902 #define DATA_SIZE 8 macro
2907 #define DATA_SIZE 16 macro
/openbmc/u-boot/net/
H A Dfastboot.c28 #define DATA_SIZE (PACKET_SIZE - sizeof(struct fastboot_header)) macro