Home
last modified time | relevance | path

Searched defs:e (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dbug.h50 #define BUILD_BUG_ON_ZERO(e) (0) argument
58 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int : (-!!(e)); }))) argument
/DragonStub/apps/lib/libfdt/
H A Dfdt_overlay.c684 const char *s, *e; in overlay_symbol_update() local