Home
last modified time | relevance | path

Searched defs:native (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DPath.h28 enum class Style { windows, posix, native }; enumerator
DEndian.h27 enum endianness {big, little, native}; enumerator
/freebsd-12-stable/contrib/libstdc++/libsupc++/
Deh_arm.cc92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
/freebsd-12-stable/contrib/binutils/bfd/
Dcoffgen.c773 combined_entry_type *native, in coff_fix_symbol_name()
892 combined_entry_type *native, in coff_write_symbol()
974 combined_entry_type *native; in coff_write_alien_symbol() local
1040 combined_entry_type *native = symbol->native; in coff_write_native_symbol() local
2285 combined_entry_type * native; in bfd_coff_set_symbol_class() local
Dlibecoff.h164 void * native; member
Dbout.c271 struct relocation_info *native, *natptr; in b_out_squirt_out_relocs() local
Dcoffcode.h1549 combined_entry_type *native; in coff_new_section_hook() local
Daoutx.h2340 unsigned char *native, *natptr; in NAME() local
Dlibcoff.h652 combined_entry_type *native; member
/freebsd-12-stable/sys/dev/mlx4/
Dcmd.h275 int native) in mlx4_cmd()
284 unsigned long timeout, int native) in mlx4_cmd_box()
297 unsigned long timeout, int native) in mlx4_cmd_imm()
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Da_mbstr.c273 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); in type_str() local
/freebsd-12-stable/sys/xen/
Dblkif.h102 blkif_back_ring_t native; member
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/nvpair/
Dopensolaris_nvpair.c2757 nvs_native_create(nvstream_t *nvs, nvs_native_t *native, char *buf, in nvs_native_create()
2788 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in native_cp() local
2818 nvs_native_t *native = nvs->nvs_private; in nvs_native_nvlist() local
2861 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in nvs_native_nvl_fini() local
2880 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in nvpair_native_embedded() local
2899 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in nvpair_native_embedded_array() local
2931 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in nvpair_native_string_array() local
3056 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in nvs_native_nvpair() local
3099 nvs_native_t native; in nvs_native() local
/freebsd-12-stable/contrib/apr-util/test/
Dtestdbd.c150 void* native; in test_dbd_generic() local
/freebsd-12-stable/contrib/apr-util/include/private/
Dapr_dbd_odbc_v2.h55 #define SQLGetDiagRec(type, h, i, state, native, buffer, bufsize, reslen) \ argument
/freebsd-12-stable/stand/libsa/zfs/
Dnvlist.c53 xdr_t native = { variable
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_qp.c92 int sqd_event, struct mlx4_qp *qp, int native) in __mlx4_qp_modify()
Dmlx4_cmd.c782 u16 op, unsigned long timeout, int native) in __mlx4_cmd()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DPath.cpp538 void native(const Twine &path, SmallVectorImpl<char> &result, Style style) { in native() function
548 void native(SmallVectorImpl<char> &Path, Style style) { in native() function
/freebsd-12-stable/sys/arm/ti/am335x/
Dam335x_lcd.c412 phandle_t timings_node, timing_node, native; in am335x_read_timing() local
/freebsd-12-stable/sys/dev/netmap/
Dif_ptnet.c1171 int native = (na == &sc->ptna->hwup.up); in ptnet_nm_register() local
/freebsd-12-stable/contrib/apr-util/dbd/
Dapr_dbd_odbc.c933 SQLINTEGER native; in check_error() local
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp.h2379 unsigned native : 1; /* 1==gcc-compiled task, 0==intel */ member