HomeSort by relevance Sort by last modified time
    Searched full:ioffset (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 28 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
54 int32_t iOffset,
xfa_basic_imp.cpp 451 int32_t iOffset = (wsMeasure.GetAt(0) == L'=') ? 1 : 0;
452 FX_FLOAT fValue = FX_wcstof(wsMeasure.GetPtr() + iOffset,
453 wsMeasure.GetLength() - iOffset, &iUsedLen);
454 XFA_UNIT eUnit = GetUnit(wsMeasure.Mid(iOffset + iUsedLen));
581 int32_t CXFA_WideTextRead::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) {
584 m_iPosition = iOffset;
587 m_iPosition += iOffset;
590 m_iPosition = m_wsBuffer.GetLength() + iOffset;
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h 25 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset) = 0;
48 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
68 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
90 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
120 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
147 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
188 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
206 int32_t iOffset,
228 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
250 int32_t iOffset,
    [all...]
fx_stream.cpp 182 int32_t CFX_FileStreamImp::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) {
184 FXSYS_fseek(m_hFile, iOffset, eSeek);
275 int32_t CFX_FileReadStreamImp::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) {
278 m_iPosition = iOffset;
281 m_iPosition += iOffset;
284 m_iPosition = m_iLength + iOffset;
362 int32_t CFX_BufferReadStreamImp::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) {
366 m_iPosition = iOffset;
369 m_iPosition += iOffset;
372 m_iPosition = iLength + iOffset;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ns32k-dis.c 445 /* Print an instruction operand of category given by d. IOFFSET is
457 int ioffset,
479 ioffset -= 5;
488 addr_mode = bit_extract (buffer, ioffset - 5, 5);
489 ioffset -= 5;
639 Ivalue = bit_extract (buffer, ioffset-4, 4);
642 ioffset -= 4;
645 Ivalue = bit_extract (buffer, ioffset-3, 3);
647 ioffset -= 3;
660 size = bit_extract(buffer, ioffset-6, 2)
736 int ioffset; \/* Bits into instruction. *\/ local
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_stm.h 51 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset) = 0;
69 int32_t iOffset,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlogstg.h 156 virtual HRESULT WINAPI GetRelativeEntry(int iOffset,ITravelLogEntry **ptle) = 0;
170 HRESULT (WINAPI *GetRelativeEntry)(ITravelLogStg *This,int iOffset,ITravelLogEntry **ptle);
186 #define ITravelLogStg_GetRelativeEntry(This,iOffset,ptle) (This)->lpVtbl->GetRelativeEntry(This,iOffset,ptle)
201 HRESULT WINAPI ITravelLogStg_GetRelativeEntry_Proxy(ITravelLogStg *This,int iOffset,ITravelLogEntry **ptle);
shdeprecated.h 139 virtual HRESULT WINAPI Travel(IUnknown *punk,int iOffset) = 0;
140 virtual HRESULT WINAPI GetTravelEntry(IUnknown *punk,int iOffset,ITravelEntry **ppte) = 0;
142 virtual HRESULT WINAPI GetToolTipText(IUnknown *punk,int iOffset,int idsTemplate,LPWSTR pwzText,DWORD cchText) = 0;
157 HRESULT (WINAPI *Travel)(ITravelLog *This,IUnknown *punk,int iOffset);
158 HRESULT (WINAPI *GetTravelEntry)(ITravelLog *This,IUnknown *punk,int iOffset,ITravelEntry **ppte);
160 HRESULT (WINAPI *GetToolTipText)(ITravelLog *This,IUnknown *punk,int iOffset,int idsTemplate,LPWSTR pwzText,DWORD cchText);
177 #define ITravelLog_Travel(This,punk,iOffset) (This)->lpVtbl->Travel(This,punk,iOffset)
178 #define ITravelLog_GetTravelEntry(This,punk,iOffset,ppte) (This)->lpVtbl->GetTravelEntry(This,punk,iOffset,ppte
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.h 185 int32_t& iOffset,
192 int32_t& iOffset,
fde_cssdatatable.cpp     [all...]
fde_cssdeclaration.cpp 311 int32_t iOffset;
312 if (!FDE_ParseCSSURI(pszValue, iValueLen, iOffset, iValueLen)) {
318 pszValue = CopyToLocal(pArgs, pszValue + iOffset, iValueLen);
327 int32_t iOffset;
328 if (!FDE_ParseCSSString(pszValue, iValueLen, iOffset, iValueLen)) {
334 pszValue = CopyToLocal(pArgs, pszValue + iOffset, iValueLen);
    [all...]
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDataBlock.cpp 91 int32_t iOffset = specialVersion && j > 7 ? i - 1 : i;
96 operator[](iOffset) = (*rawCodewords)[rawCodewordsOffset++];
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDataBlock.cpp 105 int32_t iOffset = y < longerBlocksStartAt ? i : i + 1;
106 (*(((CBC_QRDataBlock*)(*result)[y])->m_codewords))[iOffset] =
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 129 int iOffset = 0;
132 while (iOffset != -1) {
133 iOffend = c_ConvChar.find(L"%", iOffset + 1);
136 strSub = c_ConvChar.substr(iOffset);
138 strSub = c_ConvChar.substr(iOffset, iOffend - iOffset);
140 iOffset = iOffend;
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 324 iOffset = 0
326 iOffset = self.iMidiModeStart
331 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
346 iOffset = 0
348 iOffset = self.iMidiModeStart
356 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 488 * @param ioffset start point inside <code>in</code>
494 private static byte[] pack(byte[] in, int ioffset, int ilength, int iw, int ow) {
518 (((in[ioffset+ipos/iw]+256) // locate the byte (+256 so that it's never negative)
537 private static int pack7Oid(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) {
538 byte[] pack = pack(in, ioffset, ilength, 8, 7);
557 private static int pack8(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) {
558 byte[] pack = pack(in, ioffset, ilength, 7, 8);
  /external/libdrm/include/drm/
nouveau_class.h 380 __u64 ioffset; member in struct:nv50_channel_gpfifo_v0
397 __u64 ioffset; member in struct:kepler_channel_gpfifo_a_v0
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 150 int iOffset = offset;
156 iOffset = offset * 3;
168 dst[iOffset + i] = (T)(-1);
179 if (dst[iOffset + i] != src[i]) {
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 891 int32_t iOffset = m_iBoundaryEnd - iNetWidth;
912 k = iOffset / iGapChars;
915 iOffset -= k;
925 iOffset /= 2;
927 if (iOffset > 0) {
930 ttp.m_iStartPos += iOffset;
    [all...]
fx_textbreak.cpp 867 int32_t iOffset = m_iLineWidth - iNetWidth;
888 k = iOffset / iGapChars;
891 iOffset -= k;
901 iOffset /= 2;
903 if (iOffset > 0) {
906 ttp.m_iStartPos += iOffset;
    [all...]
  /libcore/ojluni/src/main/java/java/net/
DatagramPacket.java 99 * <code>length</code> with offset <code>ioffset</code>to the
122 * <code>length</code> with offset <code>ioffset</code>to the
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 1171 int32_t ioffset = zone->getRawOffset()\/1000; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 4146 milliseconds

1 2