Searched refs:DYN_LOC (Results 1 – 2 of 2) sorted by relevance
376 loc = DYN_LOC(0, bytes); in TEST_F()382 loc = DYN_LOC(1024, bytes); in TEST_F()387 loc = DYN_LOC(1, bytes); in TEST_F()392 loc = DYN_LOC(0, bytes + 1024); in TEST_F()397 loc = DYN_LOC(0, bytes + 1); in TEST_F()403 loc = DYN_LOC(0, bytes); in TEST_F()
24 #define DYN_LOC(offset, size) ((size) << 16 | (offset)) macro
Completed in 14 milliseconds