HomeSort by relevance Sort by last modified time
    Searched refs:mediatable (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
testpwg.c 47 const pwg_media_t *mediatable; /* Media size table */ local
316 for (mediatable = _pwgMediaTable(&num_media);
318 num_media --, mediatable ++)
320 for (i = num_media - 1, pwgmedia = mediatable + 1; i > 0; i --, pwgmedia ++)
322 if (pwgmedia->width == mediatable->width &&
323 pwgmedia->length == mediatable->length)
333 pwgmedia->pwg, mediatable->pwg, pwgmedia->width,
  /external/syslinux/gpxe/src/drivers/net/
tulip.c 333 struct mediatable {
421 u8 media_table_storage[(sizeof(struct mediatable) + 32*sizeof(struct medialeaf))];
423 struct mediatable *mtable;
835 struct mediatable *mtable;
843 tp->mtable = mtable = (struct mediatable *)&tp->media_table_storage[0];
332 struct mediatable { struct
    [all...]

Completed in 77 milliseconds