Home
last modified time | relevance | path

Searched defs:DIV_CEIL (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/bigint/
H A Dutil.h19 #define DIV_CEIL(x, y) (((x)-1) / (y) + 1) macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh765 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b) in DIV_CEIL() function

Completed in 3 milliseconds