HomeSort by relevance Sort by last modified time
    Searched refs:target_index (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 178 void Destruct(std::int32_t target_index) {
179 if (target_index == index(TypeTag<Type>{})) {
185 bool Assign(TypeTag<Type>, std::int32_t target_index, T&& value) {
186 if (target_index == 0) {
194 EnableIfConstructible<bool, Type, T> Assign(std::int32_t target_index,
196 if (target_index == 0) {
204 EnableIfNotConstructible<bool, Type, T> Assign(std::int32_t /*target_index*/,
210 decltype(auto) Visit(std::int32_t target_index, Op&& op) {
211 if (target_index == index(TypeTag<Type>{}))
217 decltype(auto) Visit(std::int32_t target_index, Op&& op) const
    [all...]
  /external/libtextclassifier/
textclassifier_jni.cc 109 const int* target_index; local
112 target_index = &bmp_index;
115 target_index = &unicode_index;
120 &source_index, &target_index]() {
122 result.first = *target_index;
126 result.second = *target_index;
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 171 target_index field. */
4783 int target_index; local
    [all...]
cofflink.c 708 the target_index fields are 1 based. */
754 flaginfo.section_info[o->target_index].relocs =
758 flaginfo.section_info[o->target_index].rel_hashes =
760 if (flaginfo.section_info[o->target_index].relocs == NULL
761 || flaginfo.section_info[o->target_index].rel_hashes == NULL)
2355 int target_index; local
    [all...]
aout-cris.c 191 r_index = output_section->target_index;
versados.c 248 sec->target_index = scn;
659 EDATA (abfd, section->target_index).contents + offset,
761 if (!EDATA (abfd, section->target_index).donerel)
763 EDATA (abfd, section->target_index).donerel = 1;
coff-i960.c 341 isym.n_scnum = o->target_index;
592 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
i386lynx.c 165 r_index = output_section->target_index;
249 r_index = output_section->target_index;
coffcode.h 3136 unsigned int target_index; local
    [all...]
elf-vxworks.c 197 int this_idx = sec->output_section->target_index;
mach-o-x86-64.c 289 (*rel->sym_ptr_ptr)->section->output_section->target_index;
oasys.c 703 sscanf (newsect->name, "%u", &newsect->target_index);
827 symbol.relb = RELOCATION_TYPE_REL | g->section->output_section->target_index;
886 out.relb = RELOCATION_TYPE_REL | s->target_index;
972 processed_data.relb = s->target_index | RELOCATION_TYPE_REL;
    [all...]
coff-ppc.c     [all...]
coffgen.c 51 unsigned int target_index)
127 return_section->target_index = target_index;
394 if (answer->target_index == section_index)
676 coff_symbol_ptr->symbol.section->output_section->target_index;
1021 output_section->target_index;
    [all...]
aout-ns32k.c 330 r_index = output_section->target_index;
mach-o-i386.c 214 (*rel->sym_ptr_ptr)->section->output_section->target_index;
peicode.h 563 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum);
571 ent->u.syment.n_scnum = section->target_index;
624 sec->target_index = vars->sec_index ++;
    [all...]
vms-alpha.c 3203 unsigned int target_index = 0; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp     [all...]
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 507 target_index = get_canonical_index(largest_cluster)
509 cluster_assignments[target_index] -= curr_size
511 cluster_assignments[curr_index] = target_index
  /external/mesa3d/src/mesa/main/
texstate.c 514 gl_texture_index target_index; local
536 target_index = ffs(prog->TexturesUsed[unit]) - 1;
537 texObj = texUnit->CurrentTex[target_index];
563 texObj = _mesa_get_fallback_texture(ctx, target_index);
  /art/compiler/optimizing/
code_generator_x86.h 614 uint32_t target_index)
615 : PatchInfo(target_dex_file, target_index),
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 141 int i = section->target_index;
188 int i = section->target_index;
  /external/v8/src/interpreter/
interpreter-assembler.h 255 void TraceBytecodeDispatch(compiler::Node* target_index);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 1775 int target_index = rc->worst_quality; local
1796 int target_index = rc->worst_quality; local
    [all...]

Completed in 1579 milliseconds

1 2