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

  /external/grub/netboot/
tiara.c 206 static char all_ones[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; local
213 if (memcmp(nic->node_addr, all_ones, sizeof(all_ones)) == 0)
  /external/chromium_org/media/webm/
webm_parser.cc 440 bool all_ones = false; local
445 all_ones = (ch & mask) == mask;
463 all_ones &= (ch == 0xff);
467 if (all_ones)
  /external/chromium_org/net/base/
net_util.cc     [all...]

Completed in 218 milliseconds