Searched refs:__h (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Dhash_fun.h76 unsigned long __h = 0; local
78 __h = 5 * __h + *__s;
79 return size_t(__h);
/freebsd-10.1-release/contrib/binutils/include/
H A Dobstack.h407 ({ 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); })
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dobstack.h407 ({ 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); })
/freebsd-10.1-release/contrib/gcc/
H A Dlonglong.h294 struct {USItype __h, __l;} __i; \
299 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
304 struct {USItype __h, __l;} __i; \
306 __x.__i.__h = n1; __x.__i.__l = n0; \
310 (q) = __x.__i.__l; (r) = __x.__i.__h; \
360 struct {USItype __l, __h;} __i; \
366 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
557 struct {USItype __h, __l;} __i; \
563 (wh) = __xx.__i.__h; \
568 struct {USItype __h, __
[all...]
/freebsd-10.1-release/contrib/gdb/include/
H A Dobstack.h464 ({ struct obstack *__h = (OBSTACK); \
465 obstack_blank (__h, (length)); \
466 obstack_finish (__h); })
470 ({ struct obstack *__h = (OBSTACK); \
471 obstack_grow (__h, (where), (length)); \
472 obstack_finish (__h); })
476 ({ struct obstack *__h = (OBSTACK); \
477 obstack_grow0 (__h, (where), (length)); \
478 obstack_finish (__h); })
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dobstack.h449 ({ struct obstack *__h = (OBSTACK); \
450 obstack_blank (__h, (length)); \
451 obstack_finish (__h); })
455 ({ struct obstack *__h = (OBSTACK); \
456 obstack_grow (__h, (where), (length)); \
457 obstack_finish (__h); })
461 ({ struct obstack *__h = (OBSTACK); \
462 obstack_grow0 (__h, (where), (length)); \
463 obstack_finish (__h); })
/freebsd-10.1-release/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h640 _Hashtable* __h = static_cast<_Hashtable*>(this); local
641 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k);
642 std::size_t __n = __h->_M_bucket_index(__k, __code,
643 __h->_M_bucket_count);
646 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
648 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()),
704 const _H1&, const _H2&, const _Hash& __h)
705 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { }
703 _Hash_code_base(const _ExtractKey& __ex, const _Equal& __eq, const _H1&, const _H2&, const _Hash& __h) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Davxintrin.h923 float __e, float __f, float __g, float __h)
925 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
978 float __e, float __f, float __g, float __h)
980 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
922 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
977 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument

Completed in 159 milliseconds