OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROUNDDOWN
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h
151
#define
ROUNDDOWN
(x,y) (((x)/(y))*(y))
/external/icu4c/i18n/
decNumberLocal.h
122
/*
ROUNDDOWN
-- round an integer down to a multiple of n */
123
#define
ROUNDDOWN
(i, n) (((i)/n)*n)
[
all
...]
Completed in 2737 milliseconds