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.h96 const unsigned *VEnd = reinterpret_cast<const unsigned *>(V.end()); in hash_value() local
97 return hash_combine(V.getLength(), hash_combine_range(VBegin, VEnd)); in hash_value()