Home
last modified time | relevance | path

Searched refs:local_space (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_match.c49 sljit_u8 local_space[MACHINE_STACK_SIZE]; in jit_machine_stack_exec() local
52 local_stack.min_start = local_space; in jit_machine_stack_exec()
53 local_stack.start = local_space; in jit_machine_stack_exec()
54 local_stack.end = local_space + MACHINE_STACK_SIZE; in jit_machine_stack_exec()
55 local_stack.top = local_space + MACHINE_STACK_SIZE; in jit_machine_stack_exec()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionSycl.h59 id.barrier(cl::sycl::access::fence_space::local_space); in run()
69 id.barrier(cl::sycl::access::fence_space::local_space); in run()