HomeSort by: relevance | last modified time | path
    Searched defs:native (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_arm.cc 101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); local
104 if (native)
eh_arm.cc 101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); local
104 if (native)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_arm.cc 101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); local
104 if (native)
eh_arm.cc 101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); local
104 if (native)
  /src/sys/arch/sandpoint/stand/altboot/
pciide.c 86 int native, n, retries; local
100 native = PCI_CLASS(val) != PCI_CLASS_IDE ||
103 if (native) {
104 /* native, use BAR 01234 */
pciide.c 86 int native, n, retries; local
100 native = PCI_CLASS(val) != PCI_CLASS_IDE ||
103 if (native) {
104 /* native, use BAR 01234 */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h 27 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
50 if ((endian != native) && (endian != system_endianness()))
326 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
328 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
330 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
333 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
335 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
337 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
Endian.h 27 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
50 if ((endian != native) && (endian != system_endianness()))
326 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
328 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
330 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
333 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
335 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
337 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_mbstr.c 282 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
284 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native)
285 || native == ' '))
287 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
289 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
a_mbstr.c 282 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
284 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native)
285 || native == ' '))
287 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
289 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_mbstr.c 273 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
275 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native)
276 || native == ' '))
278 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
280 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
a_mbstr.c 273 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
275 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native)
276 || native == ' '))
278 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
280 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_mbstr.c 314 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
335 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) || native == ' '))
337 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
339 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
a_mbstr.c 314 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
335 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) || native == ' '))
337 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
339 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
  /src/external/gpl3/binutils/dist/bfd/
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
libecoff.h 177 void * native; member in struct:ecoff_symbol_struct
  /src/external/gpl3/binutils.old/dist/bfd/
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
  /src/external/gpl3/gdb.old/dist/bfd/
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
  /src/external/gpl3/gdb/dist/bfd/
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
i386lynx.c 465 unsigned char *native, *natptr;
476 native = (unsigned char *) bfd_zalloc (abfd, natsize);
477 if (!native)
484 for (natptr = native;
491 for (natptr = native;
497 if (bfd_write (native, natsize, abfd) != natsize)
499 bfd_release (abfd, native);
502 bfd_release (abfd, native);
464 unsigned char *native, *natptr; local
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c 74 NV_DEBUG(drm, "native mode from preferred\n");
97 NV_DEBUG(drm, "native mode from largest: %dx%d@%d\n",
151 * to the native mode regardless of this setting.
715 * native mode and exit.
840 struct drm_display_mode *native = nv_connector->native_mode, *m; local
845 if (!native)
849 if (mode->hdisplay <= native->hdisplay &&
850 mode->vdisplay <= native->vdisplay &&
851 (mode->hdisplay != native->hdisplay ||
852 mode->vdisplay != native->vdisplay))
    [all...]
  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 156 int native; member in struct:__anon9345

Completed in 110 milliseconds

1 2 3 4