HomeSort by relevance Sort by last modified time
    Searched refs:global_len (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/mincore/
mincore01.c 58 static int global_len; variable
105 tc->len = global_len;
114 t = SAFE_MMAP(cleanup, NULL, global_len, PROT_READ | PROT_WRITE,
117 SAFE_MUNMAP(cleanup, t, global_len);
127 tc->len = global_len;
134 tc->len = global_len * 2;
135 SAFE_MUNMAP(cleanup, global_pointer + global_len, global_len);
169 /* global_pointer will point to a mmapped area of global_len bytes */
170 global_len = pagesize * 2
    [all...]
  /external/freetype/include/freetype/internal/
autohint.h 102 /* global_len :: The size in bytes of the global hints. */
108 long* global_len );

Completed in 90 milliseconds