Searched defs:compare (Results 1 - 25 of 44) sorted by last modified time

12

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp62 int compare = a->width - b->width; local
84 int compare = compare_video_modes(videoMode, mode); local
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2293 int compare = device_attr_private::Compare(attr, attributes); local
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp759 uint16 *compare = fCurrentKeys; 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/tools/fs_shell/
H A Dblock_cache.cpp71 void *compare; member in struct:FSShell::cached_block
[all...]
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp427 uint8* compare = (uint8*)_SourceToCompare(fSourceVecs[i].base); local
441 uint8* compare = (uint8*)_SourceToCompare(fSourceVecs[i].base); local
459 uint8* compare = (uint8*)fSuite.CompareBase(); local
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.cpp87 uint32 compare = 1; local
/haiku/headers/cpp/std/
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/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/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp227 int compare = strcasecmp(a->Text(), b->Text()); local
988 int compare = strcasecmp(item->Type(), type); local
H A DMimeTypeListView.cpp224 int compare = strcasecmp(typeA->Supertype(), typeB->Supertype()); local
250 int compare = strcasecmp(typeA->Description(), typeB->Description()); local
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp85 void* compare; member in struct:__anon39::cached_block
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp80 int compare = strcasecmp(a->ContentName(), b->ContentName()); local
112 int compare = (int)aIsCD - (int)bIsCD; local
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp1193 int compare; local
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1052 int compare = ICompare(currentPath->Path(), pathToCheck->Path()); local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp97 uint32 compare = 1; local
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp633 FilePlaylistItem* compare = dynamic_cast<FilePlaylistItem*>(playlist->ItemAt(i)); local
648 UrlPlaylistItem* compare local
/haiku/headers/private/file_systems/
H A DQueryParser.h638 int32 compare; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1490 static int compare(const struct CACHED_SECURID *cached, function
/haiku/src/kits/print/
H A DPicturePrinter.cpp315 static bool compare(pattern a, pattern b) { function
/haiku/src/bin/
H A Dtop.cpp117 compare( function
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.cpp44 int compare = memcmp(&fAddress, &address.fAddress, sizeof(fAddress)); local
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp47 AVLTreeBase::AVLTreeBase(AVLTreeCompare* compare) argument
/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp76 const char *compare = "����+��" B_UTF8_ELLIPSIS "different"; 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

Completed in 195 milliseconds

12