HomeSort by relevance Sort by last modified time
    Searched defs:head (Results 226 - 250 of 1081) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/
arsup.c 50 bfd *head; local
56 head = arch->archive_next;
57 while (head != NULL)
59 next = head->archive_next;
60 function (head, (bfd *) NULL);
61 head = next;
78 for (head = arch->archive_next; head; head = head->archive_next
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
cg_arcs.c 184 if (child->cg.cyc.head != child)
194 child = child->cg.cyc.head;
226 if (parent->cg.cyc.head != parent)
228 parent->cg.cyc.head->cg.child_time += share;
229 parent->cg.cyc.head->cg.prop.child += prop_share;
284 if (sym->cg.cyc.head == sym && sym->cg.cyc.next)
304 if (!(sym->cg.cyc.head == sym && sym->cg.cyc.next != 0))
314 cyc->cg.cyc.head = cyc; /* pointer to head of cycle */
318 printf (" is the head of cycle %d\n", num))
362 Sym *head, *parent, *member; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 81 final IItem head = (IItem) m_queue.removeFirst(); local
82 head.accept(this, null);
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 75 final IItem head = (IItem) m_queue.removeFirst (); local
77 head.accept (this, null);
  /frameworks/base/obex/javax/obex/
ClientSession.java 108 byte[] head = null;
116 head = ObexHelper.createHeader(header, false);
117 totalLength += head.length;
136 if (head != null) {
137 System.arraycopy(head, 0, requestPacket, 4, head.length);
175 HeaderSet head; local
177 head = new HeaderSet();
179 head = header;
180 if (head.nonce != null)
294 HeaderSet head; local
    [all...]
  /art/runtime/jit/
debugger_interface.cc 66 // 1) read the seqlock and then the linked list head pointer.
103 std::atomic<JITCodeEntry*> head_{nullptr}; // Head of link list of all entries.
164 JITCodeEntry* head = descriptor.head_.load(std::memory_order_relaxed); local
170 entry->next_.store(head, std::memory_order_relaxed);
175 if (head != nullptr) {
176 head->prev_ = entry;
  /bionic/libc/bionic/
spawn.cpp 76 __posix_spawn_file_action* head; member in struct:__posix_spawn_file_actions
80 for (__posix_spawn_file_action* action = head; action != nullptr; action = action->next) {
278 __posix_spawn_file_action* a = (*actions)->head;
317 if ((*actions)->head == nullptr) {
318 (*actions)->head = (*actions)->last = action;
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 37 struct _aarch64_ctx head; member in struct:fpsimd_context
44 struct _aarch64_ctx head; member in struct:esr_context
49 struct _aarch64_ctx head; member in struct:extra_context
56 struct _aarch64_ctx head; member in struct:sve_context
  /bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 188 Runnable head = new Runnable() { public void run() { mergeBitmaps(locales); } }; local
191 head = new TextCapture(loc, prev, head);
194 final Runnable fhead = head;
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
ProvisioningValuesLoader.java 184 int head = wifiSsid.startsWith("\"") ? 1 : 0; local
186 return wifiSsid.substring(head, wifiSsid.length() - tail);
  /developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
ProvisioningValuesLoader.java 184 int head = wifiSsid.startsWith("\"") ? 1 : 0; local
186 return wifiSsid.substring(head, wifiSsid.length() - tail);
  /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
ProvisioningValuesLoader.java 182 int head = wifiSsid.startsWith("\"") ? 1 : 0; local
184 return wifiSsid.substring(head, wifiSsid.length() - tail);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_mcu.c 70 static int is_binary_header_invalid(struct mcu_image_head *head,
74 if ((head->image_size == 0) ||
75 (head->image_size > length) ||
76 (head->secs_num > MCU_SECTION_MAX) ||
77 (head->secs_num == 0))
84 struct mcu_image_head *head)
88 if ((sec->serial >= head->secs_num) ||
89 (sec->src_offset + sec->size > head->image_size))
157 struct mcu_image_head *head; local
160 head = (struct mcu_image_head *)image_base
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 406 """Internal: process a HEAD, BODY or ARTICLE command."""
411 def head(self, id): member in class:NNTP
412 """Process a HEAD command. Argument:
420 return self.artcmd('HEAD ' + id)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 21 HEAD, /* i: waiting for magic header */
59 HEAD -> (gzip) or (zlib)
86 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 251 /// lookAhead[head] is the first symbol of lookahead, LT(1).
253 ANTLR3_UINT32 head; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
256 /// end of the lookahead buffer so tail could be less than head.
328 ANTLR3_UINT32 head; member in struct:ANTLR3_TREE_WALK_STATE_struct
  /external/boringssl/src/crypto/fipsmodule/bn/
ctx.c 81 BN_POOL_ITEM *head, *current, *tail; member in struct:bignum_pool
237 p->head = p->current = p->tail = NULL;
242 while (p->head) {
244 BN_clear_free(&p->head->vals[i]);
247 p->current = p->head->next;
248 OPENSSL_free(p->head);
249 p->head = p->current;
268 if (!p->head) {
269 p->head = p->current = p->tail = item;
283 p->current = p->head;
    [all...]
  /external/brotli/c/enc/
hash_forgetful_chain_inc.h 49 uint16_t head[BUCKET_SIZE]; member in struct:HashForgetfulChain
78 self->head[bucket] = 0xCCCC;
85 memset(self->head, 0, sizeof(self->head));
112 self->banks[bank].slots[idx].next = self->head[key];
114 self->head[key] = (uint16_t)idx;
207 size_t slot = self->head[key];
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 59 template<typename Head, typename... Tail>
60 class tuple<Head, Tail...> : private tuple<Tail...> {
68 tuple(typename add_const_reference<Head>::type v,
74 : m_head(other.head()), inherited(other.tail()) { }
78 m_head = other.head();
83 typename add_reference<Head>::type head() { return m_head; } function in class:tuple
84 typename add_reference<const Head>::type head() const { return m_head; } function in class:tuple
89 Head m_head
    [all...]
example-tuple.cpp 59 template<typename Head, typename... Tail>
60 class tuple<Head, Tail...> : private tuple<Tail...> {
68 tuple(typename add_const_reference<Head>::type v,
74 : m_head(other.head()), inherited(other.tail()) { }
78 m_head = other.head();
83 typename add_reference<Head>::type head() { return m_head; } function in class:tuple
84 typename add_reference<const Head>::type head() const { return m_head; } function in class:tuple
89 Head m_head
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 103 * We return the head tag for this tag type.
107 blkid_tag head = NULL, tmp; local
117 printf(" found cache tag head %s\n", type));
118 head = tmp;
122 return head;
133 blkid_tag t = 0, head = 0; local
178 head = blkid_find_head_cache(dev->bid_cache,
180 if (!head) {
181 head = blkid_new_tag();
182 if (!head)
333 blkid_tag head; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.h 32 unsigned short head; member in struct:__anon19036
  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateCXX11Meta.h 30 static const T head; member in struct:Eigen::internal::type_list
53 template <class Head, class Tail>
54 struct get_type<0, type_list<Head, Tail> >
56 typedef Head type;
59 template <std::size_t i, class Head, class Tail>
60 struct get_type<i, type_list<Head, Tail> >
124 template <std::size_t i, class Head>
125 struct get<i, type_list<Head, empty_list> >
132 template <class Head>
133 struct get<0, type_list<Head, empty_list>
    [all...]
  /external/fio/engines/
libaio.c 27 * Basic ring buffer. 'head' is incremented in _queue(), and
30 * 'head' == 'tail'. 'entries' is the ring size, and
37 unsigned int head; member in struct:libaio_data
107 unsigned head; member in struct:aio_ring
124 unsigned head; local
128 head = ring->head;
130 if (head == ring->tail) {
135 events[i] = ring->events[head];
137 ring->head = (head + 1) % ring->nr
    [all...]
  /external/freetype/include/freetype/
fttypes.h 569 FT_ListNode head; member in struct:FT_ListRec_
    [all...]

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 91011>>