Searched defs:zzs_init (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c27 * zzs_init(s1,s2) -- Create hash table with size s1, string table size s2.
28 * zzs_done() -- Free hash and string table created with zzs_init().
74 * zzs_init(101, 100);
129 void zzs_init(int sz,int strs) function
131 void zzs_init(sz, strs)

Completed in 693 milliseconds