Searched refs:BS1 (Results 1 – 4 of 4) sorted by relevance
124 const BS1 = 0x00008000; variable
110 #define BS1 0x00008000 macro
1948 StringRef BS1 = BS; in getBodyContent() local1951 BS1 = BS1.drop_front(1); in getBodyContent()1953 StringRef Label = BS1.take_until([](char C) { return C == ':'; }); in getBodyContent()1955 BS1 = BS1.drop_until([](char C) { return C == '\n'; }).drop_front(); in getBodyContent()1960 while (BS1.size()) { in getBodyContent()1962 StringRef Line = BS1.take_until([](char C) { return C == '\n'; }); in getBodyContent()1964 BS1 = BS1.drop_front(Line.size() + 1); in getBodyContent()
419 { 1, BS1 },