Searched refs:types (Results 476 - 500 of 3985) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_tlb.h10 #include <linux/types.h>
H A Dintel_wopcm.h10 #include <linux/types.h>
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dhsw_ips.h9 #include <linux/types.h>
H A Dintel_vblank.h10 #include <linux/types.h>
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_file_private.h10 #include <linux/types.h>
/openbsd-current/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp_cmd_interface_42.h9 #include <linux/types.h>
H A Dintel_pxp_irq.h9 #include <linux/types.h>
H A Dintel_pxp_gsccs.h9 #include <linux/types.h>
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dio-mapping.h6 #include <linux/types.h>
/openbsd-current/usr.bin/ssh/
H A Dauth2-none.c26 #include <sys/types.h>
/openbsd-current/lib/libcrypto/asn1/
H A Da_mbstr.c80 * a mask of permissible ASN1 string types. It then works out the minimal
349 unsigned long types; local
351 types = *((unsigned long *)arg);
352 if ((types & B_ASN1_PRINTABLESTRING) && !is_printable(value))
353 types &= ~B_ASN1_PRINTABLESTRING;
354 if ((types & B_ASN1_IA5STRING) && (value > 127))
355 types &= ~B_ASN1_IA5STRING;
356 if ((types & B_ASN1_T61STRING) && (value > 0xff))
357 types &= ~B_ASN1_T61STRING;
358 if ((types
[all...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp187 std::vector<std::string> types; local
190 types.push_back("stack-guard");
192 types.push_back("stack");
197 types.push_back("malloc-guard");
199 types.push_back("malloc-reserved");
201 types.push_back("malloc-metadata");
212 types.push_back("heap");
214 types.push_back("malloc-tiny");
217 types.push_back("malloc-large");
220 types
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DAction.h104 types::ID Type;
133 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {}
134 Action(ActionClass Kind, Action *Input, types::ID Type)
138 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type)
147 types::ID getType() const { return Type; }
234 InputAction(const llvm::opt::Arg &Input, types::ID Type,
360 OffloadAction(const DeviceDependences &DDeps, types::ID Ty);
402 JobAction(ActionClass Kind, Action *Input, types::ID Type);
403 JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type);
416 PreprocessJobAction(Action *Input, types
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c142 unsigned int types[MAX_OPERANDS]; member in struct:_i386_insn
329 different types of jumps add different sizes to frags when we're
1045 pt (x->types[i]);
1047 if (x->types[i]
1050 if (x->types[i] & Imm)
1052 if (x->types[i] & Disp)
1326 && !((i.types[0] & Imm) && (i.types[1] & Imm)))
1336 making sure the overlap of the given operands types is consistent
1337 with the template operand types
[all...]
/openbsd-current/gnu/gcc/fixincludes/tests/base/sys/
H A Dstat.h67 #include <types/vxTypesOld.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsparcnbsd-nat.c31 #include <sys/types.h>
H A Dgdb_indent.sh74 types="\
87 ${indent} ${types} "$@"
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators28.C3 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dwait.h15 #include <sys/types.h> /* For pid_t. */
H A Dxgetwd.c27 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dvms.h11 #include <sys/types.h>
/openbsd-current/sys/arch/hppa/dev/
H A Ddevlist2h.awk68 types[tolower($2)] = toupper($2);
73 if (tolower($1) in types) {
/openbsd-current/lib/libc/gen/
H A Disinf.c18 #include <sys/types.h>
H A Disnan.c18 #include <sys/types.h>
H A Dualarm.c31 #include <sys/types.h>

Completed in 316 milliseconds

<<11121314151617181920>>