Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/dragonfly/sys/platform/pc64/x86_64/
H A Duwrapper.c28 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()
/dragonfly/sys/net/
H A Dnetmsg.h81 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 …]
/dragonfly/sys/dev/raid/hptmv/
H A Dmv.c46 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()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c159 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
635 struct ttm_base_object *base; in ttm_prime_fd_to_handle() local
[all …]
/dragonfly/stand/boot/pc32/libi386/
H A Dsmbios.c64 #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
/dragonfly/lib/libc/stdlib/
H A Dlsearch.c23 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()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dmake-temp-file.c74 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 Dlbasename.c51 const char *base; in unix_lbasename() local
63 const char *base; in dos_lbasename() local
/dragonfly/contrib/gdb-7/libiberty/
H A Dmake-temp-file.c74 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 Dlbasename.c51 const char *base; in unix_lbasename() local
63 const char *base; in dos_lbasename() local
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dmake-temp-file.c74 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 Dlbasename.c51 const char *base; in unix_lbasename() local
63 const char *base; in dos_lbasename() local
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dmake-temp-file.c73 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 Dlbasename.c51 const char *base; in unix_lbasename() local
63 const char *base; in dos_lbasename() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgraph.c43 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 Dhsa-brig-format.h889 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 Dtree-profile.c303 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()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-profile.c256 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()
/dragonfly/bin/pax/
H A Dgen_subs.c207 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()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_ncons.c404 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()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dmake-temp-file.c73 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 Dlbasename.c51 const char *base; in unix_lbasename() local
63 const char *base; in dos_lbasename() local
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Davx2intrin.h1266 _mm256_mask_i32gather_pd (__m256d src, double const *base, in _mm256_mask_i32gather_pd()
1318 _mm256_mask_i64gather_pd (__m256d src, double const *base, in _mm256_mask_i64gather_pd()
1370 _mm256_mask_i32gather_ps (__m256 src, float const *base, in _mm256_mask_i32gather_ps()
1422 _mm256_mask_i64gather_ps (__m128 src, float const *base, in _mm256_mask_i64gather_ps()
1434 _mm_i32gather_epi64 (long long int const *base, in _mm_i32gather_epi64()
1449 _mm_mask_i32gather_epi64 (__m128i src, long long int const *base, in _mm_mask_i32gather_epi64()
1461 _mm256_i32gather_epi64 (long long int const *base, in _mm256_i32gather_epi64()
1488 _mm_i64gather_epi64 (long long int const *base, in _mm_i64gather_epi64()
1515 _mm256_i64gather_epi64 (long long int const *base, in _mm256_i64gather_epi64()
1582 _mm256_mask_i32gather_epi32 (__m256i src, int const *base, in _mm256_mask_i32gather_epi32()
[all …]
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c392 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()
/dragonfly/sys/dev/drm/include/linux/
H A Dio-mapping.h39 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()

12345678910>>...42