HomeSort by relevance Sort by last modified time
    Searched refs:tci (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 14 TC<int> tci; variable
debug-info-template.cpp 80 // CHECK: metadata !"[[TCNESTED]]", i32 0, i32 1, %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested"* @tci, null} ; [ DW_TAG_variable ] [tci]
102 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci; variable
  /hardware/samsung_slsi/exynos5/libsecurepath/
content_protect.cpp 69 tciMessage_t *tci = NULL; local
83 // Step 2: Check TCI buffer.
84 tci = cp_ctx.tci_msg;
85 if (NULL == tci) {
86 LOG_E("TCI has not been set up properly - exiting");
93 // Step 3.1: Prepare command message in TCI
94 tci->cmd.id = CMD_WV_DRM_ENABLE_PATH_PROTECTION;
95 memcpy(tci->cmd.data, &protect_ip, sizeof(protect_ip));
96 tci->cmd.data_len = sizeof(protect_ip);
99 // Step 3.2: Send Trustlet TCI Messag
133 tciMessage_t *tci = NULL; local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.h 52 uint8_t *tci; member in class:MobicoreDriverResources
57 uint8_t *tci,
MobiCoreDriverDaemon.cpp 230 uint8_t *tci = NULL; local
266 tci = (uint8_t *)malloc(DRIVER_TCI_LEN);
269 LOG_E("allocating WSM TCI for Trustlet failed");
273 cmdOpenSession.tci = (uint32_t)pTciWsm->physAddr;
317 conn, tci, pTciWsm, rspOpenSession.payload.sessionId));
  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 132 XITouchClassInfo* tci = local
135 if (tci->mode == XIDirectTouch) {
139 if (tci->num_touches > 0 && tci->num_touches > max_touch_points_)
140 max_touch_points_ = tci->num_touches;
153 XITouchClassInfo* tci = local
156 if (tci->mode == XIDirectTouch)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 256 addr_t tci; local
260 if (!findContiguousWsm(handle, &tci, &len)) {
274 mcpMessage->cmdOpen.adrTciBuffer = (uint32_t)(tci);
278 LOG_I(" Using phys=%p, len=%d as TCI buffer",
279 (addr_t)(cmdOpenSession->tci),
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
MobiCoreDriverCmd.h 92 uint32_t tci; member in struct:MC_DRV_CMD_OPEN_SESSION_struct
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 2538 const SSL_CIPHER *ci, *tci = NULL; local
    [all...]
  /external/openssl/ssl/
ssltest.c 2544 const SSL_CIPHER *ci, *tci = NULL; local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 122 #define MC_DRV_ERR_TCI_TOO_BIG MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI length is too high. */
123 #define MC_DRV_ERR_WSM_NOT_FOUND MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI was not allocated with mallocWsm(). */
124 #define MC_DRV_ERR_TCI_GREATER_THAN_WSM MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI length is bigger than allocated WSM. */
161 * the content of this structure via the TCI.
172 #define MC_MAX_TCI_LEN 0x100000 /**< TCI/DCI must not exceed 1MiB */
222 * @param [in] tci TCI buffer for communicating with the trustlet.
223 * @param [in] tciLen Length of the TCI buffer. Maximum allowed value is MC_MAX_TCI_LEN.
236 uint8_t *tci,
357 * (besides TCI) to the Trustlet. Limitation of the Trustlet memory structure apply: only 6 chunks can be mappe
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp 267 CharacterIterator *tci = &wordIter1->getText(); local
269 tci->getText(tstr);
283 tci = &wordIter1->getText();
284 tci->getText(tstr);
286 tci = &charIter1->getText();
287 tci->getText(tstr);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 39 /* TCI field definition */
798 u8 tci = 0; local
807 tci |= TCI_SC;
809 tci |= TCI_ES;
811 tci |= TCI_SCB;
814 tci |= TCI_E | TCI_C;
824 (tci >> 2));
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 301 uint8_t *tci,
313 CHECK_NOT_NULL(tci);
316 LOG_E("TCI length is longer than %d", MC_MAX_TCI_LEN);
327 // Get the physical address of the given TCI
328 CWsm_ptr pWsm = device->findContiguousWsm(tci);
330 LOG_E("Could not resolve physical address of TCI");
336 LOG_E("mcOpenSession(): length is more than allocated TCI");
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp 270 CharacterIterator *tci = &wordIter1->getText(); local
272 tci->getText(tstr);
286 tci = &wordIter1->getText();
287 tci->getText(tstr);
289 tci = &charIter1->getText();
290 tci->getText(tstr);
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1766 uint16 tci; member in struct:dot11_tclas_fc_2_8021q
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 1714 milliseconds