/third_party/libunwind/src/ |
D | os-ohos.c | 94 unw_get_symbol_info(struct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_st… in unw_get_symbol_info() argument 101 …return elf_w (get_symbol_info_in_image)(&(map->ei), map->start, map->offset, pc, buf_sz, buf, sym_… in unw_get_symbol_info() 105 unw_get_symbol_info_by_pc(unw_addr_space_t as, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_st… in unw_get_symbol_info_by_pc() argument 119 …return elf_w (get_symbol_info_in_image)(&(map->ei), map->start, map->offset, pc, buf_sz, buf, sym_… in unw_get_symbol_info_by_pc() 229 …anaged_native_frame(int pid, uintptr_t* pc, uintptr_t* fp, uintptr_t* sp, char* buf, size_t buf_sz) in unw_step_ark_managed_native_frame() argument 232 return step_ark_managed_native_frame_fn(pid, pc, fp, sp, buf, buf_sz); in unw_step_ark_managed_native_frame() 238 return step_ark_managed_native_frame_fn(pid, pc, fp, sp, buf, buf_sz); in unw_step_ark_managed_native_frame() 259 return step_ark_managed_native_frame_fn(pid, pc, fp, sp, buf, buf_sz); in unw_step_ark_managed_native_frame() 263 …_heap_crash_info(int pid, uintptr_t* x20, uintptr_t* fp, int out_js_info, char* buf, size_t buf_sz) in unw_get_ark_js_heap_crash_info() argument 266 return get_ark_js_heap_crash_info_fn(pid, x20, fp, out_js_info, buf, buf_sz); in unw_get_ark_js_heap_crash_info() [all …]
|
D | os-linux.c | 52 int buf_sz = sz + 256; in maps_create_list() local 53 …buf = (struct map_info*)mmap(NULL, buf_sz * sizeof(struct map_info), PROT_READ | PROT_WRITE, MAP_A… in maps_create_list() 60 if (index >= buf_sz) { in maps_create_list() 79 cur_map->buf_sz = buf_sz; in maps_create_list() 86 munmap(buf, buf_sz * sizeof(struct map_info)); in maps_create_list() 97 int buf_sz = map_info->buf_sz; in maps_destroy_list() local 120 munmap(buf, buf_sz * sizeof(struct map_info)); in maps_destroy_list()
|
D | os-ohos.h | 31 extern int unw_get_symbol_info(struct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint6… 32 extern int unw_get_symbol_info_by_pc(unw_addr_space_t as, uint64_t pc, int buf_sz, char *buf, uint6… 38 …naged_native_frame(int pid, uintptr_t* pc, uintptr_t* fp, uintptr_t* sp, char* buf, size_t buf_sz); 39 …heap_crash_info(int pid, uintptr_t* x20, uintptr_t* fp, int out_js_info, char* buf, size_t buf_sz);
|
D | elfxx.c | 164 int buf_sz, in elf_w() 214 strncpy (buf, strtab + sym->st_name, buf_sz); in elf_w() 215 buf[buf_sz - 1] = '\0'; in elf_w() 557 int buf_sz, in elf_w() 563 …int ret = elf_w (find_symbol_info_in_image) (ei, load_offset, pc, buf_sz, buf, sym_start, sym_end); in elf_w() 577 …ret = elf_w (find_symbol_info_in_image) (ei->mdi, load_offset, pc, buf_sz, buf, sym_start, sym_end… in elf_w()
|
D | elfxx.h | 63 int buf_sz,
|
/third_party/libunwind/include/ |
D | libunwind_i-ohos.h | 44 …heap_crash_info(int pid, uintptr_t* x20, uintptr_t* fp, int out_js_info, char* buf, size_t buf_sz); 46 extern int unw_get_symbol_info(struct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint6… 57 extern int unw_get_symbol_info_by_pc(unw_addr_space_t as, uint64_t pc, int buf_sz, char *buf, uint6…
|
D | map_info.h | 40 int buf_sz; member
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpldacpay.c | 198 gsize buf_sz; in gst_rtp_ldac_pay_handle_buffer() local 216 buf_sz = gst_buffer_get_size (buffer); in gst_rtp_ldac_pay_handle_buffer() 224 "Pushing %" G_GSIZE_FORMAT " bytes: %" GST_TIME_FORMAT, buf_sz, in gst_rtp_ldac_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | planaraudioadapter.c | 30 gsize buf_sz; in generate_buffer() local 37 buf_sz = info->channels * (nsamples + dummy_start + dummy_end) * bps; in generate_buffer() 38 data = g_malloc (buf_sz); in generate_buffer() 40 buf = gst_buffer_new_wrapped (data, buf_sz); in generate_buffer()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_admin_arg.cc | 600 const uint32_t buf_sz = 1024; in StartServer() local 601 buf.resize(buf_sz); in StartServer() 602 auto n = read(0, buf.data(), buf_sz); in StartServer() 606 n = read(0, buf.data(), buf_sz); in StartServer()
|
/third_party/libuv/src/win/ |
D | fs.c | 149 ssize_t buf_sz = 0, path_len = 0, pathw_len = 0, new_pathw_len = 0; in fs__capture_path() local 165 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path() 170 buf_sz += path_len; in fs__capture_path() 184 buf_sz += new_pathw_len * sizeof(WCHAR); in fs__capture_path() 188 if (buf_sz == 0) { in fs__capture_path() 195 buf = (char*) uv__malloc(buf_sz); in fs__capture_path() 233 assert(path_len == buf_sz - (pos - buf)); in fs__capture_path()
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 387 BOOST_CONSTEXPR_OR_CONST std::size_t buf_sz = 65536u; in copy_file_data_read_write() local 388 boost::scoped_array<char> buf(new (std::nothrow) char[buf_sz]); in copy_file_data_read_write() 394 ssize_t sz_read = ::read(infile, buf.get(), buf_sz); in copy_file_data_read_write()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2211 int res, t, buf_sz, dio_tmp; in do_scsi_device_read_write() local 2494 if (ioctl(infd, SG_GET_RESERVED_SIZE, &buf_sz) < in do_scsi_device_read_write() 2499 blocks_per = (buf_sz + bs - 1) / bs; in do_scsi_device_read_write() 2550 if (ioctl(outfd, SG_GET_RESERVED_SIZE, &buf_sz) in do_scsi_device_read_write() 2555 blocks_per = (buf_sz + bs - 1) / bs; in do_scsi_device_read_write()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 967 const unsigned buf_sz = sz * 16 * sizeof(float); in gen4_upload_curbe() local 973 u_upload_alloc(ice->ctx.const_uploader, 0, buf_sz, 64, in gen4_upload_curbe()
|