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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/failtest/
ref_5.cpp 10 DenseBase<VectorXf> &ac(a);
12 call_ref(ac);
14 call_ref(ac.derived());
sparse_ref_5.cpp 10 SparseMatrixBase<SparseMatrix<float> > &ac(a);
12 call_ref(ac);
14 call_ref(ac.derived());
swap_1.cpp 9 const DenseBase<VectorXf> &ac(a);
11 DenseBase<VectorXf> &ac(a);
13 b.swap(ac);
swap_2.cpp 8 VectorXf const &ac(a);
10 b.swap(ac);
12 b.swap(ac.const_cast_derived());
ref_1.cpp 16 CV_QUALIFIER VectorXf& ac(a);
17 call_ref(ac);
sparse_ref_1.cpp 16 CV_QUALIFIER SparseMatrix<float>& ac(a);
17 call_ref(ac);
  /external/strace/tests/
sleep.c 35 main(int ac, char **av)
37 if (ac < 2)
40 if (ac > 2)
printpath-umovestr-peekdata.c 35 main(int ac, char **av)
37 if (ac < 2 && test_process_vm_readv())
printstrn-umoven-peekdata.c 35 main(int ac, char **av)
37 if (ac < 2 && test_process_vm_readv())
zeroargc.c 35 main(const int ac, char **const av)
37 if (ac < 2)
  /external/strace/tests-m32/
sleep.c 35 main(int ac, char **av)
37 if (ac < 2)
40 if (ac > 2)
printpath-umovestr-peekdata.c 35 main(int ac, char **av)
37 if (ac < 2 && test_process_vm_readv())
printstrn-umoven-peekdata.c 35 main(int ac, char **av)
37 if (ac < 2 && test_process_vm_readv())
zeroargc.c 35 main(const int ac, char **const av)
37 if (ac < 2)
  /external/strace/tests-mx32/
sleep.c 35 main(int ac, char **av)
37 if (ac < 2)
40 if (ac > 2)
printpath-umovestr-peekdata.c 35 main(int ac, char **av)
37 if (ac < 2 && test_process_vm_readv())
printstrn-umoven-peekdata.c 35 main(int ac, char **av)
37 if (ac < 2 && test_process_vm_readv())
zeroargc.c 35 main(const int ac, char **const av)
37 if (ac < 2)
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 99 is_context_valid(struct apple_glx_context *ac)
106 if (ac == i) {
128 struct apple_glx_context *ac; local
134 ac = malloc(sizeof *ac);
136 if (NULL == ac) {
145 free(ac);
149 ac->context_obj = NULL;
150 ac->pixel_format_obj = NULL;
151 ac->drawable = NULL
213 struct apple_glx_context *ac = *ptr; local
287 struct apple_glx_context *ac = ptr; local
469 struct apple_glx_context *ac = ptr; local
530 struct apple_glx_context *ac; local
560 struct apple_glx_context *ac = ptr; local
614 struct apple_glx_context *ac = ptr; local
    [all...]
  /external/ltp/include/
Makefile 35 .PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean
36 distclean:: clean ac-distclean
37 maintainer-clean:: distclean ac-maintainer-clean
38 ac-clean ac-distclean::
40 ac-maintainer-clean::
  /external/speex/libspeex/
lpc.h 42 spx_word16_t *ac, /* out: [0...lag-1] ac values */
48 const spx_word16_t * ac, /* in: [0...p] autocorrelation values */
  /external/clang/test/Index/
print-bitwidth.c 2 unsigned ac : 4;
17 // CHECK: FieldDecl=ac:2:12 (Definition) bitwidth=4
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_addresses.c 60 const fdt32_t *ac; local
64 ac = fdt_getprop(fdt, nodeoffset, "#address-cells", &len);
65 if (!ac)
68 if (len != sizeof(*ac))
71 val = fdt32_to_cpu(*ac);
  /external/dtc/libfdt/
fdt_addresses.c 60 const fdt32_t *ac; local
64 ac = fdt_getprop(fdt, nodeoffset, "#address-cells", &len);
65 if (!ac)
68 if (len != sizeof(*ac))
71 val = fdt32_to_cpu(*ac);
  /external/libopus/silk/mips/
macros_mipsr1.h 37 long long ac; local
40 ac = __builtin_mips_mult(a, (opus_int32)(opus_int16)b);
41 c = __builtin_mips_extr_w(ac, 16);
52 long long ac; local
55 ac = __builtin_mips_mult(a, b);
56 c = __builtin_mips_extr_w(ac, 16);
64 long long ac; local
67 ac = __builtin_mips_mult(b, c);
68 res = __builtin_mips_extr_w(ac, 16);

Completed in 387 milliseconds

1 2 3 4 5 6 7 8 91011>>