Home
last modified time | relevance | path

Searched refs:ptr (Results 5276 - 5300 of 5545) sorted by relevance

1...<<211212213214215216217218219220>>...222

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c322 static int free_stream(void *data, void *ptr) { in free_stream() argument
325 (void)ptr; in free_stream()
/third_party/libinput/tools/
H A Dlibinput-record.c2118 ep.data.ptr = source; in add_source()
2211 source = ep[i].data.ptr; in dispatch_sources()
/third_party/lz4/lib/
H A Dlz4hc.c88 static U32 LZ4HC_hashPtr(const void* ptr) { return HASH_FUNCTION(LZ4_read32(ptr)); } in LZ4HC_hashPtr() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.h2408 void* operator new(size_t, void* ptr) { return ptr; } in operator new() argument
/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.cc362 if (hash.IsUndefined(isolate)) return Smi::FromInt(-1).ptr(); in GetHash()
365 return hash.ptr(); in GetHash()
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc443 reinterpret_cast<void*>(re->ptr())); in EnsureCompiledIrregexp()
600 reinterpret_cast<void*>(re->ptr()), in CompileIrregexp()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1183 reinterpret_cast<void*>(regexp->ptr())); in SearchRegExpMultiple()
1432 reinterpret_cast<void*>(regexp->ptr())); in RegExpReplace()
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1215 ImGuiID GetID(const void* ptr);
1217 ImGuiID GetIDNoKeepAlive(const void* ptr);
/third_party/node/deps/uv/src/win/
H A Dpipe.c101 static void uv__unique_pipe_name(char* ptr, char* name, size_t size) { in uv__unique_pipe_name() argument
102 snprintf(name, size, "\\\\?\\pipe\\uv\\%p-%lu", ptr, GetCurrentProcessId()); in uv__unique_pipe_name()
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1801 operator()(char* ptr) in operator ()()
1802 {free(ptr);} in operator ()()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1263 pub fn reallocarray(ptr: *mut ::c_void, nmemb: ::size_t, size: ::size_t) -> *mut ::c_void; in reallocarray()
1303 pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t; in malloc_usable_size()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp437 deUint8* ptr = reinterpret_cast<deUint8*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize() local
438 deMemcpy(ptr, &(m_data.vertices[0]), static_cast<size_t>(dataSize)); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp324 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize() local
325 deMemcpy(ptr, &m_data[0], static_cast<size_t>(dataSize)); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1736 deUint32 *ptr = (deUint32 *)copyBuffer->getAllocation().getHostPtr(); in iterate() local
1743 if (ptr[i] != 0) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp270 tcu::Vec4 *ptr = reinterpret_cast<tcu::Vec4*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in setVertices() local
271 std::copy(vertices.begin(), vertices.end(), ptr); in setVertices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSignalOrderTests.cpp79 inline SharedPtr<T> makeSharedPtr (T* ptr) in makeSharedPtr() argument
81 return SharedPtr<T>(ptr); in makeSharedPtr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktBasicDrawTests.cpp423 deUint8* ptr = reinterpret_cast<deUint8*>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize() local
424 deMemcpy(ptr, &(m_data.vertices[0]), static_cast<size_t>(dataSize)); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp321 deUint8* ptr = reinterpret_cast<unsigned char *>(m_vertexBuffer->getBoundMemory().getHostPtr()); in initialize() local
322 deMemcpy(ptr, &m_data[0], static_cast<size_t>(dataSize)); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1736 deUint32 *ptr = (deUint32 *)copyBuffer->getAllocation().getHostPtr(); in iterate() local
1743 if (ptr[i] != 0) in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp1594 const uint8_t *ptr = static_cast<const uint8_t *>(indexInfo->srcIndices); in getBuffer() local
1621 GLuint idx = readIndexValue(ptr, i); in getBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h105 const HandleT *ptr() const { return &mHandle; } in ptr() function in rx::DescriptorSetIndex::WrappedObject
891 vkCmdExecuteCommands(mHandle, commandBufferCount, commandBuffers[0].ptr()); in executeCommands()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.h514 ANGLE_EXPORT void GL_APIENTRY GL_GetObjectPtrLabel(const void *ptr,
581 ANGLE_EXPORT void GL_APIENTRY GL_ObjectPtrLabel(const void *ptr,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.h1289 ANGLE_EXPORT void GL_APIENTRY GL_GetObjectPtrLabelKHR(const void *ptr,
1298 ANGLE_EXPORT void GL_APIENTRY GL_ObjectPtrLabelKHR(const void *ptr,
/third_party/skia/third_party/externals/libpng/
H A Dpng.h1727 PNG_EXPORT(97, void, png_free, (png_const_structrp png_ptr, png_voidp ptr));
1769 png_voidp ptr), PNG_DEPRECATED);
2300 * png_set_unknown_chunks(write-ptr, png_get_unknown_chunks(read-ptr)) doing
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse2.c992 #define LOAD_8x16b(ptr) \
993 _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(ptr)), zero)

Completed in 72 milliseconds

1...<<211212213214215216217218219220>>...222