HomeSort by relevance Sort by last modified time
    Searched refs:__h (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hash_fun.h 73 unsigned long __h = 0; local
75 __h = 5 * __h + *__s;
76 return size_t(__h);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hash_fun.h 73 unsigned long __h = 0; local
75 __h = 5 * __h + *__s;
76 return size_t(__h);
  /external/libcxx/benchmarks/
unordered_set_operations.bench.cpp 84 uint32_t __h = 4; local
89 __h *= __m;
90 __h ^= __k;
91 __h ^= __h >> 13;
92 __h *= __m;
93 __h ^= __h >> 15;
94 return __h;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
unordered_set_operations.bench.cpp 84 uint32_t __h = 4; local
89 __h *= __m;
90 __h ^= __k;
91 __h ^= __h >> 13;
92 __h *= __m;
93 __h ^= __h >> 15;
94 return __h;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 368 ({ struct obstack *__h = (OBSTACK); \
369 obstack_blank (__h, (length)); \
370 obstack_finish (__h); })
374 ({ struct obstack *__h = (OBSTACK); \
375 obstack_grow (__h, (where), (length)); \
376 obstack_finish (__h); })
380 ({ struct obstack *__h = (OBSTACK); \
381 obstack_grow0 (__h, (where), (length)); \
382 obstack_finish (__h); })
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 486 __hashtable* __h = static_cast<__hashtable*>(this); local
487 __hash_code __code = __h->_M_hash_code(__k);
488 std::size_t __n = __h->_M_bucket_index(__k, __code);
489 __node_type* __p = __h->_M_find_node(__n, __k, __code);
493 __p = __h->_M_allocate_node(std::piecewise_construct,
496 return __h->_M_insert_unique_node(__n, __code, __p)->second;
512 __hashtable* __h = static_cast<__hashtable*>(this); local
513 __hash_code __code = __h->_M_hash_code(__k);
514 std::size_t __n = __h->_M_bucket_index(__k, __code);
515 __node_type* __p = __h->_M_find_node(__n, __k, __code)
538 __hashtable* __h = static_cast<__hashtable*>(this); local
558 const __hashtable* __h = static_cast<const __hashtable*>(this); local
603 __hashtable& __h = _M_conjure_hashtable(); local
636 __hashtable& __h = _M_conjure_hashtable(); local
688 __hashtable& __h = this->_M_conjure_hashtable(); local
722 __hashtable& __h = this->_M_conjure_hashtable(); local
768 __hashtable& __h = this->_M_conjure_hashtable(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 407 ({ struct obstack *__h = (OBSTACK); \
408 obstack_blank (__h, (length)); \
409 obstack_finish (__h); })
413 ({ struct obstack *__h = (OBSTACK); \
414 obstack_grow (__h, (where), (length)); \
415 obstack_finish (__h); })
419 ({ struct obstack *__h = (OBSTACK); \
420 obstack_grow0 (__h, (where), (length)); \
421 obstack_finish (__h); })
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h 486 __hashtable* __h = static_cast<__hashtable*>(this); local
487 __hash_code __code = __h->_M_hash_code(__k);
488 std::size_t __n = __h->_M_bucket_index(__k, __code);
489 __node_type* __p = __h->_M_find_node(__n, __k, __code);
493 __p = __h->_M_allocate_node(std::piecewise_construct,
496 return __h->_M_insert_unique_node(__n, __code, __p)->second;
512 __hashtable* __h = static_cast<__hashtable*>(this); local
513 __hash_code __code = __h->_M_hash_code(__k);
514 std::size_t __n = __h->_M_bucket_index(__k, __code);
515 __node_type* __p = __h->_M_find_node(__n, __k, __code)
538 __hashtable* __h = static_cast<__hashtable*>(this); local
558 const __hashtable* __h = static_cast<const __hashtable*>(this); local
603 __hashtable& __h = _M_conjure_hashtable(); local
636 __hashtable& __h = _M_conjure_hashtable(); local
688 __hashtable& __h = this->_M_conjure_hashtable(); local
722 __hashtable& __h = this->_M_conjure_hashtable(); local
768 __hashtable& __h = this->_M_conjure_hashtable(); local
    [all...]
  /toolchain/binutils/binutils-2.27/include/
obstack.h 385 ({ struct obstack *__h = (OBSTACK); \
386 obstack_blank (__h, (length)); \
387 obstack_finish (__h); })
391 ({ struct obstack *__h = (OBSTACK); \
392 obstack_grow (__h, (where), (length)); \
393 obstack_finish (__h); })
397 ({ struct obstack *__h = (OBSTACK); \
398 obstack_grow0 (__h, (where), (length)); \
399 obstack_finish (__h); })
longlong.h 411 struct {USItype __h, __l;} __i; \
416 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
421 struct {USItype __h, __l;} __i; \
423 __x.__i.__h = n1; __x.__i.__l = n0; \
427 (q) = __x.__i.__l; (r) = __x.__i.__h; \
529 struct {USItype __l, __h;} __i; \
535 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
780 struct {USItype __h, __l;} __i; \
786 (wh) = __xx.__i.__h; \
791 struct {USItype __h, __l;} __i;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 522 _Hashtable* __h = static_cast<_Hashtable*>(this); local
523 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
524 std::size_t __n = __h->_M_bucket_index(__k, __code,
525 __h->_M_bucket_count);
528 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
530 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()),
586 const _H1&, const _H2&, const _Hash& __h)
587 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 522 _Hashtable* __h = static_cast<_Hashtable*>(this); local
523 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
524 std::size_t __n = __h->_M_bucket_index(__k, __code,
525 __h->_M_bucket_count);
528 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
530 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()),
586 const _H1&, const _H2&, const _Hash& __h)
587 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 794 std::hash<std::size_t> __h;
795 size_t __result = __h(__val._M_i);
808 std::hash<std::size_t> __h;
809 size_t __result = __h(__val._M_i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 794 std::hash<std::size_t> __h;
795 size_t __result = __h(__val._M_i);
808 std::hash<std::size_t> __h;
809 size_t __result = __h(__val._M_i);
  /external/clang/lib/Headers/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
avxintrin.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
avxintrin.h     [all...]

Completed in 1286 milliseconds

1 2