/external/jpeg/ |
jquant2.c | 149 typedef histcell FAR * histptr; /* for pointers to histogram cells */ 265 /* The number of nonzero histogram cells within this box */ 590 * distances to adjacent cells themselves differ by a constant. This allows a 594 * cell (because the inner loop has to be over cells, not colormap entries). 599 * nearest colors for only the cells within a small subbox of the histogram. 607 * and we need not compute their distances to individual cells in the subbox. 623 /* log2(histogram cells in update box) for each axis; this can be adjusted */ 628 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */ 781 * find the distance from a colormap entry to successive cells in the box. 824 /* Now loop over all cells in box, updating distance per Thomas method * [all...] |
/external/qemu/distrib/jpeg-6b/ |
jquant2.c | 149 typedef histcell FAR * histptr; /* for pointers to histogram cells */ 265 /* The number of nonzero histogram cells within this box */ 590 * distances to adjacent cells themselves differ by a constant. This allows a 594 * cell (because the inner loop has to be over cells, not colormap entries). 599 * nearest colors for only the cells within a small subbox of the histogram. 607 * and we need not compute their distances to individual cells in the subbox. 623 /* log2(histogram cells in update box) for each axis; this can be adjusted */ 628 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */ 781 * find the distance from a colormap entry to successive cells in the box. 824 /* Now loop over all cells in box, updating distance per Thomas method * [all...] |
/external/chromium_org/third_party/sqlite/ |
recover.patch | 650 +/* Cursor for iterating interior nodes. Interior page cells contain a 679 + * could happen if there are more cells to iterate in an interior 680 + * page, but those cells refer to invalid pages. 770 + /* TODO(shess): Check for cell overlaps? Cells require 4 bytes plus 772 + * shared helper testing for "Cells starting in this range"?). [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree.c | 186 ** The minimum number of cells allowed for a node is a third of the 192 ** cells are removed from the overfull node and reinserted into the tree. 591 int nCell; /* Current number of cells in pNode */ 592 int nMaxCell; /* Maximum number of cells for pNode */ 1048 ** One of the cells in node pNode is guaranteed to have a 64-bit [all...] |
rtree_util.tcl | 116 puts "Node $iNode: Has only [llength $node] cells"
|
/external/chromium_org/third_party/sqlite/src/test/ |
corrupt.test | 246 # each of the cells inserted by the following INSERT statements consume 248 # can contain up to 63 cells.
|
corruptD.test | 38 # 3. The page header field containing the number of cells on the page
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_QWin.cc | 158 // transfer in cells of 2x2 pixels in words 214 // transfer in cells of 2x2 pixels in words
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 256 * mixed_cell - Whether mixed cells are allowed 258 * This option can be used to configure whether so called mixed cells,
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlarray_legacy.c | 84 * <b>Must be 9 cells long at least</b>. 382 * <b>Must be 9 cells long at least</b>.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppWidgetResizeFrame.java | 139 // When we create the resize frame, we first mark all cells as unoccupied. The appropriate 140 // cells (same if not resized, or different) will be marked as occupied when the resize
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppWidgetResizeFrame.java | 136 // When we create the resize frame, we first mark all cells as unoccupied. The appropriate 137 // cells (same if not resized, or different) will be marked as occupied when the resize
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.cpp | 154 // number of cells along the larger screen dimension
|
/external/ceres-solver/internal/ceres/ |
implicit_schur_complement.cc | 153 const Cell& cell = block_diagonal_structure->rows[r].cells[0];
|
/external/chromium/chrome/browser/importer/ |
mork_reader.h | 109 // Allow iteration over the table cells using STL iterators. The iterator's
|
/external/chromium_org/content/browser/geolocation/ |
location_arbitrator_impl_unittest.cc | 260 // 5 mins later switch cells while walking. Stay on gps.
|
/external/chromium_org/third_party/sqlite/src/src/ |
vdbe.h | 82 int nMem; /* Number of memory cells required */
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_search_results_controller_unittest.mm | 264 // Regular down and up movement, ensuring the cells have correct backgrounds.
|
/external/iproute2/man/man8/ |
tc-netem.8 | 149 packet is 50 byte then ATM must use two cells: 2 * 48 bytes payload including 2
|
/frameworks/base/graphics/java/android/renderscript/ |
Type.java | 147 * Return the total number of accessable cells in the Type.
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Type.java | 144 * Return the total number of accessable cells in the Type.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 86 headrow = table.tHead.rows[0].cells; 156 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]]; 189 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
|
/external/chromium_org/cc/resources/ |
picture_pile_impl_unittest.cc | 294 // Lazy pixel refs are found in the following cells: 404 // Lazy pixel refs are found in the following cells: 539 // Lazy pixel refs are found in the following cells:
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
log_view_painter.js | 81 // Those 5 skipped cells are: two for "t=", and three for "st=". 102 * Adds a new row to the given TablePrinter, and adds five cells containing 105 * @param {TablePrinter} tablePrinter The table printer to add the cells to.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 84 headrow = table.tHead.rows[0].cells; 154 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]]; 187 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
|