Home
last modified time | relevance | path

Searched refs:SMALL_BEG (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/test/mapping/present/
Dtarget_array_extension.c59 # define SMALL_BEG (SIZE-2) macro
64 # define SMALL_BEG 0 macro
72 #define SMALL_SIZE (SMALL_END-SMALL_BEG)
75 #define SMALL SMALL_BEG:SMALL_SIZE
82 fprintf(stderr, "addr=%p, size=%ld\n", &arr[SMALL_BEG], in main()
Dtarget_data_array_extension.c59 # define SMALL_BEG (SIZE-2) macro
64 # define SMALL_BEG 0 macro
72 #define SMALL_SIZE (SMALL_END-SMALL_BEG)
75 #define SMALL SMALL_BEG:SMALL_SIZE
82 fprintf(stderr, "addr=%p, size=%ld\n", &arr[SMALL_BEG], in main()
/external/llvm-project/openmp/libomptarget/test/mapping/
Dtarget_data_array_extension_at_exit.c59 # define SMALL_BEG (SIZE-2) macro
64 # define SMALL_BEG 0 macro
72 #define SMALL SMALL_BEG:(SMALL_END-SMALL_BEG)
91 for (int i = SMALL_BEG; i < SMALL_END; ++i) in check_not_present()
127 if (SMALL_BEG <= i && i < SMALL_END) { in check_is_present()