Searched refs:bufSize (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer_debug.c | 72 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 D | dcn10_hw_sequencer_debug.h | 40 unsigned int bufSize,
|
| H A D | dcn10_hw_sequencer.h | 155 unsigned int bufSize,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/hw/ |
| H A D | clk_mgr.h | 148 unsigned int bufSize; member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/ |
| H A D | dm_services.h | 146 unsigned int snprintf_count(char *pBuf, unsigned int bufSize, char *fmt, ...);
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/ |
| H A D | hw_sequencer.h | 338 unsigned int bufSize, unsigned int mask);
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputFiles.cpp | 101 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 D | xmlparse.c | 2658 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 D | rn_clk_mgr.c | 311 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 D | vg_clk_mgr.c | 243 unsigned int remaining_buffer = log_info->bufSize; in vg_dump_clk_registers()
|