HomeSort by relevance Sort by last modified time
    Searched refs:node_count (Results 1 - 15 of 15) sorted by null

  /external/bison/src/
InadequacyList.c 31 InadequacyListNodeCount *node_count)
34 result->id = (*node_count)++;
35 aver (*node_count != 0);
InadequacyList.h 93 * it is best if <tt>*node_count</t> is zero so that the node count
95 * currently empty, then <tt>*node_count</tt> has not been modified
115 InadequacyListNodeCount *node_count);
  /external/freetype/src/cache/
ftcsbits.c 220 FT_UInt node_count; local
243 for ( node_count = 0; node_count < count; node_count++ )
245 snode->sbits[node_count].width = 255;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 540 unsigned int i, j, index, input_node, node_count, node_index; local
554 node_count = rc_list_count(variables);
556 node_count * sizeof(unsigned int));
634 graph = ra_alloc_interference_graph(regs, node_count + s->NumInputs);
666 ra_set_node_class(graph, node_count + input_node,
674 node_count + input_node);
678 ra_set_node_reg(graph, node_count + input_node, get_reg_id(
  /external/v8/src/compiler/
instruction-selector.h 53 Zone* zone, size_t node_count, Linkage* linkage,
instruction-selector.cc 22 Zone* zone, size_t node_count, Linkage* linkage,
35 defined_(node_count, false, zone),
36 used_(node_count, false, zone),
37 virtual_registers_(node_count,
40 instructions_.reserve(node_count);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nb30.h 115 WORD node_count; member in struct:_FIND_NAME_HEADER
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 288 int node_count = classifier->count; local
289 float* alpha_ptr = (float*)(haar_node_ptr + node_count);
291 hid_classifier->count = node_count;
295 for( l = 0; l < node_count; l++ )
312 memcpy( alpha_ptr, classifier->alpha, (node_count+1)*sizeof(alpha_ptr[0]));
314 (MyCvHidHaarTreeNode*)cvAlignPtr(alpha_ptr+node_count+1, sizeof(void*));
316 out->is_stump_based &= node_count == 1;
    [all...]
cvhaar.cpp 306 int node_count = classifier->count; local
307 float* alpha_ptr = (float*)(haar_node_ptr + node_count);
309 hid_classifier->count = node_count;
313 for( l = 0; l < node_count; l++ )
330 memcpy( alpha_ptr, classifier->alpha, (node_count+1)*sizeof(alpha_ptr[0]));
332 (CvHidHaarTreeNode*)cvAlignPtr(alpha_ptr+node_count+1, sizeof(void*));
334 out->is_stump_based &= node_count == 1;
    [all...]
  /external/libdrm/
xf86drm.c 3087 int ret, i, node_count; local
3203 int ret, i, node_count, device_count; local
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 34 size_t const node_count = graph()->NodeCount(); local
35 EXPECT_NE(0u, node_count);
42 InstructionSelector selector(test_->zone(), node_count, &linkage, &sequence,
scheduler-unittest.cc 53 size_t node_count = 0; local
55 node_count += block->NodeCount();
56 if (block->control() != BasicBlock::kNone) ++node_count;
58 return node_count;
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp 308 int node_count = classifier->count; local
309 float* alpha_ptr = (float*)(haar_node_ptr + node_count);
311 hid_classifier->count = node_count;
315 for( l = 0; l < node_count; l++ )
332 memcpy( alpha_ptr, classifier->alpha, (node_count+1)*sizeof(alpha_ptr[0]));
334 (CvHidHaarTreeNode*)cvAlignPtr(alpha_ptr+node_count+1, sizeof(void*));
336 out->isStumpBased &= node_count == 1;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py     [all...]
  /external/v8/src/ast/
ast.h 166 int node_count() { return node_count_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 3046 milliseconds