Searched refs:ofst (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | umax_pp_low.c | 12676 int ofst; in leftShadingCalibration610p() local 12683 ofst = 28; in leftShadingCalibration610p() 12685 x = 94 - ofst; /* left shift compared to shading calibration */ in leftShadingCalibration610p() 12693 ofst = 28; in leftShadingCalibration610p() 12733 for (x = ofst; x < w; x++) in leftShadingCalibration610p() 12735 commit[x] = calibration[x - ofst]; in leftShadingCalibration610p() 12736 commit[x + w] = calibration[x - ofst + w]; in leftShadingCalibration610p() 12737 commit[x + 2 * w] = calibration[x - ofst + 2 * w]; in leftShadingCalibration610p()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 41257 unixShmSystemLock( unixFile *pFile, int lockType, int ofst, int n ) unixShmSystemLock() argument 41796 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) unixShmLock() argument 48866 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) global() argument 49144 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) global() argument 57914 i64 ofst = (pgno-1)*(i64)pPager->pageSize; global() local 209397 unsigned int cnt, ofst; global() local 213710 rbuVfsShmLock(sqlite3_file *pFile, int ofst, int n, int flags) global() argument [all...] |
H A D | shell.c | 20330 static const struct { const char *zName; int ofst; } aField[] = { in shell_dbinfo_command() member 20390 int ofst = aField[i].ofst; in shell_dbinfo_command() local 20391 unsigned int val = get4byteInt(aHdr + ofst); in shell_dbinfo_command() 20393 switch( ofst ){ in shell_dbinfo_command()
|
Completed in 170 milliseconds