| /src/external/gpl3/binutils/dist/gprofng/src/ |
| PathTree.h | 188 int nexps; member in class:PathTree
|
| DbeSession.h | 148 nexps () function in class:DbeSession
|
| DbeView.cc | 205 for (int i = 0; i < dbeSession->nexps (); i++) 2056 for (int n = 0, nexps = dbeSession->nexps (); n < nexps; n++) 2110 int nexps = dbeSession->nexps (); local 2112 bool *orig_enable = new bool[nexps]; 2113 char **orig_pattern = new char*[nexps]; 2114 for (int i = 0; i < nexps; i++) 2133 fexp->set_range (1, nexps, nexps) [all...] |
| Dbe.cc | 582 long nexps = dbeSession->nexps (); local 583 if (prop_name == NULL || nexps == 0) 585 Vector<char*> *list = new Vector<char*>(nexps); 595 for (long i = 0; i < nexps; i++) 626 int size = dbeSession->nexps (); 649 int size = dbeSession->nexps (); 680 int size = dbeSession->nexps (); 702 int size = dbeSession->nexps (); 726 int size = dbeSession->nexps (); [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| PathTree.h | 188 int nexps; member in class:PathTree
|
| DbeSession.h | 148 nexps () function in class:DbeSession
|
| DbeView.cc | 205 for (int i = 0; i < dbeSession->nexps (); i++) 2056 for (int n = 0, nexps = dbeSession->nexps (); n < nexps; n++) 2110 int nexps = dbeSession->nexps (); local 2112 bool *orig_enable = new bool[nexps]; 2113 char **orig_pattern = new char*[nexps]; 2114 for (int i = 0; i < nexps; i++) 2133 fexp->set_range (1, nexps, nexps) [all...] |
| Dbe.cc | 582 long nexps = dbeSession->nexps (); local 583 if (prop_name == NULL || nexps == 0) 585 Vector<char*> *list = new Vector<char*>(nexps); 595 for (long i = 0; i < nexps; i++) 626 int size = dbeSession->nexps (); 649 int size = dbeSession->nexps (); 680 int size = dbeSession->nexps (); 702 int size = dbeSession->nexps (); 726 int size = dbeSession->nexps (); [all...] |
| /src/external/mit/lua/dist/src/ |
| lparser.c | 483 ** Adjust the number of results from an expression list 'e' with 'nexps' 486 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { 488 int needed = nvars - nexps; /* extra values needed */ 1404 int nexps; local 1406 nexps = explist(ls, &e); 1407 if (nexps != nvars) 1408 adjust_assign(ls, nvars, nexps, &e); 1747 int nexps; local 1761 nexps = explist(ls, &e); 1764 nexps = 0 [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386.cc | 2715 int nexps = 0; 2880 exp [nexps++] 2888 exp [nexps++] 2896 exp [nexps++] 2904 exp [nexps++] 2950 exp [nexps++] 2963 if (nexps == 0) 2966 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (nexps)); 2967 for (i = 0; i < nexps; i++) 2703 int nexps = 0; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386.cc | 2632 int nexps = 0; 2790 exp [nexps++] 2797 exp [nexps++] 2805 exp [nexps++] 2813 exp [nexps++] 2859 exp [nexps++] 2872 if (nexps == 0) 2875 ret = gen_rtx_PARALLEL (mode, rtvec_alloc (nexps)); 2876 for (i = 0; i < nexps; i++) 2620 int nexps = 0; local
|