/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | uwrapper.c | 28 fubyte(const uint8_t *base) in fubyte() 34 subyte(uint8_t *base, uint8_t byte) in subyte() 40 fuword32(const uint32_t *base) in fuword32() 46 fuword64(const uint64_t *base) in fuword64() 52 suword64(uint64_t *base, uint64_t word) in suword64() 58 suword32(uint32_t *base, int word) in suword32() 64 swapu32(volatile uint32_t *base, uint32_t v) in swapu32() 70 swapu64(volatile uint64_t *base, uint64_t v) in swapu64() 76 fuwordadd32(volatile uint32_t *base, uint32_t v) in fuwordadd32() 82 fuwordadd64(volatile uint64_t *base, uint64_t v) in fuwordadd64()
|
/dflybsd-src/sys/net/ |
H A D | netmsg.h | 81 struct netmsg_base base; member 87 struct netmsg_base base; member 95 struct netmsg_base base; member 103 struct netmsg_base base; member 110 struct netmsg_base base; member 116 struct netmsg_base base; member 123 struct netmsg_base base; member 131 struct netmsg_base base; member 142 struct netmsg_base base; member 146 struct netmsg_base base; member [all …]
|
/dflybsd-src/sys/dev/raid/hptmv/ |
H A D | mv.c | 46 MV_REG_WRITE_BYTE(MV_BUS_ADDR_T base, MV_U32 offset, MV_U8 val) in MV_REG_WRITE_BYTE() 52 MV_REG_WRITE_WORD(MV_BUS_ADDR_T base, MV_U32 offset, MV_U16 val) in MV_REG_WRITE_WORD() 58 MV_REG_WRITE_DWORD(MV_BUS_ADDR_T base, MV_U32 offset, MV_U32 val) in MV_REG_WRITE_DWORD() 64 MV_REG_READ_BYTE(MV_BUS_ADDR_T base, MV_U32 offset) in MV_REG_READ_BYTE() 70 MV_REG_READ_WORD(MV_BUS_ADDR_T base, MV_U32 offset) in MV_REG_READ_WORD() 76 MV_REG_READ_DWORD(MV_BUS_ADDR_T base, MV_U32 offset) in MV_REG_READ_DWORD()
|
/dflybsd-src/sys/dev/drm/ttm/ |
H A D | ttm_object.c | 159 struct ttm_base_object *base, in ttm_base_object_init() 201 struct ttm_base_object *base = in ttm_release_base() local 222 struct ttm_base_object *base = *p_base; in ttm_base_object_unref() local 233 struct ttm_base_object *base = NULL; in ttm_base_object_lookup() local 255 struct ttm_base_object *base = NULL; in ttm_base_object_lookup_for_ref() local 285 struct ttm_base_object *base) in ttm_ref_object_exists() 321 struct ttm_base_object *base, in ttm_ref_object_add() 400 struct ttm_base_object *base = ref->obj; in ttm_ref_object_release() local 580 struct ttm_base_object *base = *p_base; in ttm_prime_refcount_release() local 605 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release() local [all …]
|
/dflybsd-src/stand/boot/pc32/libi386/ |
H A D | smbios.c | 64 #define SMBIOS_GET8(base, off) (*(uint8_t *)((base) + (off))) argument 65 #define SMBIOS_GET16(base, off) (*(uint16_t *)((base) + (off))) argument 66 #define SMBIOS_GET32(base, off) (*(uint32_t *)((base) + (off))) argument 68 #define SMBIOS_GETLEN(base) SMBIOS_GET8(base, 0x01) argument 69 #define SMBIOS_GETSTR(base) ((base) + SMBIOS_GETLEN(base)) argument 123 #define UUID_GET(base, off) (*(UUID_TYPE *)((base) + (off))) argument
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | make-temp-file.c | 73 try_dir (const char *dir, const char *base) in try_dir() 110 const char *base = 0; in choose_tmpdir() local 186 const char *base = choose_tmpdir (); in make_temp_file() local
|
H A D | lbasename.c | 51 const char *base; in unix_lbasename() local 63 const char *base; in dos_lbasename() local
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | make-temp-file.c | 74 try_dir (const char *dir, const char *base) in try_dir() 111 const char *base = 0; in choose_tmpdir() local 187 const char *base = choose_tmpdir (); in make_temp_file() local
|
H A D | lbasename.c | 51 const char *base; in unix_lbasename() local 63 const char *base; in dos_lbasename() local
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | lsearch.c | 23 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() argument 30 void *lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind() 38 lwork(const void *key, const void *base, size_t *nelp, size_t width, in lwork()
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | make-temp-file.c | 74 try_dir (const char *dir, const char *base) in try_dir() 111 const char *base = 0; in choose_tmpdir() local 187 const char *base = choose_tmpdir (); in make_temp_file() local
|
H A D | lbasename.c | 51 const char *base; in unix_lbasename() local 63 const char *base; in dos_lbasename() local
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | make-temp-file.c | 74 try_dir (const char *dir, const char *base) in try_dir() 111 const char *base = 0; in choose_tmpdir() local 187 const char *base = choose_tmpdir (); in make_temp_file() local
|
H A D | lbasename.c | 51 const char *base; in unix_lbasename() local 63 const char *base; in dos_lbasename() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | graph.c | 43 open_graph_file (const char *base, const char *mode) in open_graph_file() 336 print_graph_cfg (const char *base, struct function *fun) in print_graph_cfg() 345 start_graph_dump (FILE *fp, const char *base) in start_graph_dump() 368 clean_graph_dump_file (const char *base) in clean_graph_dump_file() 378 finish_graph_dump_file (const char *base) in finish_graph_dump_file()
|
H A D | hsa-brig-format.h | 889 BrigBase base; member 894 BrigBase base; member 900 BrigBase base; member 908 BrigBase base; member 922 BrigBase base; member 928 BrigBase base; member 937 BrigBase base; member 943 BrigBase base; member 951 BrigBase base; member 963 BrigBase base; member [all …]
|
H A D | tree-profile.c | 303 gimple_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_interval_profiler() 329 gimple_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_pow2_profiler() 349 gimple_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_one_value_profiler() 372 gimple_gen_ic_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ic_profiler() 490 gimple_gen_time_profiler (unsigned tag, unsigned base) in gimple_gen_time_profiler() 569 gimple_gen_average_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_average_profiler() 590 gimple_gen_ior_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ior_profiler()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-profile.c | 256 gimple_gen_interval_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_interval_profiler() 283 gimple_gen_pow2_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_pow2_profiler() 304 gimple_gen_one_value_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_one_value_profiler() 328 gimple_gen_ic_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ic_profiler() 428 gimple_gen_average_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_average_profiler() 450 gimple_gen_ior_profiler (histogram_value value, unsigned tag, unsigned base) in gimple_gen_ior_profiler()
|
/dflybsd-src/bin/pax/ |
H A D | gen_subs.c | 207 asc_ul(char *str, int len, int base) in asc_ul() 250 ul_asc(u_long val, char *str, int len, int base) in ul_asc() 303 asc_uqd(char *str, int len, int base) in asc_uqd() 346 uqd_asc(u_quad_t val, char *str, int len, int base) in uqd_asc()
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_ncons.c | 404 nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single() 431 nc_dn(X509_NAME *nm, X509_NAME *base) in nc_dn() 446 nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base) in nc_dns() 471 nc_email(ASN1_IA5STRING *eml, ASN1_IA5STRING *base) in nc_email() 512 nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base) in nc_uri()
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | make-temp-file.c | 73 try_dir (const char *dir, const char *base) in try_dir() 110 const char *base = 0; in choose_tmpdir() local 186 const char *base = choose_tmpdir (); in make_temp_file_with_prefix() local
|
H A D | lbasename.c | 51 const char *base; in unix_lbasename() local 63 const char *base; in dos_lbasename() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | avx2intrin.h | 1226 _mm_i32gather_pd (double const *base, __m128i index, const int scale) in _mm_i32gather_pd() 1240 _mm_mask_i32gather_pd (__m128d src, double const *base, __m128i index, in _mm_mask_i32gather_pd() 1252 _mm256_i32gather_pd (double const *base, __m128i index, const int scale) in _mm256_i32gather_pd() 1266 _mm256_mask_i32gather_pd (__m256d src, double const *base, in _mm256_mask_i32gather_pd() 1278 _mm_i64gather_pd (double const *base, __m128i index, const int scale) in _mm_i64gather_pd() 1292 _mm_mask_i64gather_pd (__m128d src, double const *base, __m128i index, in _mm_mask_i64gather_pd() 1304 _mm256_i64gather_pd (double const *base, __m256i index, const int scale) in _mm256_i64gather_pd() 1318 _mm256_mask_i64gather_pd (__m256d src, double const *base, in _mm256_mask_i64gather_pd() 1330 _mm_i32gather_ps (float const *base, __m128i index, const int scale) in _mm_i32gather_ps() 1344 _mm_mask_i32gather_ps (__m128 src, float const *base, __m128i index, in _mm_mask_i32gather_ps() [all …]
|
/dflybsd-src/sys/platform/vkernel64/platform/ |
H A D | copyio.c | 392 fubyte(const uint8_t *base) in fubyte() 405 subyte(uint8_t *base, uint8_t byte) in subyte() 418 fuword32(const uint32_t *base) in fuword32() 431 fuword64(const uint64_t *base) in fuword64() 444 suword64(uint64_t *base, uint64_t word) in suword64() 452 suword32(uint32_t *base, int word) in suword32()
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | io-mapping.h | 39 resource_size_t base; member 46 io_mapping_create_wc(resource_size_t base, unsigned long size) in io_mapping_create_wc() 100 resource_size_t base, in io_mapping_init_wc()
|