Home
last modified time | relevance | path

Searched defs:bis (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp63 BuildInfoSym bis(SymbolRecordKind::BuildInfoSym); in ParseBuildInfo() local
/freebsd/contrib/tcsh/
H A Dsh.exec.c108 # define bis(f, i) (hashwidth==sizeof(unsigned char) ? cbis(f,i) : \ macro
129 # define bis(h, b) ((h)[(b) >> 3] |= 1 << ((b) & 7)) /* bit set */ macro