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

/external/netcat/
H A Dnetcat.c60 #define RAND random /* numbers just to mix up port numbers!! */ macro
63 #define RAND rand macro
524 x = (RAND() & 0xffff);
1588 ourport = (RAND() & 0xffff); /* random local-bind -- well above */
/external/chromium/third_party/icu/source/test/intltest/
H A Dwbnf.cpp311 enum CHOICE {YES, NO, RAND}; enumerator in enum:Escaper::CHOICE
318 Bool(CHOICE flag=RAND):tag(flag){}
320 return tag == RAND ? rand()%2 : tag == YES;
321 //if (tag == RAND){
329 Escaper(CHOICE escapeLiteral = RAND, argument
330 CHOICE twoQuotesEscape = RAND,
/external/icu4c/test/intltest/
H A Dwbnf.cpp311 enum CHOICE {YES, NO, RAND}; enumerator in enum:Escaper::CHOICE
318 Bool(CHOICE flag=RAND):tag(flag){}
320 return tag == RAND ? rand()%2 : tag == YES;
321 //if (tag == RAND){
329 Escaper(CHOICE escapeLiteral = RAND, argument
330 CHOICE twoQuotesEscape = RAND,

Completed in 92 milliseconds