Searched refs:ptr_in (Results 1 - 8 of 8) sorted by last modified time

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core_neon.c460 int16_t* ptr_in = &in[0]; local
470 "vld2.16 {d24, d25}, [%[ptr_in]]!\n\t"
479 "vld2.16 {d22, d23}, [%[ptr_in]]!\n\t"
487 :[ptr_in]"+r"(ptr_in),
689 int16_t* ptr_in = &in[0]; local
693 for (; ptr_in < &in[inst->anaLen];) {
695 // Loop unrolled once, so ptr_in is incremented by 8 twice,
699 "vld1.16 {d22, d23}, [%[ptr_in]]!\n\t"
709 "vld1.16 {d22, d23}, [%[ptr_in]]!\
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemcpy.S24 * ptr_in to ptr_out. ptr_out is returned unchanged.
58 * void * memcpy(char * ptr_out, char * ptr_in, int length) {
60 * if(length) for(i=0; i < length; i++) { ptr_out[i] = ptr_in[i]; }
66 * void * memcpy(char * ptr_out, char * ptr_in, int len) {
76 * offset = ((int) ptr_in) & 7;
77 * ptr8_in = (s64 *) &ptr_in[-offset]; //read in the aligned pointers
152 #define ptr_in R1 /* source pointer */ define
200 align888 = or(ptr_in, ptr_out); /* %8 < 97 */
202 p1 = cmp.eq(ptr_in, ptr_out); /* attempt to overwrite self */
211 dcfetch(ptr_in); /* zer
260 ptr_in = and(ptr_in, #-8); define
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h275 explicit Data(T* ptr_in) : ptr(ptr_in) {} argument
276 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {} argument
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ptr.h282 explicit Data(T* ptr_in) : ptr(ptr_in) {} argument
283 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {} argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c455 int16_t* ptr_in = &in[0]; local
465 "vld2.16 {d24, d25}, [%[ptr_in]]!\n\t"
474 "vld2.16 {d22, d23}, [%[ptr_in]]!\n\t"
482 :[ptr_in]"+r"(ptr_in),
684 int16_t* ptr_in = &in[0]; local
688 for (; ptr_in < &in[inst->anaLen];) {
690 // Loop unrolled once, so ptr_in is incremented by 8 twice,
694 "vld1.16 {d22, d23}, [%[ptr_in]]!\n\t"
704 "vld1.16 {d22, d23}, [%[ptr_in]]!\
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h188 explicit Data(T* ptr_in) : ptr(ptr_in) {} argument
189 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {} argument
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h183 explicit Data(T* ptr_in) : ptr(ptr_in) {} argument
184 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {} argument
/external/chromium_org/base/memory/
H A Dscoped_ptr.h279 explicit Data(T* ptr_in) : ptr(ptr_in) {} argument
280 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {} argument

Completed in 157 milliseconds