HomeSort by relevance Sort by last modified time
    Searched defs:tc (Results 126 - 150 of 268) sorted by null

1 2 3 4 56 7 8 91011

  /system/bt/bta/jv/
bta_jv_act.c 2360 struct fc_channel *tc = fcchan_get(fc->chan, FALSE); local
2401 struct fc_channel *tc; local
2478 struct fc_channel *tc; local
    [all...]
  /system/bt/stack/mcap/
mca_int.h 260 tMCA_TC tc; /* transport control block */ member in struct:__anon73961
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 349 Certificate tc = (Certificate)c.nextElement(); local
352 if (tc.equals(cert))
363 Certificate tc = (Certificate)c.nextElement(); local
366 if (tc.equals(cert))
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 2170 const float tc = coord[tNdx]; local
    [all...]
tcuTexture.cpp 2433 float tc = 0.0f; local
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 630 const float tc = coord[tNdx]; local
639 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma);
641 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma);
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 139 int32_t tc = 0; local
141 while((testCase = root->nextChildElement(tc)) != NULL) {
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 531 Class tc = pairClassEquivalent(tts[i]); local
533 if (!assignableFrom(tc, mc)) { // m param must be same or narrower than t
  /external/libdrm/intel/
intel_decode.c 2355 unsigned int tc; local
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 1142 rfbTextChatMsg tc; local
1145 memset((char *)&tc, 0, sizeof(tc));
1146 tc.type = rfbTextChat;
1147 tc.length = Swap32IfLE(length);
1166 memcpy(&cl->updateBuf[cl->ublen], (char *)&tc, sz_rfbTextChatMsg);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 3001 const uint64 tc = ns \/ timecode_scale; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 198 CHECK_BETTER(left, tr, tc - hstep); \
199 CHECK_BETTER(right, tr, tc + hstep); \
200 CHECK_BETTER(up, tr - hstep, tc); \
201 CHECK_BETTER(down, tr + hstep, tc); \
206 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
209 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
212 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
215 CHECK_BETTER(diag, tr + hstep, tc + hstep); \
224 if (tr != br && tc != bc) { \
226 kc = bc - tc; \
677 int tc = bc; local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 989 int tc; local
    [all...]
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 1067 int tc; local
    [all...]
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 269 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1); local
270 if (tc.m_dwStatus == 0) {
271 tc.m_dwStatus = FX_RTFBREAK_PieceBreak;
643 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1); local
644 tc.m_dwStatus = dwStatus;
676 CFX_RTFChar& tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1); local
677 switch (tc.GetCharType()) {
864 const CFX_RTFChar& tc = ttp.GetChar(j); local
865 if (tc.m_nBreakType == FX_LBT_DIRECT_BRK) {
869 dwCharType = tc.GetCharType();
908 CFX_RTFChar& tc = ttp.GetChar(j); local
1100 CFX_RTFChar* tc = curChars.GetDataPtr(iCharPos - 1); local
1105 CFX_RTFChar* tc = pNextChars + i; local
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 48 Test_case tc[] = { local
54 const size_t tc_size = sizeof(tc) / sizeof(Test_case);
57 CHECK_EQ(tc[i].expected,
58 RunInt32AddShift(false, tc[i].add_left, tc[i].add_right,
59 tc[i].shift_left, tc[i].shit_right));
60 CHECK_EQ(tc[i].expected,
61 RunInt32AddShift(true, tc[i].add_left, tc[i].add_right
689 Test_case tc[] = { local
    [all...]
  /external/valgrind/coregrind/
m_transtab.c 179 This is a pointer into the sector's tc (code) area. */
336 ULong* tc; member in struct:__anon25286
347 /* This points to the current allocation point in tc. */
383 N_TC_SECTORS. The initial value indicates the TT/TC system is
401 /* Fast helper for the TC. A direct-mapped cache which holds a set of
405 Entries in tt_fast may refer to any valid TC entry, regardless of
407 invalidate this cache when TC entries are changed or disappear.
775 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc
809 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc );
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 429 VkDescriptorPoolSize tc = {}; local
430 tc.type = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
431 tc.descriptorCount = 1;
432 m_type_counts.push_back(tc);
443 VkDescriptorPoolSize tc = {}; local
444 tc.type = type;
445 tc.descriptorCount = 1;
446 m_type_counts.push_back(tc);
457 VkDescriptorPoolSize tc = {}; local
458 tc.type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2951 const uint64 tc = ns \/ timecode_scale; local
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.c 995 int *tc = (int *)result; local
996 *tc = -1;
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 684 } tc[GGL_TEXTURE_UNIT_COUNT]; local
690 tc[i].s = ti.ydsdy;
691 tc[i].t = ti.ydtdy;
693 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
694 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
731 u = wrapping(tc[i].s, w, tx.s_wrap);
732 tc[i].s += ti.dsdx;
740 v = wrapping(tc[i].t, h, tx.t_wrap);
741 tc[i].t += ti.dtdx;
1908 } tc[GGL_TEXTURE_UNIT_COUNT] __attribute__((aligned(16))); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 1061 char tc = text.charAt(j); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 1389 int tc; field in class:TestFmwk.TestParams.State
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 1086 char tc = text.charAt(j); local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 1388 int tc; field in class:TestFmwk.TestParams.State
    [all...]

Completed in 2422 milliseconds

1 2 3 4 56 7 8 91011