HomeSort by relevance Sort by last modified time
    Searched refs:a_ptr (Results 1 - 25 of 36) sorted by null

1 2

  /external/webrtc/src/common_audio/signal_processing/
filter_ar_fast_q12.c 32 G_CONST WebRtc_Word16 *a_ptr = &A[0]; local
35 o = WEBRTC_SPL_MUL_16_16(*x_ptr++, *a_ptr++);
39 o -= WEBRTC_SPL_MUL_16_16(*a_ptr++,*state_ptr--);
filter_ar.c 42 G_CONST WebRtc_Word16* a_ptr = &a[1]; local
54 o -= WEBRTC_SPL_MUL_16_16(*a_ptr, *filtered_ptr--);
55 oLOW -= WEBRTC_SPL_MUL_16_16(*a_ptr++, *filtered_low_ptr--);
59 o -= WEBRTC_SPL_MUL_16_16(*a_ptr, *state_ptr--);
60 oLOW -= WEBRTC_SPL_MUL_16_16(*a_ptr++, *state_low_ptr--);
  /external/lldb/test/expression_command/formatters/
formatters.py 3 a_ptr = valobj.GetChildMemberWithName('a_ptr');
12 return 'a = ' + str(a.GetValueAsUnsigned(0)) + ', a_ptr = ' + \
13 str(a_ptr.GetValueAsUnsigned(0)) + ' -> ' + str(a_ptr.Dereference().GetValueAsUnsigned(0)) + \
main.cpp 23 int* a_ptr; member in struct:foo
27 a_ptr(new int(x+1)),
41 *(foo1.a_ptr) = 9999;
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
filter_ar.c 42 const int16_t* a_ptr = &a[1]; local
54 o -= WEBRTC_SPL_MUL_16_16(*a_ptr, *filtered_ptr--);
55 oLOW -= WEBRTC_SPL_MUL_16_16(*a_ptr++, *filtered_low_ptr--);
59 o -= WEBRTC_SPL_MUL_16_16(*a_ptr, *state_ptr--);
60 oLOW -= WEBRTC_SPL_MUL_16_16(*a_ptr++, *state_low_ptr--);
  /external/chromium_org/third_party/libwebp/enc/
picture_tools.c 93 const uint8_t* const a_ptr = pic->a; local
95 if (a_ptr == NULL) return; // nothing to do
102 if (is_transparent_area(a_ptr + off_a, pic->a_stride, SIZE)) {
148 uint8_t* const a_ptr = pic->a + y * pic->a_stride; local
150 const int alpha = a_ptr[x];
152 y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]);
160 (y + 1 == pic->height) ? a_ptr : a_ptr + pic->a_stride;
165 a_ptr[2 * x + 0] + a_ptr[2 * x + 1]
    [all...]
  /external/webp/src/enc/
picture_tools.c 93 const uint8_t* const a_ptr = pic->a; local
95 if (a_ptr == NULL) return; // nothing to do
102 if (is_transparent_area(a_ptr + off_a, pic->a_stride, SIZE)) {
148 uint8_t* const a_ptr = pic->a + y * pic->a_stride; local
150 const int alpha = a_ptr[x];
152 y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]);
160 (y + 1 == pic->height) ? a_ptr : a_ptr + pic->a_stride;
165 a_ptr[2 * x + 0] + a_ptr[2 * x + 1]
    [all...]
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc 35 const uint8* a_ptr = aplane + y * astride; local
40 a_ptr,
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular_MKL.h 115 const EIGTYPE* a_ptr; \
128 a_ptr = a.data(); \
129 } else a_ptr=lhs; \
130 MKLFUNC(&uplo, &trans, &n, &k, &alpha_, (MKLTYPE*)a_ptr, &lda, &beta_, (MKLTYPE*)res, &ldc); \
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/function/
strfns.py 43 a_ptr = a.reinterpret_cast(ptr_byte_vector)
45 return a_ptr.dereference() == b_ptr.dereference()
  /external/lldb/test/types/
basic_type.cpp 93 T* a_ptr = &a; local
127 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr);
180 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr);
  /external/lldb/test/functionalities/breakpoint/inlined_breakpoints/
basic_type.cpp 94 T* a_ptr = &a; local
128 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr);

Completed in 1072 milliseconds

1 2