Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/otautil/
Dasn1_decoder.cpp31 int byte = *p_; in get_byte() local
34 return byte; in get_byte()
61 int byte = get_byte(); in decode_length() local
62 if (byte == -1) { in decode_length()
66 length += byte; in decode_length()
90 int byte = peek_byte(); in asn1_constructed_skip_all() local
91 while (byte != -1 && (byte & kMaskConstructed) == kTagConstructed) { in asn1_constructed_skip_all()
97 byte = peek_byte(); in asn1_constructed_skip_all()
99 return byte != -1; in asn1_constructed_skip_all()
/bootable/libbootloader/gbl/efi/arch/riscv64/
Driscv64_efi_header.S84 .byte 0 // uint8_t MajorLinkerVersion;
85 .byte 0 // uint8_t MinorLinkerVersion;
138 .byte 0
139 .byte 0 // 8 bytes of `char Name[COFF::NameSize];`
157 .byte 0
158 .byte 0
159 .byte 0 // 8 bytes of `char Name[COFF::NameSize];`