HomeSort by relevance Sort by last modified time
    Searched full:head (Results 1701 - 1725 of 3883) sorted by null

<<61626364656667686970>>

  /external/kernel-headers/original/linux/raid/
md_k.h 305 #define ITERATE_RDEV_GENERIC(head,rdev,tmp) \
307 for ((tmp) = (head).next; \
309 (tmp) = (tmp)->next, (tmp)->prev != &(head) \
  /external/kernel-headers/original/linux/sunrpc/
svc.h 70 * The xdr_buf.head kvec always points to the first page in the rq_*pages
175 struct kvec *vec = &rqstp->rq_arg.head[0];
183 struct kvec *vec = &rqstp->rq_res.head[0];
  /external/kernel-headers/original/linux/
tty.h 59 struct tty_buffer *head; /* Queue head */ member in struct:tty_bufhead
61 struct tty_buffer *free; /* Free queue head */
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 53 .L3 ; head
160 .L3 ; head
273 .L3 ; head
  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.h 298 // Set m_next to point to the head of the chain, and inform whatever is
299 // currently at the head that this node will now hold the pointer to it.
302 // Add this node to the head of the list.
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 189 JSGlobalObject*& head() { return d()->globalData->head; } function in class:JSC::JSGlobalObject
391 RefPtr<Structure>* cachedStructure = cachedPrototypeChain->head();
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 226 <head>
250 <head>
252 </head>
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 216 if tag =~ /html|body|head/
270 bodyText << "\n<head>\n"
299 bodyText << "</head>\n\n"
  /frameworks/base/libs/surfaceflinger/
BlurFilter.cpp 261 TYPE* head; local
277 head = (TYPE*)src->data + y*src->stride;
279 sums[x] += PIXEL( *head++ );
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 194 #define list_for_each(pos, head) \
195 for (pos = (head)->next; pos != (head); pos = pos->next)
  /sdk/eclipse/buildConfig/
build.properties 168 mapsCheckoutTag=HEAD
182 # For example fetchTag=CVS=HEAD, SVN=v20050101
183 # fetchTag=HEAD
  /external/libxml2/
HTMLparser.c 576 static const char* const html_content[] = { "head", "body", "frameset", NULL } ;
750 { "head", 1, 1, 0, 0, 0, 0, 0, "document head ",
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.c 157 uint8_t* head = *info; local
165 memset(head, 0, *infoSize);
170 memcpy(head, &(entry->size), entrySize);
171 head += *infoSize;
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 51 uint8_t head; member in struct:chs
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 5 <head>
11 </head>
111 SDK to give you a head-start on developing applications for it. </p>
212 availability of an early look SDK to give you a head-start on developing
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
BlockingQueue.java 228 * Retrieves and removes the head of this queue, waiting if necessary
231 * @return the head of this queue
237 * Retrieves and removes the head of this queue, waiting up to the
244 * @return the head of this queue, or <tt>null</tt> if the
  /dalvik/vm/compiler/
IntermediateRep.c 43 /* Insert an MIR instruction to the head of a basic block */
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 62 "HEAD",
  /external/bison/lib/
bitsetv.c 44 /* Allocate vector table at head of bitset array. */
  /external/blktrace/
Makefile 65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
  /external/bluetooth/glib/glib/
gqueue.h 42 GList *head; member in struct:_GQueue
  /external/e2fsprogs/lib/ext2fs/
dosio.h 28 unsigned short head; member in struct:__anon1681
  /external/gtest/src/
gtest-test-part.cc 87 const internal::ListNode<TestPartResult>* p = list_->Head();
  /external/icu4c/common/
rbbisetb.h 108 RangeDescriptor *fRangeList; // Head of the linked list of RangeDescriptors
  /external/ipsec-tools/src/racoon/
cfparse.y 101 struct secprotospec *spspec; /* the head is always current spec. */
    [all...]

Completed in 845 milliseconds

<<61626364656667686970>>