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

1 2 3 4 5 6 7 8 9

  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 8 # Icount table commands
10 request do_create_icount, "Create an icount structure",
13 request do_free_icount, "Free an icount structure",
16 request do_fetch, "Fetch an icount entry",
19 request do_increment, "Increment an icount entry",
22 request do_decrement, "Decrement an icount entry",
25 request do_store, "Store an icount entry",
28 request do_get_size, "Get the size of the icount structure",
31 request do_dump, "Dump the icount structure",
34 request do_validate, "Validate the icount structure"
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 2 * icount.c --- an efficient inode count abstraction
26 * The data storage strategy used by icount relies on the observation
31 * Also, e2fsck tends to load the icount data sequentially.
72 void ext2fs_free_icount(ext2_icount_t icount)
74 if (!icount)
77 icount->magic = 0;
78 if (icount->list)
79 ext2fs_free_mem(&icount->list);
80 if (icount->single)
81 ext2fs_free_inode_bitmap(icount->single)
96 ext2_icount_t icount; local
179 ext2_icount_t icount; local
228 ext2_icount_t icount; local
648 ext2_icount_t icount; variable
754 ext2_icount_t icount; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 38 unsigned istart, unsigned icount)
53 if (icount > vsplit->max_vertices)
56 for (i = 0; i < icount; i++) {
66 if (icount > vsplit->segment_size)
71 if (max_index - min_index > icount - 1)
88 for (i = 0; i < icount; i++) {
98 for (i = 0; i < icount; i++) {
113 draw_elts, icount, 0x0);
125 unsigned istart, unsigned icount,
134 assert(icount + !!close <= vsplit->segment_size)
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.cpp 79 int32_t iCount) {
85 if (iCount < 0) {
86 iCount = iAdded;
88 if (iStart + iCount > iAdded) {
89 iCount = iAdded - iStart;
91 if (iCount < 1) {
95 AddSpaceTo(iBlockCount + iCount - 1);
97 iCount * iBlockSize);
98 return iCount;
102 int32_t iCount) {
    [all...]
fx_utils.h 18 int32_t iCount = -1);
21 int32_t iCount = -1);
22 int32_t RemoveLast(int32_t iCount = -1);
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 316 int32_t iCount) {
318 FXSYS_assert(iCount >= 0 && iStart + iCount <= wsText.GetLength());
322 FX_WCHAR* pEnd = pStart + iCount - 1;
331 int32_t iCount,
334 FXSYS_assert(iStart - iCount > -1);
335 for (int32_t i = iStart - 1; i >= iStart - iCount; i--) {
350 int32_t iCount = wsText.GetLength();
355 for (int32_t i = 0; i < iCount; i++) {
363 for (int32_t i = 0; i < iCount; i++)
    [all...]
fx_bidi.cpp 53 int32_t* iCount) const {
56 if (iCount)
57 *iCount = m_iLastCount;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp 24 FX_PATHPOINT* CFDE_Path::GetLastPoint(int32_t iCount) const {
25 if (iCount < 1) {
29 if (iCount > iPoints) {
32 return m_Path.GetPoints() + iPoints - iCount;
38 FX_PATHPOINT* CFDE_Path::AddPoints(int32_t iCount) {
39 if (iCount < 1) {
43 m_Path.AddPointCount(iCount);
121 int32_t iCount = points.GetSize();
122 if (iCount < 4) {
126 FX_LPCPOINTF pEnd = p + iCount;
    [all...]
fde_render.cpp 120 int32_t iCount = 0;
135 iCount += 5;
139 iCount += 20;
142 iCount += 10;
150 if (iCount >= 100 && pPause != NULL && pPause->NeedToPauseNow()) {
184 int32_t iCount = pTextSet->GetDisplayPos(hText, NULL, FALSE);
185 if (iCount < 1) {
195 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, iCount);
196 } else if (m_iCharPosCount < iCount) {
197 m_pCharPos = FX_Realloc(FXTEXT_CHARPOS, m_pCharPos, iCount);
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 57 int32_t iCount = -1);
60 int32_t iCount = -1);
61 int32_t RemoveLast(int32_t iCount = -1);
98 int32_t iCount = -1) {
99 return CFX_BaseArray::Append(src, iStart, iCount);
103 int32_t iCount = -1) {
104 return CFX_BaseArray::Copy(src, iStart, iCount);
106 int32_t RemoveLast(int32_t iCount = -1) {
107 return CFX_BaseArray::RemoveLast(iCount);
138 int32_t iCount = -1) {
    [all...]
fx_alg.h 27 int32_t Lookup(const baseType& find, const baseType* pArray, int32_t iCount) {
29 if (iCount < 1) {
32 int32_t iStart = 0, iEnd = iCount - 1, iMid;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 17 int32_t iCount = m_arrThemes.GetSize();
19 for (int32_t i = 0; i < iCount; i++) {
71 int32_t iCount = m_arrThemes.GetSize();
72 for (int32_t i = 0; i < iCount; i++) {
80 int32_t iCount = m_arrThemes.GetSize();
81 for (int32_t i = 0; i < iCount; i++) {
124 int32_t iCount = m_arrThemes.GetSize();
125 for (int32_t i = 0; i < iCount; i++) {
132 int32_t iCount = m_arrThemes.GetSize();
133 for (int32_t i = 0; i < iCount; i++) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffConfigAcc.cpp 18 int32_t iCount = 0;
21 iCount++;
23 return iCount;
xfa_ffapp.cpp 20 int32_t iCount = streams.GetSize();
21 for (int32_t i = 0; i < iCount; i++) {
28 int32_t iCount = m_Data.GetSize();
29 for (int32_t i = 0; i < iCount; i++) {
38 int32_t iCount = m_Data.GetSize();
40 while (index < iCount) {
49 while (index < iCount) {
xfa_rendercontext.cpp 51 int32_t iCount = 0;
62 iCount++;
63 if (iCount > XFA_RENDERCONTEXT_MaxCount && pPause &&
  /external/pdfium/core/include/fxcrt/
fx_ext.h 81 void FX_Random_GenerateBase(FX_DWORD* pBuffer, int32_t iCount);
83 void FX_Random_GenerateMT(FX_DWORD* pBuffer, int32_t iCount);
85 void FX_Random_GenerateCrypto(FX_DWORD* pBuffer, int32_t iCount);
104 void ShellSort(baseType* pArray, int32_t iCount) {
105 FXSYS_assert(pArray && iCount > 0);
108 gap = iCount >> 1;
110 for (i = gap; i < iCount; i++) {
fx_arb.h 60 int32_t iCount,
63 int32_t iCount,
fx_bidi.h 32 // and |iCount|, respectively. Pass in null pointers if the information is
35 Direction GetBidiInfo(int32_t* iStart, int32_t* iCount) const;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 225 const FX_WORD* XFA_GetElementChildren(XFA_ELEMENT eElement, int32_t& iCount) {
230 iCount = pElement->wCount;
233 const uint8_t* XFA_GetElementAttributes(XFA_ELEMENT eElement, int32_t& iCount) {
238 iCount = pElement->wCount;
244 int32_t iCount = 0;
245 const uint8_t* pAttr = XFA_GetElementAttributes(eElement, iCount);
246 if (pAttr == NULL || iCount < 1) {
250 int32_t index = search.Lookup(eAttribute, pAttr, iCount);
264 int32_t iCount = 0;
265 const FX_WORD* pChild = XFA_GetElementChildren(eElement, iCount);
390 int32_t icount = scriptIndex->wMethodCount; local
422 int32_t icount = scriptIndex->wAttributeCount; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 42 int iCount = usbDevice.getInterfaceCount();
43 for (int i = 0; i < iCount; i++) {
57 int iCount = usbDevice.getInterfaceCount();
58 for (int i = 0; i < iCount; i++) {
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_util.cpp 53 int32_t iCount = CXFA_FWLAdapterTimerMgr::ms_timerArray.GetSize();
54 for (int32_t i = 0; i < iCount; i++) {
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 139 int32_t iCount = m_PositionedTabs.GetSize();
141 for (; iFind < iCount; iFind++) {
155 int32_t iCount = tabs.GetSize();
156 m_PositionedTabs.SetSize(iCount);
159 for (int32_t i = 0; i < iCount; i++) {
265 int32_t iCount = m_pCurLine->CountChars();
266 if (iCount < 1) {
269 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1);
276 int32_t iCount = tca.GetSize();
277 if (index < 0 || index >= iCount) {
    [all...]
  /external/e2fsprogs/tests/progs/test_data/
expect.icount 2 Icount structure successfully validated
20 Icount structure successfully validated
59 Size of icount is: 5
148 Size of icount is: 105
150 Icount structure successfully validated
191 Size of icount is: 105
193 Icount structure successfully validated
  /external/opencv3/modules/ml/test/
test_mltests.cpp 63 const int icount = 100; local
64 float res[icount];
65 for (int k = 0; k < icount; k++)
76 for (int k = 0; k < icount; k++)
80 mean = mean /icount;
81 for (int k = 0; k < icount; k++)
85 sigma = sqrt(sigma/icount);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 109 int iCount = CountControls();
110 if (iCount) {
112 for (int i = 0; i < iCount; i++) {
116 for (int i = 0; i < iCount; i++) {
575 int iCount = CountOptions();
576 for (int i = 0; i < iCount; i++) {
602 int iCount = CountOptions();
603 for (int i = 0; i < iCount; i++) {
659 int iCount = CountOptions();
660 for (int i = 0; i < iCount; i++)
    [all...]

Completed in 1304 milliseconds

1 2 3 4 5 6 7 8 9