HomeSort by relevance Sort by last modified time
    Searched defs:all_ones (Results 1 - 2 of 2) 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)

Completed in 327 milliseconds