Searched refs:trst (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1264 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++) \
1265 ((UINT32 *)(p_dst))[trst] = ((UINT32 *)(p_src))[trst];}
1268 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp273 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); local
274 if (trst == NULL) {
278 trst->time = nextTransitionTime;
279 trst->from = curRule;
280 trst->to = nextRule;
281 fHistoricTransitions->addElement(trst, status);
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp273 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); local
274 if (trst == NULL) {
278 trst->time = nextTransitionTime;
279 trst->from = curRule;
280 trst->to = nextRule;
281 fHistoricTransitions->addElement(trst, status);

Completed in 95 milliseconds