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

  /bootable/recovery/
verifier.cpp 151 size_t comment_size = footer[4] + (footer[5] << 8); local
153 LOG(INFO) << "comment is " << comment_size << " bytes; signature is " << signature_start
156 if (signature_start > comment_size) {
158 << comment_size; local
170 size_t eocd_size = comment_size + EOCD_HEADER_SIZE;
271 // The 6 bytes is the "(signature_start) $ff $ff (comment_size)" that the signing tool appends
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 354 uint32 comment_size : 16; member in struct:__anon27427::__anon27428::__anon27429

Completed in 1062 milliseconds