Home
last modified time | relevance | path

Searched refs:CompareInts (Results 1 – 14 of 14) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdffontdetails.cpp30 CompareInts(int n1, int n2) in CompareInts() function
40 m_usedGlyphs = new wxPdfSortedArrayInt(CompareInts); in wxPdfFontDetails()
H A Dpdffontsubsetcff.cpp36 CompareInts(int n1, int n2) in CompareInts() function
129 m_hGlobalSubrsUsed = new wxPdfSortedArrayInt(CompareInts); in wxPdfFontSubsetCff()
130 m_hLocalSubrsUsed = new wxPdfSortedArrayInt(CompareInts); in wxPdfFontSubsetCff()
1372 wxPdfSortedArrayInt hSubrsUsed(CompareInts); in FindLocalAndGlobalSubrsUsed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc665 static int CompareInts(int64_t a, int64_t b) { in CompareInts() function
837 return CompareInts(sequence_number_a, sequence_number_b); in CompareSuffix()
1398 return CompareInts(database_id_, other.database_id_); in Compare()
1400 return CompareInts(object_store_id_, other.object_store_id_); in Compare()
1402 return CompareInts(index_id_, other.index_id_); in Compare()
1541 return CompareInts(database_id_, other.database_id_); in Compare()
1673 if (int x = CompareInts(object_store_id_, other.object_store_id_)) in Compare()
1766 if (int x = CompareInts(object_store_id_, other.object_store_id_)) in Compare()
1768 if (int x = CompareInts(index_id_, other.index_id_)) in Compare()
1844 return CompareInts(object_store_id_, other.object_store_id_); in Compare()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc655 static int CompareInts(int64_t a, int64_t b) { in CompareInts() function
827 return CompareInts(sequence_number_a, sequence_number_b); in CompareSuffix()
1388 return CompareInts(database_id_, other.database_id_); in Compare()
1390 return CompareInts(object_store_id_, other.object_store_id_); in Compare()
1392 return CompareInts(index_id_, other.index_id_); in Compare()
1531 return CompareInts(database_id_, other.database_id_); in Compare()
1663 if (int x = CompareInts(object_store_id_, other.object_store_id_)) in Compare()
1756 if (int x = CompareInts(object_store_id_, other.object_store_id_)) in Compare()
1758 if (int x = CompareInts(index_id_, other.index_id_)) in Compare()
1834 return CompareInts(object_store_id_, other.object_store_id_); in Compare()
[all …]
/dports/devel/agar/agar-1.5.0/vg/
H A Dvg_polygon.c91 CompareInts(const void *p1, const void *p2) in CompareInts() function
184 qsort(vp->ints, nInts, sizeof(int), CompareInts); in DrawFB()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dgridsel.cpp33 int CompareInts(int n1, int n2) in CompareInts() function
40 WX_DEFINE_SORTED_ARRAY_CMP_INT(int, CompareInts, wxIntSortedArray);
/dports/games/gnubg/gnubg-1.06.002/
H A Dgtkchequer.c366 CompareInts(int *p0, int *p1) in CompareInts() function
399 qsort(an, c, sizeof(an[0]), (cfunc) CompareInts); in MoveListCopyData()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DglTextureManager.cpp172 int CompareInts(int n1, int n2) in CompareInts() function
179 static MySortedArrayInt idx_sorted_by_distance(CompareInts);
H A Dchart1.cpp1493 static int CompareInts(int n1, int n2) in CompareInts() function
1515 MySortedArrayInt idx_sorted_by_distance(CompareInts); in ParseAllENC()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dcontrolselection.pp329 function CompareInts(i1, i2: integer): integer;
3017 function TControlSelection.CompareInts(i1, i2: integer): integer;
3026 Result:=CompareInts(Items[Index1].Left,Items[Index2].Left);
3031 Result:=CompareInts(Items[Index1].Top,Items[Index2].Top);
3036 Result:=CompareInts(Items[Index1].Left+Items[Index1].Width
3042 Result:=CompareInts(Items[Index1].Top+Items[Index1].Height
3048 Result:=CompareInts(Items[Index1].Left+(Items[Index1].Width div 2)
3054 Result:=CompareInts(Items[Index1].Top+(Items[Index1].Height div 2)
/dports/editors/lazarus/lazarus/designer/
H A Dcontrolselection.pp327 function CompareInts(i1, i2: integer): integer;
3019 function TControlSelection.CompareInts(i1, i2: integer): integer;
3028 Result:=CompareInts(Items[Index1].Left,Items[Index2].Left);
3033 Result:=CompareInts(Items[Index1].Top,Items[Index2].Top);
3038 Result:=CompareInts(Items[Index1].Left+Items[Index1].Width
3044 Result:=CompareInts(Items[Index1].Top+Items[Index1].Height
3050 Result:=CompareInts(Items[Index1].Left+(Items[Index1].Width div 2)
3056 Result:=CompareInts(Items[Index1].Top+(Items[Index1].Height div 2)
/dports/editors/lazarus-qt5/lazarus/designer/
H A Dcontrolselection.pp327 function CompareInts(i1, i2: integer): integer;
3019 function TControlSelection.CompareInts(i1, i2: integer): integer;
3028 Result:=CompareInts(Items[Index1].Left,Items[Index2].Left);
3033 Result:=CompareInts(Items[Index1].Top,Items[Index2].Top);
3038 Result:=CompareInts(Items[Index1].Left+Items[Index1].Width
3044 Result:=CompareInts(Items[Index1].Top+Items[Index1].Height
3050 Result:=CompareInts(Items[Index1].Left+(Items[Index1].Width div 2)
3056 Result:=CompareInts(Items[Index1].Top+(Items[Index1].Height div 2)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dcontrolselection.pp329 function CompareInts(i1, i2: integer): integer;
3017 function TControlSelection.CompareInts(i1, i2: integer): integer;
3026 Result:=CompareInts(Items[Index1].Left,Items[Index2].Left);
3031 Result:=CompareInts(Items[Index1].Top,Items[Index2].Top);
3036 Result:=CompareInts(Items[Index1].Left+Items[Index1].Width
3042 Result:=CompareInts(Items[Index1].Top+Items[Index1].Height
3048 Result:=CompareInts(Items[Index1].Left+(Items[Index1].Width div 2)
3054 Result:=CompareInts(Items[Index1].Top+(Items[Index1].Height div 2)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DContainer.c575 static int CompareInts(
8858 CompareInts( in CompareInts() function
9724 qsort(pi_list,pi_count,sizeof(int),CompareInts); in XmContainerReorder()