Home
last modified time | relevance | path

Searched refs:toShift (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnMath.c493 bigConst toShift, in BnShiftRight() argument
507 if(toShift->size > offset) in BnShiftRight()
509 finalSize = toShift->size - offset; in BnShiftRight()
510 finalSize -= (toShift->d[toShift->size - 1] >> shiftAmount) == 0 ? 1 : 0; in BnShiftRight()
520 result->d[i] = (toShift->d[i + offset] >> shiftAmount) in BnShiftRight()
521 | (toShift->d[i + offset + 1] << shiftIn); in BnShiftRight()
524 result->d[i] = toShift->d[i] >> shiftAmount; in BnShiftRight()
/external/icu/libicu/cts_headers/
Dusrchimp.h84 UBool toShift; variable
184 UBool toShift; member
/external/icu/icu4c/source/i18n/
Dusrchimp.h84 UBool toShift; variable
184 UBool toShift; member
Ducoleitr.cpp207 toShift = coll.getAttribute(UCOL_ALTERNATE_HANDLING, status) == UCOL_SHIFTED; in init()
245 if ((toShift && variableTop > ce && primary != 0) in processCE()
Dusearch.cpp156 if (strsrch->toShift) { in getCE()
2689 result->toShift = in usearch_openFromCollator()
3042 strsrch->toShift = in usearch_setCollator()
3417 if (strsrch->toShift != shift) { in usearch_reset()
3418 strsrch->toShift = shift; in usearch_reset()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DBnMath_fp.h197 bigConst toShift,
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp47 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList() local
78 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { in CEList()