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

  /external/syslinux/gpxe/src/drivers/net/
forcedeth.c 651 static void start_tx(struct nic *nic __unused) function
655 dprintf(("start_tx\n"));
1057 start_tx(nic);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 850 int start_tx, end_tx; local
858 start_tx = max_tx_size;
863 start_tx = chosen_tx_size;
867 for (n = start_tx; n >= end_tx; n--) {
    [all...]

Completed in 300 milliseconds