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

  /external/e2fsprogs/ext2ed/
main.c 465 int state_index=-1; local
475 state_index++;
476 if (state==state_index) {
486 state_index++;
487 if (state==state_index)
497 state_index++;
498 if (state==state_index)
506 state_index++;
507 if (state==state_index)
  /external/openssl/crypto/rand/
md_rand.c 139 static int state_num=0,state_index=0; variable
185 state_index=0;
229 st_idx=state_index;
240 /* state_index <= state_num <= STATE_SIZE */
241 state_index += num;
242 if (state_index >= STATE_SIZE)
244 state_index%=STATE_SIZE;
249 if (state_index > state_num)
250 state_num=state_index;
252 /* state_index <= state_num <= STATE_SIZE *
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 251 size_t state_last_word, state_index; local
253 &tokenizer, &state_index)) {
287 if (!IsZipValid(words[zip_word], state_index))
488 String16Tokenizer* tokenizer, size_t* state_index) {
530 char state_index; // Relative to two-character code alphabetical order. member in struct:StateNameInfo
605 *state_index = state_two_letter_accumulative[first_index] +
641 *state_index = state_names[state].state_index;
649 bool AddressDetector::IsZipValid(const Word& word, size_t state_index) {
660 return IsZipValidForState(word, state_index);
    [all...]

Completed in 302 milliseconds