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 302 #define PTR_MASK (SIZEOF_PTR - 1)
306 (((a) + PTR_MASK) & ~PTR_MASK)
    [all...]
jemalloc_internal.h.in 302 #define PTR_MASK (SIZEOF_PTR - 1)
306 (((a) + PTR_MASK) & ~PTR_MASK)
    [all...]

Completed in 211 milliseconds