OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucmp
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ruptime/
ruptime.c
75
static int
ucmp
(const void *, const void *);
109
cmp =
ucmp
;
240
ucmp
(const void *a1, const void *a2)
function
/src/external/gpl3/gcc/dist/gcc/
double-int.cc
1274
return this->
ucmp
(b);
1283
double_int::
ucmp
(double_int b) const
function in class:double_int
1424
return (this->
ucmp
(b) == 1) ? *this : b;
1449
return (this->
ucmp
(b) == -1) ? *this : b;
/src/external/gpl3/gcc.old/dist/gcc/
double-int.cc
1274
return this->
ucmp
(b);
1283
double_int::
ucmp
(double_int b) const
function in class:double_int
1424
return (this->
ucmp
(b) == 1) ? *this : b;
1449
return (this->
ucmp
(b) == -1) ? *this : b;
Completed in 17 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026