Home
last modified time | relevance | path

Searched defs:ZERO_FILL (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Native/
H A DField.hpp49 ZERO_FILL, // takes no space in encodings enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/utility/safe_browsing/mac/
H A Dudif.cc120 ZERO_FILL = 0x00000000, enumerator
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_types.h309 #define ZERO_FILL(x) memset (&x, 0, sizeof (x)) macro