Home
last modified time | relevance | path

Searched refs:ptr_value (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem.h250 void *ptr_value = (void *) non_compressed_pointer; \
252 if (JERRY_UNLIKELY ((ptr_value) == NULL)) \
258 JMEM_CP_SET_NON_NULL_POINTER (cp_value, ptr_value); \
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dpointer.hpp36 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(ptr); in ptr_is_aligned() local
37 return (ptr_value & (a - 1)) == 0; in ptr_is_aligned()
/third_party/node/test/js-native-api/test_general/
Dtest_general.c277 uintptr_t ptr_value; in env_cleanup_wrap() local
282 ptr_value = value; in env_cleanup_wrap()
283 return wrap_first_arg(env, info, cleanup_env_finalizer, (void*)ptr_value); in env_cleanup_wrap()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_format_test.cc417 auto ptr_value = static_cast<uintptr_t>(value); in TEST() local
418 const int& something = *reinterpret_cast<const int*>(ptr_value); in TEST()
419 EXPECT_EQ(StrFormat("%p", &something), StrFormat("0x%x", ptr_value)); in TEST()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h913 void *ptr_value; member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c3362 oa[i].ptr_value, in parse_options_va()
3376 oa[i].ptr_value, in parse_options_va()
3386 oa[i].ptr_value, in parse_options_va()
/third_party/libabigail/src/
Dabg-comparison.cc1240 size_t ptr_value = reinterpret_cast<size_t>(canonical); in diff_has_been_visited() local
1241 pointer_map::iterator it = priv_->visited_diff_nodes_.find(ptr_value); in diff_has_been_visited()
Dabg-ir.cc26365 size_t ptr_value = reinterpret_cast<size_t>(canonical_type); in type_node_has_been_visited() local
26366 pointer_set::iterator it = priv_->visited_ir_nodes.find(ptr_value); in type_node_has_been_visited()
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi945 @code{ptr_value} member should be set. For options taking two pointer
947 the @code{value} and the @code{ptr_value} members should be used to
Dlibmicrohttpd.info822 Note that for options taking only a single pointer, the 'ptr_value'
825 and the 'ptr_value' members should be used to pass the two