Home
last modified time | relevance | path

Searched defs:y (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/include/
Dpubdef.h51 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dblock_on.rs132 let y = runtime in sdv_block_on_nest_spawn_and_spawn() localVariable
167 let y = runtime in sdv_block_on_nest_spawn_nest_spawn() localVariable