Searched refs:zeros (Results 1 – 7 of 7) sorted by relevance
507 int zeros; in asn1_put_integer() local510 zeros = 0; in asn1_put_integer()511 while (zeros < 3 && bin[zeros] == 0) in asn1_put_integer()512 zeros++; in asn1_put_integer()514 wpabuf_put_u8(buf, 4 - zeros); in asn1_put_integer()515 wpabuf_put_data(buf, &bin[zeros], 4 - zeros); in asn1_put_integer()
89 unsigned zeros = 0; in esp_efuse_block_is_empty() local92 ++zeros; in esp_efuse_block_is_empty()95 if (zeros == blk_len_bit / 32) { in esp_efuse_block_is_empty()
80 unsigned zeros = 0; in esp_efuse_block_is_empty() local83 ++zeros; in esp_efuse_block_is_empty()86 if (zeros == blk_len_bit / 32) { in esp_efuse_block_is_empty()
67 unsigned zeros = 0; in esp_efuse_block_is_empty() local70 ++zeros; in esp_efuse_block_is_empty()73 if (zeros == blk_len_bit / 32) { in esp_efuse_block_is_empty()
87 …, you can see the encoding scheme status for each block. If there are all zeros, then there are no…
162 The file is padded with zeros until its size is one byte less than a multiple of 16 bytes. A last b…
948 … NOTE: Once a BLOCK is read-protected, the application will read all zeros from that block