Lines Matching full:static_cast
129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
150 if (__csz_ + 1 > static_cast<size_t>(__cend_ - __cbeg_))
152 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1);
153 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*)));
176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
179 static_cast<__c_node*>(malloc(sizeof(__c_node)));
200 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_);
233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
264 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
317 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
433 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_);
441 hc = hash<void*>()(c2) % static_cast<size_t>(__cend_ - __cbeg_);
472 size_t nc = 2*static_cast<size_t>(cap_ - beg_);
476 static_cast<__i_node**>(malloc(nc * sizeof(__i_node*)));
499 if (__isz_ + 1 > static_cast<size_t>(__iend_ - __ibeg_))
501 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1);
502 __i_node** ibeg = static_cast<__i_node**>(calloc(nc, sizeof(void*)));
525 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_);
528 static_cast<__i_node*>(malloc(sizeof(__i_node)));
547 size_t h = hash<const void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_);
567 memmove(r, r+1, static_cast<size_t>(end_ - r)*sizeof(__i_node*));