HomeSort by relevance Sort by last modified time
    Searched refs:bbs_ERROR_MAX_FILE_CHARS (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 45 #define bbs_ERROR_MAX_FILE_CHARS 24
50 #define bbs_ERROR_MAX_FILE_CHARS 52
76 char fileE[ bbs_ERROR_MAX_FILE_CHARS ];
Context.c 147 uint32 ofsL = ( lenL + 1 > bbs_ERROR_MAX_FILE_CHARS ) ? lenL + 1 - bbs_ERROR_MAX_FILE_CHARS : 0;

Completed in 58 milliseconds