Home
last modified time | relevance | path

Searched refs:BOF (Results 1 – 3 of 3) sorted by relevance

/src/contrib/file/magic/Magdir/
H A Dmsdos1795 # Note: newer Lotus versions >2 use longer BOF record
2858 # ExcelBIFF2-8BOF.magic - Excel Binary Interchange File Format versions 2-8
2879 # 5.8 BOF – Beginning of File
2912 # 5.8.1 BOF Records Written by Excel
2913 # Record BOF, BIFF2 (record identifier is 0009 H):
2919 # e.g. 0x0009 BOF len 4 version 2 content 0x0010 Sheet
2929 # Record BOF, BIFF3 (record identifier is 0209 H) and
2961 # Record BOF, BIFF5 (record identifier is 0809 H):
2965 # workbook globals BOF (see above).
2992 # Record BOF, BIFF8 (record identifier is 0809 H):
[all …]
/src/sys/dev/sym/
H A Dsym_defs.h403 #define BOF 0x02 /* mod: burst op code fetch */ macro
H A Dsym_hipd.c2610 np->rv_dmode |= BOF; /* Burst Opcode Fetch */ in sym_prepare_setting()