/src/lib/libc/db/hash/ |
page.h | 89 uint16_t next_addr; member in struct:__anon9d08c6170108
|
page.h | 89 uint16_t next_addr; member in struct:__anon9d08c6170108
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ras_eeprom.h | 50 uint32_t next_addr; member in struct:amdgpu_ras_eeprom_control
|
amdgpu_ras_eeprom.h | 50 uint32_t next_addr; member in struct:amdgpu_ras_eeprom_control
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_dma.c | 126 uint32_t cur_addr, hw_addr, next_addr; local in function:via_cmdbuf_wait 131 next_addr = cur_addr + size + 512 * 1024; 137 ("via_cmdbuf_wait timed out hw %x cur_addr %x next_addr %x\n", 138 hw_addr, cur_addr, next_addr); 141 if ((cur_addr < hw_addr) && (next_addr >= hw_addr)) 143 } while ((cur_addr < hw_addr) && (next_addr >= hw_addr));
|
via_dma.c | 126 uint32_t cur_addr, hw_addr, next_addr; local in function:via_cmdbuf_wait 131 next_addr = cur_addr + size + 512 * 1024; 137 ("via_cmdbuf_wait timed out hw %x cur_addr %x next_addr %x\n", 138 hw_addr, cur_addr, next_addr); 141 if ((cur_addr < hw_addr) && (next_addr >= hw_addr)) 143 } while ((cur_addr < hw_addr) && (next_addr >= hw_addr));
|
/src/bin/ed/ |
main.c | 291 while ((addr = next_addr()) >= 0) { 312 /* next_addr: return the next line address in the command buffer */ 314 next_addr(void) function in typeref:typename:long
|
main.c | 291 while ((addr = next_addr()) >= 0) { 312 /* next_addr: return the next line address in the command buffer */ 314 next_addr(void) function in typeref:typename:long
|