Searched defs:__src (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libssp/ssp/ |
H A D | string.h | 60 __memcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __memcpy_ichk() 72 __memmove_ichk (void *__dest, const void *__src, size_t __len) in __memmove_ichk() 83 __mempcpy_ichk (void *__restrict__ __dest, const void *__restrict__ __src, in __mempcpy_ichk() 115 __strcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcpy_ichk() 126 __stpcpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __stpcpy_ichk() 137 __strncpy_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncpy_ichk() 149 __strcat_ichk (char *__restrict__ __dest, const char *__restrict__ __src) in __strcat_ichk() 160 __strncat_ichk (char *__restrict__ __dest, const char *__restrict__ __src, in __strncat_ichk()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
H A D | numeric_members.cc | 91 const char* __src = lc->grouping; in _M_initialize_numpunct() local 190 const char* __src = lc->grouping; in _M_initialize_numpunct() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | avx2intrin.h | 1263 _mm_mask_i32gather_pd (__m128d __src, double const *__base, __m128i __index, in _mm_mask_i32gather_pd() 1289 _mm256_mask_i32gather_pd (__m256d __src, double const *__base, in _mm256_mask_i32gather_pd() 1303 __v2df __src = _mm_setzero_pd (); in _mm_i64gather_pd() local 1315 _mm_mask_i64gather_pd (__m128d __src, double const *__base, __m128i __index, in _mm_mask_i64gather_pd() 1329 __v4df __src = _mm256_setzero_pd (); in _mm256_i64gather_pd() local 1341 _mm256_mask_i64gather_pd (__m256d __src, double const *__base, in _mm256_mask_i64gather_pd() 1355 __v4sf __src = _mm_setzero_ps (); in _mm_i32gather_ps() local 1367 _mm_mask_i32gather_ps (__m128 __src, float const *__base, __m128i __index, in _mm_mask_i32gather_ps() 1381 __v8sf __src = _mm256_setzero_ps (); in _mm256_i32gather_ps() local 1393 _mm256_mask_i32gather_ps (__m256 __src, float const *__base, in _mm256_mask_i32gather_ps() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | bitmap_allocator.h | 165 iterator __src = this->end() - 1; in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | bitmap_allocator.h | 165 iterator __src = this->end() - 1; in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | localename.cc | 341 char* __src = __imp->_M_names[__ix_name] ? in _M_replace_categories() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | localename.cc | 347 char* __src = __imp->_M_names[__ix_name] ? in _M_replace_categories() local
|