/minix3/external/bsd/less/dist/ |
H A D | optfunc.c | 78 opt_o(type, s) in opt_o() argument 126 opt__O(type, s) in opt__O() argument 139 opt_j(type, s) in opt_j() argument 204 opt_shift(type, s) in opt_shift() argument 266 opt_k(type, s) in opt_k() argument 290 opt_t(type, s) in opt_t() argument 331 opt__T(type, s) in opt__T() argument 358 opt_p(type, s) in opt_p() argument 386 opt__P(type, s) in opt__P() argument 425 opt_b(type, s) in opt_b() argument [all …]
|
H A D | signal.c | 51 u_interrupt(type) in u_interrupt() argument 79 stop(type) in stop() argument 95 winch(type) in winch() argument 110 winch(type) in winch() argument
|
/minix3/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | check.c | 17 lzma_check_is_supported(lzma_check type) in lzma_check_is_supported() 64 lzma_check_size(lzma_check type) in lzma_check_size() 84 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init() 117 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update() 148 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | crash-lambda-12645424.cpp | 7 typedef _Tp type; typedef 14 typedef T type; typedef 18 typedef typename C<typename Fun0<T>::type, Funs...>::type type; typedef 23 typedef type_list<typename C<Ts, Funs...>::type...> type; typedef 28 tl_map< filtered_pattern, add_lvalue_reference > type; member 32 F<Pattern> type; member
|
/minix3/external/bsd/bind/dist/lib/isc/ |
H A D | rwlock.c | 56 isc_rwlock_lock(isc_rwlock_t *rwl, isc_rwlocktype_t type) in isc_rwlock_lock() 79 isc_rwlock_trylock(isc_rwlock_t *rwl, isc_rwlocktype_t type) in isc_rwlock_trylock() 128 isc_rwlock_unlock(isc_rwlock_t *rwl, isc_rwlocktype_t type) in isc_rwlock_unlock() 160 print_lock(const char *operation, isc_rwlock_t *rwl, isc_rwlocktype_t type) { in print_lock() 350 isc_rwlock_lock(isc_rwlock_t *rwl, isc_rwlocktype_t type) { in isc_rwlock_lock() 460 isc_rwlock_trylock(isc_rwlock_t *rwl, isc_rwlocktype_t type) { in isc_rwlock_trylock() 573 isc_rwlock_unlock(isc_rwlock_t *rwl, isc_rwlocktype_t type) { in isc_rwlock_unlock() 646 doit(isc_rwlock_t *rwl, isc_rwlocktype_t type, isc_boolean_t nonblock) { in doit() 716 isc_rwlock_lock(isc_rwlock_t *rwl, isc_rwlocktype_t type) { in isc_rwlock_lock() 721 isc_rwlock_trylock(isc_rwlock_t *rwl, isc_rwlocktype_t type) { in isc_rwlock_trylock() [all …]
|
/minix3/minix/lib/libc/sys/ |
H A D | socket.c | 46 __socket(int domain, int type, int protocol) in __socket() 58 int socket(int domain, int type, int protocol) in socket() 95 _socket_flags(int type, int *result) in _socket_flags() 109 static int _tcp_socket(int type, int protocol) in _tcp_socket() 127 static int _udp_socket(int type, int protocol) in _udp_socket() 160 static int _raw_socket(int type, int protocol) in _raw_socket() 203 static int _uds_socket(int type, int protocol) in _uds_socket()
|
/minix3/sys/ufs/chfs/ |
H A D | ebh_misc.h | 38 #define CHFS_GET_MEMBER_POS(type, member) \ argument 46 #define EBH_TREE_DESTROY(name, head, type) \ argument 57 #define EBH_TREE_DESTROY_MUTEX(name, head, type) \ argument 71 #define EBH_QUEUE_DESTROY(head, type, entry) \ argument
|
/minix3/crypto/external/bsd/openssl/dist/crypto/pem/ |
H A D | pem.h | 165 int type; /* what type of object */ member 214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 233 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 239 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [all …]
|
/minix3/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | atomic.c | 169 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument 183 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument 201 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument 221 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument 246 #define OPTIMISED_CASE(n, lockfree, type)\ argument 259 #define OPTIMISED_CASE(n, lockfree, type)\ argument 274 #define OPTIMISED_CASE(n, lockfree, type)\ argument 288 #define OPTIMISED_CASE(n, lockfree, type)\ argument 311 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 323 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/test/numerics/complex.number/cmplx.over/ |
H A D | pow.pass.cpp | 67 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std::… in test() 75 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std:… in test()
|
H A D | proj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test()
|
H A D | conj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test()
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/complex.number/cmplx.over/ |
H A D | pow.pass.cpp | 67 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std::… in test() 75 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0, typename std::enable_if<!std:… in test()
|
H A D | conj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test()
|
H A D | proj.pass.cpp | 26 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0) in test() 34 test(T x, typename std::enable_if<std::is_floating_point<T>::value>::type* = 0) in test() 42 test(T x, typename std::enable_if<!std::is_integral<T>::value && in test()
|
/minix3/minix/lib/libsys/ |
H A D | sef_init.c | 43 static int process_init(int type, sef_init_info_t *info) in process_init() 154 int type; in do_sef_rs_init() local 197 int type; in do_sef_init_request() local 258 int sef_cb_init_null(int UNUSED(type), in sef_cb_init_null() 275 int sef_cb_init_fail(int UNUSED(type), sef_init_info_t *UNUSED(info)) in sef_cb_init_fail() 283 int sef_cb_init_reset(int UNUSED(type), sef_init_info_t *UNUSED(info)) in sef_cb_init_reset() 292 int sef_cb_init_crash(int UNUSED(type), sef_init_info_t *UNUSED(info)) in sef_cb_init_crash() 302 int sef_cb_init_timeout(int UNUSED(type), sef_init_info_t *UNUSED(info)) in sef_cb_init_timeout() 317 int sef_cb_init_restart_generic(int type, sef_init_info_t *info) in sef_cb_init_restart_generic() 336 int sef_cb_init_identity_state_transfer(int type, sef_init_info_t *info) in sef_cb_init_identity_state_transfer() [all …]
|
/minix3/lib/libwrap/ |
H A D | mystdarg.h | 10 #define VARARGS(func,type,arg) func(type arg, ...) argument 11 #define VASTART(ap,type,name) va_start(ap,name) argument 15 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument 16 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | deduction.mm | 34 typedef T type; field 37 typedef T type; field
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | c11-typedef-redef.c | 3 typedef int type; typedef 4 typedef type type; typedef 5 typedef int type; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | metafunctions.cpp | 62 typedef TT<int, int> type; typedef 72 typedef int_tuple<Values*2 ...> type; typedef 80 typedef int_tuple<(Values*Values)...> type; typedef 90 typedef int_tuple<(Values*Values)...> type; typedef 160 typedef int_tuple<Indices...> type; typedef 173 typedef tuple<typename Meta<T>::type...> type; typedef 178 typedef T& type; typedef 183 typedef T* type; typedef 188 typedef const T type; typedef 197 typedef typename apply_each<T, Meta...>::type type; typedef [all …]
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type,ptr,size,where,action) do { \ argument 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument 85 #define DEFINE_ARRAY(name, type) \ argument
|
/minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type,ptr,size,where,action) do { \ argument 69 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument 85 #define DEFINE_ARRAY(name, type) \ argument
|
/minix3/crypto/external/bsd/netpgp/dist/src/libmj/ |
H A D | defs.h | 49 #define NEWARRAY(type,ptr,size,where,action) do { \ argument 57 #define RENEW(type, _ptr, _size, _newsize, where, action) do { \ argument 72 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) argument 76 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument 88 #define DEFINE_ARRAY(name, type) \ argument
|
/minix3/minix/llvm/passes/magic/support/ |
H A D | TypeUtil.cpp | 11 bool TypeUtil::isPaddedType(TYPECONST Type *type) { in isPaddedType() 21 TYPECONST Type* TypeUtil::lookupTopStructType(TYPECONST Type *type, unsigned index) { in lookupTopStructType() 51 void TypeUtil::parseTopStructTypes(Module &M, TYPECONST Type *type, std::vector<std::string> *names… in parseTopStructTypes() 90 int TypeUtil::findTopStructTypeIndex(Module &M, TYPECONST Type *type, std::string &name, unsigned f… in findTopStructTypeIndex() 104 TYPECONST Type* TypeUtil::getRecursiveElementType(TYPECONST Type *type) { in getRecursiveElementType() 112 TYPECONST Type* TypeUtil::getArrayFreePointerType(TYPECONST Type *type) { in getArrayFreePointerType() 120 bool TypeUtil::hasInnerPointers(TYPECONST Type *type) { in hasInnerPointers() 147 bool TypeUtil::isArrayAsStructTy(TYPECONST Type *type) { in isArrayAsStructTy() 169 unsigned TypeUtil::getHash(TYPECONST Type* type) { in getHash() 173 const std::string TypeUtil::getDescription(TYPECONST Type* type, in getDescription() [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | metafun-apply.cpp | 6 typedef T* type; typedef 13 typedef T& type; // expected-error{{cannot form a reference to 'void'}} typedef 19 typedef int type; typedef 25 …typedef typename MetaFun::template apply<T>::type type; // expected-note{{in instantiation of temp… typedef
|