Searched defs:iFrame (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowwal.c137 static void print_frame(int iFrame){ argument
140 iStart = 32 + (iFrame-1)*(pagesize+24);
142 iFrame, iStart, iStart+pagesize+24);
165 static void print_oneline_frame(int iFrame){ argument
168 iStart = 32 + (iFrame-1)*(pagesize+24);
171 iFrame,
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h157 char __user *iFrame; /* pointer to a single iframe in memory */ member in struct:video_still_picture
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp2451 REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus); local
2454 iFrame->fExtra[i] = -1;
2456 return iFrame;
/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c398 ** Return the offset of frame iFrame in the write-ahead log file,
402 #define walFrameOffset(iFrame, szPage) ( \
403 WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \
854 ** iFrame. The wal-index is broken up into 32KB pages. Wal-index pages
857 static int walFramePage(u32 iFrame){ argument
858 int iHash = (iFrame+HASHTABLE_NPAGE-HASHTABLE_NPAGE_ONE-1) / HASHTABLE_NPAGE;
859 assert( (iHash==0 || iFrame>HASHTABLE_NPAGE_ONE)
860 && (iHash>=1 || iFrame<=HASHTABLE_NPAGE_ONE)
861 && (iHash<=1 || iFrame>(HASHTABLE_NPAGE_ONE+HASHTABLE_NPAGE))
862 && (iHash>=2 || iFrame<
871 walFramePgno(Wal *pWal, u32 iFrame) argument
953 walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage) argument
1079 int iFrame; /* Index of last frame read */ local
1632 u32 iFrame = 0; /* Wal frame containing data for iDbpage */ local
2279 u32 iFrame = aHash[iKey] + iZero; local
2413 Pgno iFrame; local
2566 u32 iFrame; /* Next frame address */ local
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp2461 REStackFrame *iFrame = (REStackFrame *)fStack->reserveBlock(fPattern->fFrameSize, fDeferredStatus); local
2464 iFrame->fExtra[i] = -1;
2466 return iFrame;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c44137 walFramePage(u32 iFrame) argument
44151 walFramePgno(Wal *pWal, u32 iFrame) argument
44233 walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage) argument
44359 int iFrame; /* Index of last frame read */ local
44912 u32 iFrame = 0; /* Wal frame containing data for iDbpage */ local
45559 u32 iFrame = aHash[iKey] + iZero; local
45693 Pgno iFrame; local
45846 u32 iFrame; /* Next frame address */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c43121 readDbPage(PgHdr *pPg, u32 iFrame) argument
43221 u32 iFrame = 0; local
45522 u32 iFrame = 0; /* Frame to read from WAL file */ local
48355 walFramePage(u32 iFrame) argument
48369 walFramePgno(Wal *pWal, u32 iFrame) argument
48451 walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage) argument
48577 int iFrame; /* Index of last frame read */ local
49149 u32 iFrame = 0; /* Wal frame containing data for iDbpage */ local
49841 u32 iFrame = aHash[iKey] + iZero; local
49981 Pgno iFrame; local
50205 u32 iFrame; /* Next frame address */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c43141 readDbPage(PgHdr *pPg, u32 iFrame) argument
43241 u32 iFrame = 0; local
45542 u32 iFrame = 0; /* Frame to read from WAL file */ local
48375 walFramePage(u32 iFrame) argument
48389 walFramePgno(Wal *pWal, u32 iFrame) argument
48471 walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage) argument
48597 int iFrame; /* Index of last frame read */ local
49169 u32 iFrame = 0; /* Wal frame containing data for iDbpage */ local
49861 u32 iFrame = aHash[iKey] + iZero; local
50001 Pgno iFrame; local
50225 u32 iFrame; /* Next frame address */ local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 531 milliseconds