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

  /external/openssl/crypto/bn/
bn_lcl.h 296 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
298 *(++ftl) = 0x0; \
bn.h 772 BN_ULONG *ftl; \
776 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
777 if (*(ftl--)) break; \
    [all...]
  /external/openssl/include/openssl/
bn.h 772 BN_ULONG *ftl; \
776 for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
777 if (*(ftl--)) break; \
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 730 BN_ULONG *ftl; \
733 for (ftl= &((a)->d[(a)->top-1]); (a)->top > 0; (a)->top--) \
734 if (*(ftl--)) break; \
  /external/harfbuzz/src/
harfbuzz-gsub.c 3957 HB_UInt* ftl; local
    [all...]
harfbuzz-gpos.c 5705 HB_UInt* ftl; local
    [all...]

Completed in 192 milliseconds