Home
last modified time | relevance | path

Searched defs:uniq (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D50_super.t50 sub uniq { my %seen; return grep(!($seen{$_}++), @_); } subroutine
/openbsd/gnu/usr.bin/perl/ext/Errno/
H A DErrno_pm.PL193 sub uniq subroutine
/openbsd/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm24 sub uniq { my %seen; return grep(!($seen{$_}++), @_); } # a util function subroutine
/openbsd/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py260 def uniq(list): function
/openbsd/usr.sbin/adduser/
H A Dadduser.perl946 sub uniq { subroutine
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp79 static __tsan::atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. in allocate_addr() local
/openbsd/usr.sbin/amd/include/
H A Dam.h556 #define MK_RPC_XID(type_id, uniq) ((type_id) | ((uniq) << 4)) argument
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs1322 uniq(...) in uniq() function
/openbsd/gnu/gcc/gcc/
H A Dstmt.c2310 unsigned int count, uniq; in expand_case() local