Home | History | Annotate | Download | only in common

Lines Matching defs:clbytes

368 	int	clbytes;
373 clbytes = 1024;
400 clbytes = 4096;
413 clbytes = 8192;
417 clbytes = 0;
420 return(clbytes);
675 u_int32_t magic, clbytes, clofset;
838 clbytes = getCLBYTES(mid);
839 clofset = clbytes - 1;
847 dl->a_text_fill = clbytes - (ex.a_text & clofset);
848 if (dl->a_text_fill == clbytes)
854 dl->a_data_fill = clbytes - (ex.a_data & clofset);
855 if (dl->a_data_fill == clbytes)
861 dl->a_bss_fill = clbytes - (ex.a_bss & clofset);
862 if (dl->a_bss_fill == clbytes)
865 dl->a_bss_fill = clbytes -
867 if (dl->a_bss_fill == clbytes)