Searched refs:__g (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/config/cpu/ia64/
H A Datomic_word.h39 // Test the first byte of __g and ensure that no loads are hoisted across
42 __test_and_acquire (__cxxabiv1::__guard *__g) argument
45 unsigned char *__p = reinterpret_cast<unsigned char *>(__g);
52 // Set the first byte of __g to 1 and ensure that no stores are sunk
55 __set_and_release (__cxxabiv1::__guard *__g) argument
57 unsigned char *__p = reinterpret_cast<unsigned char *>(__g);
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dgslice.h147 gslice::gslice(const gslice& __g) : _M_index(__g._M_index) argument
158 gslice::operator= (const gslice& __g) argument
160 if (__g._M_index)
161 __g._M_index->_M_increment_use();
164 _M_index = __g._M_index;
/freebsd-10.2-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
/freebsd-10.2-release/contrib/libc++/src/
H A Dlocale.cpp4311 __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, argument
4316 reverse(__g, __g_end);
4319 for (unsigned* __r = __g; __r < __g_end-1; ++__r)

Completed in 130 milliseconds