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

1 2

  /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)
  /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)
  /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 */
  /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>;
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_mbstr.c 289 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); local
310 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) || native == ' '))
312 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
314 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
  /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))
  /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))
  /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
libecoff.h 177 void * native; member in struct:ecoff_symbol_struct
aoutx.h 1655 /* Native-level interface to symbols. */
2365 unsigned char *native, *natptr;
2376 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2377 if (!native)
2384 for (natptr = native;
2405 for (natptr = native;
2422 if (bfd_write (native, natsize, abfd) != natsize)
2424 bfd_release (abfd, native);
2427 bfd_release (abfd, native);
4063 is what the native linker does. *
2359 unsigned char *native, *natptr; local
    [all...]
coffgen.c 864 if (coff_symbol_ptr && coff_symbol_ptr->native)
866 combined_entry_type *s = coff_symbol_ptr->native;
909 if (coff_symbol_ptr && coff_symbol_ptr->native)
912 combined_entry_type *s = coff_symbol_ptr->native;
1001 combined_entry_type *native,
1019 BFD_ASSERT (native->is_sym);
1020 if (native->u.syment.n_sclass == C_FILE
1021 && native->u.syment.n_numaux > 0)
1029 native->u.syment._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
1030 native->u.syment._n._n_n._n_zeroes = 0
1210 combined_entry_type *native; local
1327 combined_entry_type *native = symbol->native; local
2712 combined_entry_type * native; local
    [all...]
  /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
libecoff.h 175 void * native; member in struct:ecoff_symbol_struct
aoutx.h 1655 /* Native-level interface to symbols. */
2365 unsigned char *native, *natptr;
2376 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2377 if (!native)
2384 for (natptr = native;
2405 for (natptr = native;
2422 if (bfd_write (native, natsize, abfd) != natsize)
2424 bfd_release (abfd, native);
2427 bfd_release (abfd, native);
4063 is what the native linker does. *
2359 unsigned char *native, *natptr; local
    [all...]
coffgen.c 864 if (coff_symbol_ptr && coff_symbol_ptr->native)
866 combined_entry_type *s = coff_symbol_ptr->native;
909 if (coff_symbol_ptr && coff_symbol_ptr->native)
912 combined_entry_type *s = coff_symbol_ptr->native;
1001 combined_entry_type *native,
1019 BFD_ASSERT (native->is_sym);
1020 if (native->u.syment.n_sclass == C_FILE
1021 && native->u.syment.n_numaux > 0)
1029 native->u.syment._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
1030 native->u.syment._n._n_n._n_zeroes = 0
1210 combined_entry_type *native; local
1319 combined_entry_type *native = symbol->native; local
2704 combined_entry_type * native; local
    [all...]
  /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
libecoff.h 175 void * native; member in struct:ecoff_symbol_struct
  /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
libecoff.h 175 void * native; member in struct:ecoff_symbol_struct
  /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
  /src/usr.bin/make/
test-variants.mk 140 # Only in native mode, make dares to use a shortcut in Compat_RunCommand
144 TESTS+= non-native
145 CPPFLAGS.non-native= -UMAKE_NATIVE
146 CPPFLAGS.non-native+= -DHAVE_STRERROR -DHAVE_SETENV -DHAVE_VSNPRINTF
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 343 * same size as the native one (e.g. different
807 struct drm_display_mode *native; member in struct:nv50_mstc
917 mstc->native);
1103 if (mstc->native)
1104 drm_mode_destroy(mstc->connector.dev, mstc->native);
1105 mstc->native = nouveau_conn_native_mode(&mstc->connector);
  /src/sys/kern/
kern_exec.c 629 * in order to run native images only. Otherwise, we autoload all
636 static const char * const native[] = { local
663 list = nexecs == 0 ? native : compat;
  /src/external/cddl/osnet/dist/common/nvpair/
nvpair.c 2444 * Native encoding functions
2449 * the native format. n_base points to a buffer containing the
2464 nvs_native_create(nvstream_t *nvs, nvs_native_t *native, char *buf,
2470 nvs->nvs_private = native;
2471 native->n_curr = native->n_base = buf;
2472 native->n_end = buf + buflen;
2473 native->n_flag = 0;
2477 nvs->nvs_private = native;
2478 native->n_curr = native->n_base = native->n_end = NULL
2495 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2525 nvs_native_t *native = nvs->nvs_private; local
2568 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2587 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2606 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2636 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2761 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2804 nvs_native_t native; local
    [all...]

Completed in 34 milliseconds

1 2