OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imaxdiv_t
(Results
101 - 102
of
102
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h
283
}
imaxdiv_t
;
typedef in typeref:struct:__anon54582
292
}
imaxdiv_t
;
300
/* Return the `
imaxdiv_t
' representation of the value of NUMER over DENOM. */
301
extern
imaxdiv_t
imaxdiv (intmax_t __numer, intmax_t __denom)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h
283
}
imaxdiv_t
;
typedef in typeref:struct:__anon56487
292
}
imaxdiv_t
;
300
/* Return the `
imaxdiv_t
' representation of the value of NUMER over DENOM. */
301
extern
imaxdiv_t
imaxdiv (intmax_t __numer, intmax_t __denom)
Completed in 74 milliseconds
1
2
3
4
5