Searched refs:T2 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dlog.c14 #define T2 __log_data.tab2 macro
94 r = (z - T2[i].chi - T2[i].clo) * invc;
H A Dlog2.c14 #define T2 __log2_data.tab2 macro
101 r = (z - T2[i].chi - T2[i].clo) * invc;
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.c353 u_int32_t T1, T2, W256[16]; local
373 T2 = Sigma0_256(a) + Maj(a, b, c);
381 a = T1 + T2;
396 T2 = Sigma0_256(a) + Maj(a, b, c);
404 a = T1 + T2;
420 a = b = c = d = e = f = g = h = T1 = T2 = 0;
631 u_int64_t T1, T2, W512[16]; local
653 T2 = Sigma0_512(a) + Maj(a, b, c);
661 a = T1 + T2;
676 T2
[all...]
/haiku/src/system/kernel/vm/
H A DVMCache.cpp383 # define T2(x) new(std::nothrow) VMCacheTracing::x; macro
385 # define T2(x) ;
389 # define T2(x) ;
811 T2(InsertPage(this, page, offset));
848 T2(RemovePage(this, page));
874 T2(RemovePage(oldCache, page));
889 T2(InsertPage(this, page, page->cache_offset << PAGE_SHIFT));
928 T2(RemovePage(fromCache, page));
929 T2(InsertPage(this, page, page->cache_offset << PAGE_SHIFT));
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp570 # define T2(x) new(std::nothrow) NetBufferTracing::x macro
572 # define T2(x) macro
581 # define T2(x)
818 T2(CreateDataHeader(header));
827 T2(ReleaseDataHeader(header, refCount - 1));
841 T2(AcquireDataHeader(header, refCount + 1));

Completed in 53 milliseconds