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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-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]) {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 83 COFF, the aux. information does not follow the symbol that uses
85 the MIPS compilers to collapse duplicate aux. entries, but I've not
87 types of aux. entries are:
94 function for the end of function first aux. entry.
103 aux. entry is the file number, and index: which is the pointer
114 size in bits follows as the next aux. entry.
116 b) continued: a bit that says the next aux. entry is a
255 5) index: pointer to a local symbol or aux. entry.
852 /* For aux information we keep the type and the data. */
854 enum aux_type type; /* aux type *
1032 aux_t aux [ PAGE_SIZE \/ sizeof (aux_t) ]; member in union:page
1860 AUXU aux; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraFOVControl.cpp 93 * @capsAux : The capabilities for the aux camera
112 // Based on focal lengths, map main and aux camera to wide and tele
167 * DESCRIPTION : Combine the capabilities from main and aux cameras to return
172 * @capsAuxCam : Capabilities for the aux camera
276 // Find max picture dimension for aux camera
291 LOGH("AUX Max picture wxh %dx%d", maxPicDimAux.width, maxPicDimAux.height);
392 mFovControlData.status3A.aux.af.status = AF_INVALID;
420 * @capsAuxCam : Capabilities for the aux camera
470 // Get the margins for the aux camera. If video stream is present, the margins correspond
586 * and aux cameras have different properties/params, this translatio
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 1845 combined_entry_type * aux = internal_ptr + 1; local
2127 unsigned int aux; local
    [all...]
cofflink.c 86 ret->aux = NULL;
479 (*sym_hash)->aux = alloc;
488 the section header, but a non-zero size in the AUX
496 section->size = (*sym_hash)->aux[0].x_scn.x_scnlen;
499 matches the size in the aux entry, but apparently
1604 union internal_auxent aux; local
1639 &aux); local
1976 union internal_auxent aux; local
    [all...]
libcoff.h 280 union internal_auxent *aux; member in struct:coff_link_hash_entry
497 /* Symbol index of first aux entry of last .bf symbol with an empty
500 /* Contents of last_bf_index aux entry. */
931 #define bfd_coff_print_aux(abfd, file, base, symbol, aux, indaux)\
933 (abfd, file, base, symbol, aux, indaux))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 737 int aux;
741 for (aux = 0; nfunc + aux < lim; aux++)
742 setobjs2s(L, ofunc + aux, nfunc + aux);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 622 EIGEN_ALIGN16 int aux[4]; local
623 pstore(aux, a);
624 return aux[0] * aux[1] * aux[2] * aux[3];
    [all...]
  /external/eigen/Eigen/src/Core/arch/ZVector/
PacketMath.h 799 EIGEN_ALIGN16 int aux[4]; local
800 pstore(aux, a);
801 return aux[0] * aux[1] * aux[2] * aux[3];
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 434 let rec aux = function
438 aux (use_succ u)
440 aux (use_begin v)
443 let rec aux init u =
446 | Some u -> aux (f init u) (use_succ u)
448 aux init (use_begin v)
451 let rec aux u init =
454 | Some u -> f u (aux (use_succ u) init)
456 aux (use_begin v) init
    [all...]
  /external/skia/third_party/lua/src/
lvm.c 737 int aux;
741 for (aux = 0; nfunc + aux < lim; aux++)
742 setobjs2s(L, ofunc + aux, nfunc + aux);
  /external/syslinux/com32/lua/src/
lvm.c 760 int aux;
764 for (aux = 0; nfunc + aux < lim; aux++)
765 setobjs2s(L, ofunc + aux, nfunc + aux);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 343 let rec aux = function
347 aux (use_succ u)
349 aux (use_begin v)
352 let rec aux init u =
355 | Some u -> aux (f init u) (use_succ u)
357 aux init (use_begin v)
360 let rec aux u init =
363 | Some u -> f u (aux (use_succ u) init)
365 aux (use_begin v) init
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 136 PTR GTY ((skip (""))) aux;
305 #define DLTHE_RECORD_COPY_NUMBER 2 /* Record copy number in the aux
428 return (struct niter_desc *) loop->aux;
  /cts/common/util/src/com/android/compatibility/common/util/
ReadElf.java 275 VerNeed(int ver, int cnt, long file, long aux, long next) {
279 this.vn_aux = aux;
363 VerDef(int ver, int flags, int ndx, int cnt, long hash, long aux, long next) {
369 this.vd_aux = aux;
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 328 int Reverb_Init(reverb_module_t *pRvbModule, int aux, int preset);
EffectReverb.c 46 "Aux Environmental Reverb",
70 "Aux Preset Reverb",
108 int aux = 0; local
139 aux = 1;
141 ret = Reverb_Init(module, aux, preset);
446 * aux - indicates if the reverb is used as auxiliary (1) or insert (0)
456 int Reverb_Init(reverb_module_t *pRvbModule, int aux, int preset) {
459 ALOGV("Reverb_Init module %p, aux: %d, preset: %d", pRvbModule,aux, preset);
463 pRvbModule->context.m_Aux = (uint16_t)aux;
    [all...]
  /frameworks/av/media/libnbaio/
NBLog.cpp 282 EntryIterator aux(*this);
283 return ++aux;
287 EntryIterator aux(*this);
288 return --aux;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
check.go 63 if b.Aux == nil {
64 f.Fatalf("retjmp block %s has nil Aux field", b)
114 // Check to make sure aux values make sense.
162 f.Fatalf("unknown aux type for %s", v.Op)
164 if !canHaveAux && v.Aux != nil {
165 f.Fatalf("value %s has an Aux value %v but shouldn't", v.LongString(), v.Aux)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
check.go 63 if b.Aux == nil {
64 f.Fatalf("retjmp block %s has nil Aux field", b)
114 // Check to make sure aux values make sense.
162 f.Fatalf("unknown aux type for %s", v.Op)
164 if !canHaveAux && v.Aux != nil {
165 f.Fatalf("value %s has an Aux value %v but shouldn't", v.LongString(), v.Aux)
  /external/elfutils/src/
elflint.c 3113 GElf_Vernaux *aux = gelf_getvernaux (data, auxoffset, &auxmem); local
3272 GElf_Verdaux *aux = gelf_getverdaux (data, auxoffset, &auxmem); local
    [all...]
  /build/make/core/
definitions.mk 95 AUX_DISPLAY := aux
501 define def-host-aux-target
502 $(eval _idf_val_:=$(if $(strip $(LOCAL_IS_HOST_MODULE)),HOST,$(if $(strip $(LOCAL_IS_AUX_MODULE)),AUX,))) \
508 ## { HOST, HOST_CROSS, AUX, TARGET }
511 # ($1 is in {AUX, HOST_CROSS} => $1;
517 $(eval _idf_pfx_:=$(strip $(filter AUX HOST_CROSS,$(1)))) \
533 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
570 $(call intermediates-dir-for,$(LOCAL_MODULE_CLASS),$(LOCAL_MODULE),$(call def-host-aux-target),$(1),$(2),$(3)) \
585 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
615 $(call generated-sources-dir-for,$(LOCAL_MODULE_CLASS),$(LOCAL_MODULE),$(call def-host-aux-target),$(1))
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]

Completed in 1068 milliseconds

1 2 3 4 5 67 8 91011>>