Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DReadme.txt1 rkdeveloptool gives you a simple way to read/write rockusb device.let's start.
H A Dlicense.txt16 Foundation's software and to any other program whose authors commit to
43 Also, for each author's protection and ours, we want to make certain
54 patent must be licensed for everyone's free use or not licensed at all.
79 1. You may copy and distribute verbatim copies of the Program's
293 <one line to give the program's name and a brief idea of what it does.>
H A Dcrc.cpp153 UINT s[tt2+1]; // Syndrome values variable
H A Dmain.cpp3101 char *s; in handle_command() local
3109 s = (char*)strCmd.c_str(); in handle_command()
3110 for(i = 0; i < (int)strlen(s); i++) in handle_command()
3111 s[i] = toupper(s[i]); in handle_command()