• Home
  • Raw
  • Download

Lines Matching defs:ACCLIB_PUBLIC

4659 #  define ACCLIB_PUBLIC(r,f)    r __ACCLIB_FUNCNAME(f)  in ACCCHK_ASSERT_IS_SIGNED_T()  macro
4670 ACCLIB_PUBLIC(acc_uint32l_t, acc_ua_get_be24) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4675 ACCLIB_PUBLIC(acc_uint32l_t, acc_ua_get_be32) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4684 ACCLIB_PUBLIC(void, acc_ua_set_be16) (acc_hvoid_p p, unsigned v) in ACCLIB_PUBLIC() function
4694 ACCLIB_PUBLIC(void, acc_ua_set_be24) (acc_hvoid_p p, acc_uint32l_t v) in ACCLIB_PUBLIC() function
4701 ACCLIB_PUBLIC(void, acc_ua_set_be32) (acc_hvoid_p p, acc_uint32l_t v) in ACCLIB_PUBLIC() function
4713 ACCLIB_PUBLIC(unsigned, acc_ua_get_le16) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4722 ACCLIB_PUBLIC(acc_uint32l_t, acc_ua_get_le24) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4727 ACCLIB_PUBLIC(acc_uint32l_t, acc_ua_get_le32) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4736 ACCLIB_PUBLIC(void, acc_ua_set_le16) (acc_hvoid_p p, unsigned v) in ACCLIB_PUBLIC() function
4746 ACCLIB_PUBLIC(void, acc_ua_set_le24) (acc_hvoid_p p, acc_uint32l_t v) in ACCLIB_PUBLIC() function
4753 ACCLIB_PUBLIC(void, acc_ua_set_le32) (acc_hvoid_p p, acc_uint32l_t v) in ACCLIB_PUBLIC() function
4766 ACCLIB_PUBLIC(acc_uint64l_t, acc_ua_get_be64) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4788 ACCLIB_PUBLIC(void, acc_ua_set_be64) (acc_hvoid_p p, acc_uint64l_t v) in ACCLIB_PUBLIC() function
4823 ACCLIB_PUBLIC(acc_uint64l_t, acc_ua_get_le64) (const acc_hvoid_p p) in ACCLIB_PUBLIC() function
4845 ACCLIB_PUBLIC(void, acc_ua_set_le64) (acc_hvoid_p p, acc_uint64l_t v) in ACCLIB_PUBLIC() function
4884 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
4966 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
4968 ACCLIB_PUBLIC(int, acc_hmemcmp) (const acc_hvoid_p s1, const acc_hvoid_p s2, acc_hsize_t len) in ACCLIB_PUBLIC() function
4985 ACCLIB_PUBLIC(acc_hvoid_p, acc_hmemcpy) (acc_hvoid_p dest, const acc_hvoid_p src, acc_hsize_t len) in ACCLIB_PUBLIC() function
5000 ACCLIB_PUBLIC(acc_hvoid_p, acc_hmemmove) (acc_hvoid_p dest, const acc_hvoid_p src, acc_hsize_t len) in ACCLIB_PUBLIC() function
5026 ACCLIB_PUBLIC(acc_hvoid_p, acc_hmemset) (acc_hvoid_p s, int c, acc_hsize_t len) in ACCLIB_PUBLIC() function
5043 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5045 ACCLIB_PUBLIC(void, acc_srand31) (acc_rand31_p r, acc_uint32l_t seed) in ACCLIB_PUBLIC() function
5049 ACCLIB_PUBLIC(acc_uint32l_t, acc_rand31) (acc_rand31_p r) in ACCLIB_PUBLIC() function
5056 ACCLIB_PUBLIC(void, acc_srand48) (acc_rand48_p r, acc_uint32l_t seed) in ACCLIB_PUBLIC() function
5061 ACCLIB_PUBLIC(acc_uint32l_t, acc_rand48) (acc_rand48_p r) in ACCLIB_PUBLIC() function
5067 ACCLIB_PUBLIC(acc_uint32l_t, acc_rand48_r32) (acc_rand48_p r) in ACCLIB_PUBLIC() function
5075 ACCLIB_PUBLIC(void, acc_srand64) (acc_rand64_p r, acc_uint64l_t seed) in ACCLIB_PUBLIC() function
5079 ACCLIB_PUBLIC(acc_uint32l_t, acc_rand64) (acc_rand64_p r) in ACCLIB_PUBLIC() function
5087 ACCLIB_PUBLIC(acc_uint32l_t, acc_rand64_r32) (acc_rand64_p r) in ACCLIB_PUBLIC() function
5096 ACCLIB_PUBLIC(void, acc_srandmt) (acc_randmt_p r, acc_uint32l_t seed) in ACCLIB_PUBLIC() function
5106 ACCLIB_PUBLIC(acc_uint32l_t, acc_randmt) (acc_randmt_p r) in ACCLIB_PUBLIC() function
5110 ACCLIB_PUBLIC(acc_uint32l_t, acc_randmt_r32) (acc_randmt_p r) in ACCLIB_PUBLIC() function
5130 ACCLIB_PUBLIC(void, acc_srandmt64) (acc_randmt64_p r, acc_uint64l_t seed) in ACCLIB_PUBLIC() function
5148 ACCLIB_PUBLIC(acc_uint64l_t, acc_randmt64_r64) (acc_randmt64_p r) in ACCLIB_PUBLIC() function
5174 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5198 ACCLIB_PUBLIC(int, acc_tsc_read) (acc_uint32e_t* t) in ACCLIB_PUBLIC() function
5235 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5243 ACCLIB_PUBLIC(void __far*, acc_dos_alloc) (unsigned long size) in ACCLIB_PUBLIC() function
5259 ACCLIB_PUBLIC(int, acc_dos_free) (void __far* p) in ACCLIB_PUBLIC() function
5278 ACCLIB_PUBLIC(void __far*, acc_dos_alloc) (unsigned long size) in ACCLIB_PUBLIC() function
5288 ACCLIB_PUBLIC(int, acc_dos_free) (void __far* p) in ACCLIB_PUBLIC() function
5304 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5339 ACCLIB_PUBLIC(acc_hvoid_p, acc_halloc) (acc_hsize_t size) in ACCLIB_PUBLIC() function
5386 ACCLIB_PUBLIC(void, acc_hfree) (acc_hvoid_p p) in ACCLIB_PUBLIC() function
5426 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5428 ACCLIB_PUBLIC(acc_hsize_t, acc_hfread) (void* vfp, acc_hvoid_p buf, acc_hsize_t size) in ACCLIB_PUBLIC() function
5468 ACCLIB_PUBLIC(acc_hsize_t, acc_hfwrite) (void* vfp, const acc_hvoid_p buf, acc_hsize_t size) in ACCLIB_PUBLIC() function
5513 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5515 ACCLIB_PUBLIC(long, acc_safe_hread) (int fd, acc_hvoid_p buf, long size) in ACCLIB_PUBLIC() function
5549 ACCLIB_PUBLIC(long, acc_safe_hwrite) (int fd, const acc_hvoid_p buf, long size) in ACCLIB_PUBLIC() function
5588 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5759 ACCLIB_PUBLIC(int, acc_pclock_open) (acc_pclock_handle_p h, int mode) in ACCLIB_PUBLIC() function
5853 ACCLIB_PUBLIC(int, acc_pclock_open_default) (acc_pclock_handle_p h) in ACCLIB_PUBLIC() function
5869 ACCLIB_PUBLIC(int, acc_pclock_close) (acc_pclock_handle_p h) in ACCLIB_PUBLIC() function
5880 ACCLIB_PUBLIC(void, acc_pclock_read) (acc_pclock_handle_p h, acc_pclock_p c) in ACCLIB_PUBLIC() function
5895 ACCLIB_PUBLIC(double, acc_pclock_get_elapsed) (acc_pclock_handle_p h, const acc_pclock_p start, con… in ACCLIB_PUBLIC() function
5912 ACCLIB_PUBLIC(int, acc_pclock_flush_cpu_cache) (acc_pclock_handle_p h, unsigned flags) in ACCLIB_PUBLIC() function
5935 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
5993 ACCLIB_PUBLIC(int, acc_uclock_open) (acc_uclock_handle_p h) in ACCLIB_PUBLIC() function
6023 ACCLIB_PUBLIC(int, acc_uclock_close) (acc_uclock_handle_p h) in ACCLIB_PUBLIC() function
6033 ACCLIB_PUBLIC(void, acc_uclock_read) (acc_uclock_handle_p h, acc_uclock_p c) in ACCLIB_PUBLIC() function
6088 ACCLIB_PUBLIC(double, acc_uclock_get_elapsed) (acc_uclock_handle_p h, const acc_uclock_p start, con… in ACCLIB_PUBLIC() function
6156 ACCLIB_PUBLIC(int, acc_uclock_flush_cpu_cache) (acc_uclock_handle_p h, unsigned flags) in ACCLIB_PUBLIC() function
6179 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
6194 ACCLIB_PUBLIC(const char *, acc_getenv) (const char *s) in ACCLIB_PUBLIC() function
6202 ACCLIB_PUBLIC(acclib_handle_t, acc_get_osfhandle) (int fd) in ACCLIB_PUBLIC() function
6226 ACCLIB_PUBLIC(int, acc_set_binmode) (int fd, int binary) in ACCLIB_PUBLIC() function
6288 ACCLIB_PUBLIC(int, acc_isatty) (int fd) in ACCLIB_PUBLIC() function
6327 ACCLIB_PUBLIC(int, acc_mkdir) (const char* name, unsigned mode) in ACCLIB_PUBLIC() function
6350 ACCLIB_PUBLIC(int, acc_rmdir) (const char* name) in ACCLIB_PUBLIC() function
6362 ACCLIB_PUBLIC(acc_int32e_t, acc_muldiv32s) (acc_int32e_t a, acc_int32e_t b, acc_int32e_t x) in ACCLIB_PUBLIC() function
6375 ACCLIB_PUBLIC(acc_uint32e_t, acc_muldiv32u) (acc_uint32e_t a, acc_uint32e_t b, acc_uint32e_t x) in ACCLIB_PUBLIC() function
6503 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f) macro
6521 ACCLIB_PUBLIC(void, acc_wildargv) (int* argc, char*** argv) in ACCLIB_PUBLIC() function
6532 ACCLIB_PUBLIC(void, acc_wildargv) (int* argc, char*** argv) in ACCLIB_PUBLIC() function
6539 ACCLIB_PUBLIC(void, acc_wildargv) (int* argc, char*** argv) in ACCLIB_PUBLIC() function