Searched defs:row (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dcrc32.c361 unsigned long row; local
371 row = 1;
373 odd[n] = row;
374 row <<= 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dcrc32.c376 unsigned long row; local
386 row = 1;
388 odd[n] = row;
389 row <<= 1;
/device/google/accessory/arduino/USB_Host_Shield/
H A DMax_LCD.cpp167 void Max_LCD::setCursor(uint8_t col, uint8_t row) argument
170 if ( row > _numlines ) {
171 row = _numlines-1; // we count rows starting w/0
174 command(LCD_SETDDRAMADDR | (col + row_offsets[row]));
/device/google/contexthub/firmware/os/algos/common/math/
H A Dmat.c410 // index of largest off-diagonal element in row k
606 const float *row = &A[i * ncols]; local
607 out[i] = vecDot(row, v, (int)ncols);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dcursor.c298 * Returns a row from the currently active SQLite statement
306 PyObject* row; local
328 row = PyTuple_New(numcols); local
329 if (!row) {
414 PyTuple_SetItem(row, i, converted);
417 PyTuple_SetItem(row, i, Py_None);
422 Py_DECREF(row);
423 row = NULL;
426 return row;
937 PyObject* row; local
952 PyObject* row; local
993 PyObject* row; local
[all...]
/device/google/marlin/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp721 int row, col, uv_row; local
725 for(row = 0; row < ht; row++)
728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col];
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)
735 out_buf[uv_row * wd + col / 2]= in_buf[row * w
[all...]
/device/google/dragon/recovery/updater/
H A Dec_commands.h2221 uint8_t row; member in struct:ec_params_mkbp_simulate_key

Completed in 3140 milliseconds