/external/ruy/ruy/ |
D | create_trmul_params.h | 251 const MulParams<AccumScalar, DstScalar>& mul_params, int user_size, 255 for (int i = user_size; i < user_capacity; i++) { 260 for (int i = user_size; i < user_capacity; i++) { 265 for (int i = user_size; i < user_capacity; i++) { 271 (void)user_size; 288 const int user_size = params.src[channel_side].layout.cols; 290 user_size, mul_params->perchannel_buffers_capacity_rounding()); 298 user_size * sizeof(AccumScalar)); 299 std::memset(new_data + user_size, 0, 300 (required_capacity - user_size) * sizeof(AccumScalar)); [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_report.cpp | 118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument 123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
|
D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
/external/curl/lib/ |
D | memdebug.c | 145 size_t size, user_size; in curl_dbg_calloc() local 154 user_size = wanted_size * wanted_elements; in curl_dbg_calloc() 155 size = sizeof(struct memdebug) + user_size; in curl_dbg_calloc() 159 mem->size = user_size; in curl_dbg_calloc()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-sequencer.h | 85 size_t user_size; /* size of user alloc */ member
|
/external/ImageMagick/coders/ |
D | dpx.c | 154 user_size; member 741 dpx.file.user_size=ReadBlobLong(image); in ReadDPXImage() 1106 if ((dpx.file.user_size != ~0U) && in ReadDPXImage() 1107 ((size_t) dpx.file.user_size > sizeof(dpx.user.id))) in ReadDPXImage() 1112 if ((MagickSizeType) dpx.file.user_size > GetBlobSize(image)) in ReadDPXImage() 1116 dpx.file.user_size-sizeof(dpx.user.id)); in ReadDPXImage() 1578 dpx.file.user_size=0; in WriteDPXImage() 1581 dpx.file.user_size+=(unsigned int) GetStringInfoLength(profile); in WriteDPXImage() 1582 dpx.file.user_size=(((dpx.file.user_size+0x2000-1)/0x2000)*0x2000); in WriteDPXImage() 1584 offset+=WriteBlobLong(image,dpx.file.user_size); in WriteDPXImage()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_report.h | 73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
|
D | asan_errors.h | 237 uptr user_size; member 246 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
D | asan_report.cpp | 307 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument 310 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | etnaviv_drm.h | 223 __u64 user_size; /* in, page aligned user size */ member
|
/external/kernel-headers/original/uapi/drm/ |
D | etnaviv_drm.h | 231 __u64 user_size; /* in, page aligned user size */ member
|
/external/mesa3d/include/drm-uapi/ |
D | etnaviv_drm.h | 231 __u64 user_size; /* in, page aligned user size */ member
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/ |
D | minimal-secure-streams.c | 423 i.user_size = sizeof(myseq_t); in main()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_shrink.c | 238 userptr.user_size = alloc; in userptr() 258 userptr.user_size = 8192; in has_userptr()
|
D | gem_concurrent_all.c | 237 arg.user_size = 8192; in create_userptr_require() 242 4096, arg.user_size) == 0); in create_userptr_require() 261 userptr.user_size = b->page_size; in userptr_create_bo() 263 ptr = mmap(NULL, userptr.user_size, in userptr_create_bo() 275 userptr.user_size, 0); in userptr_create_bo()
|
D | gem_userptr_blits.c | 479 userptr.user_size = 0; in test_input_checking() 487 userptr.user_size = ~0; in test_input_checking() 495 userptr.user_size = ~0; in test_input_checking() 503 userptr.user_size = 0; in test_input_checking()
|
/external/libwebsockets/lib/abstract/ |
D | test-sequencer.c | 243 i.user_size = sizeof(struct lws_seq_test_sequencer); in lws_abs_unit_test_sequencer()
|
/external/igt-gpu-tools/lib/ |
D | ioctl_wrappers.h | 108 uint64_t user_size; member
|
/external/libwebsockets/lib/core-net/ |
D | sequencer.c | 100 lws_seq_t *seq = lws_zalloc(sizeof(*seq) + i->user_size, __func__); in lws_seq_create()
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/ |
D | main.c | 376 i.user_size = sizeof(struct myseq); in main()
|
/external/python/cpython2/Modules/ |
D | puremodule.c | 342 map_pool_callback(char* mem, int user_size, void *user_aux_data) in map_pool_callback() argument 347 PyObject* memobj = Py_BuildValue("lil", memrep, user_size, in map_pool_callback()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_exec_tracer.c | 375 trace_add(t, userptr->handle, userptr->user_size); in ioctl()
|
/external/libwebsockets/lib/abstract/transports/ |
D | unit-test.c | 428 i.user_size = sizeof(*s); in lws_atcut_create()
|
/external/igt-gpu-tools/tools/ |
D | aubdump.c | 262 __u64 user_size; member 1230 add_new_bo(userptr->handle, userptr->user_size, in ioctl()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 145 .user_size = size, in anv_gem_userptr()
|