Home
last modified time | relevance | path

Searched +defs:S +defs:word (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c87 static inline unsigned long __fls(unsigned long word) in __fls()
208 uint64_t S, F; /* flow timestamps (exact) */ member
226 uint64_t S, F; /* group timestamps (approx). */ member
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp515 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue()
606 static bool startsWithWord(StringRef name, StringRef word) { in startsWithWord()
/freebsd/contrib/tcsh/
H A Dsh.h105 #define normal_mbtowc(PWC, S, N) rt_mbtowc(PWC, S, N) argument
112 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument
121 #define normal_mbtowc(PWC, S, N) ((void)(N), *(PWC) = (unsigned char)*(S), 1) argument
217 # define word word_t /* sys/types.h defines word.. bad move! */ macro
844 Char *word; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp333 for (unsigned word = loWord + 1; word < hiWord; ++word) in setBitsSlowCase() local
479 for (unsigned word = 0; word < NumDstWords; ++word) { in extractBits() local
755 unsigned S = BitWidth; in reverseBits() local
2269 SmallString<40> S, U; in dump() local
2278 SmallString<40> S; in print() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2032 uint32_t S = Bit32(opcode, 26); in EmulateBLXImmediate() local
2051 uint32_t S = Bit32(opcode, 26); in EmulateBLXImmediate() local
2838 uint32_t S = Bit32(opcode, 26); in EmulateB() local
2851 uint32_t S = Bit32(opcode, 26); in EmulateB() local
12320 uint64_t word = Bits64(register_data, ((e + 1) * esize) - 1, e * esize); in EmulateVST1Multiple() local
12480 uint64_t word = in EmulateVST1Single() local
12601 uint64_t word = MemURead(context, address, ebytes, 0, &success); in EmulateVLD1SingleAll() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3424 int32_t word = 0; in MakeBitField() local
4149 const ObjCAtSynchronizedStmt &S) { in EmitSynchronizedStmt()
4155 const ObjCAtTryStmt &S) { in EmitTryStmt()
4171 const ObjCAtThrowStmt &S, in EmitThrowStmt()