Home
last modified time | relevance | path

Searched defs:hint (Results 51 - 75 of 216) sorted by relevance

123456789

/third_party/node/deps/v8/src/base/
H A Dpage-allocator.cc46 void* PageAllocator::AllocatePages(void* hint, size_t size, size_t alignment, in AllocatePages() argument
H A Dvirtual-address-space.cc76 Address VirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages() argument
108 void* hint = reinterpret_cast<void*>(address); in AllocateGuardRegion() local
128 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
147 AllocateSubspace( Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
225 AllocatePages(Address hint, size_t size, size_t alignment, PagePermissions permissions) AllocatePages() argument
290 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
326 AllocateSubspace(Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
[all...]
H A Demulated-virtual-address-subspace.cc47 AllocatePages( Address hint, size_t size, size_t alignment, PagePermissions permissions) AllocatePages() argument
108 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
175 AllocateSubspace( Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
[all...]
H A Dregion-allocator.cc239 RegionAllocator::Address RegionAllocator::AllocateRegion(Address hint, in AllocateRegion() argument
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc185 Address hint = RoundDown(vas->RandomPageAddress(), kSandboxAlignment); in Initialize() local
262 Address hint = rng.NextInt64() % highest_allowed_address; in InitializeAsPartiallyReservedSandbox() local
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgetnameinfo.c60 struct addrinfo *result, hint; in getnameinfo_0200() local
142 struct addrinfo *result, hint; getnameinfo_0600() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c39 struct addrinfo *result, hint; in getaddrinfo_0100() local
56 struct addrinfo *result, hint; in getaddrinfo_0200() local
74 struct addrinfo *result, hint; getaddrinfo_0300() local
92 struct addrinfo *result, hint; getaddrinfo_0400() local
109 struct addrinfo *result, hint; getaddrinfo_0500() local
127 struct addrinfo *result, hint; getaddrinfo_0600() local
145 struct addrinfo *result, hint; getaddrinfo_0700() local
177 struct addrinfo *result, hint; getaddrinfo_0900() local
191 struct addrinfo *result, hint; getaddrinfo_1000() local
206 struct addrinfo *result, hint; getaddrinfo_1100() local
228 struct addrinfo *result, hint; getaddrinfo_1200() local
242 struct addrinfo *result, hint; getaddrinfo_1300() local
258 struct addrinfo *result, hint; getaddrinfo_1400() local
274 struct addrinfo *result, hint; getaddrinfo_1500() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfftwrap.c181 int hint; in spx_fft_init() local
/third_party/python/Modules/_io/clinic/
H A Diobase.c.h224 Py_ssize_t hint = -1; in _io__IOBase_readlines() local
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldhint.c41 FILE *hint; member
121 char hint = '=', field = '='; in filter_frame() local
[all...]
/third_party/glfw/src/
H A Dinit.c440 GLFWAPI void glfwInitHint(int hint, int value) in glfwInitHint() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-general.c229 ecma_op_general_object_default_value(ecma_object_t *obj_p, ecma_preferred_type_hint_t hint) ecma_op_general_object_default_value() argument
302 ecma_op_general_object_ordinary_value(ecma_object_t *obj_p, ecma_preferred_type_hint_t hint) ecma_op_general_object_ordinary_value() argument
[all...]
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp310 iterator insert(const_iterator hint, const value_type& value) in insert() argument
317 iterator insert(const_iterator hint, value_type&& value) in insert() argument
357 iterator emplace_hint(const_iterator hint, Args&& ... args) in emplace_hint() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c58 static int countBits(int hint) in countBits() argument
95 static void cso_data_rehash(struct cso_hash *hash, int hint) in cso_data_rehash() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_bio.cc427 void NodeBIO::TryAllocateForWrite(size_t hint) { in TryAllocateForWrite() argument
/third_party/node/test/js-native-api/test_general/
H A Dtest_general.c140 static void deref_item(napi_env env, void* data, void* hint) { in deref_item() argument
198 static void test_finalize(napi_env env, void* data, void* hint) { in test_finalize() argument
235 static void finalizer_only_callback(napi_env env, void* data, void* hint) { in finalizer_only_callback() argument
265 static void cleanup_env_finalizer(napi_env env, void* data, void* hint) { in cleanup_env_finalizer() argument
/third_party/node/test/js-native-api/test_reference/
H A Dtest_reference.c18 static void FinalizeExternal(napi_env env, void* data, void* hint) { in FinalizeExternal() argument
/third_party/node/test/js-native-api/test_string/
H A Dtest_string.c91 static void free_string(node_api_nogc_env env, void* data, void* hint) { in free_string() argument
/third_party/node/test/node-api/test_threadsafe_function/
H A Dbinding.c42 void* hint; in data_source_thread() local
122 static void call_js(napi_env env, napi_value cb, void* hint, void* data) { in call_js() argument
134 static void call_ref(napi_env env, napi_value _, void* hint, void* data) { in call_ref() argument
167 static void join_the_threads(napi_env env, void *data, void *hint) { in join_the_threads() argument
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c58 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() argument
64 int getaddrinfo_ext(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, in getaddrinfo_ext() argument
[all...]
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c73 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() argument
79 int getaddrinfo_ext(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, in getaddrinfo_ext() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c500 ngtcp2_ksl_remove_hint(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it, const ngtcp2_ksl_it *hint, const ngtcp2_ksl_key *key) ngtcp2_ksl_remove_hint() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c508 nghttp3_ksl_remove_hint(nghttp3_ksl *ksl, nghttp3_ksl_it *it, const nghttp3_ksl_it *hint, const nghttp3_ksl_key *key) nghttp3_ksl_remove_hint() argument
/third_party/node/deps/v8/src/compiler/
H A Dredundancy-elimination.cc308 NumberOperationHint const hint = NumberOperationHintOf(node->op()); in ReduceSpeculativeNumberComparison() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.cc107 NonPrimitiveToPrimitive(Isolate* isolate, ToPrimitiveHint hint) NonPrimitiveToPrimitive() argument
114 OrdinaryToPrimitive(Isolate* isolate, OrdinaryToPrimitiveHint hint) OrdinaryToPrimitive() argument

Completed in 17 milliseconds

123456789