HomeSort by relevance Sort by last modified time
    Searched refs:a_length (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar.c 21 size_t a_length,
51 stop = (i < a_length) ? i + 1 : a_length;
57 for (j = i + 1; j < a_length; j++)
72 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state);
73 WebRtcSpl_CopyFromEndW16(filtered_low, x_length, a_length - 1, state_low);
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-string.h 208 String(const char* buffer, size_t a_length) {
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) {
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 208 String(const char* buffer, size_t a_length) {
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) {
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 208 String(const char* buffer, size_t a_length) {
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) {
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 208 String(const char* buffer, size_t a_length) {
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) {
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;
  /toolchain/binutils/binutils-2.25/binutils/
winduni.c 196 /* Convert an ASCII string with length A_LENGTH to a unicode string. We just
201 unicode_from_ascii_len (rc_uint_type *length, unichar **unicode, const char *ascii, rc_uint_type a_length)
208 if (!a_length)
216 p = tmp = (char *) alloca (a_length + 1);
217 memcpy (tmp, ascii, a_length);
218 tmp[a_length] = 0;
220 while (a_length > 0)
226 if (tlen > a_length)
227 tlen = a_length;
238 --a_length;
    [all...]
  /external/ltp/testcases/network/nfsv4/acl/
random_gen.py 6 a_length = len(alphabet) variable
155 a = random.randint(0,a_length-1)
163 a = random.randint(0,a_length-1)
  /art/runtime/
intern_table.cc 343 uint32_t a_length = static_cast<uint32_t>(a_string->GetLength()); local
344 if (a_length != b.GetUtf16Length()) {
356 a_string->GetValueCompressed(), a_length * sizeof(uint8_t)) == 0;
362 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0;
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]

Completed in 272 milliseconds