Searched refs:PROT_READ (Results 1 – 6 of 6) sorted by relevance
21 #define PROT_READ 0x1 macro
22 #define PROT_READ 0x01 macro
240 in = mmap(0, width * height * 3 / 2, PROT_READ, MAP_PRIVATE, ifd, 0); in convert()