Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcontext.hpp213 locals_size; typedef
217 (N < locals_size::value),
/OK3568_Linux_fs/kernel/arch/mips/net/
H A Debpf_jit.c274 int locals_size; in gen_int_prologue() local
294 locals_size = (ctx->flags & EBPF_SEEN_FP) ? MAX_BPF_STACK : 0; in gen_int_prologue()
296 stack_adjust += locals_size; in gen_int_prologue()