Home
last modified time | relevance | path

Searched defs:_length (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_vla.h35 #define NIR_VLA(_type, _name, _length) \ argument
44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \ argument
53 #define NIR_VLA_ZERO(_type, _name, _length) \ argument
/external/icu/icu4c/source/common/unicode/
Dunistr.h118 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs),… argument
120 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) argument
122 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) argument
124 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) argument
3739 int32_t& _length) const in pinIndices()
3888 int32_t _length, in compare()
3899 int32_t _length, in compare()
3907 int32_t _length, in compare()
3913 int32_t _length, in compare()
3949 int32_t _length, in compareCodePointOrder()
[all …]
/external/webrtc/webrtc/
Dvideo_frame.h200 size_t _length; variable
/external/clang/test/CodeGenCXX/
D2010-07-23-DeclLoc.cpp45 typename SIZE::size_t _length; member in TRange
/external/icu/icu4c/source/common/
Dunistr.cpp1373 int32_t _length, in replace()
1388 int32_t _length = 0; in append() local
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp89 UInt64 _length; member in COutMultiVolStream
/external/python/cpython2/Lib/test/
Dtest_tarfile.py1210 def _length(self, s): member in GNUWriteTest
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc167 DWORD _length; member in webrtc::__anonb397cbbb0111::MediaBufferImpl
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp3971 builtin_builder::_length(builtin_available_predicate avail, const glsl_type *type) in _length() function in builtin_builder