Searched refs:stack (Results 1 – 7 of 7) sorted by relevance
59 Mvec stack[n]; variable61 stack[i^5] = src.field[i];64 field[i^5] = stack[i];86 Mvec stack[n]; in init() local93 stack[i^5] = value[0]; in init()96 field[i^5] = stack[i]; in init()
3388 std::vector<std::streampos> stack;3393 stack.push_back(ss.tellp());3398 if (stack.empty())3401 std::streampos pos = stack.back();3402 stack.pop_back();
116 Setting thread stack size120 to set the stack size for oneTBB worker threads:128 // Set 16 MB of the stack size for oneTBB worker threads.129 // Note that the stack size of the main thread should be configured in accordace with the134 // Create a big array in the stack
29 …OMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} $<$<EQUAL:${TBB_ARCH},32>:-falign-stack=maintain-16-byte>)
29 …of nodes, but only a linear number can exists at the same time, since it creates a stack of other …
86 construct an 'isolated' ``task_group_context`` on the stack and pass it
52 register state and a stack. On Linux, a thread even has its own process