Home
last modified time | relevance | path

Searched refs:bsz (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopTranslator.java132 int bsz = blocks.size(); in RopTranslator() local
140 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); in RopTranslator()
149 maxInsns += bsz + locals.getAssignmentCount(); in RopTranslator()
159 this.output = new OutputCollector(dexOptions, maxInsns, bsz * 3, regCount); in RopTranslator()
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DDumpRenderTreeSupport_wrapPregenerated.c359 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) { in SWIG_PackVoidPtr() argument
361 if ((2*sizeof(void *) + 2) > bsz) return 0; in SWIG_PackVoidPtr()
364 if (strlen(name) + 1 > (bsz - (r - buff))) return 0; in SWIG_PackVoidPtr()
383 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) { in SWIG_PackDataName() argument
386 if ((2*sz + 2 + lname) > bsz) return 0; in SWIG_PackDataName()
/external/opencv/cv/src/
Dcvfilter.cpp132 int total_buf_sz, src_pix_sz, row_tab_sz, bsz; in init() local
176 bsz = cvAlign( border_tab_sz*sizeof(int), ALIGN ); in init()
180 total_buf_sz = buf_size + row_tab_sz + bsz; in init()
187 ptr += bsz; in init()
203 int bsz = buf_size, bw = x_range.end_index - x_range.start_index, bw1 = bw + ksize.width - 1; in start_process() local
218 bsz -= tr_step; in start_process()
223 bsz -= buf_step; in start_process()
224 buf_max_count = bsz/buf_step; in start_process()
343 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz; in fill_cyclic_buffer() local
358 for( ; i < bsz; i++ ) in fill_cyclic_buffer()
[all …]
Dcvmorph.cpp324 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz; in fill_cyclic_buffer() local
349 for( ; i < bsz; i++ ) in fill_cyclic_buffer()
361 for( ; i < bsz; i++ ) in fill_cyclic_buffer()