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

  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.cc 109 int tidx = code_to_array_index(elfcpp::R_AARCH64_##rname); \
120 table_[tidx] = p; \
133 int tidx = code_to_array_index(code); local
134 const AArch64_reloc_property* arp = this->table_[tidx];
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
pyr_up.hpp 95 const int tidx = threadIdx.x; local
99 sum = sum + (evenFlag * 0.0625f) * s_srcPatch[1 + (threadIdx.y >> 1)][1 + ((tidx - 2) >> 1)];
100 sum = sum + ( oddFlag * 0.25f ) * s_srcPatch[1 + (threadIdx.y >> 1)][1 + ((tidx - 1) >> 1)];
101 sum = sum + (evenFlag * 0.375f ) * s_srcPatch[1 + (threadIdx.y >> 1)][1 + ((tidx ) >> 1)];
102 sum = sum + ( oddFlag * 0.25f ) * s_srcPatch[1 + (threadIdx.y >> 1)][1 + ((tidx + 1) >> 1)];
103 sum = sum + (evenFlag * 0.0625f) * s_srcPatch[1 + (threadIdx.y >> 1)][1 + ((tidx + 2) >> 1)];
114 sum = sum + (evenFlag * 0.0625f) * s_srcPatch[0][1 + ((tidx - 2) >> 1)];
115 sum = sum + ( oddFlag * 0.25f ) * s_srcPatch[0][1 + ((tidx - 1) >> 1)];
116 sum = sum + (evenFlag * 0.375f ) * s_srcPatch[0][1 + ((tidx ) >> 1)];
117 sum = sum + ( oddFlag * 0.25f ) * s_srcPatch[0][1 + ((tidx + 1) >> 1)]
    [all...]
integral.hpp 425 const int tidx = blockIdx.x * blockDim.x + threadIdx.x; local
426 const int lane_id = tidx % 8;
438 T* p = integral.row(y) + tidx;
440 T sum = (tidx < cols) && (y < rows) ? *p : 0;
473 if ((tidx < cols) && (y < rows))
  /device/google/contexthub/firmware/src/
heap.c 40 uint32_t tidx: TIDX_HEAP_BITS; // TASK_IDX_BITS to uniquely identify task; + extra bits of redundant counter add extra protection member in struct:HeapNode
147 node->tidx = 0;
160 best->tidx = osGetCurrentTid();
183 node->tidx = 0;
222 if (node->tidx == tid) {
224 node->tidx = 0;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 280 Word32 w, i, tidx; local
292 tidx = 0;
301 tempUnfiltered = timeSignal[tidx];
302 tidx = tidx + chIncrement;
  /external/boringssl/src/crypto/x509/
x509_lu.c 469 int tidx; local
473 for (tidx = idx + 1; tidx < (int)sk_X509_OBJECT_num(h); tidx++)
475 tobj = sk_X509_OBJECT_value(h, tidx);
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 483 ssize_t tidx = AMediaMuxer_addTrack(muxer, format); local
484 ALOGI("track %d -> %zd format %s", i, tidx, s);
  /art/dexdump/
dexdump.cc 463 const u2 tidx = it.GetHandlerTypeIndex(); local
465 (tidx == DexFile::kDexNoIndex16) ? "<any>" : pDexFile->StringByTypeIdx(tidx);
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 1054 int* tidx = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 2465 unsigned int tidx = ((insn_word >> 9) & TEMPLATE_REGS_MASK); local
3204 unsigned int tidx = ((insn_word >> 9) & TEMPLATE_REGS_MASK); local
    [all...]
  /external/dlmalloc/
malloc.c 3415 bindex_t tidx; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 201 milliseconds