Searched defs:__db (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/include/ |
H A D | db.h | 115 typedef struct __db { struct 117 int (*close) (struct __db *); argument 118 int (*del) (const struct __db *, const DBT *, unsigned int); argument 119 int (*get) (const struct __db *, const DBT *, DBT *, unsigned int); argument 120 int (*put) (const struct __db *, DBT *, const DBT *, unsigned int); argument 121 int (*seq) (const struct __db *, DBT *, DBT *, unsigned int); argument 122 int (*sync) (const struct __db *, unsigned int); argument 124 int (*fd) (const struct __db *); argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | emmintrin.h | 1133 double __db = __B; in _mm_cvtsi32_sd() local 1143 double __db = __B; in _mm_cvtsi64_sd() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | emmintrin.h | 1137 double __db = __B; in _mm_cvtsi32_sd() local 1147 double __db = __B; in _mm_cvtsi64_sd() local
|