Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/ec/curve448/
Dfield.h28 # define ALIGNED __attribute__((__aligned__(16))) macro
32 # define ALIGNED macro
/third_party/libcoap/tests/
Dtest_uri.c320 # define ALIGNED(x) macro
322 # define ALIGNED(x) __attribute__ ((aligned (x))) macro
Dtest_options.c461 # define ALIGNED(x) macro
463 # define ALIGNED(x) __attribute__ ((aligned (x))) macro
/third_party/boost/boost/python/numpy/
Dndarray.hpp72 ALIGNED=0x4, WRITEABLE=0x8, BEHAVED=0x4|0x8, enumerator
/third_party/boost/tools/build/src/engine/
Dhash.cpp93 #define ALIGNED(x) ((x + sizeof(ITEM) - 1) & ~(sizeof(ITEM) - 1)) macro
/third_party/glib/glib/tests/
Dgvariant.c716 #define ALIGNED(x, y) (((x + (y - 1)) / y) * y) macro