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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 64 this->child_count = 0;
106 int child_count; member in class:schedule_node
175 for (int i = 0; i < before->child_count; i++) {
182 if (before->child_array_size <= before->child_count) {
195 before->children[before->child_count] = after;
196 before->child_latency[before->child_count] = latency;
197 before->child_count++;
471 for (int i = 0; i < chosen->child_count; i++) {
  /external/toybox/kconfig/
mconf.c 279 static int child_count; variable
444 child_count++;
459 child_count++;
475 child_count++;
524 child_count++;
596 if (!child_count)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 53 child_count( tree ).times do |i|
visitor.rb 74 @adaptor.child_count( tree ).times do |index|
wizard.rb 431 number_of_children = @adaptor.child_count( tree )
432 return false unless number_of_children == pattern.child_count
450 child_count_a = adaptor.child_count( tree_a )
451 child_count_b = adaptor.child_count( tree_b )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 120 n = adaptor.child_count( tree )
145 n = adaptor.child_count( tree )
tree.rb 137 if adaptor.child_count( look ) == 0
326 alias child_count length
694 def child_count( tree ) method in class:ANTLR3.CommonTree.TreeAdaptor
695 tree.child_count
729 for i in 0 ... child_count( tree )
749 child_count( tree ).zero?
762 case root.child_count
846 count = new_root.child_count
907 elsif root.child_count == 1 then root = root.first.detach
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py 100 child_count = 1 << M;
121 if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count):
  /external/clang/tools/libclang/
CXComment.cpp 98 return C->child_count();
103 if (!C || ChildIdx >= C->child_count())
  /libcore/ojluni/src/main/native/
NetworkInterface.c 499 jint child_count, child_index; local
618 child_count = 0;
621 child_count++;
625 childArr = (*env)->NewObjectArray(env, child_count, ni_class, NULL);
  /external/clang/unittests/AST/
CommentParser.cpp 84 if (Count != C->child_count())
87 << ", child_count = " << C->child_count();
99 if (Idx >= C->child_count())
102 << ", child_count = " << C->child_count();
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 832 unsigned int child_count;
906 child_count = read_unsigned_leb128 (abfd, buf + off, &leblen);
909 for (i = 0; i < child_count; i++)
830 unsigned int child_count; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 116 assert_equal(tree.child_count, 1)
  /external/clang/include/clang/AST/
Comment.h 235 unsigned child_count() const { function in class:clang::comments::Comment

Completed in 418 milliseconds