Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 452196) sorted by last modified time

12345678910>>...18088

/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dmdct.c54 DATA_TYPE *T=_ogg_malloc(sizeof(*T)*(n+n/4)); in mdct_init() local
217 STIN void mdct_butterfly_first(DATA_TYPE *T, in mdct_butterfly_first()
264 STIN void mdct_butterfly_generic(DATA_TYPE *T, in mdct_butterfly_generic()
321 DATA_TYPE *T=init->trig; in mdct_butterflies() local
353 DATA_TYPE *T = init->trig+n; in mdct_bitreverse() local
406 DATA_TYPE *T = init->trig+n4; in mdct_backward() local
509 DATA_TYPE *T=init->trig+n2; in mdct_forward() local
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DirrArray.h46 array(const array<T, TAlloc>& other) : data(0) in array()
594 void swap(array<T, TAlloc>& other) in swap()
H A DirrString.h89 string(const string<T,TAlloc>& other) in string()
522 bool equals_ignore_case(const string<T,TAlloc>& other) const in equals_ignore_case()
552 bool lower_ignore_case(const string<T,TAlloc>& other) const in lower_ignore_case()
569 bool equalsn(const string<T,TAlloc>& other, u32 n) const in equalsn()
652 string<T,TAlloc>& append(const string<T,TAlloc>& other) in append()
675 string<T,TAlloc>& append(const string<T,TAlloc>& other, u32 length) in append()
1019 string<T,TAlloc>& replace(const string<T,TAlloc>& toReplace, const string<T,TAlloc>& replaceWith) in replace()
1149 string<T,TAlloc>& remove(const string<T,TAlloc>& toRemove) in remove()
1182 string<T,TAlloc>& removeChars(const string<T,TAlloc> & characters) in removeChars()
H A DirrXML.h390 operator T() const { return c; } in T() function
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXString.cpp2765 register FXwchar L,V,T; in decomposehangul() local
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCMS3DMeshFileLoader.cpp49 float S[3], T[3]; member
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/
H A Dgdkglshapes.c422 #define T 1.73205080756887729 macro
/dports/x11-toolkits/wmapp/wmapp-0.0.4.3/
H A Dwmapp.cc257 timespec T; in Xwait() local
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_display.c6227 RRTransformPtr T = NULL; in __sna_get_cursor() local
8853 PictTransform T; in sna_crtc_redisplay__fallback() local
8983 PictTransform T; in sna_crtc_redisplay__composite() local
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dbsod.c2767 int T = (bst->xgwa.height - (h * 10)) / 2; in mac_diskfail() local
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DVt102Emulation.cpp156 #define TY_CONSTRUCT(T,A,N) ( ((((int)N) & 0xffff) << 16) | ((((int)A) & 0xff) << 8) | (((int)T) & … argument
/dports/x11/kitty/kitty-0.23.1/kittens/tui/
H A Dimages.py302 T = TypeVar('T') variable
309 def __init__(self, defval: T) -> None:
318 def __set__(self, instance: 'GraphicsCommand', val: T) -> None:
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dcli.py757 T = TypeVar('T') variable
766 result_class: Optional[Type[T]] = None,
/dports/x11/kitty/kitty-0.23.1/kitty/conf/
H A Dutils.py20 T = TypeVar('T') variable
303 def uniq(vals: Iterable[T]) -> List[T]:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc185 #define PREPARE_FOR_DEBUG_INTERFACE_EXECUTION_WITH_ISOLATE(isolate, T) \ argument
203 #define PREPARE_FOR_EXECUTION(context, class_name, function_name, T) \ argument
249 #define RETURN_ON_FAILED_EXECUTION(T) \ argument
252 #define RETURN_ON_FAILED_EXECUTION_PRIMITIVE(T) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/common/
H A Dplatform.h506 #define BROTLI_MIN_MAX(T) \ argument
512 #define BROTLI_MIN(T, A, B) (brotli_min_ ## T((A), (B))) in BROTLI_MIN_MAX() argument
513 #define BROTLI_MAX(T, A, B) (brotli_max_ ## T((A), (B))) in BROTLI_MIN_MAX() argument
515 #define BROTLI_SWAP(T, A, I, J) { \ in BROTLI_MIN_MAX() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/include/vulkan/
H A Dvulkan.hpp279 ArrayProxy( std::array<T, N> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
291 ArrayProxy( std::array<T, N> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
303 ArrayProxy( std::vector<T, Allocator> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
317 ArrayProxy( std::vector<T, Allocator> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxy()
429 ArrayProxyNoTemporaries( std::array<T, N> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
441 ArrayProxyNoTemporaries( std::array<T, N> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
458 ArrayProxyNoTemporaries( std::vector<T, Allocator> const & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
472 ArrayProxyNoTemporaries( std::vector<T, Allocator> & data ) VULKAN_HPP_NOEXCEPT in ArrayProxyNoTemporaries()
539 VULKAN_HPP_CONSTEXPR ArrayWrapper1D(std::array<T,N> const& data) VULKAN_HPP_NOEXCEPT in ArrayWrapper1D()
661 … VULKAN_HPP_CONSTEXPR ArrayWrapper2D(std::array<std::array<T,M>,N> const& data) VULKAN_HPP_NOEXCEPT in ArrayWrapper2D()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h4754 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert()
4760 static void VmaVectorRemove(std::vector<T, allocatorT>& vec, size_t index) in VmaVectorRemove()
4797 VmaVector(const VmaVector<T, AllocatorT>& src) : in VmaVector()
4979 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert()
4985 static void VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index) in VmaVectorRemove()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi.cc178 #define PREPARE_FOR_DEBUG_INTERFACE_EXECUTION_WITH_ISOLATE(isolate, T) \ argument
196 #define PREPARE_FOR_EXECUTION(context, class_name, function_name, T) \ argument
242 #define RETURN_ON_FAILED_EXECUTION(T) \ argument
245 #define RETURN_ON_FAILED_EXECUTION_PRIMITIVE(T) \ argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h2748 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert()
2754 static void VmaVectorRemove(std::vector<T, allocatorT>& vec, size_t index) in VmaVectorRemove()
2786 VmaVector(const VmaVector<T, AllocatorT>& src) : in VmaVector()
2968 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert()
2974 static void VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index) in VmaVectorRemove()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/utils/
H A DSkJSON.cpp507 using T = typename VectorT::ValueT; in popScopeAsVec() typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/evp/
H A Dscrypt.c113 static void scryptROMix(block_t *B, uint64_t r, uint64_t N, block_t *T, in scryptROMix()
188 block_t *T = B + B_blocks; in EVP_PBE_scrypt() local
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/postgres/
H A Dmediawiki_mysql2postgres.pl249 T: for my $t (sort keys %table) { label
/dports/www/gatling/gatling-0.15/
H A Ddl.c1745 struct tm* T; in main() local
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dtraninit.c125 static Trans_t T; variable

12345678910>>...18088