HomeSort by relevance Sort by last modified time
    Searched defs:strength (Results 1 - 25 of 28) sorted by null

1 2

  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
CipherKeyGenerator.java 11 protected int strength; field in class:CipherKeyGenerator
22 this.strength = (param.getStrength() + 7) / 8;
32 byte[] key = new byte[strength];
KeyGenerationParameters.java 11 private int strength; field in class:KeyGenerationParameters
15 * and a strength (in bits).
18 * @param strength the size, in bits, of the keys we want to produce.
22 int strength)
25 this.strength = strength;
40 * return the bit strength for keys produced by this generator,
42 * @return the strength of the keys this generator produces (in bits).
46 return strength;
  /hardware/broadcom/wlan/bcm4329/src/shared/
hndpmu.c 44 /* SDIO Pad drive strength to select value mappings */
46 uint8 strength; /* Pad Drive Strength in mA */ member in struct:__anon7566
50 /* SDIO Drive Strength to sel value table for PMU Rev 1 */
57 /* SDIO Drive Strength to sel value table for PMU Rev 2, 3 */
100 PMU_MSG(("No SDIO Drive strength init done for chip %x rev %d pmurev %d\n",
111 for (i = 0; str_tab[i].strength != 0; i ++) {
112 if (drivestrength >= str_tab[i].strength) {
125 PMU_MSG(("SDIO: %dmA drive strength selected, set to 0x%08x\n",
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameterGenerator.java 34 protected int strength = 1024; field in class:JDKAlgorithmParameterGenerator
37 int strength,
40 this.strength = strength;
60 this.strength = spec.getPrimeSize();
71 pGen.init(strength, 20, random);
75 pGen.init(strength, 20, new SecureRandom());
113 pGen.init(strength, 20, random);
117 pGen.init(strength, 20, new SecureRandom());
156 // pGen.init(strength, 2, random)
    [all...]
JDKKeyPairGenerator.java 62 public abstract void initialize(int strength, SecureRandom random);
86 int strength,
90 random, strength, defaultTests);
129 int strength = 1024; field in class:JDKKeyPairGenerator.DH
140 int strength,
143 this.strength = strength;
170 pGen.init(strength, certainty, random);
190 int strength = 1024; field in class:JDKKeyPairGenerator.DSA
201 int strength,
    [all...]
  /external/icu4c/i18n/
usrchimp.h 69 UCollationStrength strength; member in struct:UStringSearch
tblcoll.cpp 584 UCollationStrength strength = getUCollationStrength(newStrength); local
585 ucol_setAttribute(ucollator, UCOL_STRENGTH, strength, &intStatus);
ucol_tok.h 79 uint32_t strength; member in struct:UColToken
95 uint32_t strength; member in struct:__anon2242
172 uint32_t strength);
176 uint32_t strength);
ucoleitr.cpp 206 UCollationStrength strength; member in struct:UCollationPCE
231 strength = ucol_getStrength(coll);
253 switch(elems->pce->strength) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
527 // UCollationStrength strength = ucol_getStrength(coll);
633 switch (coll->strength)
bmsearch.cpp 80 UCollationStrength strength; member in class:Target
95 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
98 strength = ucol_getStrength(coll);
124 switch (strength)
202 if (strength >= UCOL_QUATERNARY) {
251 if (strength >= UCOL_QUATERNARY) {
347 if (strength < UCOL_IDENTICAL) {
ucol_bld.cpp 169 uint32_t strength)
181 CE &= strengthMask[strength];
182 contCE &= strengthMask[strength];
187 while((*nextCE & strengthMask[strength]) == CE
188 && (*nextContCE & strengthMask[strength]) == contCE)
200 uint32_t strength)
212 CE &= strengthMask[strength];
213 contCE &= strengthMask[strength];
218 while((*prevCE & strengthMask[strength]) == CE
219 && (*prevContCE & strengthMask[strength])== contC
474 uint32_t strength = tok->strength; local
    [all...]
colldata.cpp 53 UCollationStrength strength = ucol_getStrength(coll); local
66 switch (strength)
93 if (strength >= UCOL_QUATERNARY) {
ucol_tok.cpp 219 opts->strength = value;
272 U_STRING_DECL(option_14, "strength", 8);
364 /*06*/ {option_14, 8, strengthSub, 5, UCOL_STRENGTH}, /*"strength" */
439 U_STRING_INIT(option_14, "strength", 8);
811 /* Sets the strength for this entry */
818 /* if we start with strength, we'll reset to top */
833 /* if we start with strength, we'll reset to top */
848 /* if we start with strength, we'll reset to top */
863 /* if we start with strength, we'll reset to top */
871 /* another strength */
1613 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; local
1642 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
post_filter.cpp 189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; local
220 strength = STRENGTH_tab[QP_store[mbnum]];
233 if (d1 < -(strength << 1))
237 else if (d1 < -strength)
239 d1 = -d1 - (strength << 1);
246 if (d1 > (strength << 1))
250 else if (d1 > strength)
252 d1 = (strength << 1) - d1;
311 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])];
315 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbnum - nMBP (…)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; local
220 strength = STRENGTH_tab[QP_store[mbnum]];
233 if (d1 < -(strength << 1))
237 else if (d1 < -strength)
239 d1 = -d1 - (strength << 1);
246 if (d1 > (strength << 1))
250 else if (d1 > strength)
252 d1 = (strength << 1) - d1;
311 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])];
315 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbnum - nMBP (…)
    [all...]
  /external/bluetooth/bluez/audio/
telephony-dummy.c 289 dbus_uint32_t strength; local
291 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_UINT32, &strength,
295 if (strength > 5)
298 telephony_update_indicator(dummy_indicators, "signal", strength);
300 debug("telephony-dummy: signal strength set to %u", strength);
  /external/icu4c/test/cintltst/
usrchdat.c 30 UCollationStrength strength; member in struct:SearchData
93 static const SearchData STRENGTH[] = {
callcoll.c 60 /* perform test with strength PRIMARY */
63 /* perform test with strength SECONDARY */
66 /* perform test with strength tertiary */
69 /*perform tests with strength Identical */
148 int32_t strength = UCOL_PRIMARY; local
157 while(strength <= UCOL_QUATERNARY && strength <= coll->strength) {
158 if(strength > UCOL_PRIMARY) {
165 if(coll->caseLevel == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE)
    [all...]
citertst.c 1718 uint32_t strength = 0; local
1801 UCollationStrength strength[5] = {UCOL_PRIMARY, UCOL_SECONDARY, local
1911 uint32_t strength = 0; local
    [all...]
capitst.c 49 int32_t strength = UCOL_PRIMARY; local
60 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
64 if(strength > UCOL_PRIMARY) {
71 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
73 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
74 strength ++;
80 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
153 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
364 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
1871 UColAttributeValue strength; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 468 FT_Pos strength; local
469 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale)
471 FT_Outline_Embolden(outline, strength);
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 246 uint32_t strength = 0; local
1058 uint32_t strength = 0; local
1161 uint32_t strength = 0; local
    [all...]
  /external/svox/pico/lib/
picospho.c 560 /* BOUND(<bound strength><phrase type>) */
561 /* insert bound strength */
708 /** Calculate bound strength modified by transduction
710 * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst),
711 * calculate the modified bound strength.
713 * @param orig original bound strength
714 * @param target target bound strength
715 * @return resulting bound strength
737 /** Calculate bound strength modified by a \<break> comman
851 picoos_uint8 strength; local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 189 // Get the requested collation strength.
192 const UnicodeString *strength = testCase->getAttribute("strength"); local
194 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;}
195 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
196 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;}
197 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;}
198 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
199 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;}
201 // Bogus value supplied for strength. Shouldn't happen, even fro
540 const UnicodeString *strength = testCase->getAttribute("strength"); local
    [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp 1724 UCollationStrength strength = isCaseSensitive ? UCOL_TERTIARY : UCOL_PRIMARY; local
    [all...]

Completed in 679 milliseconds

1 2