Home
last modified time | relevance | path

Searched refs:node_buffer (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodelcollide.cpp801 node_buffer[i].leaf = -1; in model_collide_parse_bsp()
802 node_buffer[i].front = -1; in model_collide_parse_bsp()
803 node_buffer[i].back = -1; in model_collide_parse_bsp()
810 node_buffer[i].front = (int)(node_buffer.size() - 1); in model_collide_parse_bsp()
820 node_buffer[i].back = (int)(node_buffer.size() - 1); in model_collide_parse_bsp()
836 node_buffer[i].min = *min; in model_collide_parse_bsp()
837 node_buffer[i].max = *max; in model_collide_parse_bsp()
839 node_buffer[i].front = -1; in model_collide_parse_bsp()
840 node_buffer[i].back = -1; in model_collide_parse_bsp()
841 node_buffer[i].leaf = -1; in model_collide_parse_bsp()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/model/
H A Dmodelcollide.cpp790 node_buffer[i].leaf = -1; in model_collide_parse_bsp()
791 node_buffer[i].front = -1; in model_collide_parse_bsp()
792 node_buffer[i].back = -1; in model_collide_parse_bsp()
799 node_buffer[i].front = (node_buffer.size() - 1); in model_collide_parse_bsp()
809 node_buffer[i].back = (node_buffer.size() - 1); in model_collide_parse_bsp()
825 node_buffer[i].min = *min; in model_collide_parse_bsp()
826 node_buffer[i].max = *max; in model_collide_parse_bsp()
828 node_buffer[i].front = -1; in model_collide_parse_bsp()
829 node_buffer[i].back = -1; in model_collide_parse_bsp()
830 node_buffer[i].leaf = -1; in model_collide_parse_bsp()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dstate-values-utils.cc139 WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, in FillBufferWithValues() argument
155 (*node_buffer)[(*node_count)++] = values[*values_idx]; in FillBufferWithValues()
174 WorkingBuffer* node_buffer = GetWorkingSpace(level); in BuildTree() local
179 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
193 FillBufferWithValues(node_buffer, &node_count, values_idx, values, in BuildTree()
212 (*node_buffer)[node_count++] = subtree; in BuildTree()
222 DCHECK_EQ((*node_buffer)[0]->opcode(), IrOpcode::kStateValues); in BuildTree()
223 return (*node_buffer)[0]; in BuildTree()
225 return GetValuesNodeFromCache(node_buffer->data(), node_count, in BuildTree()
H A Dnode.cc76 void* node_buffer = zone->New(sizeof(Node)); in New() local
77 node = new (node_buffer) Node(id, op, kOutlineMarker, 0); in New()
96 void* node_buffer = in New() local
99 node = new (node_buffer) Node(id, op, input_count, capacity); in New()
H A Dstate-values-utils.h58 SparseInputMask::BitMaskType FillBufferWithValues(WorkingBuffer* node_buffer,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dstate-values-utils.cc139 WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, in FillBufferWithValues() argument
155 (*node_buffer)[(*node_count)++] = values[*values_idx]; in FillBufferWithValues()
174 WorkingBuffer* node_buffer = GetWorkingSpace(level); in BuildTree() local
179 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
193 FillBufferWithValues(node_buffer, &node_count, values_idx, values, in BuildTree()
212 (*node_buffer)[node_count++] = subtree; in BuildTree()
222 DCHECK_EQ((*node_buffer)[0]->opcode(), IrOpcode::kStateValues); in BuildTree()
223 return (*node_buffer)[0]; in BuildTree()
225 return GetValuesNodeFromCache(node_buffer->data(), node_count, in BuildTree()
H A Dnode.cc84 void* node_buffer = zone->Allocate<NodeWithOutOfLineInputs>( in NewImpl() local
86 node = new (node_buffer) Node(id, op, kOutlineMarker, 0); in NewImpl()
107 void* node_buffer = in NewImpl() local
110 node = new (node_buffer) Node(id, op, input_count, capacity); in NewImpl()
H A Dstate-values-utils.h60 SparseInputMask::BitMaskType FillBufferWithValues(WorkingBuffer* node_buffer,
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dstate-values-utils.cc139 WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, in FillBufferWithValues() argument
155 (*node_buffer)[(*node_count)++] = values[*values_idx]; in FillBufferWithValues()
174 WorkingBuffer* node_buffer = GetWorkingSpace(level); in BuildTree() local
179 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
193 FillBufferWithValues(node_buffer, &node_count, values_idx, values, in BuildTree()
212 (*node_buffer)[node_count++] = subtree; in BuildTree()
222 DCHECK_EQ((*node_buffer)[0]->opcode(), IrOpcode::kStateValues); in BuildTree()
223 return (*node_buffer)[0]; in BuildTree()
225 return GetValuesNodeFromCache(node_buffer->data(), node_count, in BuildTree()
H A Dnode.cc84 void* node_buffer = zone->Allocate<NodeWithOutOfLineInputs>( in NewImpl() local
86 node = new (node_buffer) Node(id, op, kOutlineMarker, 0); in NewImpl()
107 void* node_buffer = in NewImpl() local
110 node = new (node_buffer) Node(id, op, input_count, capacity); in NewImpl()
H A Dstate-values-utils.h60 SparseInputMask::BitMaskType FillBufferWithValues(WorkingBuffer* node_buffer,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dstate-values-utils.cc140 WorkingBuffer* node_buffer, size_t* node_count, size_t* values_idx, in FillBufferWithValues() argument
156 (*node_buffer)[(*node_count)++] = values[*values_idx]; in FillBufferWithValues()
175 WorkingBuffer* node_buffer = GetWorkingSpace(level); in BuildTree() local
180 input_mask = FillBufferWithValues(node_buffer, &node_count, values_idx, in BuildTree()
194 FillBufferWithValues(node_buffer, &node_count, values_idx, values, in BuildTree()
213 (*node_buffer)[node_count++] = subtree; in BuildTree()
223 DCHECK_EQ((*node_buffer)[0]->opcode(), IrOpcode::kStateValues); in BuildTree()
224 return (*node_buffer)[0]; in BuildTree()
226 return GetValuesNodeFromCache(node_buffer->data(), node_count, in BuildTree()
H A Dnode.cc78 void* node_buffer = zone->New(sizeof(Node) + sizeof(OutOfLineInputs*)); in New() local
79 node = new (node_buffer) Node(id, op, kOutlineMarker, 0); in New()
99 void* node_buffer = in New() local
102 node = new (node_buffer) Node(id, op, input_count, capacity); in New()
H A Dstate-values-utils.h59 SparseInputMask::BitMaskType FillBufferWithValues(WorkingBuffer* node_buffer,
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dtbb_bind.cpp142 hwloc_obj_t node_buffer; in initialize() local
144 node_buffer = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, i); in initialize()
145 numa_indexes_list[counter] = static_cast<int>(node_buffer->logical_index); in initialize()
161 node_buffer = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, i); in initialize()
162 index = static_cast<int>(node_buffer->logical_index); in initialize()
165 current_mask = hwloc_bitmap_dup(node_buffer->cpuset); in initialize()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dtbb_bind.cpp142 hwloc_obj_t node_buffer; in initialize() local
144 node_buffer = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, i); in initialize()
145 numa_indexes_list[counter] = static_cast<int>(node_buffer->logical_index); in initialize()
161 node_buffer = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, i); in initialize()
162 index = static_cast<int>(node_buffer->logical_index); in initialize()
165 current_mask = hwloc_bitmap_dup(node_buffer->cpuset); in initialize()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dtbb_bind.cpp142 hwloc_obj_t node_buffer; in initialize() local
144 node_buffer = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, i); in initialize()
145 numa_indexes_list[counter] = static_cast<int>(node_buffer->logical_index); in initialize()
161 node_buffer = hwloc_get_obj_by_type(topology, HWLOC_OBJ_NUMANODE, i); in initialize()
162 index = static_cast<int>(node_buffer->logical_index); in initialize()
165 current_mask = hwloc_bitmap_dup(node_buffer->cpuset); in initialize()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/test/erl_connect_SUITE_data/
H A Derl_connect_test.c142 char node_buffer[256]; in cmd_erl_connect() local
146 memcpy(node_buffer, ERL_ATOM_PTR(node), ERL_ATOM_SIZE(node)); in cmd_erl_connect()
147 node_buffer[ERL_ATOM_SIZE(node)] = '\0'; in cmd_erl_connect()
148 send_errno_result(erl_connect(node_buffer)); in cmd_erl_connect()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/test/erl_connect_SUITE_data/
H A Derl_connect_test.c142 char node_buffer[256]; in cmd_erl_connect() local
146 memcpy(node_buffer, ERL_ATOM_PTR(node), ERL_ATOM_SIZE(node)); in cmd_erl_connect()
147 node_buffer[ERL_ATOM_SIZE(node)] = '\0'; in cmd_erl_connect()
148 send_errno_result(erl_connect(node_buffer)); in cmd_erl_connect()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbbind/
H A Dtbb_bind.cpp148 hwloc_obj_t node_buffer; in numa_topology_parsing() local
150 node_buffer = hwloc_get_numanode_obj_by_os_index(topology, i); in numa_topology_parsing()
151 numa_indexes_list[counter] = static_cast<int>(node_buffer->logical_index); in numa_topology_parsing()
165 node_buffer = hwloc_get_numanode_obj_by_os_index(topology, i); in numa_topology_parsing()
166 index = static_cast<int>(node_buffer->logical_index); in numa_topology_parsing()
169 current_mask = hwloc_bitmap_dup(node_buffer->cpuset); in numa_topology_parsing()
/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Dbit_shifting.zig79 var node_buffer: [node_count]Table.Node = undefined;
80 for (node_buffer) |*node, i| {
87 for (node_buffer) |*node, i| {
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Dbit_shifting.zig79 var node_buffer: [node_count]Table.Node = undefined;
80 for (node_buffer) |*node, i| {
87 for (node_buffer) |*node, i| {
/dports/lang/ruby26/ruby-2.6.9/
H A Dnode.c1092 node_buffer_t *nb = ast->node_buffer; in rb_ast_newnode()
1126 if (ast->node_buffer) rb_gc_mark(ast->node_buffer->mark_ary); in rb_ast_mark()
1132 if (ast->node_buffer) { in rb_ast_free()
1133 rb_node_buffer_free(ast->node_buffer); in rb_ast_free()
1134 ast->node_buffer = 0; in rb_ast_free()
1147 rb_ary_push(ast->node_buffer->mark_ary, obj); in rb_ast_add_mark_object()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/ws/build/Release/.deps/Release/obj.target/bufferutil/src/
H A Dbufferutil.o.d.raw7 /Users/denofevil/.node-gyp/8.2.1/include/node/node_buffer.h \
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dsvm.cpp3121 svm_node node_buffer; in parse_support_vectors() local
3133 while(line.good() && line >> node_buffer.index) { in parse_support_vectors()
3134 exceptAssert(line.ignore(1,':') && line >> node_buffer.value, "Failed to read support vector"); in parse_support_vectors()
3135 sv_buffer.push_back(node_buffer); in parse_support_vectors()
3137 node_buffer.index = -1; in parse_support_vectors()
3138 node_buffer.value = 0.0; in parse_support_vectors()
3139 sv_buffer.push_back(node_buffer); in parse_support_vectors()

12