Searched refs:UINT64_MAX (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 38 #define UINT64_MAX _UI64_MAX macro 308 const Uint64 maxValue = UINT64_MAX; in SDLTest_RandomUint64BoundaryValue()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | modsocket.c | 284 _socket_settimeout(sock, UINT64_MAX); in socket_make_new() 351 _socket_settimeout(sock, UINT64_MAX); in socket_accept() 454 sock->retries = (timeout_ms == UINT64_MAX) ? UINT_MAX : timeout_ms * 1000 / SOCKET_POLL_US; in _socket_settimeout() 466 _socket_settimeout(self, UINT64_MAX); in socket_settimeout() 482 _socket_settimeout(self, UINT64_MAX); in socket_setblocking()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | modsocket.c | 296 _socket_settimeout(sock, UINT64_MAX); in socket_make_new() 363 _socket_settimeout(sock, UINT64_MAX); in socket_accept() 471 sock->retries = (timeout_ms == UINT64_MAX) in _socket_settimeout() 488 _socket_settimeout(self, UINT64_MAX); in socket_settimeout() 505 _socket_settimeout(self, UINT64_MAX); in socket_setblocking()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | modsocket.c | 276 _socket_settimeout(sock, UINT64_MAX); in socket_make_new() 340 _socket_settimeout(sock, UINT64_MAX); in socket_accept() 436 sock->retries = (timeout_ms == UINT64_MAX) ? UINT_MAX : timeout_ms * 1000 / SOCKET_POLL_US; in _socket_settimeout() 450 _socket_settimeout(self, UINT64_MAX); in socket_settimeout() 465 _socket_settimeout(self, UINT64_MAX); in socket_setblocking()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testvulkan.c | 38 #ifndef UINT64_MAX /* VS2008 */ 39 #define UINT64_MAX 18446744073709551615 macro 1043 UINT64_MAX, in render() 1057 vulkanContext.device, 1, &vulkanContext.fences[frameIndex], VK_FALSE, UINT64_MAX); in render()
|
A D | testautomation_sdltest.c | 13 #define UINT64_MAX _UI64_MAX macro
|
A D | testautomation_video.c | 13 #define UINT64_MAX ~(Uint64)0 macro
|
/AliOS-Things-master/components/minilibc/include/ |
A D | mm.h | 149 # elif UINTPTR_MAX <= UINT64_MAX
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 1724 #define DUK_UINT64_MAX UINT64_MAX
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 2663 v = UINT64_MAX; in bf_get_uint64()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 76 seek to UINT64_MAX/-1.
|
Completed in 48 milliseconds