Searched defs:uniq (Results 1 - 7 of 7) 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/kernel-headers/original/linux/
H A Duhid.h42 __u8 uniq[64]; member in struct:uhid_create_req
H A Dhid.h491 char uniq[64]; /* Device unique identifier (serial #) */ member in struct:hid_device
H A Dinput.h1175 * @uniq: unique identification code for the device (if device has it)
1256 const char *uniq; member in struct:input_dev
/external/linux-tools-perf/util/
H A Dhelp.c37 static void uniq(struct cmdnames *cmds) function
173 uniq(main_cmds);
193 uniq(other_cmds);
293 uniq(&main_cmds);
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py124 def uniq(*args) : function
125 """ Performs a uniq operation on a list or lists """
740 xorg_compose_sequences_algorithmic_uniqued = uniq(xorg_compose_sequences_algorithmic)
951 print "Number of sequences off due to algo (uniq(sort(array))) :", len(xorg_compose_sequences_algorithmic_uniqued)

Completed in 571 milliseconds