/external/zlib/watcom/ |
watcom_l.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
watcom_f.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
/external/opencv/ml/src/ |
mlrtrees.cpp | 181 // Random trees // 189 trees = NULL; 202 delete trees[k]; 203 cvFree( &trees ); 322 trees = (CvForestTree**)cvAlloc( sizeof(trees[0])*max_ntrees ); 323 memset( trees, 0, sizeof(trees[0])*max_ntrees ); 372 trees[ntrees] = new CvForestTree(); 373 tree = trees[ntrees] [all...] |
/external/zlib/contrib/delphi/ |
zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
ZLib.pas | 208 {$L trees.obj}
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
zlibpas.pas | 153 {$L trees.obj}
|
/external/libpng/contrib/pngminim/decoder/ |
makefile | 20 trees$(O) uncompr$(O) zutil$(O)
|
/external/libpng/contrib/pngminim/encoder/ |
makefile | 19 trees$(O) uncompr$(O) zutil$(O)
|
/external/srec/seti/sltsEngine/include/ |
lts_seq_internal.h | 96 /*RT tree is the compact representations of the trees 135 RT_LTREE **trees; member in struct:LTS
|
/external/zlib/ |
Android.mk | 18 trees.c \
|
make_vms.com | 168 $ CALL MAKE trees.OBJ "CC ''CCOPT' trees" - 169 trees.c deflate.h zutil.h zlib.h zconf.h 404 deflate.obj, trees.obj, zutil.obj, inflate.obj, \ 443 trees.obj : trees.c deflate.h zutil.h zlib.h zconf.h
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 36 trees$(O) uncompr$(O) zutil$(O)
|
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm); 504 RT_LTREE ** trees = NULL; local 538 *ptrees = trees = (RT_LTREE**) lts_alloc(*num_letters, sizeof(RT_LTREE*)); 539 if (trees == NULL) { 547 trees[let] = tree = (RT_LTREE*) lts_alloc(1, sizeof(RT_LTREE)); 603 free_trees(trees, *num_letters, *pquestions, *num_questions, *plm); 613 /* deallocate trees */ 614 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, 628 if (trees) { 630 if (trees[i]) [all...] |
/external/openssl/crypto/x509v3/ |
v3_ncons.c | 71 STACK_OF(GENERAL_SUBTREE) *trees, 177 STACK_OF(GENERAL_SUBTREE) *trees, 182 if (sk_GENERAL_SUBTREE_num(trees) > 0) 184 for(i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) 186 tree = sk_GENERAL_SUBTREE_value(trees, i);
|
/external/v8/test/mjsunit/ |
deep-recursion.js | 29 * @fileoverview Check that flattening deep trees of cons strings does not
|
/external/v8/test/mjsunit/compiler/ |
simple-bailouts.js | 40 // trees with <= 4 leaves.
|
expression-trees.js | 58 // All 429 possible bitwise OR trees with eight leaves.
|
/external/chromium/chrome/browser/resources/net_internals/ |
socketpoolwrapper.js | 29 * parent, and groups of nodes from trees with root nodes with the same id are
|
/external/v8/benchmarks/ |
splay.js | 32 // used for old nodes. Because of the way splay trees work, the engine 288 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
earley-boyer.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 32 // used for old nodes. Because of the way splay trees work, the engine 267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 32 // used for old nodes. Because of the way splay trees work, the engine 267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 32 // used for old nodes. Because of the way splay trees work, the engine 283 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/external/opencv/ml/include/ |
ml.h | 185 #define CV_TYPE_NAME_ML_RTREES "opencv-ml-random-trees" 853 // special read & write methods for trees in the tree ensembles 905 * Random Trees Classifier * 1001 CvForestTree** trees; member in class:CvRTrees [all...] |