Home
last modified time | relevance | path

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

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