HomeSort by relevance Sort by last modified time
    Searched refs:num_nodes (Results 26 - 50 of 53) sorted by null

12 3

  /external/freetype/src/cache/
ftccache.c 57 manager->num_nodes++;
71 manager->num_nodes--;
311 if ( manager->num_nodes == 0 )
313 manager->num_nodes ));
ftccache.h 338 _try_count > _try_manager->num_nodes ) \
339 _try_count = _try_manager->num_nodes; \
  /external/chromium_org/third_party/freetype/src/cache/
ftccache.h 338 _try_count > _try_manager->num_nodes ) \
339 _try_count = _try_manager->num_nodes; \
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 109 L_(avl) *tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes); variable
cavl_impl.h 768 L_(avl) *l_tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes) {
781 L_SIZE num_sub = num_nodes;
795 if (num_nodes == 0) {
871 if (num_sub == num_nodes)
  /external/marisa-trie/tools/
marisa-build.cc 89 std::cerr << "#nodes: " << trie.num_nodes() << std::endl;
marisa-benchmark.cc 178 std::printf(" %9lu", (unsigned long)trie->num_nodes());
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-build.cc 89 std::cerr << "#nodes: " << trie.num_nodes() << std::endl;
marisa_alpha-benchmark.cc 178 std::printf(" %9lu", (unsigned long)trie->num_nodes());
  /external/srec/srec/include/
srec_context.h 110 nodeID num_nodes; member in struct:srec_context
  /external/stressapptest/src/
os.h 227 int num_nodes() const { return num_nodes_; } function in class:OsLayer
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 38 int num_nodes() const;
157 int SpdyPriorityForest<NodeId, Priority>::num_nodes() const { function in class:net::SpdyPriorityForest
515 if (count > num_nodes() || node_id == child_id) {
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 553 tree->num_nodes = load_int(fp);
555 tree->values_or_question1 = (short*) lts_alloc(tree->num_nodes, sizeof(short));
561 tree->question2 = (short*) lts_alloc(tree->num_nodes, sizeof(short));
567 tree->left_nodes = (short *) lts_alloc(tree->num_nodes, sizeof(short));
574 pfprintf(PSTDOUT,"LOAD_TREE: Tree for let %d num_nodes %d\n", let, tree->num_nodes);
577 for (i=0;i<tree->num_nodes;i++) {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/openssl/crypto/lhash/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 143 unsigned int num_nodes; member in struct:lhash_st
  /external/marisa-trie/lib/marisa/
trie-c.cc 328 return (h != NULL) ? h->trie.num_nodes() : 0;
trie.h 186 std::size_t num_nodes() const;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 123 unsigned num_nodes; variable
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_node_test.cc 37 int num_nodes() { return inode_pool_.size(); } function in class:MockMount
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-c.cc 365 return (h != NULL) ? h->trie.num_nodes() : 0;

Completed in 2033 milliseconds

12 3