• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/

Lines Matching defs:__ACCLIB_FUNCNAME

3649 #if !defined(__ACCLIB_FUNCNAME)
3650 # define __ACCLIB_FUNCNAME(f) f
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(f)
5024 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5101 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5166 return (__ACCLIB_FUNCNAME(acc_randmt_r32)(r)) >> 1;
5202 v = (__ACCLIB_FUNCNAME(acc_randmt64_r64)(r)) >> 33;
5232 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5293 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5362 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5372 static int __ACCLIB_FUNCNAME(acc_getopt_rotate) (char** p, int first, int middle, int last)
5389 static int __ACCLIB_FUNCNAME(acc_getopt_perror) (acc_getopt_p g, int ret, const char* f, ...)
5410 #define pe __ACCLIB_FUNCNAME(acc_getopt_perror)
5430 g->optind -= __ACCLIB_FUNCNAME(acc_getopt_rotate)(g->argv, g->pending_rotate_first, g->pending_rotate_middle, g->optind);
5551 g->optind -= __ACCLIB_FUNCNAME(acc_getopt_rotate)(g->argv, g->pending_rotate_first, g->pending_rotate_middle, g->optind);
5562 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5684 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5700 __ACCLIB_FUNCNAME(acc_hmemcpy)((acc_hbyte_p)buf + l, tmp, (acc_hsize_t)n);
5737 __ACCLIB_FUNCNAME(acc_hmemcpy)(tmp, (const acc_hbyte_p)buf + l, (acc_hsize_t)n);
5771 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
5846 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
6035 __ACCLIB_FUNCNAME(acc_perfctr_read)(&h->pch, &pcc);
6150 if (__ACCLIB_FUNCNAME(acc_perfctr_open)(&h->pch) == 0) {
6217 __ACCLIB_FUNCNAME(acc_pclock_read)(h, &c);
6223 if (__ACCLIB_FUNCNAME(acc_pclock_open)(h, ACC_PCLOCK_PROCESS_CPUTIME_ID) == 0)
6225 if (__ACCLIB_FUNCNAME(acc_pclock_open)(h, ACC_PCLOCK_MONOTONIC) == 0)
6227 if (__ACCLIB_FUNCNAME(acc_pclock_open)(h, ACC_PCLOCK_REALTIME) == 0)
6229 if (__ACCLIB_FUNCNAME(acc_pclock_open)(h, ACC_PCLOCK_THREAD_CPUTIME_ID) == 0)
6240 __ACCLIB_FUNCNAME(acc_perfctr_close)(&h->pch);
6281 return __ACCLIB_FUNCNAME(acc_perfctr_flush_cpu_cache)(&h->pch, flags);
6300 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
6370 if (h->mode == 0 && __ACCLIB_FUNCNAME(acc_perfctr_open)(&h->pch) == 0)
6385 __ACCLIB_FUNCNAME(acc_uclock_read)(h, &c);
6395 __ACCLIB_FUNCNAME(acc_perfctr_close)(&h->pch);
6402 __ACCLIB_FUNCNAME(acc_tsc_read)((acc_uint32e_t*) (void*) &c->tsc);
6406 __ACCLIB_FUNCNAME(acc_perfctr_read)(&h->pch, &c->pcc);
6472 return __ACCLIB_FUNCNAME(acc_perfctr_get_elapsed)(&h->pch, &start->pcc, &stop->pcc);
6527 return __ACCLIB_FUNCNAME(acc_perfctr_flush_cpu_cache)(&h->pch, flags);
6546 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)
6550 # define ACCLIB_PUBLIC_NOINLINE(r,f) r __ACCLIB_FUNCNAME(f)
6552 # define ACCLIB_PUBLIC_NOINLINE(r,f) __acc_noinline __attribute__((__used__)) r __ACCLIB_FUNCNAME(f)
6554 # define ACCLIB_PUBLIC_NOINLINE(r,f) __acc_noinline r __ACCLIB_FUNCNAME(f)
6679 acclib_handle_t h = __ACCLIB_FUNCNAME(acc_get_osfhandle)(fd);
6844 p = __ACCLIB_FUNCNAME(acc_getenv)("ACC_ENV_RUNNING_ON_QEMU");
6872 # define ACCLIB_PUBLIC(r,f) r __ACCLIB_FUNCNAME(f)