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

12

/haiku/headers/cpp/std/
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
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.h420 int compare (size_type pos, size_type n, const basic_string& str) const function in class:basic_string
422 int compare (size_type pos, size_type n, const charT* s) const function in class:basic_string
424 int compare (size_type pos, size_type n, const charT* s, size_type n2) const function in class:basic_string
426 int compare (const charT* s, size_type pos = 0) const function in class:basic_string
[all...]
/haiku/headers/cpp/
H A Dstl_rope.h1610 int compare(const rope& __y) const { function in class:rope
/haiku/headers/os/support/
H A DObjectList.h761 BinarySearchIndex(const T& item, CompareFunctionWithState compare, void* state) const argument
[all...]
/haiku/headers/private/kernel/util/
H A DSplayTree.h236 int compare = Definition::Compare(key, node); local
/haiku/src/add-ons/kernel/debugger/usb_keyboard/
H A Dusb_keyboard.cpp236 uint8 *compare = sLastTransferData; local
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h1255 uint16_t compare : 1; member in struct:nvme_ctrlr_data::__anon25
/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...]
H A Dsecurity.c1490 static int compare(const struct CACHED_SECURID *cached, function
/haiku/src/bin/unzip/
H A Dapi.c455 int retcode = FALSE, compare; local
H A Dunzpriv.h1680 char *compare; member in struct:_APIDocStruct
/haiku/src/kits/media/
H A DMediaFormats.cpp348 int compare = CompareDescriptions(a, b); local
/haiku/src/kits/package/
H A DPackageResolvableExpression.cpp161 int compare = version.Compare(fVersion); local
/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp40 int compare = strcasecmp(a, b); local
/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/system/kernel/fs/
H A Dvfs_net_boot.cpp52 int compare = (int)aIsNetDevice - (int)bIsNetDevice; local
/haiku/src/system/libroot/posix/
H A Dglob.c529 compare(const void *p, const void *q) function
/haiku/src/tests/kits/locale/
H A DcollatorTest.cpp75 int compare = gCollator->Compare(strings[i], strings[i - 1]); local
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1737 int compare = device_attr_private::Compare(attr, attributes); local
/haiku/headers/private/file_systems/
H A DQueryParser.h638 int32 compare; local
[all...]
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp759 uint16 *compare = fCurrentKeys; local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp97 uint32 compare = 1; local
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp44 int compare = memcmp(&fAddress, &address.fAddress, sizeof(fAddress)); local
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp633 FilePlaylistItem* compare = dynamic_cast<FilePlaylistItem*>(playlist->ItemAt(i)); local
648 UrlPlaylistItem* compare local

Completed in 193 milliseconds

12