Searched defs:compare (Results 1 - 25 of 44) sorted by relevance

12

/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp76 const char *compare = "����+��" B_UTF8_ELLIPSIS "different"; local
/haiku/src/kits/package/
H A DPackageResolvableExpression.cpp161 int compare = version.Compare(fVersion); local
/haiku/src/tests/kits/interface/
H A DGraphicsDefsTest.cpp40 compare<const pattern>(const pattern &a, const pattern &b) function
49 compare<const rgb_color>(const rgb_color &a, const rgb_color &b) function
60 compare(T &a, T &b) function
/haiku/headers/cpp/std/
H A Dstraits.h59 static int compare (const char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
122 static int compare (const char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
H A Dbastring.cc397 compare (const basic_string& _str, size_type pos, size_type n) const function in class:basic_string
416 compare (const charT* s, size_type pos, size_type n) const function in class:basic_string
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeSelect.h31 compare(uint8* p, const rgb_color& high, const rgb_color& low, rgb_color* result) function
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.cpp87 uint32 compare = 1; local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.c147 ntfs_fetch_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *wanted, cache_compare compare) argument
212 ntfs_enter_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *item, cache_compare compare) argument
374 ntfs_invalidate_cache(struct CACHE_HEADER *cache, const struct CACHED_GENERIC *item, cache_compare compare, int flags) argument
[all...]
/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp40 int compare = strcasecmp(a, b); local
H A DMimeTypeListView.cpp224 int compare = strcasecmp(typeA->Supertype(), typeB->Supertype()); local
250 int compare = strcasecmp(typeA->Description(), typeB->Description()); local
/haiku/src/add-ons/kernel/debugger/usb_keyboard/
H A Dusb_keyboard.cpp236 uint8 *compare = sLastTransferData; local
/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp75 int compare = gCollator->Compare(strings[i], strings[i - 1]); local
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h96 int (*compare)(const DST_KEY *key1, const DST_KEY *key2); member in struct:dst_func
/haiku/src/bin/unzip/
H A Dapi.c455 int retcode = FALSE, compare; local
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp52 int compare = (int)aIsNetDevice - (int)bIsNetDevice; local
H A Dvfs_boot.cpp80 int compare = strcasecmp(a->ContentName(), b->ContentName()); local
112 int compare = (int)aIsCD - (int)bIsCD; local
/haiku/headers/private/kernel/util/
H A DSplayTree.h236 int compare = Definition::Compare(key, node); local
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp47 AVLTreeBase::AVLTreeBase(AVLTreeCompare* compare) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp44 int compare = memcmp(&fAddress, &address.fAddress, sizeof(fAddress)); local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp97 uint32 compare = 1; local
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp55 int compare = a->width - b->width; local
73 int compare = compare_video_modes(videoMode, mode); local
/haiku/headers/os/support/
H A DObjectList.h761 BinarySearchIndex(const T& item, CompareFunctionWithState compare, void* state) const argument
[all...]
/haiku/src/kits/media/
H A DMediaFormats.cpp348 int compare = CompareDescriptions(a, b); local
/haiku/src/bin/
H A Dtop.cpp117 compare( function
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp759 uint16 *compare = fCurrentKeys; local

Completed in 455 milliseconds

12