Home
last modified time | relevance | path

Searched defs:c_ptr (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/src/core/util/
Dcpp_impl_of.h39 CType* c_ptr() { in c_ptr() function
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcompletion_queue.pxd.pxi32 cdef grpc_completion_queue* c_ptr(self) member in BaseCompletionQueue
Dcompletion_queue.pyx.pxi40 cdef grpc_completion_queue* c_ptr(self): member in BaseCompletionQueue
/third_party/musl/libc-test/src/functionalext/ldso_cfi/
Dldso_cfi_typeconversion.cpp44 std::shared_ptr<C> c_ptr = std::static_pointer_cast<C>(a_ptr); in main() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/int8/
Dmatmul_dynamic_int8.cc113 auto *c_ptr = reinterpret_cast<float *>(out_tensors_.at(0)->data()); in Run() local
Dmatmul_base_int8.cc502 int8_t *c_ptr = reinterpret_cast<int8_t *>(out_tensors_.at(0)->data()); in RunArm64Sdot() local
544 int8_t *c_ptr = reinterpret_cast<int8_t *>(out_tensors_.at(0)->data()); in Run() local
Dmatmul_dynamic_sdot_int8.cc222 void *c_ptr = out_tensors_.at(0)->data(); in MatMulDynamicRunArm64Sdot() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16/
Dmatmul_base_fp16.cc344 auto c_ptr = reinterpret_cast<float16_t *>(out_tensors_[0]->data()); in Run() local
/third_party/rust/rust/library/alloc/src/ffi/c_str/
Dtests.rs165 let c_ptr = c_string.as_ptr(); in test_c_str_clone_into() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/base/
Darithmetic_base.cc372 …auto c_ptr = static_cast<uint8_t *>(c_matric_.data) + (b_start * c_matric_.inner_size + s_start) *… in DoArithmetic() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Darithmetic.c208 uint8_t *c_ptr = (uint8_t *)(arithmetic->c_matrix_.data_) + in ArithmeticRun() local
/third_party/ffmpeg/libavcodec/
Ddvdec.c569 uint8_t *c_ptr = s->frame->data[j] + c_offset; in dv_decode_video_segment() local
Ddvenc.c913 uint8_t *c_ptr = s->frame->data[j] + c_offset; in dv_encode_video_segment() local
/third_party/mesa3d/src/util/
Dralloc.c672 uint8_t *c_ptr = (uint8_t *)ptr; in get_gc_header() local