HomeSort by relevance Sort by last modified time
    Searched refs:ac (Results 26 - 50 of 227) sorted by null

12 3 4 5 6 7 8 910

  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 35 static bool surface_make_current(struct apple_glx_context *ac,
60 surface_make_current(struct apple_glx_context *ac,
68 apple_glx_diagnostic("%s: ac->context_obj %p s->surface_id %u\n",
69 __func__, (void *) ac->context_obj, s->surface_id);
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id);
79 if (!ac->made_current) {
84 update_viewport_and_scissor(ac->drawable->display,
85 ac->drawable->drawable);
86 ac->made_current = true;
apple_glx_pixmap.c 45 static bool pixmap_make_current(struct apple_glx_context *ac,
57 pixmap_make_current(struct apple_glx_context *ac,
82 if (!ac->made_current) {
84 ac->made_current = true;
apple_glx_pbuffer.c 57 static bool pbuffer_make_current(struct apple_glx_context *ac,
71 pbuffer_make_current(struct apple_glx_context *ac,
79 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
86 if (!ac->made_current) {
88 ac->made_current = true;
  /device/asus/flo/charger_touch/
charger_touch.c 69 char wlc[2], usb[2], ac[2]; local
74 memset(ac, 0, 2);
89 read_path(path, ac, 1);
93 } else if (!strncmp(ac, "1", 1)) {
  /device/lge/mako/charger_touch/
charger_touch.c 69 char wlc[2], usb[2], ac[2]; local
74 memset(ac, 0, 2);
89 read_path(path, ac, 1);
93 } else if (!strncmp(ac, "1", 1)) {
  /external/chromium_org/third_party/opus/src/celt/
celt_lpc.c 39 const opus_val32 *ac, /* in: [0...p] autocorrelation values */
45 opus_val32 error = ac[0];
54 if (ac[0] != 0)
60 rr += MULT32_32_Q31(lpc[j],ac[i - j]);
61 rr += SHR32(ac[i + 1],3);
77 if (error<SHR32(ac[0],10))
80 if (error<.001f*ac[0])
225 opus_val32 *ac, /* out: [0...lag-1] ac values */
279 celt_pitch_xcorr(xptr, xptr, ac, fastN, lag+1, arch)
    [all...]
  /external/libopus/celt/
celt_lpc.c 39 const opus_val32 *ac, /* in: [0...p] autocorrelation values */
45 opus_val32 error = ac[0];
54 if (ac[0] != 0)
60 rr += MULT32_32_Q31(lpc[j],ac[i - j]);
61 rr += SHR32(ac[i + 1],3);
77 if (error<SHR32(ac[0],10))
80 if (error<.001f*ac[0])
225 opus_val32 *ac, /* out: [0...lag-1] ac values */
279 celt_pitch_xcorr(xptr, xptr, ac, fastN, lag+1, arch)
    [all...]
  /external/e2fsprogs/e2fsck/
argv_parse.c 142 int ac, ret; local
149 ret = argv_parse(buf, &ac, &av);
154 printf("Argv_parse returned %d arguments...\n", ac);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 28 AnalysisDeclContext* AC;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
32 : BR(br), Checker(checker), AC(ac) {}
66 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
67 BR.EmitBasicReport(AC->getDecl(), Checker,
  /external/clang/test/SemaCXX/
atomic-type.cxx 29 A const ** ac, A **a) {
37 double &dr2 = ovl1(ac);
overload-call-copycon.cpp 28 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) {
33 copycon2(ac); // expected-error{{no matching constructor}}
  /external/libnl/tests/
test-cache-mngr.c 32 struct nl_cache *lc, *nc, *ac, *rc; local
52 if ((err = nl_cache_mngr_add(mngr, "route/addr", &change_cb, &ac)) < 0)
  /external/libvorbis/
autogen.sh 64 for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED \
66 ($ac --version < /dev/null > /dev/null 2>&1) || continue
67 ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
71 ACLOCAL=$ac
  /external/libedit/examples/
tc1.c 181 int ac, cc, co; local
205 ac = cc = co = 0;
206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
213 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
214 ncontinuation, ac, cc, co);
239 for (i = 0; i < ac; i++) {
252 switch (ac) {
280 } else if (el_parse(el, ac, av) == -1) {
wtc1.c 158 int ac, cc, co, rc; local
181 ac = cc = co = 0;
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
191 ncontinuation, ac, cc, co);
201 for (i = 0; i < ac; ++i) {
212 switch(ac) {
242 } else if (el_wparse(el, ac, av) == -1) {
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 82 double ac = a * c; local
83 double bb_2ac = b*b - 2*ac;
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/compiler-rt/lib/builtins/ppc/
multc3.c 27 long double ac = __gcc_qmul(a,c); local
32 DD real = { .ld = __gcc_qsub(ac,bd) };
64 DD acDD = { .ld = ac };
  /development/ndk/platforms/android-3/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pixmap.c 45 static bool pixmap_make_current(struct apple_glx_context *ac,
57 pixmap_make_current(struct apple_glx_context *ac,
82 if (!ac->made_current) {
84 ac->made_current = true;
apple_glx_pbuffer.c 57 static bool pbuffer_make_current(struct apple_glx_context *ac,
71 pbuffer_make_current(struct apple_glx_context *ac,
79 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
86 if (!ac->made_current) {
88 ac->made_current = true;
apple_glx_drawable.h 94 bool(*make_current) (struct apple_glx_context * ac,
158 struct apple_glx_context *ac,
  /external/libnl/src/lib/
utils.c 133 int (*ac)(struct nl_sock *, struct nl_cache **))
138 if ((err = ac(sock, &cache)) < 0)
  /external/ipsec-tools/src/racoon/
eaytest.c 112 rsatest(ac, av)
113 int ac;
220 certtest(ac, av)
221 int ac;
340 if (ac > 1) {
648 ciphertest(ac, av)
649 int ac;
729 hmactest(ac, av)
730 int ac;
839 sha1test(ac, av
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization.cpp 84 double ac = a * c; local
85 double bb_2ac = b*b - 2*ac;
87 p[c_coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/chromium_org/sdch/open-vcdiff/
autogen.sh 59 grep -q LIBTOOL configure.ac && "$LIBTOOLIZE" -c -f

Completed in 4039 milliseconds

12 3 4 5 6 7 8 910