/third_party/boost/boost/align/ |
D | aligned_allocator_adaptor.hpp | 41 typedef typename char_traits::pointer char_ptr; typedef in boost::alignment::aligned_allocator_adaptor 44 typedef typename char_alloc::pointer char_ptr; typedef in boost::alignment::aligned_allocator_adaptor 61 detail::max_align<U, char_ptr>::value>::value enumerator 110 char_ptr p = a.allocate(sizeof p + n); in allocate() 113 ::new(static_cast<void*>(static_cast<char_ptr*>(r) - 1)) char_ptr(p); in allocate() 123 char_ptr h = char_ptr(); in allocate() 125 h = *(static_cast<const char_ptr*>(hint) - 1); in allocate() 129 char_ptr p = char_traits::allocate(a, sizeof p + n, h); in allocate() 131 char_ptr p = a.allocate(sizeof p + n, h); in allocate() 135 ::new(static_cast<void*>(static_cast<char_ptr*>(r) - 1)) char_ptr(p); in allocate() [all …]
|
/third_party/boost/boost/poly_collection/detail/ |
D | stride_iterator.hpp | 128 static char_pointer char_ptr(Value* p)noexcept in char_ptr() function in boost::poly_collection::detail::stride_iterator 137 void increment()noexcept{p=value_ptr(char_ptr(p)+stride_);} in increment() 138 void decrement()noexcept{p=value_ptr(char_ptr(p)-stride_);} in decrement() 141 {p=value_ptr(char_ptr(p)+n*(std::ptrdiff_t)stride_);} in advance() 143 {return (char_ptr(x.p)-char_ptr(p))/(std::ptrdiff_t)stride_;} in distance_to()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-utils.c | 202 guint32 *char_ptr = NULL; in cr_utils_ucs4_str_len_as_utf8() local 207 for (char_ptr = (guint32 *) a_in_start; in cr_utils_ucs4_str_len_as_utf8() 208 char_ptr <= a_in_end; char_ptr++) { in cr_utils_ucs4_str_len_as_utf8() 209 if (*char_ptr <= 0x7F) { in cr_utils_ucs4_str_len_as_utf8() 212 } else if (*char_ptr <= 0x7FF) { in cr_utils_ucs4_str_len_as_utf8() 215 } else if (*char_ptr <= 0xFFFF) { in cr_utils_ucs4_str_len_as_utf8() 217 } else if (*char_ptr <= 0x1FFFFF) { in cr_utils_ucs4_str_len_as_utf8() 219 } else if (*char_ptr <= 0x3FFFFFF) { in cr_utils_ucs4_str_len_as_utf8() 221 } else if (*char_ptr <= 0x7FFFFFFF) { in cr_utils_ucs4_str_len_as_utf8() 245 guchar *char_ptr = NULL; in cr_utils_ucs1_str_len_as_utf8() local [all …]
|
/third_party/boost/boost/container/detail/ |
D | multiallocation_chain.hpp | 49 <VoidPointer>::template rebind_pointer<char>::type char_ptr; typedef in boost::container::dtl::basic_multiallocation_chain 51 pointer_traits<char_ptr>::difference_type difference_type; 149 typedef typename boost::intrusive::pointer_traits<char_ptr> char_pointer_traits; in incorporate_after() 150 char_ptr elem = char_pointer_traits::static_cast_from(b); in incorporate_after() 152 char_ptr prev_elem = elem; in incorporate_after()
|
/third_party/boost/libs/unordered/test/helpers/ |
D | generators.hpp | 63 char* char_ptr = 0; in generate() local 77 result += generate(char_ptr, g); in generate()
|
/third_party/e2fsprogs/ext2ed/ |
D | general_com.c | 276 char *char_ptr; in set_int() local 289 char_ptr = (char *) ptr; in set_int() 290 *char_ptr = v; in set_int() 311 unsigned char *char_ptr; in set_uint() local 324 char_ptr = (unsigned char *) ptr; in set_uint() 325 *char_ptr = v; in set_uint() 362 unsigned char *char_ptr; in set() local
|
/third_party/boost/boost/interprocess/ipc/ |
D | message_queue.hpp | 75 rebind_pointer<char>::type char_ptr; typedef in boost::interprocess::message_queue_t 76 typedef typename boost::intrusive::pointer_traits<char_ptr>::difference_type difference_type; 212 rebind_pointer<char>::type char_ptr; typedef in boost::interprocess::ipcdetail::msg_hdr_t 213 typedef typename boost::intrusive::pointer_traits<char_ptr>::difference_type difference_type; 603 rebind_pointer<char>::type char_ptr; typedef in boost::interprocess::ipcdetail::msg_queue_initialization_func_t 604 typedef typename boost::intrusive::pointer_traits<char_ptr>::
|
/third_party/boost/boost/interprocess/mem_algo/detail/ |
D | simple_seq_fit_impl.hpp | 67 rebind_pointer<char>::type char_ptr; typedef in boost::interprocess::ipcdetail::simple_seq_fit_impl 78 typedef typename boost::intrusive::pointer_traits<char_ptr>::difference_type difference_type;
|
/third_party/boost/boost/interprocess/mem_algo/ |
D | rbtree_best_fit.hpp | 85 rebind_pointer<char>::type char_ptr; typedef in boost::interprocess::rbtree_best_fit 96 typedef typename boost::intrusive::pointer_traits<char_ptr>::difference_type difference_type;
|
/third_party/python/Tools/gdb/ |
D | libpython.py | 1085 char_ptr = field_ob_sval.address.cast(_type_unsigned_char_ptr()) 1086 return ''.join([chr(char_ptr[i]) for i in safe_range(field_ob_size)])
|