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

/freebsd-13-stable/contrib/tcsh/
H A Dtw.color.c94 VFile, VNormal, VMiss, VLeft, VRight, VEnd, VSuid, VSgid, VSticky, enumerator in enum:FileType
476 if (0 < variables[VEnd].color.len)
477 put_color(&variables[VEnd].color);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length);
103 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));

Completed in 113 milliseconds