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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
main.go 43 aux string
52 faultOnNilArg0 bool // this op will fault if arg0 is nil (and aux encodes a small offset)
53 faultOnNilArg1 bool // this op will fault if arg1 is nil (and aux encodes a small offset)
161 if v.aux != "" {
162 fmt.Fprintf(w, "auxType: aux%s,\n", v.aux)
198 if v.aux != "SymOff" && v.aux != "SymValAndOff" && v.aux != "Int64" && v.aux != "Int32" && v.aux != ""
    [all...]
genericOps.go 174 {name: "Lrot8", argLength: 1, aux: "Int64"},
175 {name: "Lrot16", argLength: 1, aux: "Int64"},
176 {name: "Lrot32", argLength: 1, aux: "Int64"},
177 {name: "Lrot64", argLength: 1, aux: "Int64"},
283 // constants. Constant values are stored in the aux or
285 {name: "ConstBool", aux: "Bool"}, // auxint is 0 for false and 1 for true
286 {name: "ConstString", aux: "String"}, // value is aux.(string)
288 {name: "Const8", aux: "Int8"}, // auxint is sign-extended 8 bits
289 {name: "Const16", aux: "Int16"}, // auxint is sign-extended 16 bit
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 1462 int32_t *aux = NULL; local
1552 int32_t *aux = NULL; local
1832 TA* aux = reinterpret_cast<TA*>(t->auxBuffer); local
    [all...]
  /external/eigen/bench/
BenchSparseUtil.h 48 std::set<int> aux; local
52 while (aux.find(k)!=aux.end())
54 aux.insert(k);
103 cs* aux = cs_spalloc (0, 0, 1, 1, 1); local
106 if (!cs_entry(aux, it.index(), j, it.value()))
111 dst = cs_compress(aux);
112 // cs_spfree(aux);
BenchUtil.h 35 int aux; \
37 "stmxcsr %[aux] \n\t" \
38 "orl $32832, %[aux] \n\t" \
39 "ldmxcsr %[aux] \n\t" \
40 : : [aux] "m" (aux)); \
  /external/boringssl/src/crypto/asn1/
tasn_fre.c 83 const ASN1_AUX *aux = it->funcs; local
90 if (aux && aux->asn1_cb)
91 asn1_cb = aux->asn1_cb;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 189 // NewValue0 returns a new value in the block with no arguments and zero aux values.
205 // NewValue returns a new value in the block with no arguments and an aux value.
206 func (b *Block) NewValue0A(line int32, op Op, t Type, aux interface{}) *Value {
207 if _, ok := aux.(int64); ok {
208 // Disallow int64 aux values. They should be in the auxint field instead.
211 b.Fatalf("aux field has int64 type op=%s type=%s aux=%v", op, t, aux)
215 v.Aux = aux
    [all...]
value.go 28 // AuxInt is used for integer values, Aux is used for other values.
31 Aux interface{}
50 // Opcode aux args
66 v.Fatalf("op %s doesn't have an int8 aux field", v.Op)
73 v.Fatalf("op %s doesn't have an int16 aux field", v.Op)
80 v.Fatalf("op %s doesn't have an int32 aux field", v.Op)
87 v.Fatalf("op %s doesn't have a float aux field", v.Op)
93 v.Fatalf("op %s doesn't have a ValAndOff aux field", v.Op)
98 // long form print. v# = opcode <type> [aux] args [: reg]
134 return fmt.Sprintf(" {%q}", v.Aux)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 189 // NewValue0 returns a new value in the block with no arguments and zero aux values.
205 // NewValue returns a new value in the block with no arguments and an aux value.
206 func (b *Block) NewValue0A(line int32, op Op, t Type, aux interface{}) *Value {
207 if _, ok := aux.(int64); ok {
208 // Disallow int64 aux values. They should be in the auxint field instead.
211 b.Fatalf("aux field has int64 type op=%s type=%s aux=%v", op, t, aux)
215 v.Aux = aux
    [all...]
value.go 28 // AuxInt is used for integer values, Aux is used for other values.
31 Aux interface{}
50 // Opcode aux args
66 v.Fatalf("op %s doesn't have an int8 aux field", v.Op)
73 v.Fatalf("op %s doesn't have an int16 aux field", v.Op)
80 v.Fatalf("op %s doesn't have an int32 aux field", v.Op)
87 v.Fatalf("op %s doesn't have a float aux field", v.Op)
93 v.Fatalf("op %s doesn't have a ValAndOff aux field", v.Op)
98 // long form print. v# = opcode <type> [aux] args [: reg]
134 return fmt.Sprintf(" {%q}", v.Aux)
    [all...]
  /external/bzip2/
xmlproc.sh 93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
  /external/selinux/libselinux/src/
checkAccess.c 35 int selinux_check_access(const char *scon, const char *tcon, const char *class, const char *perm, void *aux) {
77 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
  /prebuilts/go/darwin-x86/src/debug/pe/
symbol.go 67 aux := uint8(0)
69 if aux > 0 {
70 aux--
77 aux = sym.NumberOfAuxSymbols
  /prebuilts/go/linux-x86/src/debug/pe/
symbol.go 67 aux := uint8(0)
69 if aux > 0 {
70 aux--
77 aux = sym.NumberOfAuxSymbols
  /external/bison/
Makefile.am 20 SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc
42 # See comments in build-aux/git-version-gen. However, we make .version depend
72 $(top_srcdir)/build-aux/gitlog-to-changelog \
76 --amend=$(srcdir)/build-aux/git-log-fix \
  /external/lmfit/lib/
lmmin.c 32 double* par, double* x, double* Sdiag, double* aux, double* xdi);
555 double* par, double* x, double* Sdiag, double* aux, double* xdi)
618 * aux is a multi-purpose work array of length n.
634 aux[j] = qtb[j];
638 aux[j] = 0;
641 aux[j] = aux[j] / r[j+ldr*j];
642 temp = aux[j];
644 aux[i] -= r[j*ldr+i] * temp;
648 x[Pivot[j]] = aux[j]
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 457 Packet4i aux = _mm_srai_epi32(a,31);
458 return _mm_sub_epi32(_mm_xor_si128(a,aux),aux);
606 EIGEN_ALIGN16 int aux[4]; local
607 pstore(aux, a);
608 return (aux[0] * aux[1]) * (aux[2] * aux[3]);;
629 EIGEN_ALIGN16 int aux[4]
    [all...]
  /build/make/core/
aux_config.mk 1 variant_list := $(filter AUX-%,$(MAKECMDGOALS))
4 AUX_OS_VARIANT_LIST := $(patsubst AUX-%,%,$(variant_list))
9 # exclude AUX targets from build
28 # There is no other way but to hardcode them again, as we may need host x86 toolcain for AUX
33 # setup AUX globals
38 # Load ever-lasting "indexed" version of AUX variant environment; it is treated as READ-ONLY from this
43 define aux-variant-setup-paths
44 $(eval AUX_OUT_ROOT_$(1) := $(PRODUCT_OUT)/aux/$(1)) \
59 # Copy "indexed" AUX environment for given VARIANT into
63 # Unlike HOST*, TARGET* variables, AUX* variables are NOT read-only, but thei
    [all...]
aux_executable.mk 19 $(call $(aux-executable-hook))
88 $(transform-o-to-aux-static-executable)
92 $(transform-o-to-aux-executable)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 174 {name: "Lrot8", argLength: 1, aux: "Int64"},
175 {name: "Lrot16", argLength: 1, aux: "Int64"},
176 {name: "Lrot32", argLength: 1, aux: "Int64"},
177 {name: "Lrot64", argLength: 1, aux: "Int64"},
283 // constants. Constant values are stored in the aux or
285 {name: "ConstBool", aux: "Bool"}, // auxint is 0 for false and 1 for true
286 {name: "ConstString", aux: "String"}, // value is aux.(string)
288 {name: "Const8", aux: "Int8"}, // auxint is sign-extended 8 bits
289 {name: "Const16", aux: "Int16"}, // auxint is sign-extended 16 bit
    [all...]
  /external/boringssl/src/crypto/x509/
x509_trs.c 278 if (x->aux && (x->aux->trust || x->aux->reject))
289 if (x->aux)
308 ax = x->aux;
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 244 rc = trap.fnc(data, const_cast<void*>(trap.aux));
257 return std::tie(fnc, aux, safe) < std::tie(o.fnc, o.aux, o.safe);
260 uint16_t Trap::Add(TrapFnc fnc, const void* aux, bool safe) {
282 TrapKey key(fnc, aux, safe);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.c 50 enum ilo_image_aux_type aux; member in struct:ilo_image_layout
557 layout->aux = ILO_IMAGE_AUX_HIZ;
560 layout->aux = ILO_IMAGE_AUX_MCS;
562 layout->aux = ILO_IMAGE_AUX_NONE;
587 layout->aux = ILO_IMAGE_AUX_NONE;
834 if (layout->aux == ILO_IMAGE_AUX_HIZ &&
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 780 struct objdump_disasm_info *aux;
782 aux = (struct objdump_disasm_info *) inf->application_data;
783 bfd_sprintf_vma (aux->abfd, buf, vma);
844 struct objdump_disasm_info *aux;
853 aux = (struct objdump_disasm_info *) inf->application_data;
854 abfd = aux->abfd;
855 sec = aux->sec;
918 want_section = (aux->require_sec
1034 struct objdump_disasm_info *aux;
1038 aux = (struct objdump_disasm_info *) inf->application_data
775 struct objdump_disasm_info *aux; local
839 struct objdump_disasm_info *aux; local
1029 struct objdump_disasm_info *aux; local
1506 struct objdump_disasm_info *aux; local
2130 struct objdump_disasm_info aux; local
    [all...]
  /external/autotest/client/bin/
test_config.py 124 aux = string.split(param, '.')
126 if aux.__len__ < 2:
129 if not self.check_parameter(aux[0], options[i][1]):

Completed in 3649 milliseconds

1 23 4 5 6 7 8 91011>>