/external/llvm/test/CodeGen/Hexagon/ |
D | v60Vasr.ll | 8 %struct.buffer_t = type { i64, i8*, [4 x i32], [4 x i32], [4 x i32], i32, i8, i8, [6 x i8] } 11 …i32 @__test_vasr(%struct.buffer_t* noalias nocapture %f.buffer, %struct.buffer_t* noalias nocaptur… 13 %buf_host = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %f.buffer, i32 0, i32 1 15 %buf_dev = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %f.buffer, i32 0, i32 0 20 …%buf_min = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %f.buffer, i32 0, i32 4, i32… 22 %buf_host10 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %g.buffer, i32 0, i32 1 24 %buf_dev11 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %g.buffer, i32 0, i32 0 29 …%buf_min22 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %g.buffer, i32 0, i32 4, i… 31 %buf_host27 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %res.buffer, i32 0, i32 1 33 %buf_dev28 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %res.buffer, i32 0, i32 0 [all …]
|
/external/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
D | preserve-order64.ll | 5 %struct.buffer_t = type { i64, i8* } 6 %struct.nested.buffer = type { %struct.buffer_t, %struct.buffer_t } 18 define void @preserve_order_64(%struct.buffer_t* noalias %buff) #0 { 20 %tmp1 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %buff, i64 0, i32 1 24 %tmp0 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %buff, i64 0, i32 0 35 define void @transitive_reorder(%struct.buffer_t* noalias %buff, %struct.nested.buffer* noalias %ne… 38 %tmp1 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %nest0_0, i64 0, i32 1 43 %tmp0 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %nest1_0, i64 0, i32 0 55 define void @no_vect_phi(i32* noalias %ptr, %struct.buffer_t* noalias %buff) { 57 %tmp1 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %buff, i64 0, i32 1 [all …]
|
D | preserve-order32.ll | 5 %struct.buffer_t = type { i32, i8* } 17 define void @preserve_order_32(%struct.buffer_t* noalias %buff) #0 { 19 %tmp1 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %buff, i32 0, i32 1 23 %tmp0 = getelementptr inbounds %struct.buffer_t, %struct.buffer_t* %buff, i32 0, i32 0
|
/external/harfbuzz_ng/src/ |
D | hb-wasm-api.h | 154 typedef struct buffer_t buffer_t; typedef 157 ptr_d(buffer_t, buffer), 161 ptr_d(buffer_t, buffer), 165 ptr_d(buffer_t, buffer)); 168 ptr_d(buffer_t, buffer)); 171 ptr_d(buffer_t, buffer)); 174 ptr_d(buffer_t, buffer)); 302 ptr_d(buffer_t, buffer), 313 ptr_d(buffer_t, buffer),
|
D | hb-wasm-api-buffer.hh | 103 ptr_d(buffer_t, buffer), in HB_WASM_API() 154 ptr_d(buffer_t, buffer), in HB_WASM_API() 184 ptr_d(buffer_t, buffer)) in HB_WASM_API() 192 ptr_d(buffer_t, buffer)) in HB_WASM_API() 200 ptr_d(buffer_t, buffer)) in HB_WASM_API() 208 ptr_d(buffer_t, buffer)) in HB_WASM_API()
|
D | hb-wasm-api-shape.hh | 38 ptr_d(buffer_t, buffer), in HB_WASM_INTERFACE()
|
/external/OpenCL-CTS/test_common/harness/ |
D | os_helpers.cpp | 50 typedef std::vector<char> buffer_t; typedef 89 buffer_t buffer(100); in _err_msg() 142 buffer_t path(_size); in exe_path() 175 buffer_t buffer(path.c_str(), in exe_dir() 215 buffer_t buffer(200); in _err_msg() 277 buffer_t path(_size); in exe_path() 330 buffer_t buffer(path.c_str(), in exe_dir() 407 buffer_t path(_size); in exe_path() 458 buffer_t drv(_MAX_DRIVE); in exe_dir() 459 buffer_t dir(_MAX_DIR); in exe_dir() [all …]
|
/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | null_iterator_test.cpp | 37 typedef boost::aligned_storage<sizeof(void*)*4>::type buffer_t; typedef 39 static buffer_t buffer_0x00; 40 static buffer_t buffer_0xFF; 45 BOOST_STATIC_ASSERT(sizeof(buffer_t) >= sizeof(Iterator)); in on_0x00_buffer() 52 BOOST_STATIC_ASSERT(sizeof(buffer_t) >= sizeof(Iterator)); in on_0xFF_buffer()
|
/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | monitor.cpp | 20 class buffer_t class 25 buffer_t(int n) in buffer_t() function in buffer_t 52 static buffer_t& get_buffer() in get_buffer() 54 static buffer_t buf(2); in get_buffer() 93 typedef buffer_t<M> buffer_type; in do_test()
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | null_iterators_test.cpp | 32 typedef boost::container::dtl::aligned_storage<sizeof(void*)*4>::type buffer_t; typedef 34 static buffer_t buffer_0x00; 35 static buffer_t buffer_0xFF; 40 BOOST_STATIC_ASSERT(sizeof(buffer_t) >= sizeof(Iterator)); in on_0x00_buffer() 47 BOOST_STATIC_ASSERT(sizeof(buffer_t) >= sizeof(Iterator)); in on_0xFF_buffer()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2016-01-07-BranchWeightCrash.ll | 5 %struct.buffer_t = type { i64, i8*, [4 x i32], [4 x i32], [4 x i32], i32, i8, i8, [2 x i8] } 7 declare i32 @__f1(i8*, %struct.buffer_t* noalias) 10 define i32 @f1(i8* %__user_context, %struct.buffer_t* noalias %f1.buffer) { 18 %__f1_result = call i32 @__f1(i8* %__user_context, %struct.buffer_t* %f1.buffer) #5
|
/external/zstd/contrib/largeNbDicts/ |
D | largeNbDicts.c | 73 } buffer_t; typedef 75 static const buffer_t kBuffNull = { NULL, 0, 0 }; 78 static buffer_t createBuffer(size_t capacity) in createBuffer() 84 buffer_t buffer; in createBuffer() 91 static void freeBuffer(buffer_t buff) in freeBuffer() 97 static void fillBuffer_fromHandle(buffer_t* buff, FILE* f) in fillBuffer_fromHandle() 105 static buffer_t createBuffer_fromFile(const char* fileName) in createBuffer_fromFile() 116 buffer_t buff = createBuffer(bufferSize); in createBuffer_fromFile() 129 static buffer_t 152 buffer_t result; in createDictionaryBuffer() [all …]
|
/external/eigen/Eigen/src/Core/arch/SYCL/ |
D | SyclMemoryModel.h | 142 using buffer_t = cl::sycl::buffer_mem; variable 150 buffer_t m_buffer; 154 pMapNode_t(buffer_t b, size_t size, bool f) in pMapNode_t() 331 inline virtual_pointer_t add_pointer(const buffer_t &b) { in add_pointer() 338 inline virtual_pointer_t add_pointer(buffer_t &&b) { in add_pointer() 519 using buffer_t = cl::sycl::buffer<buffer_data_type_t, 1>; in SYCLmalloc() local 520 auto thePointer = pMap.add_pointer(buffer_t(cl::sycl::range<1>{size})); in SYCLmalloc()
|
/external/libtextclassifier/native/utils/tflite/ |
D | blacklist.cc | 77 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in BlacklistOpInit() local 78 return new BlacklistOp(flexbuffers::GetRoot(buffer_t, length).AsMap()); in BlacklistOpInit()
|
/external/curl/packages/OS400/ |
D | os400sys.c | 70 struct buffer_t { struct 82 static struct buffer_t *locbufs; argument 89 struct buffer_t *p = (struct buffer_t *) private; in thdbufdestroy() 113 locbufs = (struct buffer_t *) NULL; in terminate() 121 get_buffer(struct buffer_t *buf, long size) in get_buffer() 171 struct buffer_t *bufs; in buffer_threaded() 177 bufs = (struct buffer_t *) pthread_getspecific(thdkey); in buffer_threaded()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | mfcc.cc | 56 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in Init() local 58 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap(); in Init()
|
D | audio_spectrogram.cc | 54 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in Init() local 56 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap(); in Init()
|
D | numeric_verify.cc | 72 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in Init() local 73 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap(); in Init()
|
/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/ |
D | converter_lexical_streams.hpp | 123 typedef basic_unlockedbuf<std::streambuf, char> buffer_t; 127 typedef basic_unlockedbuf<std::basic_streambuf<CharT, Traits>, CharT> buffer_t; 581 … typedef BOOST_DEDUCED_TYPENAME out_stream_helper_trait<CharT, Traits>::buffer_t buffer_t; in shr_using_base_class() typedef 582 buffer_t buf; in shr_using_base_class() 585 … buf.setbuf(const_cast<CharT*>(start), static_cast<typename buffer_t::streamsize>(finish - start)); in shr_using_base_class()
|
/external/harfbuzz_ng/src/wasm/sample/c/ |
D | shape-ot.cc | 13 buffer_t *buffer, in shape()
|
D | shape-fallback.cc | 14 buffer_t *buffer, in shape()
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
D | decode_jpeg.cc | 46 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in Init() local 47 const flexbuffers::Map m = flexbuffers::GetRoot(buffer_t, length).AsMap(); in Init()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ |
D | ngrams.cc | 75 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in Init() local 76 return new NgramsAttributes(flexbuffers::GetRoot(buffer_t, length).AsMap()); in Init()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ |
D | audio_microfrontend.cc | 44 const uint8_t* buffer_t = reinterpret_cast<const uint8_t*>(buffer); in Init() local 45 const flexbuffers::Map& m = flexbuffers::GetRoot(buffer_t, length).AsMap(); in Init()
|
/external/sdv/vsomeip/third_party/boost/range/test/ |
D | string.cpp | 57 typedef boost::array<value_type, Length + 1> buffer_t; typedef in __anon03b48df70111::test_string 58 buffer_t m_buffer;
|