OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truncate_to_intn
(Results
1 - 2
of
2
) sorted by null
/external/vixl/src/
utils-vixl.h
48
inline unsigned
truncate_to_intn
(unsigned n, int64_t x) {
function in namespace:vixl
68
inline int truncate_to_int##N(int x) { return
truncate_to_intn
(N, x); }
/external/chromium_org/v8/src/
utils.h
1038
inline T
truncate_to_intn
(T x, unsigned n) {
1060
inline T truncate_to_int##N(T x) { return
truncate_to_intn
(x, N); }
[
all
...]
Completed in 63 milliseconds