Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 43) sorted by relevance

12

/haiku/src/tests/kits/locale/
H A DCollatorTest.cpp57 int difference = collator.Compare(tests[i].first, tests[i].second); in TestSortKeys() local
58 CPPUNIT_ASSERT_EQUAL(tests[i].sign[strength - 1], difference); in TestSortKeys()
62 if (difference == 0) in TestSortKeys()
65 CPPUNIT_ASSERT(keydiff * difference > 0); in TestSortKeys()
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp481 int32 difference = domain.Length() - cookieDomain.Length(); in IsValidForDomain() local
484 if (difference < 0) in IsValidForDomain()
495 const char* suffix = domain.String() + difference; in IsValidForDomain()
496 return (strcmp(suffix, cookieDomain.String()) == 0 && (difference == 0 in IsValidForDomain()
497 || domain[difference - 1] == '.')); in IsValidForDomain()
534 int32 difference = domain.Length() - cookieDomain.Length(); in _CanBeSetFromDomain() local
535 if (difference < 0) { in _CanBeSetFromDomain()
537 const char* suffix = cookieDomain.String() + difference; in _CanBeSetFromDomain()
538 return (strcmp(suffix, domain.String()) == 0 && (difference == 0 in _CanBeSetFromDomain()
539 || cookieDomain[difference - 1] == '.')); in _CanBeSetFromDomain()
[all …]
/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp127 int32 difference = coreLoad - otherLoad - kLoadDifference; in rebalance() local
128 ASSERT(difference > 0); in rebalance()
131 return difference >= threadLoad ? other : core; in rebalance()
/haiku/src/kits/support/
H A DJobQueue.cpp39 int32 difference = left->CountDependencies() - right->CountDependencies(); in operator ()() local
40 if (difference < 0) in operator ()()
42 if (difference > 0) in operator ()()
H A DString.cpp1583 int32 difference = withThisLength - replaceThisLength; in ReplaceLast() local
1585 if (difference > 0) { in ReplaceLast()
1586 if (!_OpenAtBy(pos, difference)) in ReplaceLast()
1588 } else if (difference < 0) { in ReplaceLast()
1589 if (!_ShrinkAtBy(pos, -difference)) in ReplaceLast()
1735 int32 difference = withThisLength - replaceThisLength; in IReplaceLast() local
1737 if (difference > 0) { in IReplaceLast()
1738 if (!_OpenAtBy(pos, difference)) in IReplaceLast()
1740 } else if (difference < 0) { in IReplaceLast()
1741 if (!_ShrinkAtBy(pos, -difference)) in IReplaceLast()
/haiku/docs/user/interface/
H A DPoint.dox170 \brief Returns a BPoint where the x-coordinate is the difference of the
171 x values and the y-coordinate is the difference of the y values.
196 \brief Uses the BPoint as an accumulator storing the difference of the x
197 values and the difference of the y values.
/haiku/src/apps/deskbar/
H A DTimeView.cpp479 float difference = timeWidth - fMaxWidth; in CalculateTextPlacement() local
480 fDateLocation.x -= difference; in CalculateTextPlacement()
481 fTimeLocation.x -= difference; in CalculateTextPlacement()
/haiku/data/system/data/fortunes/
H A DRiddles199 Q: Know what the difference between your latest project and putting wings on an elephant is?
292 Q: What is the difference between a duck?
295 Q: What is the difference between Texas and yogurt?
331 Q: What's the difference betweeen USL and the Graf Zeppelin?
334 Q: What's the difference between a dead dog in the road and a dead lawyer in the road?
337 Q: What's the difference between a duck and an elephant?
340 Q: What's the difference between a JAP and a baby elephant?
346 Q: What's the difference between a Mac and an Etch-a-Sketch?
349 Q: What's the difference between an Irish wedding and an Irish wake?
352 Q: What's the difference between Bell Labs and the Boy Scouts of America?
[all …]
H A DGoedel122 …ey for fortunes, and unless user contributions increase to make up the difference, the fortune pro…
131 …ture of your spine, cause the growth of hair on your palms, and make a difference in the outcome o…
H A DPets50 Dogs just don't seem to be able to tell the difference between important people and the rest of us.
114 The difference between dogs and cats is that dogs come when they're called. Cats take a message an…
H A DMagic63 …nce Lir] said. "That is exactly what heroes are for. Wizards make no difference, so they say tha…
H A DMedicine144 …r the head with a brick, that is also a psychological interaction. The difference is that one is f…
H A DLove318 The only difference in the game of love over the last few thousand years is that they've changed tr…
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1022 float difference = 0.0; in _HandleAutoScroll() local
1026 difference = point.y - visibleRect.top; in _HandleAutoScroll()
1028 difference = point.y - visibleRect.bottom; in _HandleAutoScroll()
1029 if (difference != 0.0) { in _HandleAutoScroll()
1030 factor = (int)(ceilf(difference / fLineHeight)); in _HandleAutoScroll()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1850 float difference = 0.0; in _HandleAutoScroll() local
1854 difference = point.y - visibleRect.top; in _HandleAutoScroll()
1856 difference = point.y - visibleRect.bottom; in _HandleAutoScroll()
1857 if (difference != 0.0) { in _HandleAutoScroll()
1858 factor = (int)(ceilf(difference / fFontInfo->lineHeight)); in _HandleAutoScroll()
1861 difference = 0.0; in _HandleAutoScroll()
1863 difference = point.x - visibleRect.left; in _HandleAutoScroll()
1865 difference = point.x - visibleRect.right; in _HandleAutoScroll()
1866 if (difference != 0.0) { in _HandleAutoScroll()
1867 factor = (int)(ceilf(difference / fCharacterWidth)); in _HandleAutoScroll()
/haiku/docs/develop/servers/app_server/
H A DColorUtils.rst68 1. Set the saved delta value to 765 (maximum difference)
/haiku/src/add-ons/translators/jpeg/
H A DREADME30 …smaller but with a little worse quality (from what i've seen it's like difference between quality …
/haiku/src/add-ons/input_server/devices/wacom/
H A DDESIGN29 This class is very similar to MouseDevice, the only difference being, that it supports all kinds of…
/haiku/docs/user/locale/
H A DCollator.dox198 \brief Returns the difference betweens the two strings.
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst202 The other difference is that OpenBeOS exports its node monitoring
/haiku/src/libs/iconv/
H A Dencodings.def30 difference between a name and an alias. By convention, the name is chosen
/haiku/docs/user/drivers/
H A Dfs_modules.dox58 refers to a node. It is important to understand the difference between
/haiku/docs/user/app/
H A DHandler.dox550 Note that there is a semantic difference between the two StartWatching()
/haiku/docs/develop/build/rc/
H A Dgrammar.rst345 various fields is simply concatenated into one big block of bytes. The difference is that
/haiku/docs/develop/packages/
H A DOldIdeas.rst275 Note the important difference with typical Linux package management systems. In

12