HomeSort by relevance Sort by last modified time
    Searched full:ptr_mask (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
auth.c 1843 char *ptr_word, *ptr_mask; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 293 #define PTR_MASK (SIZEOF_PTR - 1)
297 (((a) + PTR_MASK) & ~PTR_MASK)
jemalloc_internal.h.in 293 #define PTR_MASK (SIZEOF_PTR - 1)
297 (((a) + PTR_MASK) & ~PTR_MASK)

Completed in 74 milliseconds