HomeSort by relevance Sort by last modified time
    Searched refs:NetBSD (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/syzkaller/vendor/golang.org/x/sys/unix/
dev_netbsd.go 6 // encoding used in NetBSD's sys/types.h header.
10 // Major returns the major component of a NetBSD device number.
15 // Minor returns the minor component of a NetBSD device number.
22 // Mkdev returns a NetBSD device number generated from the given major and minor
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 10 NetBSD)
33 NetBSD)
phase1-up.sh 9 NetBSD)
34 NetBSD)
  /external/u-boot/arch/powerpc/
config.mk 21 # When cross-compiling on NetBSD, we have to define __PPC__ or else we
25 # [Tested on NetBSD/i386 1.5 + cross-powerpc-netbsd-1.3]
27 ifeq ($(CROSS_COMPILE),powerpc-netbsd-)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 62 case Triple::NetBSD:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 61 case Triple::NetBSD:
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
fpu_rmode.asm 17 ; NetBSD: flt_rounds.S,v 1.6 1999/08/23 08:45:09 kleink Exp
  /external/llvm/include/llvm/ADT/
Triple.h 17 #undef NetBSD
152 NetBSD,
452 return getOS() == Triple::NetBSD;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 17 #undef NetBSD
157 NetBSD,
460 return getOS() == Triple::NetBSD;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 12 #if (NetBSD < 199712)
17 #endif /* NetBSD */
  /external/python/cpython2/Python/
dynload_shlib.c 12 #if (NetBSD < 199712)
17 #endif /* NetBSD */
  /external/python/cpython3/Python/
dynload_shlib.c 13 #if (NetBSD < 199712)
18 #endif /* NetBSD */
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.asm 4 ; MASM implementation of the flt_rounds function from NetBSD.
  /external/lz4/lib/
Makefile 127 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD))
146 ifneq (,$(filter $(OS),OpenBSD FreeBSD NetBSD DragonFly))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 17 #undef NetBSD
165 NetBSD,
479 return getOS() == Triple::NetBSD;
  /bionic/libc/tools/
generate-NOTICE.py 74 if "\t$Citrus: " in lines[i] or "\t$OpenBSD: " in lines[i] or " $FreeBSD: " in lines[i] or "\t$NetBSD: " in lines[i]:
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 1 /* $NetBSD: param.h,v 1.244.2.9.2.2 2008/10/05 08:44:03 bouyer Exp $ */
61 * e.g. NetBSD-1.2D = 102040000 ('D' == 4)
62 * NetBSD-2.0H (200080000) was changed on 20041001 to:
66 #define __NetBSD_Version__ 400000003 /* NetBSD 4.0.1 */
72 * Historical NetBSD #define
74 * NetBSD 1.4 was the last release for which this value was incremented.
79 * count on NetBSD being defined.
83 #define NetBSD 199905 /* NetBSD version (year & month). */
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 94 NetBSD,
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 111 case NetBSD: return "netbsd";
371 else if (OSName.startswith("netbsd"))
372 return NetBSD;
  /external/lz4/
Makefile 92 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD))
  /external/lz4/programs/
Makefile 112 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku MidnightBSD))
  /external/clang/lib/Basic/
Targets.cpp 490 // NetBSD Target
496 // NetBSD defines; list based off of gcc output
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 176 case NetBSD: return "netbsd";
444 .StartsWith("netbsd", Triple::NetBSD)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp 192 case NetBSD: return "netbsd";
484 .StartsWith("netbsd", Triple::NetBSD)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 183 case NetBSD: return "netbsd";
461 .StartsWith("netbsd", Triple::NetBSD)
    [all...]

Completed in 663 milliseconds

1 2 3 4