HomeSort by: relevance | last modified time | path
    Searched defs:minnum (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/rump/umserv/
umserv.c 75 int minnum = 0; local
77 for (j = 0; j < 8; j++, minnum++) {
79 i == 0 ? "" : "r", NODEBASE, minnum + 'a');
83 makedev(MYMAJOR, minnum));
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 1295 /// Implements IEEE minNum semantics. Returns the smaller of the 2 arguments if
1298 inline APFloat minnum(const APFloat &A, const APFloat &B) { function in namespace:llvm

Completed in 20 milliseconds