Home
last modified time | relevance | path

Searched refs:CHAR_RANGE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Drelabel.c45 int class_no = CHAR_RANGE; /* number of classes for labels */
46 int first_el[CHAR_RANGE]; /* first element in each class partition */
47 set class_sets[CHAR_RANGE]; /* array holds partitions from class */
75 class_no = CHAR_RANGE;
Doutput.c231 m, CHAR_RANGE); in p_class_def2()
590 gen_cpp?ClassName("::"):"", m, CHAR_RANGE);
598 if ((++i)>=CHAR_RANGE)
Ddlg.h60 #define CHAR_RANGE (1+(MAX_CHAR) - (MIN_CHAR)) macro
Dmain.c261 for (i = 1; i<CHAR_RANGE; ++i){ in init()