Searched defs:kbytes (Results 1 – 5 of 5) sorted by relevance
701 int kbytes; /* Kilobytes in banner */ in cupsdTimeoutJob() local1212 int kbytes; /* Size of print file */ in add_job() local4113 int kbytes; /* Size of banner file in kbytes */ in copy_banner() local8424 int kbytes; /* Size of file */ in print_job() local9600 int kbytes; /* Size of file */ in send_document() local
81 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) in print_resource_track() macro
21 const uint32_t kbytes = DIV_ROUND_UP(bytes, 1024); in slm_encode_lookup() local
111 #define kbytes(x) (((unsigned long long)(x) + 1023) / 1024) in print_resource_track() macro
432 #define kbytes(x) (((unsigned long long)(x) + 1023) / 1024) in print_resource_track() macro