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

  /external/srec/srec/include/
srec_context.h 50 wordID num_slots; member in struct:__anon15482
  /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/crec/
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...]

Completed in 396 milliseconds