Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhexedit.c51 #define G_mapsize (64*1024) macro
177 munmap(G.baseaddr, G_mapsize); in remap()
180 G_mapsize, in remap()
193 G.eof_byte = G.baseaddr + G_mapsize; in remap()
194 if ((G.size - G.offset) < G_mapsize) { in remap()
206 if ((G.size - G.offset) < G_mapsize) in move_mapping_further()
238 while (pos < G_mapsize) { in move_mapping_lower()