Home
last modified time | relevance | path

Searched refs:ptr_value (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
H A 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/
H A Dpointer.hpp36 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(ptr); variable
37 return (ptr_value & (a - 1)) == 0;
/third_party/node/test/js-native-api/test_general/
H A 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/
H A 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/
H A Dmicrohttpd.h913 void *ptr_value; member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A 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/
H A 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()
H A 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()

Completed in 57 milliseconds