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

  /external/chromium_org/chrome/installer/util/
installer_state.cc 616 uint32 file_bits) const {
623 DCHECK_NE(file_bits, 0U);
624 DCHECK_LT(file_bits, 1U << NUM_BINARIES);
640 if (!(file_bits & (1U << i)))
installer_state.h 219 // Bits for the |file_bits| argument of AnyExistsAndIsInUse.
235 // Returns true if any file corresponding to a bit in |file_bits| (from the
238 uint32 file_bits) const;
  /external/libpng/contrib/tools/
pngfix.c 2021 int file_bits; \/* window bits from the file *\/ member in struct:zlib
2295 int file_bits = 8+(bIn >> 4); local
    [all...]

Completed in 4960 milliseconds