/external/webrtc/src/common_audio/signal_processing/ |
D | filter_ar.c | 21 int a_length, in WebRtcSpl_FilterAR() argument 51 stop = (i < a_length) ? i + 1 : a_length; in WebRtcSpl_FilterAR() 57 for (j = i + 1; j < a_length; j++) in WebRtcSpl_FilterAR() 72 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state); in WebRtcSpl_FilterAR() 73 WebRtcSpl_CopyFromEndW16(filtered_low, x_length, a_length - 1, state_low); in WebRtcSpl_FilterAR()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-string.h | 208 String(const char* buffer, size_t a_length) { in String() argument 209 ConstructNonNull(buffer, a_length); in String() 302 void ConstructNonNull(const char* buffer, size_t a_length) { in ConstructNonNull() argument 303 char* const str = new char[a_length + 1]; in ConstructNonNull() 304 memcpy(str, buffer, a_length); in ConstructNonNull() 305 str[a_length] = '\0'; in ConstructNonNull() 307 length_ = a_length; in ConstructNonNull()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-string.h | 208 String(const char* buffer, size_t a_length) { in String() argument 209 ConstructNonNull(buffer, a_length); in String() 302 void ConstructNonNull(const char* buffer, size_t a_length) { in ConstructNonNull() argument 303 char* const str = new char[a_length + 1]; in ConstructNonNull() 304 memcpy(str, buffer, a_length); in ConstructNonNull() 305 str[a_length] = '\0'; in ConstructNonNull() 307 length_ = a_length; in ConstructNonNull()
|
/external/gtest/include/gtest/internal/ |
D | gtest-string.h | 208 String(const char* buffer, size_t a_length) { in String() argument 209 ConstructNonNull(buffer, a_length); in String() 302 void ConstructNonNull(const char* buffer, size_t a_length) { in ConstructNonNull() argument 303 char* const str = new char[a_length + 1]; in ConstructNonNull() 304 memcpy(str, buffer, a_length); in ConstructNonNull() 305 str[a_length] = '\0'; in ConstructNonNull() 307 length_ = a_length; in ConstructNonNull()
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-string.h | 208 String(const char* buffer, size_t a_length) { in String() argument 209 ConstructNonNull(buffer, a_length); in String() 302 void ConstructNonNull(const char* buffer, size_t a_length) { in ConstructNonNull() argument 303 char* const str = new char[a_length + 1]; in ConstructNonNull() 304 memcpy(str, buffer, a_length); in ConstructNonNull() 305 str[a_length] = '\0'; in ConstructNonNull() 307 length_ = a_length; in ConstructNonNull()
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-string.h | 208 String(const char* buffer, size_t a_length) { in String() argument 209 ConstructNonNull(buffer, a_length); in String() 302 void ConstructNonNull(const char* buffer, size_t a_length) { in ConstructNonNull() argument 303 char* const str = new char[a_length + 1]; in ConstructNonNull() 304 memcpy(str, buffer, a_length); in ConstructNonNull() 305 str[a_length] = '\0'; in ConstructNonNull() 307 length_ = a_length; in ConstructNonNull()
|
/external/chromium/net/base/ |
D | dnssec_chain_verifier.cc | 365 uint8 a_length = a.data()[0]; in MatchingLabels() local 369 DCHECK_GE(a.size(), a_length); in MatchingLabels() 372 if (a_length == b_length && memcmp(a.data(), b.data(), a_length) == 0) { in MatchingLabels() 378 a.remove_prefix(a_length); in MatchingLabels()
|