Home
last modified time | relevance | path

Searched refs:duk_uintptr_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h1682 typedef uintptr_t duk_uintptr_t; typedef
1966 typedef duk_uint32_t duk_uintptr_t; typedef
1973 typedef duk_uint64_t duk_uintptr_t; typedef
2703 #define DUK_LOSE_CONST(src) ((void *) (duk_uintptr_t) (src))
A Dduktape.c55591 DUK__DUMPSZ(duk_uintptr_t);
55951 res->hash_seed = (duk_uint32_t) (duk_uintptr_t) res;
60793 duk_uintptr_t key;
60798 key = (duk_uintptr_t) blen ^ (duk_uintptr_t) str;
60799 key &= (duk_uintptr_t) (DUK_USE_LITCACHE_SIZE - 1); /* Assumes size is power of 2. */

Completed in 251 milliseconds