Searched refs:__ACCLIB_FUNCNAME (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo_str.c63 #ifndef __ACCLIB_FUNCNAME
64 #define __ACCLIB_FUNCNAME(f) f macro
66 #define acc_hmemcmp __ACCLIB_FUNCNAME(lzo_memcmp)
67 #define acc_hmemcpy __ACCLIB_FUNCNAME(lzo_memcpy)
68 #define acc_hmemmove __ACCLIB_FUNCNAME(lzo_memmove)
69 #define acc_hmemset __ACCLIB_FUNCNAME(lzo_memset)
H A Dminiacc.h3649 #if !defined(__ACCLIB_FUNCNAME)
3650 # define __ACCLIB_FUNCNAME(f) f macro
3653 # define ACCLIB_EXTERN(r,f) extern r __ACCLIB_FUNCNAME(f)
3657 # define ACCLIB_EXTERN_NOINLINE(r,f) extern __acc_noinline r __ACCLIB_FUNCNAME(f)
3659 # define ACCLIB_EXTERN_NOINLINE(r,f) extern r __ACCLIB_FUNCNAME(f)
4717 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
4942 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
4946 # define ACCLIB_PUBLIC_NOINLINE(r,f) r __ACCLIB_FUNCNAME(f)
4948 # define ACCLIB_PUBLIC_NOINLINE(r,f) __acc_noinline __attribute__((__used__)) r __ACCLIB_FUNCNAME(f)
4950 # define ACCLIB_PUBLIC_NOINLINE(r,f) __acc_noinline r __ACCLIB_FUNCNAME(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/examples/
H A Dportab_a.h104 # define lzo_malloc(a) __ACCLIB_FUNCNAME(acc_halloc)(a)
109 # define lzo_free(a) __ACCLIB_FUNCNAME(acc_hfree)(a)
116 # define lzo_fread(f,b,s) __ACCLIB_FUNCNAME(acc_hfread)(f,b,s)
121 # define lzo_fwrite(f,b,s) __ACCLIB_FUNCNAME(acc_hfwrite)(f,b,s)
127 # define lzo_uclock_open(a) __ACCLIB_FUNCNAME(acc_pclock_open_default)(a)
128 # define lzo_uclock_close(a) __ACCLIB_FUNCNAME(acc_pclock_close)(a)
129 # define lzo_uclock_read(a,b) __ACCLIB_FUNCNAME(acc_pclock_read)(a,b)
130 # define lzo_uclock_get_elapsed(a,b,c) __ACCLIB_FUNCNAME(acc_pclock_get_elapsed)(a,b,c)
133 # define lzo_wildargv(a,b) __ACCLIB_FUNCNAME(acc_wildargv)(a,b)

Completed in 203 milliseconds