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

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc80 static atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. local
84 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed);
/external/dhcpcd/
H A Dif-options.c132 add_environ(struct if_options *ifo, const char *value, int uniq) argument
147 if (uniq) {
/external/v8/src/
H A Dunique.h61 template <class S> Unique(Unique<S> uniq) { argument
68 raw_address_ = uniq.raw_address_;
69 handle_ = uniq.handle_;
146 UniqueSet(Unique<T> uniq, Zone* zone) argument
148 array_[0] = uniq;
152 void Add(Unique<T> uniq, Zone* zone) { argument
153 DCHECK(uniq.IsInitialized());
156 if (array_[i] == uniq) return;
157 if (array_[i].raw_address_ > uniq.raw_address_) {
161 array_[i] = uniq;
172 Remove(Unique<T> uniq) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Duhid.h47 __u8 uniq[64]; member in struct:uhid_create2_req
131 __u8 uniq[64]; member in struct:uhid_create_req
/external/linux-tools-perf/src/tools/perf/util/
H A Dhelp.c38 static void uniq(struct cmdnames *cmds) function
168 uniq(main_cmds);
188 uniq(other_cmds);
288 uniq(&main_cmds);
/external/libxml2/doc/
H A Dapibuild.py94 def uniq(items): function
1863 for id in uniq(ids):
1878 for id in uniq(ids):
1882 for id in uniq(ids):
1886 for id in uniq(ids):
1890 for id in uniq(ids):
1894 for id in uniq(ids):
1905 ids = uniq(list(dict.functions.keys()) + list(dict.variables.keys()) + \
/external/libvncserver/x11vnc/
H A Dsslhelper.c3241 char uniq[] = "_evilrats_"; local
3554 sprintf(tbuf, "%s,VENCRYPT=%d,%s", uniq, vencrypt_selected, cookie);
3560 sprintf(tbuf, "%s,ANONTLS=%d,%s", uniq, anontls_selected, cookie);
3707 strcpy(tbuf, uniq);
3724 strcpy(tbuf, uniq);
3966 if (strstr(rcookie, uniq) == rcookie) {
3993 if (strstr(rcookie, uniq) == rcookie) {
/external/toybox/generated/
H A Dglobals.h1145 // toys/posix/uniq.c
1299 struct uniq_data uniq; member in union:global_union
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... .html.AttributePolicy[] policies java.util.Set uniq } org/owasp/html/AttributePolicy.class AttributePolicy.java package ...

Completed in 2024 milliseconds