Searched refs:identity (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dunit.cpp97 free_unr(struct unrhdr* idStore, u_int identity) argument
104 uint32 slotIndex = (int32)identity - idStore->idBias;
106 "parameter is not in interval.", __func__, idStore, identity));
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp129 uint32 identity = read32(info, regIdentity); local
130 if ((identity & PCH_INTERRUPT_VBLANK_BDW) != 0) {
132 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
140 uint32 identity = read32(info, regIdentity); local
141 if ((identity & PCH_INTERRUPT_VBLANK_BDW) != 0) {
143 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
151 uint32 identity = read32(info, regIdentity); local
152 if ((identity & PCH_INTERRUPT_VBLANK_BDW) != 0) {
154 write32(info, regIdentity, identity | PCH_INTERRUPT_VBLANK_BDW);
332 const uint32 identity local
[all...]
/haiku/headers/cpp/
H A Dfunction.h87 using __STD::identity;
H A Dstl_function.h325 // identity is an extensions: it is not part of the standard.
331 template <class _Tp> struct identity : public _Identity<_Tp> {}; struct in inherits:_Identity

Completed in 35 milliseconds