Home
last modified time | relevance | path

Searched refs:UINT64_MAX (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c38 #define UINT64_MAX _UI64_MAX macro
308 const Uint64 maxValue = UINT64_MAX; in SDLTest_RandomUint64BoundaryValue()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c284 _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 Dmodsocket.c296 _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 Dmodsocket.c276 _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 Dtestvulkan.c38 #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 Dtestautomation_sdltest.c13 #define UINT64_MAX _UI64_MAX macro
A Dtestautomation_video.c13 #define UINT64_MAX ~(Uint64)0 macro
/AliOS-Things-master/components/minilibc/include/
A Dmm.h149 # elif UINTPTR_MAX <= UINT64_MAX
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h1724 #define DUK_UINT64_MAX UINT64_MAX
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c2663 v = UINT64_MAX; in bf_get_uint64()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog76 seek to UINT64_MAX/-1.

Completed in 48 milliseconds