HomeSort by relevance Sort by last modified time
    Searched defs:chainLength (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/gxvalid/
gxvmort.c 232 FT_ULong chainLength;
245 chainLength = FT_NEXT_ULONG( p );
249 gxv_mort_featurearray_validate( p, table + chainLength,
252 gxv_mort_subtables_validate( p, table + chainLength, nSubtables, gxvalid );
253 gxvalid->subtable_length = chainLength;
gxvmorx.c 125 FT_ULong chainLength;
138 chainLength = FT_NEXT_ULONG( p );
149 gxv_morx_subtables_validate( p, table + chainLength,
152 gxvalid->subtable_length = chainLength;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 705 int chainLength = dIn.readInt();
708 if (chainLength != 0)
710 chain = new Certificate[chainLength];
712 for (int i = 0; i != chainLength; i++)
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 80 milliseconds