Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dvulkan_mkenum.py20 c_array = ['--fhead', variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgl_mkenum.py20 c_array = ['--fhead', variable
/third_party/boost/boost/
Darray.hpp167 T* c_array() { return elems; } in c_array() function in boost::array
293 T* c_array() { return 0; } in c_array() function in boost::array
360 template <typename T, std::size_t N> struct c_array struct
362 typedef T type[N];
/third_party/boost/libs/type_traits/examples/
Dtrivial_destructor_example.cpp85 char c_array[array_size] = {0,}; variable
Dcopy_example.cpp102 char* c_array = c_array_; variable
Dfill_example.cpp99 char* c_array = c_array_; variable
/third_party/mindspore/mindspore/communication/
D_hccl_management.py91 def c_array(ctype, values): function
/third_party/json/test/src/
Dunit-readme.cpp218 std::array<unsigned long, 4> c_array {{1, 2, 3, 4}}; in skip() local
/third_party/json/doc/examples/
Dbasic_json__CompatibleType.cpp88 std::array<unsigned long, 4> c_array {{1, 2, 3, 4}}; in main() local
/third_party/boost/libs/program_options/test/
Dexception_txt_test.cpp143 #define VEC_STR_PUSH_BACK(vec, c_array) \ argument
/third_party/boost/boost/ptr_container/
Dptr_circular_buffer.hpp544 value_type* c_array() // nothrow in c_array() function in boost::ptr_circular_buffer
Dptr_sequence_adapter.hpp535 value_type* c_array() // nothrow in c_array() function in boost::ptr_sequence_adapter
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c109 int *c_array; member
316 int *c_array = fm->c_array; in calc_combed_score() local
/third_party/python/Python/
Dhamt.c331 PyObject *c_array[1]; member