/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopTranslator.java | 126 int bsz = blocks.size(); local 134 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); 143 maxInsns += bsz + locals.getAssignmentCount(); 153 this.output = new OutputCollector(maxInsns, bsz * 3, regCount);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 131 int bsz = blocks.size(); local 139 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); 148 maxInsns += bsz + locals.getAssignmentCount(); 158 this.output = new OutputCollector(dexOptions, maxInsns, bsz * 3, regCount);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopTranslator.java | 132 int bsz = blocks.size(); local 140 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); 149 maxInsns += bsz + locals.getAssignmentCount(); 159 this.output = new OutputCollector(dexOptions, maxInsns, bsz * 3, regCount);
|
/external/opencv/cv/src/ |
cvfilter.cpp | 132 int total_buf_sz, src_pix_sz, row_tab_sz, bsz; local 176 bsz = cvAlign( border_tab_sz*sizeof(int), ALIGN ); 180 total_buf_sz = buf_size + row_tab_sz + bsz; 187 ptr += bsz; 203 int bsz = buf_size, bw = x_range.end_index - x_range.start_index, bw1 = bw + ksize.width - 1; local 218 bsz -= tr_step; 223 bsz -= buf_step; 224 buf_max_count = bsz/buf_step; 343 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz; local 358 for( ; i < bsz; i++ [all...] |
cvmorph.cpp | 324 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz; local 349 for( ; i < bsz; i++ ) 361 for( ; i < bsz; i++ ) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
compute.c | 476 int bsz[] = { 4, 3, 5, 1}; local 481 *(uint32_t *)p = tid[c] / bsz[c]; 484 *(uint32_t *)p = bsz[c]; 490 *(uint32_t *)p = tid[c] % bsz[c]; [all...] |
/external/mesa3d/src/gallium/tests/trivial/ |
compute.c | 476 int bsz[] = { 4, 3, 5, 1}; local 481 *(uint32_t *)p = tid[c] / bsz[c]; 484 *(uint32_t *)p = bsz[c]; 490 *(uint32_t *)p = tid[c] % bsz[c]; [all...] |