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

/haiku-fatelf/src/libs/compat/freebsd_network/
H A DUnit.cpp54 _free_unr_locked(struct unrhdr* idStore, u_int identity) argument
56 uint32 slotIndex = (int32)identity - idStore->idBias;
H A Dunit.c86 free_unr(struct unrhdr* idStore, u_int identity) argument
96 _free_unr_locked(idStore, identity);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp82 uint16 identity = read16(info, find_reg(info, INTEL_INTERRUPT_IDENTITY)); local
83 if (identity == 0)
91 if ((identity & mask) != 0) {
100 if ((identity & mask) != 0) {
109 write16(info, find_reg(info, INTEL_INTERRUPT_IDENTITY), identity);
/haiku-fatelf/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
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathQuat.h94 // Constructors - default constructor is identity quat
106 static Quat<T> identity() { return Quat<T>(); } function in class:Imath::Quat

Completed in 68 milliseconds