Home
last modified time | relevance | path

Searched refs:__c3 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Headers/
Dwasm_simd128.h270 wasm_i8x16_make(int8_t __c0, int8_t __c1, int8_t __c2, int8_t __c3, int8_t __c4, in wasm_i8x16_make() argument
274 return (v128_t)(__i8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_i8x16_make()
280 wasm_u8x16_make(uint8_t __c0, uint8_t __c1, uint8_t __c2, uint8_t __c3, in wasm_u8x16_make() argument
284 return (v128_t)(__u8x16){__c0, __c1, __c2, __c3, __c4, __c5, in wasm_u8x16_make()
290 wasm_i16x8_make(int16_t __c0, int16_t __c1, int16_t __c2, int16_t __c3, in wasm_i16x8_make() argument
292 return (v128_t)(__i16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_i16x8_make()
296 wasm_u16x8_make(uint16_t __c0, uint16_t __c1, uint16_t __c2, uint16_t __c3, in wasm_u16x8_make() argument
298 return (v128_t)(__u16x8){__c0, __c1, __c2, __c3, __c4, __c5, __c6, __c7}; in wasm_u16x8_make()
304 int32_t __c3) { in wasm_i32x4_make() argument
305 return (v128_t)(__i32x4){__c0, __c1, __c2, __c3}; in wasm_i32x4_make()
[all …]
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
DMachRegisterStatesI386.h71 uint16_t __c3 : 1; member
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
DMachRegisterStatesX86_64.h77 uint16_t __c3 : 1; member
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dboost_concept_check.h726 __c3(__first, __last) _IsUnused;
888 __c3(__first, __last, __kc) _IsUnused;
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc924 const _RealType __c3 = __c2 + 1; in operator ()() local
925 const _RealType __c4 = __c3 + 1; in operator ()()
958 else if (__u <= __c3) in operator ()()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dboost_concept_check.h894 __c3 _IsUnused(__first, __last, __kc);