Searched refs:listtype (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/pkill/ |
H A D | pkill.c | 76 enum listtype { enum 127 static void makelist(struct listhead *, enum listtype, char *); 699 makelist(struct listhead *head, enum listtype type, char *src) in makelist()
|
/freebsd/sbin/fsck_ffs/ |
H A D | inode.c | 1209 char *listtype; in removecachedino() local 1211 listtype = "hash"; in removecachedino() 1224 listtype = "sort"; in removecachedino() 1228 (intmax_t)inumber, listtype); in removecachedino()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 8098 RegisterOperand listtype, string asm, string kind> 8099 : I<(outs vectype:$Vd), (ins listtype:$Vn, vectype:$Vm), asm, 8119 RegisterOperand listtype, string asm, string kind> 8120 : I<(outs vectype:$dst), (ins vectype:$Vd, listtype:$Vn, vectype:$Vm), asm, 8139 RegisterOperand vectype, RegisterOperand listtype> 8141 (inst vectype:$dst, listtype:$lst, vectype:$index), 0>; 8236 RegisterOperand listtype, Operand idx_type, 8239 (ins listtype:$Rn, vectype:$Rm, idx_type:$idx), 10693 DAGOperand listtype> 10695 (outs listtype:$Vt), (ins GPR64sp:$Rn), [all …]
|