Searched refs:OPTNONE (Results 1 – 4 of 4) sorted by relevance
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_utils.h | 29 #define OPTNONE __attribute__((optnone)) macro 31 #define OPTNONE __attribute__((optimize("O0"))) 33 inline OPTNONE void* memset_s(void* s, int c, size_t n) { in memset_s() 38 #undef OPTNONE
|
/system/keymaster/include/keymaster/ |
D | mem.h | 98 #define OPTNONE __attribute__((optnone)) macro 100 #define OPTNONE __attribute__((optimize("O0"))) macro 102 inline OPTNONE void* memset_s(void* s, int c, size_t n) { in memset_s() 106 #undef OPTNONE
|
/system/netd/server/ |
D | NetlinkCommands.cpp | 73 #define OPTNONE [[clang::optnone]] macro 77 #ifndef OPTNONE 78 #define OPTNONE /* nop */ macro 85 OPTNONE int sendNetlinkRequest(uint16_t action, uint16_t flags, iovec* iov, int iovlen, in sendNetlinkRequest()
|
/system/security/keystore2/src/crypto/ |
D | crypto.cpp | 43 #define OPTNONE __attribute__((optnone)) macro 45 #define OPTNONE __attribute__((optimize("O0"))) macro 47 #error Need a definition for OPTNONE 53 OPTNONE ~ArrayEraser() { std::fill(mArr, mArr + mSize, 0); } in ~ArrayEraser()
|