HomeSort by relevance Sort by last modified time
    Searched defs:lookup_table (Results 1 - 8 of 8) sorted by null

  /external/libxcam/modules/soft/
soft_geo_tasks_priv.h 37 SmartPtr<Float2Image> lookup_table; member in struct:XCam::XCamSoftTasks::GeoMapTask::Args
  /external/arm-neon-tests/
ref_vtbX.c 46 vld1##_##T2##W((T1##W##_t *)lookup_table); \
56 vld##X##_##T2##W((T1##W##_t *)lookup_table); \
68 uint8_t lookup_table[32]; local
110 lookup_table[i] = i-15;
165 vld1##_##T2##W((T1##W##_t *)lookup_table); \
176 vld##X##_##T2##W((T1##W##_t *)lookup_table); \
  /external/google-fruit/include/fruit/impl/data_structures/
semistatic_map.h 70 // Given a key x, if p=lookup_table[hash_function.hash(x)] the candidate places for x are [p.first, p.second). These
75 FixedSizeVector<CandidateValuesRange> lookup_table; member in class:fruit::impl::SemistaticMap
  /external/e2fsprogs/lib/ext2fs/
digest_encode.c 23 static const char *lookup_table = variable
41 *cp++ = lookup_table[ac & 0x3f];
48 *cp++ = lookup_table[ac & 0x3f];
59 p = strchr(lookup_table, src[i]);
62 ac += (p - lookup_table) << bits;
  /external/e2fsprogs/e2fsck/
sigcatcher.c 312 static const char *lookup_table(int num, struct str_table *table) function
325 const char *ret = lookup_table(num, table);
343 cp = lookup_table(siginfo->si_code, generic_code_table);
  /external/tensorflow/tensorflow/core/kernels/
lookup_util.cc 296 LookupInterface* lookup_table; local
302 TF_RETURN_IF_ERROR(LookupResource(ctx, handle, &lookup_table));
303 *table = lookup_table->GetInitializableLookupTable();
305 lookup_table->Unref();
315 &lookup_table));
316 *table = lookup_table->GetInitializableLookupTable();
318 lookup_table->Unref();
  /external/u-boot/arch/arm/mach-sunxi/
dram_sunxi_dw.c 245 static const u8 lookup_table[32] = { local
252 return lookup_table[clamp(val, 0, 31)];
257 static const u8 lookup_table[32] = { local
264 return lookup_table[val & 0x1f];
  /external/f2fs-tools/fsck/
fsck.c 1167 static const char *lookup_table = variable
1185 *cp++ = lookup_table[ac & 0x3f];
1192 *cp++ = lookup_table[ac & 0x3f];
    [all...]

Completed in 305 milliseconds