Searched refs:lword (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/imcsmb/
H A Dimcsmb.c334 uint16_t lword; local
342 lword = *word;
413 lword = htobe16(lword);
418 lword = (uint16_t) (lbyte & 0xff);
420 cmd_val |= lword;
505 lword = (uint16_t) (stat_val & 0xffff);
506 lword = htobe16(lword);
507 *word = lword;
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1082 uint32_t lword = (uint32_t)value; variable
1083 buffer.CopyData(&lword, 4);

Completed in 69 milliseconds