Home
last modified time | relevance | path

Searched refs:numlines (Results 1 - 7 of 7) sorted by relevance

/third_party/lame/libmp3lame/
H A Dpsymodel.c574 for (i = 0; i < l->numlines[b]; ++i, ++j) { in calc_energy()
608 assert((gdl->numlines[b] + gdl->numlines[b + 1] - 1) > 0); in calc_mask_index_l()
610 / (a * (gdl->numlines[b] + gdl->numlines[b + 1] - 1)); in calc_mask_index_l()
629 assert((gdl->numlines[b - 1] + gdl->numlines[b] + gdl->numlines[b + 1] - 1) > 0); in calc_mask_index_l()
631 / (a * (gdl->numlines[b - 1] + gdl->numlines[ in calc_mask_index_l()
[all...]
H A Dutil.h200 int numlines[CBANDS]; member
/third_party/python/Lib/distutils/tests/
H A Dtest_config_cmd.py39 numlines = len(f.readlines())
44 self.assertEqual(len(self._logs), numlines+1)
/third_party/selinux/libselinux/src/
H A Daudit2why.c322 int numlines; in analyze() local
336 numlines = PyList_Size(listObj); in analyze()
339 if (numlines < 0) return NULL; /* Not a list */ in analyze()
361 for (i = 0; i < numlines; i++){ in analyze()
/third_party/python/Lib/
H A Ddifflib.py1706 context=False, numlines=5, *, charset='utf-8'):
1716 numlines -- number of context lines. When context is set True,
1728 context=context, numlines=numlines),
1893 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines):
1912 i = max([0,i-numlines])
1941 numlines=5):
1951 numlines -- number of context lines. When context is set True,
1968 context_lines = numlines
1983 fromlist,tolist,flaglist,context,numlines)
[all...]
/third_party/python/Lib/test/
H A Dtest_difflib.py208 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
211 '<h2>Context (first diff within numlines=5(default))</h2>',
213 '<h2>Context (first diff after numlines=5(default))</h2>',
215 '<h2>Context (numlines=6)</h2>',
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
217 '<h2>Context (numlines=0)</h2>',
218 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
231 '<h2>Context (wrapcolumn=14,numlines=0)</h2>',
232 k.make_table(f3.splitlines(),t3.splitlines(),context=True,numlines=0),
/third_party/python/Tools/scripts/
H A Ddiff.py53 diff = difflib.HtmlDiff().make_file(fromlines,tolines,fromfile,tofile,context=options.c,numlines=n)

Completed in 9 milliseconds