Searched refs:types (Results 501 - 525 of 4414) sorted by relevance

<<21222324252627282930>>

/freebsd-11.0-release/contrib/ofed/include/infiniband/
H A Dtypes.h32 #include <sys/types.h>
/freebsd-11.0-release/sys/crypto/blowfish/
H A Dbf_ecb.c62 #include <sys/types.h>
/freebsd-11.0-release/sys/crypto/camellia/
H A Dcamellia-api.c32 #include <sys/types.h>
/freebsd-11.0-release/usr.bin/patch/
H A Dmkpath.c33 #include <sys/types.h>
/freebsd-11.0-release/usr.bin/sed/
H A Dmisc.c41 #include <sys/types.h>
/freebsd-11.0-release/usr.bin/systat/
H A Difcmds.c31 #include <sys/types.h>
H A Dmode.c63 #include <sys/types.h>
/freebsd-11.0-release/usr.sbin/accton/
H A Daccton.c44 #include <sys/types.h>
/freebsd-11.0-release/sys/pc98/cbus/
H A Dnmi.c38 #include <sys/types.h>
/freebsd-11.0-release/sys/rpc/
H A Drpcb_clnt.h60 #include <rpc/types.h>
/freebsd-11.0-release/usr.sbin/btxld/
H A Dbtx.h32 #include <sys/types.h>
/freebsd-11.0-release/usr.sbin/ypserv/
H A Dyp_error.c42 #include <sys/types.h>
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c134 unsigned int types[MAX_OPERANDS]; member in struct:_i386_insn
344 different types of jumps add different sizes to frags when we're
1375 pt (x->types[i]);
1377 if (x->types[i]
1380 if (x->types[i] & Imm)
1382 if (x->types[i] & Disp)
1755 && !((i.types[0] & Imm) && (i.types[1] & Imm)))
1769 making sure the overlap of the given operands types is consistent
1770 with the template operand types
4394 lex_got(enum bfd_reloc_code_real *reloc, int *adjust, unsigned int *types) argument
4601 unsigned int types = ~0U; local
4739 unsigned int types = Disp; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp580 if (types::getPreprocessedType(it->first) == types::TY_INVALID) {
977 << types::getTypeName(A->getType()) << "\n";
1047 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
1049 << types::getTypeName(Act->getType());
1057 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
1072 if (Act->getType() == types::TY_Image) {
1077 C.MakeAction<DsymutilJobAction>(Inputs, types::TY_dSYM));
1085 LastAction, types::TY_Nothing));
1122 // Construct a the list of inputs and their types
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.am13 utilities.c defines.h externs.h ring.h telnet_locl.h types.h
/freebsd-11.0-release/include/
H A Diconv.h36 #include <sys/types.h>
41 #include <sys/types.h>
/freebsd-11.0-release/lib/libc/locale/
H A Drune.c48 #include <sys/types.h>
129 uint32_t *types; local
133 types = variable;
134 variable = types + len;
194 uint32_t *types; local
201 types = variable;
202 variable = types + len;
206 rr[x].__types[len] = types[len];
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dnetaddr.h27 #include <isc/types.h>
30 #include <sys/types.h>
/freebsd-11.0-release/lib/libc/regex/
H A Dregfree.c42 #include <sys/types.h>
78 free(g->sets[i].types);
/freebsd-11.0-release/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h16 # include <linux/types.h>
20 # include <sys/types.h>
80 * check types return XZ_OPTIONS_ERROR if
/freebsd-11.0-release/usr.sbin/fstyp/
H A Dzfs.c31 #include <sys/types.h>
32 #include <cddl/compat/opensolaris/sys/types.h>
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dargs.c393 } types[] = { local
404 while (strcmp(types[i].str, optarg) != 0)
405 if (++i == ARRAY_SIZE(types))
410 opt_format = types[i].format;
419 } types[] = { local
427 while (strcmp(types[i].str, optarg) != 0) {
428 if (++i == ARRAY_SIZE(types))
436 if (!lzma_check_is_supported(types[i].check))
440 coder_set_check(types[i].check);
/freebsd-11.0-release/contrib/xz/src/liblzma/check/
H A Dcheck.h21 # include <sys/types.h>
24 # include <sys/types.h>
27 # include <sys/types.h>
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h1 //===---- llvm/TypeBuilder.h - Builder for LLVM types -----------*- C++ -*-===//
11 // create LLVM types with a consistent and simplified interface.
24 /// TypeBuilder - This provides a uniform API for looking up types
26 /// series of tag types in the llvm::types namespace, like i<N>,
30 /// these. TypeBuilder<T, true> removes native C types from this set
32 /// We define the primitive types, pointer types, and functions up to
33 /// 5 arguments here, but to use this class with your own types,
49 /// Function::Create(TypeBuilder<types
89 namespace types { namespace in namespace:llvm
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c36 #include <sys/types.h>

Completed in 356 milliseconds

<<21222324252627282930>>