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

  /external/libxaac/decoder/
ixheaacd_tcx_fwd_mdct.c 204 FLOAT32 lsf[ORDER], *ptr_a; local
208 ptr_a = a;
217 ixheaacd_lsp_to_lp_conversion(lsf, ptr_a);
218 ptr_a += (m + 1);
219 ixheaacd_lsp_to_lp_conversion(lsf_old, ptr_a);
220 ptr_a += (m + 1);
221 ixheaacd_lsp_to_lp_conversion(lsf_new, ptr_a);
222 ptr_a += (m + 1);
ixheaacd_tcx_fwd_alcnx.c 146 FLOAT32 *ptr_a, i_ap[ORDER + 1]; local
352 ptr_a = st->lp_flt_coeff_a_prev;
355 ixheaacd_residual_tool_float(ptr_a, &buf[ORDER], &exc[-fac_length], TTT,
359 ixheaacd_residual_tool_float(ptr_a, &buf[ORDER + TTT],
369 ptr_a = lp_flt_coff_a + (2 * (ORDER + 1));
371 ixheaacd_residual_tool_float(ptr_a, xn, exc, lg, 1);
373 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev, ORDER + 1);
374 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev + ORDER + 1, ORDER + 1);
  /external/clang/test/SemaCXX/
uninitialized.cpp 371 A* ptr_a; member in class:T
397 T(bool (*)[22]) : ptr_a(new A(ptr_a->count)) {}
398 T(bool (*)[23]) : ptr_a(new A(ptr_a->ONE)) {}
399 T(bool (*)[24]) : ptr_a(new A(ptr_a->TWO)) {}
400 T(bool (*)[25]) : ptr_a(new A(ptr_a->zero())) {}
402 T(bool (*)[26]) : ptr_a(new A(ptr_a->get())) {} // expected-warning {{field 'ptr_a' is uninitialized when used here}
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3504 struct kernel_old_sigaction oa, ooa, *ptr_a = &oa, *ptr_oa = &ooa; local
    [all...]

Completed in 361 milliseconds