Searched refs:two (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp252 KPath two("second", false, 20);
253 CPPUNIT_ASSERT(two.InitCheck() == B_OK);
254 CPPUNIT_ASSERT(two.BufferSize() == 20);
256 one.Adopt(two);
261 CPPUNIT_ASSERT(two.Length() == 0);
262 CPPUNIT_ASSERT(two.BufferSize() == 0);
263 CPPUNIT_ASSERT(two.InitCheck() == B_NO_INIT);
265 two.SetTo(NULL, KPath::LAZY_ALLOC);
266 CPPUNIT_ASSERT(two.InitCheck() == B_OK);
267 CPPUNIT_ASSERT(two
[all...]
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa2.h43 /**/ two = {{0x40000000, 0x00000000} }, /* 2 */ variable
63 /**/ two = {{0x00000000, 0x40000000} }, /* 2 */ variable
83 #define TWO two.d
H A Dmpatan.h95 /**/ two = {{0x40000000, 0x00000000} }; /* 2 */ variable
162 /**/ two = {{0x00000000, 0x40000000} }; /* 2 */ variable
168 #define TWO two.d
H A Dmpexp.h86 /**/ two = {{0x40000000, 0x00000000} }, /* 2 */ variable
145 /**/ two = {{0x00000000, 0x40000000} }, /* 2 */ variable
155 #define TWO two.d
/haiku/src/tests/kits/interface/
H A DScrollViewSetBorderTest.cpp34 BButton* two = new BButton("Plain Border", new BMessage('plbd')); local
42 .Add(two)
/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dlancevar.h174 * Compare two Ether/802 addresses for equality, inlined and
188 ether_cmp(void *one, void *two) argument
191 uint16_t *b = (u_short *)two;
/haiku/src/servers/keystore/
H A DKeyring.h57 const Keyring* two);
H A DKeyring.cpp457 Keyring::Compare(const Keyring* one, const Keyring* two) argument
459 return strcmp(one->Name(), two->Name());
/haiku/src/servers/app/
H A DDelayedMessage.cpp133 bool Compare(Attachment* one, Attachment* two,
482 DelayedMessageData::Compare(Attachment* one, Attachment* two, int32 index) argument
488 return memcmp(one->data, two->constData, one->size) == 0;
494 return memcmp(one->data, two->constData, one->size) == 0;
654 CompareMessages(const ScheduledMessage* one, const ScheduledMessage* two) argument
656 return *one < *two;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex133 Therefore two values have to be known: The size of the actual ELF file and the
601 preferred program segment alignment. From these two information it has been

Completed in 73 milliseconds