HomeSort by relevance Sort by last modified time
    Searched refs:aux (Results 101 - 125 of 337) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bison/djgpp/
config.bat 215 test -f %XSRC%/build-aux/javacomp.sh.in
216 if not errorlevel 1 mv -f %XSRC%/build-aux/javacomp.sh.in %XSRC%/build-aux/javacomp.sh-in
217 test -f %XSRC%/build-aux/javacomp.sh-in
218 if errorlevel 1 mv -f %XSRC%/build-aux/javacomp.sh %XSRC%/build-aux/javacomp.sh-in
219 test -f %XSRC%/build-aux/javacomp.sh-in
220 if errorlevel 1 mv -f %XSRC%/build-aux/javacomp.shin %XSRC%/build-aux/javacomp.sh-in
221 test -f %XSRC%/build-aux/javacomp.sh-in
    [all...]
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
62 EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
212 EXTRA_DIST += $(top_srcdir)/build-aux/do-release-commit-and-tag
459 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
529 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
542 EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
549 EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
556 EXTRA_DIST += $(top_srcdir)/build-aux/gnu-web-doc-update
573 EXTRA_DIST += $(top_srcdir)/build-aux/gnuploa
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 351 const uint32_t size = tex->image.aux.bo_stride * tex->image.aux.bo_height;
366 if (tex->image.aux.enables & (1 << lv)) {
383 const uint32_t size = tex->image.aux.bo_stride * tex->image.aux.bo_height;
387 assert(tex->image.aux.enables == (1 << (tex->base.last_level + 1)) - 1);
418 switch (tex->image.aux.type) {
508 img->aux.enables != (1 << templ->last_level)) {
694 img.aux.enables != (1 << templ->last_level)) {
ilo_blit.h 61 if (tex->image.aux.type != ILO_IMAGE_AUX_HIZ ||
65 if (tex->image.aux.type == ILO_IMAGE_AUX_HIZ &&
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 309 union internal_auxent *aux = &rawsyms[i + 1].u.auxent; local
327 res->size = aux->x_scn.x_scnlen;
373 if (aux->x_sym.x_tagndx.p)
377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
389 res->size = aux->x_sym.x_misc.x_lnsz.x_size;
401 if (aux->x_sym.x_tagndx.p)
405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
414 res->size = aux->x_sym.x_misc.x_lnsz.x_size;
432 ? aux->x_sym.x_fcnary.x_ary.x_dimen[dimind]
  /external/iproute2/tc/
tc_bpf.c     [all...]
  /frameworks/av/media/libaudioprocessing/
AudioMixerOps.h 276 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc)
281 if (aux != NULL) {
321 *aux++ += MixMul<TA, TA, TAV>(auxaccum, *vola);
369 const TI* in, TA* aux, const TV *vol, TAV vola)
374 if (aux != NULL) {
409 *aux++ += MixMul<TA, TA, TAV>(auxaccum, vola);
  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 134 union internal_auxent *aux = &((cs->native+2)->u.auxent); local
136 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value);
494 olf = h->aux[1].x_bal.x_balntry;
499 union internal_auxent aux; local
506 &aux);
507 olf = aux.x_bal.x_balntry;
  /external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 113 intptr_t SandboxPanicTrap(const struct arch_seccomp_data&, void* aux) {
114 SANDBOX_DIE(static_cast<const char*>(aux));
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 97 /* disable optional aux */
185 /* bitmask of levels that can use aux */
194 } aux; member in struct:ilo_image
205 return (img->aux.enables & (1 << level));
ilo_state_zs.c 580 assert(img->aux.bo_stride);
582 dw1 = (img->aux.bo_stride - 1) << GEN6_HIZ_DW1_PITCH__SHIFT;
587 dw2 |= img->aux.walk_lod_offsets[info->level];
596 assert(img->aux.walk_layer_height % 4 == 0);
597 dw4 = (img->aux.walk_layer_height / 4) << GEN8_HIZ_DW4_QPITCH__SHIFT;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse_test.go 13 // This tests for a bug found when partitioning, but not sorting by the Aux value.
16 arg1Aux := &tstAux{"arg1-aux"}
17 arg2Aux := &tstAux{"arg2-aux"}
18 arg3Aux := &tstAux{"arg3-aux"}
20 // construct lots of values with args that have aux values and place
zcse.go 20 key := vkey{v.Op, keyFor(v), v.Aux, v.Type}
49 key := vkey{a.Op, keyFor(a), a.Aux, a.Type}
62 ai int64 // aux int
63 ax interface{} // aux
cse.go 20 // v.aux == w.aux
36 if auxIDs[v.Aux] == 0 {
37 auxIDs[v.Aux] = int32(len(auxIDs)) + 1
258 // - aux
262 // - NOT first two arg's aux; that can break CSE.
321 if v.Aux != w.Aux {
322 if v.Aux == nil {
325 if w.Aux == nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse_test.go 13 // This tests for a bug found when partitioning, but not sorting by the Aux value.
16 arg1Aux := &tstAux{"arg1-aux"}
17 arg2Aux := &tstAux{"arg2-aux"}
18 arg3Aux := &tstAux{"arg3-aux"}
20 // construct lots of values with args that have aux values and place
zcse.go 20 key := vkey{v.Op, keyFor(v), v.Aux, v.Type}
49 key := vkey{a.Op, keyFor(a), a.Aux, a.Type}
62 ai int64 // aux int
63 ax interface{} // aux
  /external/iproute2/doc/
Makefile 73 rm -f *.aux *.log *.toc $(PSFILES) $(DVIFILES) *.html *.pdf
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h 59 CodeGen::Node Trap(TrapRegistry::TrapFnc fnc, const void* aux, bool safe);
bpf_dsl.h 61 // result = Allow() | Error(errno) | Kill() | Trace(aux)
62 // | Trap(trap_func, aux) | UnsafeTrap(trap_func, aux)
100 // The value of |aux| will be available to the tracer via PTRACE_GETEVENTMSG.
101 SANDBOX_EXPORT ResultExpr Trace(uint16_t aux);
105 // |aux| as the second parameter.
107 Trap(TrapRegistry::TrapFnc trap_func, const void* aux);
118 UnsafeTrap(TrapRegistry::TrapFnc trap_func, const void* aux);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program_cache.c 201 void *aux = ((char *) item->key) + item->key_size; local
203 if (item->offset != *inout_offset || aux != *((void **) inout_aux)) {
206 *((void **) inout_aux) = aux;
337 const void *aux,
380 memcpy(tmp + key_size, aux, aux_size);
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
chan_test.go 605 aux := make(chan bool)
610 case <-aux:
615 case <-aux:
621 case <-aux:
626 case <-aux:
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
chan_test.go 605 aux := make(chan bool)
610 case <-aux:
615 case <-aux:
621 case <-aux:
626 case <-aux:
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1171 AuxState aux; local
1514 AuxState aux = new AuxState(); local
1587 AuxState aux; local
1637 AuxState aux; WorkQueue[] ws; \/\/ remove index from array local
1836 int ss; AuxState aux; local
2489 AuxState aux; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 707 attr_value.aux.shndx = 0;
722 attr_value.aux.shndx = shndx;
735 attr_value.aux.shndx = shndx;
750 attr_value.aux.shndx = shndx;
756 attr_value.aux.blocklen = *pattr++;
758 pattr += attr_value.aux.blocklen;
761 attr_value.aux.blocklen =
764 pattr += attr_value.aux.blocklen;
767 attr_value.aux.blocklen =
770 pattr += attr_value.aux.blocklen
    [all...]
  /external/eigen/bench/
benchBlasGemm.cpp 39 int aux; local
41 "stmxcsr %[aux] \n\t"
42 "orl $32832, %[aux] \n\t"
43 "ldmxcsr %[aux] \n\t"
44 : : [aux] "m" (aux));

Completed in 2908 milliseconds

1 2 3 45 6 7 8 91011>>