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

  /external/srec/srec/Nametag/src/
NametagImpl.c 29 #define MAX_STRING_LEN P_PATH_MAX
36 LCHAR transcription[MAX_STRING_LEN];
58 len = MAX_STRING_LEN;
75 LCHAR short_pron[MAX_STRING_LEN], *short_pron_ptr;
110 if((short_pron_ptr - short_pron + 3) >= MAX_STRING_LEN) {
  /bootable/recovery/edify/
expr.h 24 #define MAX_STRING_LEN 1024
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
report.h 57 #define MAX_STRING_LEN 128
64 char moduleDesc[WLAN_MAX_LOG_MODULES][MAX_STRING_LEN];
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 52 #define MAX_STRING_LEN 350
  /external/dropbear/
options.h 325 #define MAX_STRING_LEN 1400 /* ~= MAX_PROPOSED_ALGO * MAX_NAME_LEN, also
  /hardware/ti/wlan/wl1271/utils/
report.h 63 #define MAX_STRING_LEN 32
269 char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
273 char aFileName[REPORT_FILES_NUM][MAX_STRING_LEN]; /**< Files names table inserted in the file's reported messages */
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
report.h 63 #define MAX_STRING_LEN 32
253 char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
257 char aFileName[REPORT_FILES_NUM][MAX_STRING_LEN]; /**< Files names table inserted in the file's reported messages */
    [all...]

Completed in 310 milliseconds