| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-serialize.c | 964 size_t nvars; local 1023 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); 1024 dvd != NULL; dvd = ctf_list_next (dvd), nvars++); 1037 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); 1076 assert (i == nvars); 1078 t += sizeof (ctf_varent_t) * nvars; 1102 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var,
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-serialize.c | 958 size_t nvars; local 1017 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); 1018 dvd != NULL; dvd = ctf_list_next (dvd), nvars++); 1031 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); 1070 assert (i == nvars); 1072 t += sizeof (ctf_varent_t) * nvars; 1096 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var,
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-serialize.c | 958 size_t nvars; local 1017 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); 1018 dvd != NULL; dvd = ctf_list_next (dvd), nvars++); 1031 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); 1070 assert (i == nvars); 1072 t += sizeof (ctf_varent_t) * nvars; 1096 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var,
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-serialize.c | 958 size_t nvars; local 1017 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); 1018 dvd != NULL; dvd = ctf_list_next (dvd), nvars++); 1031 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); 1070 assert (i == nvars); 1072 t += sizeof (ctf_varent_t) * nvars; 1096 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var,
|
| /src/external/bsd/byacc/dist/ |
| main.c | 95 Value_t nvars; variable
|
| /src/external/gpl3/binutils/dist/binutils/ |
| coffgrok.h | 167 int nvars; member in struct:coff_scope
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| coffgrok.h | 167 int nvars; member in struct:coff_scope
|
| /src/external/mit/lua/dist/src/ |
| lparser.c | 313 ** Start the scope for the last 'nvars' created variables. 315 static void adjustlocalvars (LexState *ls, int nvars) { 319 for (i = 0; i < nvars; i++) { 484 ** expressions to 'nvars' values. 486 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { 488 int needed = nvars - nexps; /* extra values needed */ 1389 static void restassign (LexState *ls, struct LHS_assign *lh, int nvars) { 1400 restassign(ls, &nv, nvars+1); 1407 if (nexps != nvars) 1408 adjust_assign(ls, nvars, nexps, &e) 1610 int nvars = 5; \/* gen, state, control, toclose, 'indexname' *\/ local 1746 int nvars = 0; local [all...] |