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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c117 long *startSeed,
1814 startSeed --> A pointer to a long which is used to generate the
1827 long *startSeed,
1848 /* convert startSeed to 8 character Unicode string */
1852 uniqueName->unicode[i] = hexStr[((*startSeed >> ((7-i)*4)) & 0xf)];
1877 ++(*startSeed);
1826 GenerateUniqueHFSUniStr( long *startSeed, const FSRef *dir1, const FSRef *dir2, HFSUniStr255 *uniqueName) argument

Completed in 392 milliseconds