Home
last modified time | relevance | path

Searched refs:current_word (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/ext2ed/
Dinit.c110 char current_line [500],current_word [50],*ch; in set_struct_descriptors() local
122 ch=parse_word (current_line,current_word); in set_struct_descriptors()
123 if (strcmp (current_word,"struct")==0) { in set_struct_descriptors()
124 ch=parse_word (ch,current_word); in set_struct_descriptors()
125 current_descriptor=add_new_descriptor (current_word); in set_struct_descriptors()
612 char current_line [500],current_word [200]; in check_mounted() local
624 ptr=parse_word (current_line,current_word); in check_mounted()
625 if (strcasecmp (current_word,name)==0) { in check_mounted()
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_text_rnn_model.py148 current_word = first_word
149 current_id = tf.expand_dims(self._words_to_indices(current_word), 0)
164 current_word = next_words
165 sequence.append(current_word)