Home
last modified time | relevance | path

Searched refs:bufSize (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c72 static unsigned int dcn10_get_hubbub_state(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_hubbub_state() argument
79 unsigned int remaining_buffer = bufSize; in dcn10_get_hubbub_state()
107 return bufSize - remaining_buffer; in dcn10_get_hubbub_state()
110 static unsigned int dcn10_get_hubp_states(struct dc *dc, char *pBuf, unsigned int bufSize, bool inv… in dcn10_get_hubp_states() argument
117 unsigned int remaining_buffer = bufSize; in dcn10_get_hubp_states()
186 return bufSize - remaining_buffer; in dcn10_get_hubp_states()
189 static unsigned int dcn10_get_rq_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_rq_states() argument
195 unsigned int remaining_buffer = bufSize; in dcn10_get_rq_states()
228 return bufSize - remaining_buffer; in dcn10_get_rq_states()
231 static unsigned int dcn10_get_dlg_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_dlg_states() argument
[all …]
H A Ddcn10_hw_sequencer_debug.h40 unsigned int bufSize,
H A Ddcn10_hw_sequencer.h155 unsigned int bufSize,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dclk_mgr.h148 unsigned int bufSize; member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddm_services.h146 unsigned int snprintf_count(char *pBuf, unsigned int bufSize, char *fmt, ...);
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer.h338 unsigned int bufSize, unsigned int mask);
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp101 size_t bufSize = mb.getBuffer().size(); in getELFKind() local
102 if ((size == ELFCLASS32 && bufSize < sizeof(Elf32_Ehdr)) || in getELFKind()
103 (size == ELFCLASS64 && bufSize < sizeof(Elf64_Ehdr))) in getELFKind()
/openbsd-src/lib/libexpat/lib/
H A Dxmlparse.c2658 int bufSize; in storeRawNames()
2676 bufSize = nameLen + (int)rawNameLen; in storeRawNames()
2677 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames()
2678 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2693 tag->bufEnd = temp + bufSize; in contentProcessor()
3021 int bufSize; in doContent()
3032 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent()
3034 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3038 tag->bufEnd = temp + bufSize; in doContent()
2641 int bufSize; storeRawNames() local
3004 int bufSize; doContent() local
/openbsd-src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c311 unsigned int remaining_buffer = log_info->bufSize; in rn_dump_clk_registers()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c243 unsigned int remaining_buffer = log_info->bufSize; in vg_dump_clk_registers()