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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
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...]
func_test.go 67 if !reflect.DeepEqual(fv.Aux, gv.Aux) {
68 // This makes the assumption that aux values can be compared
70 // TODO(matloob): Aux values may be *gc.Sym pointers in the near
157 values[valu.name] = b.NewValue0IA(0, valu.op, valu.t, valu.auxint, valu.aux)
220 func Valu(name string, op Op, t Type, auxint int64, aux interface{}, args ...string) valu {
221 return valu{name, op, t, auxint, aux, args}
265 aux interface{}
384 // value aux different
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc 63 // in the "aux" parameter.
64 intptr_t ReturnErrno(const struct arch_seccomp_data&, void* aux) {
69 int err = reinterpret_cast<intptr_t>(aux) & SECCOMP_RET_DATA;
450 const void* aux,
452 uint16_t trap_id = registry_->Add(fnc, aux, safe);
bpf_dsl_unittest.cc 299 static intptr_t UnameTrap(const struct arch_seccomp_data& data, void* aux) {
300 BPF_ASSERT_EQ(&count_, aux);
434 static intptr_t DummyTrap(const struct arch_seccomp_data& data, void* aux) {
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 977 union internal_auxent aux; local
3895 combined_entry_type *aux; local
    [all...]
  /device/google/contexthub/firmware/build/
config.mk 119 # erase all volatile AUX* enviraonment, cleanup all the LOCAL* and LOCAL_NANO* vars
185 $(call aux-variant-load-env,$(_fev_variant)) \
192 $(call aux-variant-load-env,) \
  /external/e2fsprogs/doc/
Makefile.in 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /external/eigen/unsupported/test/
polynomialsolver.cpp 61 Map< EvalRootsType > aux( &rootModuli[0], roots.size() );
62 aux = roots.array().abs();
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 562 for i in range(countValue + conv.aux):
566 if conv.aux and not eval(conv.aux, None, table):
600 countValue = len(value) - conv.aux
625 if conv.aux and not eval(conv.aux, None, table):
667 if conv.aux and not eval(conv.aux, None, vars(self)):
  /external/libnl/doc/
configure.ac 14 AC_CONFIG_AUX_DIR([build-aux])
  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 217 ELF(Verdaux) *aux = (ELF(Verdaux)*)((char *)def + def->vd_aux);
219 && !strcmp(name, vdso_info.symstrings + aux->vda_name);
  /external/proguard/examples/dictionaries/
windows.txt 12 aux
13 Aux
14 aUx
15 AUx
16 auX
17 AuX
18 aUX
19 AUX
20 AUX
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
windows.txt 12 aux
13 Aux
14 aUx
15 AUx
16 auX
17 AuX
18 aUX
19 AUX
20 AUX
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 67 if !reflect.DeepEqual(fv.Aux, gv.Aux) {
68 // This makes the assumption that aux values can be compared
70 // TODO(matloob): Aux values may be *gc.Sym pointers in the near
157 values[valu.name] = b.NewValue0IA(0, valu.op, valu.t, valu.auxint, valu.aux)
220 func Valu(name string, op Op, t Type, auxint int64, aux interface{}, args ...string) valu {
221 return valu{name, op, t, auxint, aux, args}
265 aux interface{}
384 // value aux different
  /external/boringssl/src/crypto/asn1/
tasn_enc.c 135 const ASN1_AUX *aux = it->funcs; local
141 if (aux && aux->asn1_cb)
142 asn1_cb = aux->asn1_cb;
tasn_dec.c 171 const ASN1_AUX *aux = it->funcs; local
186 if (aux && aux->asn1_cb)
187 asn1_cb = aux->asn1_cb;
378 if (aux && (aux->flags & ASN1_AFLG_BROKEN)) {
    [all...]
  /external/eigen/demos/opengl/
quaternion_demo.cpp 221 Frame aux; local
222 aux.orientation = mCamera.viewMatrix().linear();
223 aux.position = mCamera.viewMatrix().translation();
224 m_timeline[t] = aux;
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraFOVControl.h 92 status_3A_t aux; member in struct:qcamera::__anon44282
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c 122 /* Length allowed for filename in aux sym format 4. */
130 /* Aux sym format 4: file. */
140 /* Aux sym format 5: section. */
622 union external_auxent aux; member in union:__anon116414
707 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen);
710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset);
749 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize);
simple-object-xcoff.c 180 /* Length allowed for filename in aux sym format 4. */
188 /* Aux sym format 4: file. */
200 /* Aux sym format 5: section. */
719 union external_auxent aux; member in union:__anon116441
801 memcpy (&syms[1].aux.x_file.x_fname[0], source_filename, sflen);
804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset);
843 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize);
  /external/bison/doc/
Makefile.am 27 CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 227 typename Tridiagonalization<gene_matrix>::CoeffVectorType aux(N-1);
229 internal::tridiagonalization_inplace(C, aux);
  /external/libnl/
configure.ac 47 AC_CONFIG_AUX_DIR([build-aux])
  /external/libvorbis/doc/
Makefile.am 85 CLEANFILES = $(SPEC_TEX:%.tex=%.aux) \
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 64 vd_cnt uint16 /* Number of associated aux entries */
249 aux := (*elf64Verdaux)(add(unsafe.Pointer(def), uintptr(def.vd_aux)))
250 if def.vd_hash == ver.ver_hash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {

Completed in 519 milliseconds

1 2 3 4 56 7 8 91011>>