Searched refs:ptr_mask (Results 1 – 2 of 2) sorted by relevance
40 static const compressed_ptr_t ptr_mask = 0xffffffffffffUL; //(1L<<48L)-1; member in boost::lockfree::detail::tagged_ptr44 return (T*)(i & ptr_mask); in extract_ptr()
2044 char *ptr_word, *ptr_mask;2094 ptr_mask = strchr (ptr_word, '/');2095 if (ptr_mask != NULL) {2099 bit_count = (int) strtol (ptr_mask+1, &endp, 10);2102 ptr_mask+1);2111 ppp_warn("invalid address length syntax: %v", ptr_mask+1);2114 *ptr_mask = '\0';2125 if (ptr_mask == NULL) {2140 if (ptr_mask != NULL)2141 *ptr_mask = '/';