HomeSort by relevance Sort by last modified time
    Searched full:num_slots (Results 1 - 8 of 8) sorted by null

  /external/srec/srec/crec/
text_parser.c 166 for (k = 1; k < context->olabels->num_slots; k++)
srec_context.c 415 wmap->num_slots = my_wID;
418 if(wmap->num_slots > MAX_NUM_SLOTS)
490 for (i = wmap->num_slots; --i > 0;)
3759 wordID num_slots = context->olabels->num_slots; local
    [all...]
astar.c 104 else if (atoken->ilabel < wmap->num_slots)
155 else if (tmp->ilabel < wmap->num_slots)
219 else if (tmp->ilabel < wmap->num_slots)
    [all...]
  /external/srec/srec/include/
srec_context.h 50 wordID num_slots; member in struct:__anon15482
  /external/kernel-headers/original/linux/
input.h 124 * __s32 values[num_slots];
127 * where num_slots is the (arbitrary) number of MT slots to extract.
130 * should satisfy len = (num_slots + 1) * sizeof(__s32). If len is
131 * too small to fit all available slots, the first num_slots are
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 655 int num_slots = 0; local
682 num_slots++;
685 if(num_slots > MAX_NUM_SLOTS) {
686 std::cout << "Error: SREC may have trouble with this many slots! (" << num_slots << ")" << std::endl;
    [all...]
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 273 if (atok->ilabel < semgraph->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL &&
382 if (atok->ilabel < semgraph->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL &&
    [all...]
SemanticGraphImpl.c     [all...]

Completed in 171 milliseconds