Searched defs:uniq (Results 1 – 9 of 9) sorted by relevance
50 sub uniq { my %seen; return grep(!($seen{$_}++), @_); } subroutine
193 sub uniq subroutine
24 sub uniq { my %seen; return grep(!($seen{$_}++), @_); } # a util function subroutine
260 def uniq(list): function
946 sub uniq { subroutine
79 static __tsan::atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. in allocate_addr() local
556 #define MK_RPC_XID(type_id, uniq) ((type_id) | ((uniq) << 4)) argument
1322 uniq(...) in uniq() function
2310 unsigned int count, uniq; in expand_case() local