Searched refs:ftl (Results 1 – 2 of 2) sorted by relevance
1025 BN_ULONG *ftl; in bn_correct_top() local1029 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) { in bn_correct_top()1030 ftl--; in bn_correct_top()1031 if (*ftl != 0) in bn_correct_top()
463 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \465 *(++ftl) = 0x0; \
Completed in 6 milliseconds