HomeSort by relevance Sort by last modified time
    Searched defs:head (Results 101 - 125 of 592) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
notifier.h 26 struct notifier_block *head; member in struct:atomic_notifier_head
31 struct notifier_block *head; member in struct:blocking_notifier_head
35 struct notifier_block *head; member in struct:raw_notifier_head
38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0)
39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0)
40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0)
42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL }
43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL }
44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
118 head; typedef in struct:__gnu_pbds::detail::trie_traits
133 head,
144 head,
155 head,
166 head,
176 head,
188 head,
279 head; typedef in struct:__gnu_pbds::detail::trie_traits
294 head,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 45 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
118 head; typedef in struct:__gnu_pbds::detail::trie_traits
133 head,
144 head,
155 head,
166 head,
176 head,
188 head,
279 head; typedef in struct:__gnu_pbds::detail::trie_traits
294 head,
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 72 public T head() { return elementAt(0); } method in class:FastQueue
  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.cpp 49 int head; member in struct:ring_buffer
68 int i = (unsigned int)(rx_buffer->head + 1) % RX_BUFFER_SIZE;
71 // just before the tail (meaning that the head would advance to the
73 // and so we don't write the character or advance the head.
75 rx_buffer->buffer[rx_buffer->head] = c;
76 rx_buffer->head = i;
234 return (unsigned int)(RX_BUFFER_SIZE + _rx_buffer->head - _rx_buffer->tail) % RX_BUFFER_SIZE;
239 if (_rx_buffer->head == _rx_buffer->tail) {
248 // if the head isn't ahead of the tail, we don't have any characters
249 if (_rx_buffer->head == _rx_buffer->tail)
    [all...]
  /external/blktrace/btt/
misc.c 35 struct list_head head; member in struct:file_info
41 struct list_head head; member in struct:buf_info
54 struct file_info *fip = list_entry(p, struct file_info, head);
60 list_del(&fip->head);
71 struct buf_info *bip = list_entry(p, struct buf_info, head);
73 list_del(&bip->head);
124 list_add_tail(&fip->head, &files_to_clean);
132 list_add_tail(&bip->head, &all_bufs);
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 91 def head(self): member in class:MainPage
  /external/chromium/webkit/glue/
dom_operations.cc 317 WebElement head = document->head(); local
318 if (head.isNull() || !head.hasChildNodes())
321 WebNodeList children = head.childNodes();
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 39 * head -- Font Header
44 struct head struct in namespace:OT
50 /* If no valid head table found, assume 1000, which matches typical Type1 usage. */
60 FixedVersion version; /* Version of the head table--currently
  /external/libsepol/src/
nodes.c 152 ocontext_t *c, *head; local
155 head = policydb->ocontexts[OCON_NODE];
156 for (c = head; c != NULL; c = c->next)
159 head = policydb->ocontexts[OCON_NODE6];
160 for (c = head; c != NULL; c = c->next)
176 ocontext_t *c, *head; local
186 head = policydb->ocontexts[OCON_NODE];
187 for (c = head; c; c = c->next) {
202 head = policydb->ocontexts[OCON_NODE6];
203 for (c = head; c; c = c->next)
236 ocontext_t *c, *head; local
352 ocontext_t *c, *head; local
    [all...]
ports.c 148 ocontext_t *c, *head; local
151 head = policydb->ocontexts[OCON_PORT];
152 for (c = head; c != NULL; c = c->next)
168 ocontext_t *c, *head; local
178 head = policydb->ocontexts[OCON_PORT];
179 for (c = head; c; c = c->next) {
206 ocontext_t *c, *head; local
216 head = policydb->ocontexts[OCON_PORT];
217 for (c = head; c; c = c->next) {
283 ocontext_t *c, *head; local
    [all...]
  /external/linux-tools-perf/
perf.h 137 int head = pc->data_head; local
139 return head;
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 47 CrashRecoveryContextCleanup *head; member in class:llvm::CrashRecoveryContext
50 CrashRecoveryContext() : Impl(0), head(0) {}
  /external/oprofile/libpp/
profile.cpp 77 opd_header head = read_header(filename); local
79 if (head.version != OPD_VERSION) {
100 opd_header const & head = local
105 op_check_header(head, *file_header, filename);
107 file_header.reset(new opd_header(head));
  /external/qemu/
qemu-option.h 103 QTAILQ_HEAD(, QemuOpts) head; member in struct:QemuOptsList
  /external/skia/legacy/src/images/
SkImageDecoder_wbmp.cpp 104 wbmp_head head; local
106 if (!head.init(stream)) {
110 int width = head.fWidth;
111 int height = head.fHeight;
164 wbmp_head head; local
166 if (head.init(stream)) {
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 102 wbmp_head head; local
104 if (!head.init(stream)) {
108 int width = head.fWidth;
109 int height = head.fHeight;
164 wbmp_head head; local
166 if (head.init(stream)) {
  /external/tremolo/Tremolo/
misc.c 59 } head; typedef in typeref:struct:__anon15867
65 ((head *)ptr)->file=file;
66 ((head *)ptr)->line=line;
67 ((head *)ptr)->ptr=pinsert;
68 ((head *)ptr)->bytes=bytes-HEAD_ALIGN;
151 char *file =((head *)ptr)->file;
152 long bytes =((head *)ptr)->bytes;
159 global_bytes-((head *)ptr)->bytes);
180 global_bytes-=((head *)ptr)->bytes;
182 insert=((head *)ptr)->ptr
    [all...]

Completed in 2088 milliseconds

1 2 3 45 6 7 8 91011>>