Home
last modified time | relevance | path

Searched refs:SI2 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/common/dist/zlib/doc/
H A Drfc1952.txt438 |SI1|SI2| LEN |... LEN bytes of subfield data ...|
441 SI1 and SI2 provide a subfield ID, typically two ASCII letters
445 IDs with SI2 = 0 are reserved for future use. The following
455 SI1 SI2 Data
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/
H A Drfc1952.txt438 |SI1|SI2| LEN |... LEN bytes of subfield data ...|
441 SI1 and SI2 provide a subfield ID, typically two ASCII letters
445 IDs with SI2 = 0 are reserved for future use. The following
455 SI1 SI2 Data
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Drfc1952.txt438 |SI1|SI2| LEN |... LEN bytes of subfield data ...|
441 SI1 and SI2 provide a subfield ID, typically two ASCII letters
445 IDs with SI2 = 0 are reserved for future use. The following
455 SI1 SI2 Data
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Drfc1952.txt438 |SI1|SI2| LEN |... LEN bytes of subfield data ...|
441 SI1 and SI2 provide a subfield ID, typically two ASCII letters
445 IDs with SI2 = 0 are reserved for future use. The following
455 SI1 SI2 Data
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1264 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) in aliasSelect() local
1265 if (SI->getCondition() == SI2->getCondition()) { in aliasSelect()
1268 MemoryLocation(SI2->getTrueValue(), V2Size), AAQI); in aliasSelect()
1273 MemoryLocation(SI2->getFalseValue(), V2Size), AAQI); in aliasSelect()
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Drfc1952.txt438 |SI1|SI2| LEN |... LEN bytes of subfield data ...|
441 SI1 and SI2 provide a subfield ID, typically two ASCII letters
445 IDs with SI2 = 0 are reserved for future use. The following
455 SI1 SI2 Data
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp296 SafeToMergeTerminators(Instruction *SI1, Instruction *SI2, in SafeToMergeTerminators() argument
298 if (SI1 == SI2) in SafeToMergeTerminators()
305 BasicBlock *SI2BB = SI2->getParent(); in SafeToMergeTerminators()