Searched defs:a_ptr (Results 1 - 12 of 12) sorted by relevance

/external/lldb/test/expression_command/formatters/
H A Dmain.cpp23 int* a_ptr; member in struct:foo
27 a_ptr(new int(x+1)),
41 *(foo1.a_ptr) = 9999;
/external/webrtc/src/common_audio/signal_processing/
H A Dfilter_ar_fast_q12.c32 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--);
H A Dfilter_ar.c42 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/functionalities/breakpoint/inlined_breakpoints/
H A Dbasic_type.cpp94 T* a_ptr = &a; local
128 printf ("%s*: %p => *a_ptr = '" T_PRINTF_FORMAT "'\n", T_CSTR, a_ptr, *a_ptr);
/external/lldb/test/types/
H A Dbasic_type.cpp93 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/webp/src/enc/
H A Dpicture_tools.c93 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[
[all...]
H A Dpicture_csp.c742 const uint8_t* a_ptr,
746 a_ptr[0] * GammaToLinear(src[0]) +
747 a_ptr[step] * GammaToLinear(src[step]) +
748 a_ptr[rgb_stride] * GammaToLinear(src[rgb_stride]) +
749 a_ptr[rgb_stride + step] * GammaToLinear(src[rgb_stride + step]);
773 const uint8_t* const a_ptr,
782 const uint32_t a = SUM4ALPHA(a_ptr + j);
789 r = LinearToGammaWeighted(r_ptr + j, a_ptr + j, a, 4, rgb_stride);
790 g = LinearToGammaWeighted(g_ptr + j, a_ptr + j, a, 4, rgb_stride);
791 b = LinearToGammaWeighted(b_ptr + j, a_ptr
741 LinearToGammaWeighted(const uint8_t* src, const uint8_t* a_ptr, uint32_t total_a, int step, int rgb_stride) argument
770 ConvertRowsToUVWithAlpha(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int rgb_stride, uint8_t* const dst_u, uint8_t* const dst_v, int width, VP8Random* const rg) argument
838 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) argument
1059 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL; local
[all...]
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-linux.c353 void *a_ptr; member in union:auxv::__anon16010
457 stringsize += VG_(strlen)(cauxv->u.a_ptr) + 1;
677 auxv->u.a_ptr = copy_str(&strtab, orig_auxv->u.a_ptr);
790 const NSegment* ehdrseg = VG_(am_find_nsegment)((Addr)auxv->u.a_ptr);
802 auxv->u.a_ptr = strtab;
803 VG_(memcpy)(strtab, orig_auxv->u.a_ptr, 16);
809 auxv->u.a_ptr = copy_str(&strtab, VG_(args_the_exename));
/external/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp236 Class a_ptr = *(Class *)a; local
238 if (a_ptr < b_ptr) return -1;
239 if (a_ptr > b_ptr) return +1;
/external/bison/lib/
H A Dvasnprintf.c468 const mp_limb_t *a_ptr = a.limbs; local
487 while (a_len > 0 && a_ptr[a_len - 1] == 0)
509 memcpy (r_ptr, a_ptr, a_len * sizeof (mp_limb_t));
522 const mp_limb_t *sourceptr = a_ptr + a_len;
645 memcpy (r_ptr, a_ptr, a_len * sizeof (mp_limb_t));
650 const mp_limb_t *sourceptr = a_ptr;
848 mp_limb_t *a_ptr = a.limbs; local
862 mp_limb_t *ptr = a_ptr + a_len;
878 if (a_ptr[a_len - 1] == 0)
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX-encoder.c9592 tilegx_spr_compare (const void *a_ptr, const void *b_ptr) argument
9594 const struct tilegx_spr *a = (const struct tilegx_spr *) a_ptr;
/external/valgrind/perf/
H A Dtinycc.c839 void *a_ptr; /* Pointer value */ member in union:__anon16830::__anon16831
850 void *a_ptr; /* Pointer value */ member in union:__anon16832::__anon16833

Completed in 356 milliseconds