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

  /external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
memcpy.S 24 * 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); /* zero/ptrin=ptrout causes fetch *
260 ptr_in = and(ptr_in, #-8); define
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
scoped_ptr.h 183 explicit Data(T* ptr_in) : ptr(ptr_in) {}
184 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {}
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
scoped_ptr.h 188 explicit Data(T* ptr_in) : ptr(ptr_in) {}
189 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {}
  /external/chromium_org/base/memory/
scoped_ptr.h 279 explicit Data(T* ptr_in) : ptr(ptr_in) {}
280 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {}
  /external/chromium_org/third_party/webrtc/base/
scoped_ptr.h 282 explicit Data(T* ptr_in) : ptr(ptr_in) {}
283 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {}
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
scoped_ptr.h 275 explicit Data(T* ptr_in) : ptr(ptr_in) {}
276 Data(T* ptr_in, const D& other) : D(other), ptr(ptr_in) {}
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 455 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]]!\n\t
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 460 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]]!\n\t
    [all...]

Completed in 610 milliseconds