Searched refs:DYN_LOC (Results 1 – 2 of 2) sorted by relevance
465 loc = DYN_LOC(0, bytes); in TEST_F()471 loc = DYN_LOC(1024, bytes); in TEST_F()476 loc = DYN_LOC(1, bytes); in TEST_F()481 loc = DYN_LOC(0, bytes + 1024); in TEST_F()486 loc = DYN_LOC(0, bytes + 1); in TEST_F()492 loc = DYN_LOC(0, bytes); in TEST_F()
18 #define DYN_LOC(offset, size) ((size) << 16 | (offset)) macro