head              146 base/containers/linked_list.h   LinkNode<T>* head() const {
head               40 base/containers/linked_list_unittest.cc   for (const LinkNode<Node>* node = (forward ? list.head() : list.tail());
head               66 base/containers/linked_list_unittest.cc   EXPECT_EQ(list.end(), list.head());
head               78 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head               88 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head               98 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              121 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              131 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              141 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              151 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n2, list.head());
head              163 base/containers/linked_list_unittest.cc   EXPECT_EQ(list.end(), list.head());
head              173 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              192 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              201 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              210 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n4, list.head());
head              229 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              238 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head              247 base/containers/linked_list_unittest.cc   EXPECT_EQ(&n1, list.head());
head               85 base/debug/leak_tracker.h     for (LinkNode<LeakTracker<T> >* node = instances()->head();
head              113 base/debug/leak_tracker.h     for (LinkNode<LeakTracker<T> >* node = instances()->head();
head              174 chrome/renderer/chrome_render_view_observer.cc   WebElement head = document.isNull() ? WebElement() : document.head();
head              180 chrome/renderer/chrome_render_view_observer.cc   if (!head.isNull()) {
head              181 chrome/renderer/chrome_render_view_observer.cc     WebNodeList children = head.childNodes();
head              569 chrome/renderer/chrome_render_view_observer.cc   WebElement head = frame->document().head();
head              570 chrome/renderer/chrome_render_view_observer.cc   if (head.isNull() || !head.hasChildNodes())
head              576 chrome/renderer/chrome_render_view_observer.cc   WebNodeList children = head.childNodes();
head              125 chrome/renderer/extensions/webstore_bindings.cc   WebElement head = document.head();
head              126 chrome/renderer/extensions/webstore_bindings.cc   if (head.isNull()) {
head              133 chrome/renderer/extensions/webstore_bindings.cc   WebNodeList children = head.childNodes();
head              358 chrome/renderer/translate/translate_helper.cc   WebElement head = document->head();
head              359 chrome/renderer/translate/translate_helper.cc   if (head.isNull() || !head.hasChildNodes())
head              368 chrome/renderer/translate/translate_helper.cc   WebNodeList children = head.childNodes();
head              131 chrome/renderer/web_apps.cc   WebElement head = document.head();
head              132 chrome/renderer/web_apps.cc   if (head.isNull())
head              136 chrome/renderer/web_apps.cc   WebNodeList children = head.childNodes();
head              298 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc   WorkRequest *head = queue_head_;
head              300 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc   if (head != NULL) {
head              301 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc     queue_head_ = head->next;
head              306 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc   return head;
head               97 chrome/utility/importer/ie_importer_win.cc   size_t head = 0;
head              101 chrome/utility/importer/ie_importer_win.cc     if (head >= idlist_size || !BinaryRead(&id_cb, offset + head, blob))
head              105 chrome/utility/importer/ie_importer_win.cc     head += id_cb;
head             1124 components/autofill/content/renderer/form_autofill_util.cc   return IsWebElementEmpty(document.head()) &&
head              206 content/browser/devtools/devtools_netlog_observer.cc   response->head.devtools_info =
head              176 content/browser/download/download_resource_handler.cc       response->head.content_length > 0 ? response->head.content_length : 0;
head              201 content/browser/download/download_resource_handler.cc   info->mime_type = response->head.mime_type;
head              163 content/browser/loader/async_resource_handler.cc   response->head.encoded_data_length = request()->GetTotalReceivedBytes();
head              165 content/browser/loader/async_resource_handler.cc   response->head.request_start = request()->creation_time();
head              166 content/browser/loader/async_resource_handler.cc   response->head.response_start = TimeTicks::Now();
head              168 content/browser/loader/async_resource_handler.cc       request_id, new_url, response->head));
head              205 content/browser/loader/async_resource_handler.cc   if (!response->head.download_file_path.empty()) {
head              208 content/browser/loader/async_resource_handler.cc         response->head.download_file_path);
head              211 content/browser/loader/async_resource_handler.cc   response->head.request_start = request()->creation_time();
head              212 content/browser/loader/async_resource_handler.cc   response->head.response_start = TimeTicks::Now();
head              214 content/browser/loader/async_resource_handler.cc                                                         response->head));
head              122 content/browser/loader/buffered_resource_handler.cc   if (!(response_->head.headers.get() &&
head              123 content/browser/loader/buffered_resource_handler.cc         response_->head.headers->response_code() == 304)) {
head              129 content/browser/loader/buffered_resource_handler.cc     if (response_->head.mime_type.empty()) {
head              133 content/browser/loader/buffered_resource_handler.cc       response_->head.mime_type.assign("text/plain");
head              137 content/browser/loader/buffered_resource_handler.cc     if (response_->head.mime_type == "application/rss+xml" ||
head              138 content/browser/loader/buffered_resource_handler.cc         response_->head.mime_type == "application/atom+xml") {
head              139 content/browser/loader/buffered_resource_handler.cc       response_->head.mime_type.assign("text/plain");
head              235 content/browser/loader/buffered_resource_handler.cc   if (!(response_->head.headers.get() &&
head              236 content/browser/loader/buffered_resource_handler.cc         response_->head.headers->response_code() == 304)) {
head              260 content/browser/loader/buffered_resource_handler.cc   const std::string& mime_type = response_->head.mime_type;
head              287 content/browser/loader/buffered_resource_handler.cc   const std::string& type_hint = response_->head.mime_type;
head              297 content/browser/loader/buffered_resource_handler.cc   response_->head.mime_type.assign(new_type);
head              303 content/browser/loader/buffered_resource_handler.cc   DCHECK(!response_->head.mime_type.empty());
head              306 content/browser/loader/buffered_resource_handler.cc   const std::string& mime_type = response_->head.mime_type;
head              361 content/browser/loader/buffered_resource_handler.cc   if (response_->head.headers.get() &&  // Can be NULL if FTP.
head              362 content/browser/loader/buffered_resource_handler.cc       response_->head.headers->response_code() / 100 != 2) {
head              435 content/browser/loader/buffered_resource_handler.cc                  request()->url(), response_->head.mime_type)) {
head              452 content/browser/loader/buffered_resource_handler.cc       request()->url(), GURL(), response_->head.mime_type, allow_wildcard,
head               49 content/browser/loader/certificate_resource_handler.cc   cert_type_ = net::GetCertificateMimeTypeForMimeType(resp->head.mime_type);
head              177 content/browser/loader/cross_site_resource_handler.cc       (response->head.headers.get() &&
head              178 content/browser/loader/cross_site_resource_handler.cc        response->head.headers->response_code() == 204)) {
head              162 content/browser/loader/redirect_to_file_resource_handler.cc   if (response->head.error_code == net::OK ||
head              163 content/browser/loader/redirect_to_file_resource_handler.cc       response->head.error_code == net::ERR_IO_PENDING) {
head              165 content/browser/loader/redirect_to_file_resource_handler.cc     response->head.download_file_path = writer_->path();
head              612 content/browser/loader/resource_dispatcher_host_impl.cc   const std::string& mime_type = response->head.mime_type;
head              642 content/browser/loader/resource_dispatcher_host_impl.cc           response->head.headers),
head               42 content/browser/loader/resource_loader.cc   response->head.error_code = request->status().error();
head               43 content/browser/loader/resource_loader.cc   response->head.request_time = request->request_time();
head               44 content/browser/loader/resource_loader.cc   response->head.response_time = request->response_time();
head               45 content/browser/loader/resource_loader.cc   response->head.headers = request->response_headers();
head               46 content/browser/loader/resource_loader.cc   request->GetCharset(&response->head.charset);
head               47 content/browser/loader/resource_loader.cc   response->head.content_length = request->GetExpectedContentSize();
head               48 content/browser/loader/resource_loader.cc   request->GetMimeType(&response->head.mime_type);
head               50 content/browser/loader/resource_loader.cc   response->head.was_fetched_via_spdy = response_info.was_fetched_via_spdy;
head               51 content/browser/loader/resource_loader.cc   response->head.was_npn_negotiated = response_info.was_npn_negotiated;
head               52 content/browser/loader/resource_loader.cc   response->head.npn_negotiated_protocol =
head               54 content/browser/loader/resource_loader.cc   response->head.connection_info = response_info.connection_info;
head               55 content/browser/loader/resource_loader.cc   response->head.was_fetched_via_proxy = request->was_fetched_via_proxy();
head               56 content/browser/loader/resource_loader.cc   response->head.socket_address = request->GetSocketAddress();
head               59 content/browser/loader/resource_loader.cc       &response->head.appcache_id,
head               60 content/browser/loader/resource_loader.cc       &response->head.appcache_manifest_url);
head               63 content/browser/loader/resource_loader.cc     request->GetLoadTimingInfo(&response->head.load_timing);
head              521 content/browser/loader/resource_loader.cc     response->head.security_info = SerializeSecurityInfo(
head              488 content/browser/loader/resource_loader_unittest.cc             raw_ptr_resource_handler_->response()->head.download_file_path);
head              538 content/browser/loader/resource_loader_unittest.cc             raw_ptr_resource_handler_->response()->head.download_file_path);
head              562 content/browser/loader/resource_loader_unittest.cc             raw_ptr_resource_handler_->response()->head.download_file_path);
head              594 content/browser/loader/resource_loader_unittest.cc             raw_ptr_resource_handler_->response()->head.download_file_path);
head              637 content/browser/loader/resource_loader_unittest.cc             raw_ptr_resource_handler_->response()->head.download_file_path);
head               90 content/browser/loader/sync_resource_handler.cc   result_.headers = response->head.headers;
head               91 content/browser/loader/sync_resource_handler.cc   result_.mime_type = response->head.mime_type;
head               92 content/browser/loader/sync_resource_handler.cc   result_.charset = response->head.charset;
head               93 content/browser/loader/sync_resource_handler.cc   result_.download_file_path = response->head.download_file_path;
head               94 content/browser/loader/sync_resource_handler.cc   result_.request_time = response->head.request_time;
head               95 content/browser/loader/sync_resource_handler.cc   result_.response_time = response->head.response_time;
head               96 content/browser/loader/sync_resource_handler.cc   result_.load_timing = response->head.load_timing;
head               97 content/browser/loader/sync_resource_handler.cc   result_.devtools_info = response->head.devtools_info;
head              395 content/browser/renderer_host/p2p/socket_host_tcp.cc   char* head = read_buffer_->StartOfBuffer();  // Purely a convenience.
head              398 content/browser/renderer_host/p2p/socket_host_tcp.cc     int consumed = ProcessInput(head + pos, read_buffer_->offset() - pos);
head              406 content/browser/renderer_host/p2p/socket_host_tcp.cc     memmove(head, head + pos, read_buffer_->offset() - pos);
head               45 content/public/common/resource_response.h   ResourceResponseHead head;
head              370 content/renderer/dom_serializer_browsertest.cc     WebElement head_element = doc.head();
head              394 content/renderer/dom_serializer_browsertest.cc     head_element = doc.head();
head              422 content/renderer/dom_serializer_browsertest.cc     WebElement head_ele = doc.head();
head              450 content/renderer/dom_serializer_browsertest.cc     head_ele = doc.head();
head              511 content/renderer/dom_serializer_browsertest.cc     if (!doc.head().isNull()) {
head              705 content/renderer/dom_serializer_browsertest.cc     WebElement head_element = doc.head();
head              724 content/renderer/dom_serializer_browsertest.cc     head_element = doc.head();
head              154 crypto/rsa_private_key_nss.cc   SECMODModuleList* head = SECMOD_GetDefaultModuleList();
head              155 crypto/rsa_private_key_nss.cc   for (SECMODModuleList* item = head; item != NULL; item = item->next) {
head               25 media/formats/common/offset_byte_queue.cc   DVLOG(4) << "Buffer pushed. head=" << head() << " tail=" << tail();
head               40 media/formats/common/offset_byte_queue.cc   DCHECK(offset >= head());
head               41 media/formats/common/offset_byte_queue.cc   if (offset < head() || offset >= tail()) {
head               46 media/formats/common/offset_byte_queue.cc   *buf = &buf_[offset - head()];
head               49 media/formats/common/offset_byte_queue.h   int64 head() { return head_; }
head               35 media/formats/common/offset_byte_queue_unittest.cc   EXPECT_EQ(384, queue_->head());
head               63 media/formats/common/offset_byte_queue_unittest.cc   EXPECT_EQ(384, queue_->head());
head               67 media/formats/common/offset_byte_queue_unittest.cc   EXPECT_EQ(400, queue_->head());
head               79 media/formats/common/offset_byte_queue_unittest.cc   EXPECT_EQ(512, queue_->head());
head              123 media/formats/mp2t/es_parser_h264.cc   DCHECK_LE(es_queue_->head(), current_access_unit_pos_);
head              137 media/formats/mp4/mp4_stream_parser.cc     moof_head_ = queue_.head();
head              141 media/formats/mp4/mp4_stream_parser.cc     mdat_tail_ = queue_.head() + reader->size();
head               41 media/midi/usb_midi_device_android.cc   const uint8* head = data.size() ? &data[0] : NULL;
head               43 media/midi/usb_midi_device_android.cc       base::android::ToJavaByteArray(env, head, data.size());
head               56 media/midi/usb_midi_device_android.cc   const uint8* head = bytes.size() ? &bytes[0] : NULL;
head               58 media/midi/usb_midi_device_android.cc   delegate_->ReceiveUsbMidiData(this, endpoint_number, head, bytes.size(), 0);
head               65 native_client_sdk/src/libraries/xray/browser.c   int head = XRayFrameGetHead(capture);
head               67 native_client_sdk/src/libraries/xray/browser.c   while(frame != head) {
head              104 native_client_sdk/src/libraries/xray/report.c   int head = XRayFrameGetHead(capture);
head              116 native_client_sdk/src/libraries/xray/report.c   while (frame != head) {
head              175 native_client_sdk/src/libraries/xray/report.c   int head = XRayFrameGetHead(capture);
head              180 native_client_sdk/src/libraries/xray/report.c   while (frame != head) {
head               28 native_client_sdk/src/libraries/xray/stringpool.c   struct XRayStringPoolNode* head;
head               76 native_client_sdk/src/libraries/xray/stringpool.c   pool->head = XRayStringPoolAllocNode();
head               77 native_client_sdk/src/libraries/xray/stringpool.c   pool->current = pool->head;
head               84 native_client_sdk/src/libraries/xray/stringpool.c   struct XRayStringPoolNode* n = pool->head;
head               43 native_client_sdk/src/libraries/xray/symtable.c   struct XRaySymbolPoolNode* head;
head               92 native_client_sdk/src/libraries/xray/symtable.c   sympool->head = node;
head              100 native_client_sdk/src/libraries/xray/symtable.c   struct XRaySymbolPoolNode* n = pool->head;
head               74 native_client_sdk/src/libraries/xray/xray.c   int head;
head              495 native_client_sdk/src/libraries/xray/xray.c   capture->frame.head = 0;
head              527 native_client_sdk/src/libraries/xray/xray.c   return capture->frame.head;
head              566 native_client_sdk/src/libraries/xray/xray.c   int head = capture->frame.head;
head              567 native_client_sdk/src/libraries/xray/xray.c   int index = XRayFrameGetPrev(capture, head);
head              571 native_client_sdk/src/libraries/xray/xray.c   if (capture->frame.head == capture->frame.tail)
head              572 native_client_sdk/src/libraries/xray/xray.c     return capture->frame.head;
head              574 native_client_sdk/src/libraries/xray/xray.c   while (index != head) {
head              600 native_client_sdk/src/libraries/xray/xray.c   i = capture->frame.head;
head              639 native_client_sdk/src/libraries/xray/xray.c   i = capture->frame.head;
head              647 native_client_sdk/src/libraries/xray/xray.c   capture->frame.head = XRayFrameGetNext(capture, capture->frame.head);
head              649 native_client_sdk/src/libraries/xray/xray.c   if (capture->frame.head == capture->frame.tail)
head              680 native_client_sdk/src/libraries/xray/xray.c   int last_frame = XRayFrameGetPrev(capture, capture->frame.head);
head              737 native_client_sdk/src/libraries/xray/xray.c   capture->frame.head = 0;
head               61 net/base/address_list.cc AddressList AddressList::CreateFromAddrinfo(const struct addrinfo* head) {
head               62 net/base/address_list.cc   DCHECK(head);
head               64 net/base/address_list.cc   if (head->ai_canonname)
head               65 net/base/address_list.cc     list.set_canonical_name(std::string(head->ai_canonname));
head               66 net/base/address_list.cc   for (const struct addrinfo* ai = head; ai; ai = ai->ai_next) {
head               39 net/base/address_list.h   static AddressList CreateFromAddrinfo(const struct addrinfo* head);
head               28 net/base/nss_memio.c     int head;     /* where to take next byte out of buf */
head               92 net/base/nss_memio.c     mb->head = 0;
head              104 net/base/nss_memio.c     mb->head = 0;
head              111 net/base/nss_memio.c     return (((mb->tail >= mb->head) ? mb->tail : mb->bufsize) - mb->head);
head              117 net/base/nss_memio.c     return (mb->tail >= mb->head) ? 0 : mb->tail;
head              123 net/base/nss_memio.c     if (mb->head > mb->tail) return mb->head - mb->tail - 1;
head              124 net/base/nss_memio.c     return mb->bufsize - mb->tail - (mb->head == 0);
head              170 net/base/nss_memio.c         memcpy(buf, &mb->buf[mb->head], len);
head              171 net/base/nss_memio.c         mb->head += len;
head              172 net/base/nss_memio.c         if (mb->head == mb->bufsize)
head              173 net/base/nss_memio.c             mb->head = 0;
head              181 net/base/nss_memio.c             memcpy(buf, &mb->buf[mb->head], len);
head              182 net/base/nss_memio.c             mb->head += len;
head              183 net/base/nss_memio.c             if (mb->head == mb->bufsize)
head              184 net/base/nss_memio.c                 mb->head = 0;
head              452 net/base/nss_memio.c     *buf1 = &mb->buf[mb->head];
head              464 net/base/nss_memio.c         mb->head += bytes_written;
head              465 net/base/nss_memio.c         if (mb->head >= mb->bufsize)
head              466 net/base/nss_memio.c             mb->head -= mb->bufsize;
head               24 net/cert/nss_profile_filter_chromeos_unittest.cc   SECMODModuleList* head = SECMOD_GetDefaultModuleList();
head               25 net/cert/nss_profile_filter_chromeos_unittest.cc   for (SECMODModuleList* item = head; item != NULL; item = item->next) {
head              253 net/disk_cache/blockfile/rankings.cc   CacheRankingsBlock head(backend_->File(my_head), my_head);
head              255 net/disk_cache/blockfile/rankings.cc     if (!GetRanking(&head))
head              258 net/disk_cache/blockfile/rankings.cc     if (head.Data()->prev != my_head.value() &&  // Normal path.
head              259 net/disk_cache/blockfile/rankings.cc         head.Data()->prev != node->address().value()) {  // FinishInsert().
head              264 net/disk_cache/blockfile/rankings.cc     head.Data()->prev = node->address().value();
head              265 net/disk_cache/blockfile/rankings.cc     head.Store();
head              267 net/disk_cache/blockfile/rankings.cc     UpdateIterators(&head);
head              310 net/spdy/spdy_test_util_common.cc   std::string head = "fakesignature";
head              314 net/spdy/spdy_test_util_common.cc   signature->insert(signature->end(), head.begin(), head.end());
head               66 net/ssl/client_cert_store_nss.cc   ca_names.head = NULL;
head             7226 net/third_party/nss/ssl/ssl3con.c     ca_list.head = node = PORT_ArenaZNew(arena, dnameNode);
head             7263 net/third_party/nss/ssl/ssl3con.c     for(i = 0, node = (dnameNode*)ca_list.head;
head               79 net/websockets/websocket_extension_parser.cc   const char* head = current_;
head               83 net/websockets/websocket_extension_parser.cc   if (current_ == head) {
head               87 net/websockets/websocket_extension_parser.cc   *token = base::StringPiece(head, current_ - head);
head              125 net/websockets/websocket_extension_parser.cc   const char* head = current_;
head              129 net/websockets/websocket_extension_parser.cc   current_ = head;
head              136 net/websockets/websocket_extension_parser.cc   const char* head = current_;
head              140 net/websockets/websocket_extension_parser.cc     current_ = head;
head              196 sandbox/linux/seccomp-bpf/codegen.cc void CodeGen::JoinInstructions(Instruction* head, Instruction* tail) {
head              200 sandbox/linux/seccomp-bpf/codegen.cc   if (BPF_CLASS(head->code) == BPF_JMP) {
head              201 sandbox/linux/seccomp-bpf/codegen.cc     if (BPF_OP(head->code) == BPF_JA) {
head              202 sandbox/linux/seccomp-bpf/codegen.cc       if (head->jt_ptr) {
head              205 sandbox/linux/seccomp-bpf/codegen.cc       head->jt_ptr = tail;
head              207 sandbox/linux/seccomp-bpf/codegen.cc       if (!head->jt_ptr && head->jf_ptr) {
head              208 sandbox/linux/seccomp-bpf/codegen.cc         head->jt_ptr = tail;
head              209 sandbox/linux/seccomp-bpf/codegen.cc       } else if (!head->jf_ptr && head->jt_ptr) {
head              210 sandbox/linux/seccomp-bpf/codegen.cc         head->jf_ptr = tail;
head              215 sandbox/linux/seccomp-bpf/codegen.cc   } else if (BPF_CLASS(head->code) == BPF_RET) {
head              217 sandbox/linux/seccomp-bpf/codegen.cc   } else if (head->next) {
head              220 sandbox/linux/seccomp-bpf/codegen.cc     head->next = tail;
head              310 sandbox/linux/seccomp-bpf/codegen.cc BasicBlock* CodeGen::MakeBasicBlock(Instruction* head, Instruction* tail) {
head              314 sandbox/linux/seccomp-bpf/codegen.cc   for (;; head = head->next) {
head              315 sandbox/linux/seccomp-bpf/codegen.cc     bb->instructions.push_back(head);
head              316 sandbox/linux/seccomp-bpf/codegen.cc     if (head == tail) {
head              319 sandbox/linux/seccomp-bpf/codegen.cc     if (BPF_CLASS(head->code) == BPF_JMP) {
head              327 sandbox/linux/seccomp-bpf/codegen.cc void CodeGen::AddBasicBlock(Instruction* head,
head              334 sandbox/linux/seccomp-bpf/codegen.cc   BranchTargets::const_iterator iter = branch_targets.find(head);
head              341 sandbox/linux/seccomp-bpf/codegen.cc   BasicBlock* bb = MakeBasicBlock(head, tail);
head              345 sandbox/linux/seccomp-bpf/codegen.cc   (*basic_blocks)[head] = bb;
head              361 sandbox/linux/seccomp-bpf/codegen.cc   Instruction* head = instructions;
head              362 sandbox/linux/seccomp-bpf/codegen.cc   for (Instruction* insn = head; insn;) {
head              372 sandbox/linux/seccomp-bpf/codegen.cc       AddBasicBlock(head, tail, branch_targets, basic_blocks, &first_block);
head              373 sandbox/linux/seccomp-bpf/codegen.cc       head = insn;
head              379 sandbox/linux/seccomp-bpf/codegen.cc       AddBasicBlock(head, insn, branch_targets, basic_blocks, &first_block);
head              401 sandbox/linux/seccomp-bpf/codegen.cc       head = insn;
head              410 sandbox/linux/seccomp-bpf/codegen.cc         AddBasicBlock(head, tail, branch_targets, basic_blocks, &first_block);
head               81 sandbox/linux/seccomp-bpf/codegen.h   void JoinInstructions(Instruction* head, Instruction* tail);
head              107 sandbox/linux/seccomp-bpf/codegen.h   BasicBlock* MakeBasicBlock(Instruction* head, Instruction* tail);
head              111 sandbox/linux/seccomp-bpf/codegen.h   void AddBasicBlock(Instruction* head,
head              560 sandbox/linux/seccomp-bpf/sandbox_bpf.cc   Instruction* head = gen->MakeInstruction(
head              700 sandbox/linux/seccomp-bpf/sandbox_bpf.cc   gen->Compile(head, program);
head              294 third_party/bintrees/bintrees/ctrees.c 		node_t head; /* False tree root */
head              302 third_party/bintrees/bintrees/ctrees.c 		t = &head;
head              360 third_party/bintrees/bintrees/ctrees.c 		root = head.link[1];
head              374 third_party/bintrees/bintrees/ctrees.c 	node_t head = { { NULL } }; /* False tree root */
head              383 third_party/bintrees/bintrees/ctrees.c 	q = &head;
head              451 third_party/bintrees/bintrees/ctrees.c 	root = head.link[1];
head              431 third_party/harfbuzz-ng/src/hb-face.cc   hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
head              432 third_party/harfbuzz-ng/src/hb-face.cc   const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (head_blob);
head              373 third_party/harfbuzz-ng/src/hb-open-type-private.hh     this->head = this->start;
head              393 third_party/harfbuzz-ng/src/hb-open-type-private.hh 		     (int) (this->head - this->start),
head              402 third_party/harfbuzz-ng/src/hb-open-type-private.hh     unsigned int len = this->head - this->start;
head              412 third_party/harfbuzz-ng/src/hb-open-type-private.hh     if (unlikely (this->ran_out_of_room || this->end - this->head < ptrdiff_t (size))) {
head              416 third_party/harfbuzz-ng/src/hb-open-type-private.hh     memset (this->head, 0, size);
head              417 third_party/harfbuzz-ng/src/hb-open-type-private.hh     char *ret = this->head;
head              418 third_party/harfbuzz-ng/src/hb-open-type-private.hh     this->head += size;
head              431 third_party/harfbuzz-ng/src/hb-open-type-private.hh     Type *ret = reinterpret_cast<Type *> (this->head);
head              449 third_party/harfbuzz-ng/src/hb-open-type-private.hh     assert (this->start <= (char *) &obj && (char *) &obj <= this->head && (char *) &obj + size >= this->head);
head              450 third_party/harfbuzz-ng/src/hb-open-type-private.hh     if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL;
head              458 third_party/harfbuzz-ng/src/hb-open-type-private.hh     assert (this->start < (char *) &obj && (char *) &obj <= this->head && (char *) &obj + size >= this->head);
head              459 third_party/harfbuzz-ng/src/hb-open-type-private.hh     if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL;
head              463 third_party/harfbuzz-ng/src/hb-open-type-private.hh   inline void truncate (void *head)
head              465 third_party/harfbuzz-ng/src/hb-open-type-private.hh     assert (this->start < head && head <= this->head);
head              466 third_party/harfbuzz-ng/src/hb-open-type-private.hh     this->head = (char *) head;
head              470 third_party/harfbuzz-ng/src/hb-open-type-private.hh   char *start, *end, *head;
head              479 third_party/harfbuzz-ng/src/hb-open-type-private.hh     head = array;
head              485 third_party/harfbuzz-ng/src/hb-open-type-private.hh     return head[i];
head              493 third_party/harfbuzz-ng/src/hb-open-type-private.hh     head += count;
head              501 third_party/harfbuzz-ng/src/hb-open-type-private.hh   const Type *head;
head               96 third_party/harfbuzz-ng/src/hb-set-private.hh     head.init ();
head              101 third_party/harfbuzz-ng/src/hb-set-private.hh     head.add (g);
head              106 third_party/harfbuzz-ng/src/hb-set-private.hh     head.add_range (a, b);
head              111 third_party/harfbuzz-ng/src/hb-set-private.hh     return head.may_have (g) && tail.may_have (g);
head              115 third_party/harfbuzz-ng/src/hb-set-private.hh   head_t head;
head               93 third_party/libevent/compat/sys/queue.h #define	SLIST_HEAD_INITIALIZER(head)					\
head              106 third_party/libevent/compat/sys/queue.h #define	SLIST_FIRST(head)	((head)->slh_first)
head              107 third_party/libevent/compat/sys/queue.h #define	SLIST_END(head)		NULL
head              108 third_party/libevent/compat/sys/queue.h #define	SLIST_EMPTY(head)	(SLIST_FIRST(head) == SLIST_END(head))
head              111 third_party/libevent/compat/sys/queue.h #define	SLIST_FOREACH(var, head, field)					\
head              112 third_party/libevent/compat/sys/queue.h 	for((var) = SLIST_FIRST(head);					\
head              113 third_party/libevent/compat/sys/queue.h 	    (var) != SLIST_END(head);					\
head              119 third_party/libevent/compat/sys/queue.h #define	SLIST_INIT(head) {						\
head              120 third_party/libevent/compat/sys/queue.h 	SLIST_FIRST(head) = SLIST_END(head);				\
head              128 third_party/libevent/compat/sys/queue.h #define	SLIST_INSERT_HEAD(head, elm, field) do {			\
head              129 third_party/libevent/compat/sys/queue.h 	(elm)->field.sle_next = (head)->slh_first;			\
head              130 third_party/libevent/compat/sys/queue.h 	(head)->slh_first = (elm);					\
head              133 third_party/libevent/compat/sys/queue.h #define	SLIST_REMOVE_HEAD(head, field) do {				\
head              134 third_party/libevent/compat/sys/queue.h 	(head)->slh_first = (head)->slh_first->field.sle_next;		\
head              145 third_party/libevent/compat/sys/queue.h #define LIST_HEAD_INITIALIZER(head)					\
head              157 third_party/libevent/compat/sys/queue.h #define	LIST_FIRST(head)		((head)->lh_first)
head              158 third_party/libevent/compat/sys/queue.h #define	LIST_END(head)			NULL
head              159 third_party/libevent/compat/sys/queue.h #define	LIST_EMPTY(head)		(LIST_FIRST(head) == LIST_END(head))
head              162 third_party/libevent/compat/sys/queue.h #define LIST_FOREACH(var, head, field)					\
head              163 third_party/libevent/compat/sys/queue.h 	for((var) = LIST_FIRST(head);					\
head              164 third_party/libevent/compat/sys/queue.h 	    (var)!= LIST_END(head);					\
head              170 third_party/libevent/compat/sys/queue.h #define	LIST_INIT(head) do {						\
head              171 third_party/libevent/compat/sys/queue.h 	LIST_FIRST(head) = LIST_END(head);				\
head              189 third_party/libevent/compat/sys/queue.h #define LIST_INSERT_HEAD(head, elm, field) do {				\
head              190 third_party/libevent/compat/sys/queue.h 	if (((elm)->field.le_next = (head)->lh_first) != NULL)		\
head              191 third_party/libevent/compat/sys/queue.h 		(head)->lh_first->field.le_prev = &(elm)->field.le_next;\
head              192 third_party/libevent/compat/sys/queue.h 	(head)->lh_first = (elm);					\
head              193 third_party/libevent/compat/sys/queue.h 	(elm)->field.le_prev = &(head)->lh_first;			\
head              220 third_party/libevent/compat/sys/queue.h #define SIMPLEQ_HEAD_INITIALIZER(head)					\
head              221 third_party/libevent/compat/sys/queue.h 	{ NULL, &(head).sqh_first }
head              231 third_party/libevent/compat/sys/queue.h #define	SIMPLEQ_FIRST(head)	    ((head)->sqh_first)
head              232 third_party/libevent/compat/sys/queue.h #define	SIMPLEQ_END(head)	    NULL
head              233 third_party/libevent/compat/sys/queue.h #define	SIMPLEQ_EMPTY(head)	    (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
head              236 third_party/libevent/compat/sys/queue.h #define SIMPLEQ_FOREACH(var, head, field)				\
head              237 third_party/libevent/compat/sys/queue.h 	for((var) = SIMPLEQ_FIRST(head);				\
head              238 third_party/libevent/compat/sys/queue.h 	    (var) != SIMPLEQ_END(head);					\
head              244 third_party/libevent/compat/sys/queue.h #define	SIMPLEQ_INIT(head) do {						\
head              245 third_party/libevent/compat/sys/queue.h 	(head)->sqh_first = NULL;					\
head              246 third_party/libevent/compat/sys/queue.h 	(head)->sqh_last = &(head)->sqh_first;				\
head              249 third_party/libevent/compat/sys/queue.h #define SIMPLEQ_INSERT_HEAD(head, elm, field) do {			\
head              250 third_party/libevent/compat/sys/queue.h 	if (((elm)->field.sqe_next = (head)->sqh_first) == NULL)	\
head              251 third_party/libevent/compat/sys/queue.h 		(head)->sqh_last = &(elm)->field.sqe_next;		\
head              252 third_party/libevent/compat/sys/queue.h 	(head)->sqh_first = (elm);					\
head              255 third_party/libevent/compat/sys/queue.h #define SIMPLEQ_INSERT_TAIL(head, elm, field) do {			\
head              257 third_party/libevent/compat/sys/queue.h 	*(head)->sqh_last = (elm);					\
head              258 third_party/libevent/compat/sys/queue.h 	(head)->sqh_last = &(elm)->field.sqe_next;			\
head              261 third_party/libevent/compat/sys/queue.h #define SIMPLEQ_INSERT_AFTER(head, listelm, elm, field) do {		\
head              263 third_party/libevent/compat/sys/queue.h 		(head)->sqh_last = &(elm)->field.sqe_next;		\
head              267 third_party/libevent/compat/sys/queue.h #define SIMPLEQ_REMOVE_HEAD(head, elm, field) do {			\
head              268 third_party/libevent/compat/sys/queue.h 	if (((head)->sqh_first = (elm)->field.sqe_next) == NULL)	\
head              269 third_party/libevent/compat/sys/queue.h 		(head)->sqh_last = &(head)->sqh_first;			\
head              281 third_party/libevent/compat/sys/queue.h #define TAILQ_HEAD_INITIALIZER(head)					\
head              282 third_party/libevent/compat/sys/queue.h 	{ NULL, &(head).tqh_first }
head              293 third_party/libevent/compat/sys/queue.h #define	TAILQ_FIRST(head)		((head)->tqh_first)
head              294 third_party/libevent/compat/sys/queue.h #define	TAILQ_END(head)			NULL
head              296 third_party/libevent/compat/sys/queue.h #define TAILQ_LAST(head, headname)					\
head              297 third_party/libevent/compat/sys/queue.h 	(*(((struct headname *)((head)->tqh_last))->tqh_last))
head              301 third_party/libevent/compat/sys/queue.h #define	TAILQ_EMPTY(head)						\
head              302 third_party/libevent/compat/sys/queue.h 	(TAILQ_FIRST(head) == TAILQ_END(head))
head              304 third_party/libevent/compat/sys/queue.h #define TAILQ_FOREACH(var, head, field)					\
head              305 third_party/libevent/compat/sys/queue.h 	for((var) = TAILQ_FIRST(head);					\
head              306 third_party/libevent/compat/sys/queue.h 	    (var) != TAILQ_END(head);					\
head              309 third_party/libevent/compat/sys/queue.h #define TAILQ_FOREACH_REVERSE(var, head, field, headname)		\
head              310 third_party/libevent/compat/sys/queue.h 	for((var) = TAILQ_LAST(head, headname);				\
head              311 third_party/libevent/compat/sys/queue.h 	    (var) != TAILQ_END(head);					\
head              317 third_party/libevent/compat/sys/queue.h #define	TAILQ_INIT(head) do {						\
head              318 third_party/libevent/compat/sys/queue.h 	(head)->tqh_first = NULL;					\
head              319 third_party/libevent/compat/sys/queue.h 	(head)->tqh_last = &(head)->tqh_first;				\
head              322 third_party/libevent/compat/sys/queue.h #define TAILQ_INSERT_HEAD(head, elm, field) do {			\
head              323 third_party/libevent/compat/sys/queue.h 	if (((elm)->field.tqe_next = (head)->tqh_first) != NULL)	\
head              324 third_party/libevent/compat/sys/queue.h 		(head)->tqh_first->field.tqe_prev =			\
head              327 third_party/libevent/compat/sys/queue.h 		(head)->tqh_last = &(elm)->field.tqe_next;		\
head              328 third_party/libevent/compat/sys/queue.h 	(head)->tqh_first = (elm);					\
head              329 third_party/libevent/compat/sys/queue.h 	(elm)->field.tqe_prev = &(head)->tqh_first;			\
head              332 third_party/libevent/compat/sys/queue.h #define TAILQ_INSERT_TAIL(head, elm, field) do {			\
head              334 third_party/libevent/compat/sys/queue.h 	(elm)->field.tqe_prev = (head)->tqh_last;			\
head              335 third_party/libevent/compat/sys/queue.h 	*(head)->tqh_last = (elm);					\
head              336 third_party/libevent/compat/sys/queue.h 	(head)->tqh_last = &(elm)->field.tqe_next;			\
head              339 third_party/libevent/compat/sys/queue.h #define TAILQ_INSERT_AFTER(head, listelm, elm, field) do {		\
head              344 third_party/libevent/compat/sys/queue.h 		(head)->tqh_last = &(elm)->field.tqe_next;		\
head              356 third_party/libevent/compat/sys/queue.h #define TAILQ_REMOVE(head, elm, field) do {				\
head              361 third_party/libevent/compat/sys/queue.h 		(head)->tqh_last = (elm)->field.tqe_prev;		\
head              365 third_party/libevent/compat/sys/queue.h #define TAILQ_REPLACE(head, elm, elm2, field) do {			\
head              370 third_party/libevent/compat/sys/queue.h 		(head)->tqh_last = &(elm2)->field.tqe_next;		\
head              384 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_HEAD_INITIALIZER(head)					\
head              385 third_party/libevent/compat/sys/queue.h 	{ CIRCLEQ_END(&head), CIRCLEQ_END(&head) }
head              396 third_party/libevent/compat/sys/queue.h #define	CIRCLEQ_FIRST(head)		((head)->cqh_first)
head              397 third_party/libevent/compat/sys/queue.h #define	CIRCLEQ_LAST(head)		((head)->cqh_last)
head              398 third_party/libevent/compat/sys/queue.h #define	CIRCLEQ_END(head)		((void *)(head))
head              401 third_party/libevent/compat/sys/queue.h #define	CIRCLEQ_EMPTY(head)						\
head              402 third_party/libevent/compat/sys/queue.h 	(CIRCLEQ_FIRST(head) == CIRCLEQ_END(head))
head              404 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_FOREACH(var, head, field)				\
head              405 third_party/libevent/compat/sys/queue.h 	for((var) = CIRCLEQ_FIRST(head);				\
head              406 third_party/libevent/compat/sys/queue.h 	    (var) != CIRCLEQ_END(head);					\
head              409 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_FOREACH_REVERSE(var, head, field)			\
head              410 third_party/libevent/compat/sys/queue.h 	for((var) = CIRCLEQ_LAST(head);					\
head              411 third_party/libevent/compat/sys/queue.h 	    (var) != CIRCLEQ_END(head);					\
head              417 third_party/libevent/compat/sys/queue.h #define	CIRCLEQ_INIT(head) do {						\
head              418 third_party/libevent/compat/sys/queue.h 	(head)->cqh_first = CIRCLEQ_END(head);				\
head              419 third_party/libevent/compat/sys/queue.h 	(head)->cqh_last = CIRCLEQ_END(head);				\
head              422 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) do {		\
head              425 third_party/libevent/compat/sys/queue.h 	if ((listelm)->field.cqe_next == CIRCLEQ_END(head))		\
head              426 third_party/libevent/compat/sys/queue.h 		(head)->cqh_last = (elm);				\
head              432 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) do {		\
head              435 third_party/libevent/compat/sys/queue.h 	if ((listelm)->field.cqe_prev == CIRCLEQ_END(head))		\
head              436 third_party/libevent/compat/sys/queue.h 		(head)->cqh_first = (elm);				\
head              442 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_INSERT_HEAD(head, elm, field) do {			\
head              443 third_party/libevent/compat/sys/queue.h 	(elm)->field.cqe_next = (head)->cqh_first;			\
head              444 third_party/libevent/compat/sys/queue.h 	(elm)->field.cqe_prev = CIRCLEQ_END(head);			\
head              445 third_party/libevent/compat/sys/queue.h 	if ((head)->cqh_last == CIRCLEQ_END(head))			\
head              446 third_party/libevent/compat/sys/queue.h 		(head)->cqh_last = (elm);				\
head              448 third_party/libevent/compat/sys/queue.h 		(head)->cqh_first->field.cqe_prev = (elm);		\
head              449 third_party/libevent/compat/sys/queue.h 	(head)->cqh_first = (elm);					\
head              452 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_INSERT_TAIL(head, elm, field) do {			\
head              453 third_party/libevent/compat/sys/queue.h 	(elm)->field.cqe_next = CIRCLEQ_END(head);			\
head              454 third_party/libevent/compat/sys/queue.h 	(elm)->field.cqe_prev = (head)->cqh_last;			\
head              455 third_party/libevent/compat/sys/queue.h 	if ((head)->cqh_first == CIRCLEQ_END(head))			\
head              456 third_party/libevent/compat/sys/queue.h 		(head)->cqh_first = (elm);				\
head              458 third_party/libevent/compat/sys/queue.h 		(head)->cqh_last->field.cqe_next = (elm);		\
head              459 third_party/libevent/compat/sys/queue.h 	(head)->cqh_last = (elm);					\
head              462 third_party/libevent/compat/sys/queue.h #define	CIRCLEQ_REMOVE(head, elm, field) do {				\
head              463 third_party/libevent/compat/sys/queue.h 	if ((elm)->field.cqe_next == CIRCLEQ_END(head))			\
head              464 third_party/libevent/compat/sys/queue.h 		(head)->cqh_last = (elm)->field.cqe_prev;		\
head              468 third_party/libevent/compat/sys/queue.h 	if ((elm)->field.cqe_prev == CIRCLEQ_END(head))			\
head              469 third_party/libevent/compat/sys/queue.h 		(head)->cqh_first = (elm)->field.cqe_next;		\
head              475 third_party/libevent/compat/sys/queue.h #define CIRCLEQ_REPLACE(head, elm, elm2, field) do {			\
head              477 third_party/libevent/compat/sys/queue.h 	    CIRCLEQ_END(head))						\
head              478 third_party/libevent/compat/sys/queue.h 		(head).cqh_last = (elm2);				\
head              482 third_party/libevent/compat/sys/queue.h 	    CIRCLEQ_END(head))						\
head              483 third_party/libevent/compat/sys/queue.h 		(head).cqh_first = (elm2);				\
head              321 third_party/libevent/evdns.c static void evdns_request_insert(struct request *req, struct request **head);
head              554 third_party/libevent/evdns.c request_finished(struct request *const req, struct request **head) {
head              555 third_party/libevent/evdns.c 	if (head) {
head              558 third_party/libevent/evdns.c 			*head = NULL;
head              562 third_party/libevent/evdns.c 			if (*head == req) *head = req->next;
head             2210 third_party/libevent/evdns.c evdns_request_insert(struct request *req, struct request **head) {
head             2211 third_party/libevent/evdns.c 	if (!*head) {
head             2212 third_party/libevent/evdns.c 		*head = req;
head             2217 third_party/libevent/evdns.c 	req->prev = (*head)->prev;
head             2219 third_party/libevent/evdns.c 	req->next = *head;
head             2220 third_party/libevent/evdns.c 	(*head)->prev = req;
head             2387 third_party/libevent/evdns.c 	struct search_domain *head;
head             2398 third_party/libevent/evdns.c 		for (dom = state->head; dom; dom = next) {
head             2444 third_party/libevent/evdns.c 	sdomain->next = global_search_state->head;
head             2447 third_party/libevent/evdns.c 	global_search_state->head = sdomain;
head             2455 third_party/libevent/evdns.c 	cur = global_search_state->head;
head             2463 third_party/libevent/evdns.c 	global_search_state->head = prev;
head             2498 third_party/libevent/evdns.c 	for (dom = state->head; dom; dom = dom->next) {
head             3066 third_party/libevent/evdns.c 		for (dom = global_search_state->head; dom; dom = dom_next) {
head               75 third_party/libevent/event-internal.h #define	TAILQ_FIRST(head)		((head)->tqh_first)
head               76 third_party/libevent/event-internal.h #define	TAILQ_END(head)			NULL
head               78 third_party/libevent/event-internal.h #define TAILQ_FOREACH(var, head, field)					\
head               79 third_party/libevent/event-internal.h 	for((var) = TAILQ_FIRST(head);					\
head               80 third_party/libevent/event-internal.h 	    (var) != TAILQ_END(head);					\
head              106 third_party/libevent/evrpc.c 	struct evrpc_hook_list *head = NULL;
head              110 third_party/libevent/evrpc.c 		head = &base->in_hooks;
head              113 third_party/libevent/evrpc.c 		head = &base->out_hooks;
head              124 third_party/libevent/evrpc.c 	TAILQ_INSERT_TAIL(head, hook, next);
head              130 third_party/libevent/evrpc.c evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle)
head              133 third_party/libevent/evrpc.c 	TAILQ_FOREACH(hook, head, next) {
head              135 third_party/libevent/evrpc.c 			TAILQ_REMOVE(head, hook, next);
head              152 third_party/libevent/evrpc.c 	struct evrpc_hook_list *head = NULL;
head              155 third_party/libevent/evrpc.c 		head = &base->in_hooks;
head              158 third_party/libevent/evrpc.c 		head = &base->out_hooks;
head              164 third_party/libevent/evrpc.c 	return (evrpc_remove_hook_internal(head, handle));
head              168 third_party/libevent/evrpc.c evrpc_process_hooks(struct evrpc_hook_list *head,
head              172 third_party/libevent/evrpc.c 	TAILQ_FOREACH(hook, head, next) {
head              282 third_party/libevent/kqueue.c 			struct event_list *head =
head              284 third_party/libevent/kqueue.c 			TAILQ_FOREACH(ev, head, ev_signal_next) {
head               91 third_party/libusb/src/libusb/libusbi.h #define list_for_each_entry(pos, head, member, type)			\
head               92 third_party/libusb/src/libusb/libusbi.h 	for (pos = list_entry((head)->next, type, member);			\
head               93 third_party/libusb/src/libusb/libusbi.h 		 &pos->member != (head);								\
head               96 third_party/libusb/src/libusb/libusbi.h #define list_for_each_entry_safe(pos, n, head, member, type)	\
head               97 third_party/libusb/src/libusb/libusbi.h 	for (pos = list_entry((head)->next, type, member),			\
head               99 third_party/libusb/src/libusb/libusbi.h 		 &pos->member != (head);								\
head              109 third_party/libusb/src/libusb/libusbi.h static inline void list_add(struct list_head *entry, struct list_head *head)
head              111 third_party/libusb/src/libusb/libusbi.h 	entry->next = head->next;
head              112 third_party/libusb/src/libusb/libusbi.h 	entry->prev = head;
head              114 third_party/libusb/src/libusb/libusbi.h 	head->next->prev = entry;
head              115 third_party/libusb/src/libusb/libusbi.h 	head->next = entry;
head              119 third_party/libusb/src/libusb/libusbi.h 	struct list_head *head)
head              121 third_party/libusb/src/libusb/libusbi.h 	entry->next = head;
head              122 third_party/libusb/src/libusb/libusbi.h 	entry->prev = head->prev;
head              124 third_party/libusb/src/libusb/libusbi.h 	head->prev->next = entry;
head              125 third_party/libusb/src/libusb/libusbi.h 	head->prev = entry;
head              163 third_party/libxml/src/HTMLtree.c     htmlNodePtr cur, meta = NULL, head = NULL;
head              209 third_party/libxml/src/HTMLtree.c                 head = cur->parent;
head              218 third_party/libxml/src/HTMLtree.c     head = cur;
head              267 third_party/libxml/src/HTMLtree.c         if ((encoding != NULL) && (head != NULL)) {
head              273 third_party/libxml/src/HTMLtree.c             if (head->children == NULL)
head              274 third_party/libxml/src/HTMLtree.c                 xmlAddChild(head, meta);
head              276 third_party/libxml/src/HTMLtree.c                 xmlAddPrevSibling(head->children, meta);
head             1041 third_party/libxml/src/xmlschemas.c     xmlSchemaElementPtr head;
head             5668 third_party/libxml/src/xmlschemas.c 		       xmlSchemaElementPtr head)
head             5686 third_party/libxml/src/xmlschemas.c     ret->head = head;
head             5695 third_party/libxml/src/xmlschemas.c 	head->name, head->targetNamespace, ret) != 0) {
head             5706 third_party/libxml/src/xmlschemas.c 		       xmlSchemaElementPtr head)
head             5711 third_party/libxml/src/xmlschemas.c 	head->name, head->targetNamespace));
head             5727 third_party/libxml/src/xmlschemas.c 				      xmlSchemaElementPtr head,
head             5732 third_party/libxml/src/xmlschemas.c     if ((pctxt == NULL) || (head == NULL) || (member == NULL))
head             5735 third_party/libxml/src/xmlschemas.c     substGroup = xmlSchemaSubstGroupGet(pctxt, head);
head             5737 third_party/libxml/src/xmlschemas.c 	substGroup = xmlSchemaSubstGroupAdd(pctxt, head);
head             19567 third_party/libxml/src/xmlschemas.c 	xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ;
head             19569 third_party/libxml/src/xmlschemas.c 	xmlSchemaCheckElementDeclComponent(head, pctxt);
head             19588 third_party/libxml/src/xmlschemas.c 	if (head == elemDecl)
head             19589 third_party/libxml/src/xmlschemas.c 	    circ = head;
head             19590 third_party/libxml/src/xmlschemas.c 	else if (WXS_SUBST_HEAD(head) != NULL)
head             19591 third_party/libxml/src/xmlschemas.c 	    circ = xmlSchemaCheckSubstGroupCircular(head, head);
head             19603 third_party/libxml/src/xmlschemas.c 		xmlSchemaGetComponentQName(&strB, head),
head             19627 third_party/libxml/src/xmlschemas.c 	    if (head->flags & XML_SCHEMAS_ELEM_FINAL_EXTENSION)
head             19629 third_party/libxml/src/xmlschemas.c 	    if (head->flags & XML_SCHEMAS_ELEM_FINAL_RESTRICTION)
head             19633 third_party/libxml/src/xmlschemas.c 		WXS_ELEM_TYPEDEF(head), set) != 0) {
head             19645 third_party/libxml/src/xmlschemas.c 		    xmlSchemaGetComponentQName(&strB, head),
head             19646 third_party/libxml/src/xmlschemas.c 		    xmlSchemaGetComponentQName(&strC, WXS_ELEM_TYPEDEF(head)));
head             19745 third_party/libxml/src/xmlschemas.c 	xmlSchemaElementPtr head;
head             19753 third_party/libxml/src/xmlschemas.c 	for (head = WXS_SUBST_HEAD(elemDecl); head != NULL;
head             19754 third_party/libxml/src/xmlschemas.c 	    head = WXS_SUBST_HEAD(head)) {
head             19760 third_party/libxml/src/xmlschemas.c 	    if (head->flags & XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION)
head             19762 third_party/libxml/src/xmlschemas.c 	    headType = head->subtypes;
head             19766 third_party/libxml/src/xmlschemas.c 	    if (head->flags & XML_SCHEMAS_ELEM_BLOCK_RESTRICTION)
head             19768 third_party/libxml/src/xmlschemas.c 	    if (head->flags & XML_SCHEMAS_ELEM_BLOCK_EXTENSION)
head             19828 third_party/libxml/src/xmlschemas.c 	    xmlSchemaAddElementSubstitutionMember(ctxt, head, elemDecl);
head             19829 third_party/libxml/src/xmlschemas.c 	    if ((head->flags & XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD) == 0)
head             19830 third_party/libxml/src/xmlschemas.c 		head->flags |= XML_SCHEMAS_ELEM_SUBST_GROUP_HEAD;
head             22432 third_party/libxml/src/xmlschemas.c     xmlSchemaIDCStateObjPtr sto, head = NULL, first;
head             22455 third_party/libxml/src/xmlschemas.c     while (sto != head) {
head             22554 third_party/libxml/src/xmlschemas.c 	    head = first;
head             36094 third_party/sqlite/amalgamation/sqlite3.c   struct RowSetEntry head;
head             36097 third_party/sqlite/amalgamation/sqlite3.c   pTail = &head;
head             36120 third_party/sqlite/amalgamation/sqlite3.c   return head.pRight;
head              209 third_party/sqlite/src/src/rowset.c   struct RowSetEntry head;
head              212 third_party/sqlite/src/src/rowset.c   pTail = &head;
head              235 third_party/sqlite/src/src/rowset.c   return head.pRight;
head              236 third_party/sqlite/src/src/test_fuzzer.c   fuzzer_rule head;
head              239 third_party/sqlite/src/src/test_fuzzer.c   pTail =  &head;
head              256 third_party/sqlite/src/src/test_fuzzer.c   return head.pNext;
head              468 third_party/sqlite/src/src/test_fuzzer.c   fuzzer_stem head;
head              471 third_party/sqlite/src/src/test_fuzzer.c   pTail =  &head;
head              488 third_party/sqlite/src/src/test_fuzzer.c   return head.pNext;
head             1594 third_party/sqlite/src/tool/lemon.c   char *ptr, *head;
head             1597 third_party/sqlite/src/tool/lemon.c     head = b;
head             1599 third_party/sqlite/src/tool/lemon.c     head = a;
head             1608 third_party/sqlite/src/tool/lemon.c     head = ptr;
head             1623 third_party/sqlite/src/tool/lemon.c   return head;
head              139 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static AllocList *LLA_SkiplistSearch(AllocList *head,
head              141 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   AllocList *p = head;
head              142 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   for (int level = head->levels - 1; level >= 0; level--) {
head              147 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   return (head->levels == 0) ?  0 : prev[0]->next[0];
head              153 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static void LLA_SkiplistInsert(AllocList *head, AllocList *e,
head              155 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   LLA_SkiplistSearch(head, e, prev);
head              156 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   for (; head->levels < e->levels; head->levels++) { // extend prev pointers
head              157 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc     prev[head->levels] = head;                       // to all *e's levels
head              168 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc static void LLA_SkiplistDelete(AllocList *head, AllocList *e,
head              170 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   AllocList *found = LLA_SkiplistSearch(head, e, prev);
head              175 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc   while (head->levels > 0 && head->next[head->levels - 1] == 0) {
head              176 third_party/tcmalloc/chromium/src/base/low_level_alloc.cc     head->levels--;   // reduce head->levels if level unused
head              222 third_party/tcmalloc/chromium/src/central_freelist.cc     ReleaseListToSpans(tc_slots_[used_slots_].head);
head              237 third_party/tcmalloc/chromium/src/central_freelist.cc     entry->head = start;
head              252 third_party/tcmalloc/chromium/src/central_freelist.cc     *start = entry->head;
head              259 third_party/tcmalloc/chromium/src/central_freelist.cc   void* head = NULL;
head              264 third_party/tcmalloc/chromium/src/central_freelist.cc     FL_Push(&head, tail);
head              269 third_party/tcmalloc/chromium/src/central_freelist.cc       FL_Push(&head, t);
head              274 third_party/tcmalloc/chromium/src/central_freelist.cc   *start = head;
head               87 third_party/tcmalloc/chromium/src/central_freelist.h     void *head;  // Head of chain of objects.
head               75 third_party/tcmalloc/chromium/src/free_list.cc void FL_PopRange(void **head, int n, void **start, void **end) {
head               82 third_party/tcmalloc/chromium/src/free_list.cc   *start = *head; // Remember the first node in the range.
head               83 third_party/tcmalloc/chromium/src/free_list.cc   void *tmp = *head;
head               88 third_party/tcmalloc/chromium/src/free_list.cc   *head = FL_Next(*end);
head               91 third_party/tcmalloc/chromium/src/free_list.cc   if (*head ) { // Fixup popped list.
head               92 third_party/tcmalloc/chromium/src/free_list.cc     FL_SetPrevious(*head, NULL);
head               99 third_party/tcmalloc/chromium/src/free_list.cc void FL_PushRange(void **head, void *start, void *end) {
head              109 third_party/tcmalloc/chromium/src/free_list.cc   if (*head) {
head              110 third_party/tcmalloc/chromium/src/free_list.cc     FL_EqualityCheck(FL_Previous_No_Check(*head), (void*)NULL,
head              112 third_party/tcmalloc/chromium/src/free_list.cc     FL_SetNext(end, *head);
head              113 third_party/tcmalloc/chromium/src/free_list.cc     FL_SetPrevious(*head, end);
head              115 third_party/tcmalloc/chromium/src/free_list.cc   *head = start;
head              119 third_party/tcmalloc/chromium/src/free_list.cc size_t FL_Size(void *head){
head              121 third_party/tcmalloc/chromium/src/free_list.cc   if (head) {
head              122 third_party/tcmalloc/chromium/src/free_list.cc     FL_EqualityCheck(FL_Previous_No_Check(head), (void*)NULL,
head              125 third_party/tcmalloc/chromium/src/free_list.cc   while (head) {
head              127 third_party/tcmalloc/chromium/src/free_list.cc     head = FL_Next(head);
head               57 third_party/tcmalloc/chromium/src/free_list.h void FL_PopRange(void **head, int n, void **start, void **end);
head               58 third_party/tcmalloc/chromium/src/free_list.h void FL_PushRange(void **head, void *start, void *end);
head               59 third_party/tcmalloc/chromium/src/free_list.h size_t FL_Size(void *head);
head              186 third_party/tcmalloc/chromium/src/free_list.h inline void FL_PopRange(void **head, int n, void **start, void **end) {
head              187 third_party/tcmalloc/chromium/src/free_list.h   SLL_PopRange(head, n, start, end);
head              190 third_party/tcmalloc/chromium/src/free_list.h inline void FL_PushRange(void **head, void *start, void *end) {
head              191 third_party/tcmalloc/chromium/src/free_list.h   SLL_PushRange(head,start,end);
head              194 third_party/tcmalloc/chromium/src/free_list.h inline size_t FL_Size(void *head) {
head              195 third_party/tcmalloc/chromium/src/free_list.h   return SLL_Size(head);
head               66 third_party/tcmalloc/chromium/src/linked_list.h inline void SLL_PopRange(void **head, int N, void **start, void **end) {
head               73 third_party/tcmalloc/chromium/src/linked_list.h   void *tmp = *head;
head               78 third_party/tcmalloc/chromium/src/linked_list.h   *start = *head;
head               80 third_party/tcmalloc/chromium/src/linked_list.h   *head = SLL_Next(tmp);
head               85 third_party/tcmalloc/chromium/src/linked_list.h inline void SLL_PushRange(void **head, void *start, void *end) {
head               87 third_party/tcmalloc/chromium/src/linked_list.h   SLL_SetNext(end, *head);
head               88 third_party/tcmalloc/chromium/src/linked_list.h   *head = start;
head               91 third_party/tcmalloc/chromium/src/linked_list.h inline size_t SLL_Size(void *head) {
head               93 third_party/tcmalloc/chromium/src/linked_list.h   while (head) {
head               95 third_party/tcmalloc/chromium/src/linked_list.h     head = SLL_Next(head);
head              231 third_party/tcmalloc/chromium/src/thread_cache.cc     void *tail, *head;
head              232 third_party/tcmalloc/chromium/src/thread_cache.cc     src->PopRange(batch_size, &head, &tail);
head              233 third_party/tcmalloc/chromium/src/thread_cache.cc     Static::central_cache()[cl].InsertRange(head, tail, batch_size);
head              236 third_party/tcmalloc/chromium/src/thread_cache.cc   void *tail, *head;
head              237 third_party/tcmalloc/chromium/src/thread_cache.cc   src->PopRange(N, &head, &tail);
head              238 third_party/tcmalloc/chromium/src/thread_cache.cc   Static::central_cache()[cl].InsertRange(head, tail, N);
head              139 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static AllocList *LLA_SkiplistSearch(AllocList *head,
head              141 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   AllocList *p = head;
head              142 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   for (int level = head->levels - 1; level >= 0; level--) {
head              147 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   return (head->levels == 0) ?  0 : prev[0]->next[0];
head              153 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static void LLA_SkiplistInsert(AllocList *head, AllocList *e,
head              155 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   LLA_SkiplistSearch(head, e, prev);
head              156 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   for (; head->levels < e->levels; head->levels++) { // extend prev pointers
head              157 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc     prev[head->levels] = head;                       // to all *e's levels
head              168 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc static void LLA_SkiplistDelete(AllocList *head, AllocList *e,
head              170 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   AllocList *found = LLA_SkiplistSearch(head, e, prev);
head              175 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc   while (head->levels > 0 && head->next[head->levels - 1] == 0) {
head              176 third_party/tcmalloc/vendor/src/base/low_level_alloc.cc     head->levels--;   // reduce head->levels if level unused
head              223 third_party/tcmalloc/vendor/src/central_freelist.cc     ReleaseListToSpans(tc_slots_[used_slots_].head);
head              238 third_party/tcmalloc/vendor/src/central_freelist.cc     entry->head = start;
head              253 third_party/tcmalloc/vendor/src/central_freelist.cc     *start = entry->head;
head              260 third_party/tcmalloc/vendor/src/central_freelist.cc   void* head = NULL;
head              266 third_party/tcmalloc/vendor/src/central_freelist.cc     head = tail;
head              271 third_party/tcmalloc/vendor/src/central_freelist.cc       SLL_Push(&head, t);
head              276 third_party/tcmalloc/vendor/src/central_freelist.cc   *start = head;
head               87 third_party/tcmalloc/vendor/src/central_freelist.h     void *head;  // Head of chain of objects.
head               66 third_party/tcmalloc/vendor/src/linked_list.h inline void SLL_PopRange(void **head, int N, void **start, void **end) {
head               73 third_party/tcmalloc/vendor/src/linked_list.h   void *tmp = *head;
head               78 third_party/tcmalloc/vendor/src/linked_list.h   *start = *head;
head               80 third_party/tcmalloc/vendor/src/linked_list.h   *head = SLL_Next(tmp);
head               85 third_party/tcmalloc/vendor/src/linked_list.h inline void SLL_PushRange(void **head, void *start, void *end) {
head               87 third_party/tcmalloc/vendor/src/linked_list.h   SLL_SetNext(end, *head);
head               88 third_party/tcmalloc/vendor/src/linked_list.h   *head = start;
head               91 third_party/tcmalloc/vendor/src/linked_list.h inline size_t SLL_Size(void *head) {
head               93 third_party/tcmalloc/vendor/src/linked_list.h   while (head) {
head               95 third_party/tcmalloc/vendor/src/linked_list.h     head = SLL_Next(head);
head              225 third_party/tcmalloc/vendor/src/thread_cache.cc     void *tail, *head;
head              226 third_party/tcmalloc/vendor/src/thread_cache.cc     src->PopRange(batch_size, &head, &tail);
head              227 third_party/tcmalloc/vendor/src/thread_cache.cc     Static::central_cache()[cl].InsertRange(head, tail, batch_size);
head              230 third_party/tcmalloc/vendor/src/thread_cache.cc   void *tail, *head;
head              231 third_party/tcmalloc/vendor/src/thread_cache.cc   src->PopRange(N, &head, &tail);
head              232 third_party/tcmalloc/vendor/src/thread_cache.cc   Static::central_cache()[cl].InsertRange(head, tail, N);
head              181 third_party/zlib/deflate.c     match_head = s->head[s->ins_h], \
head              182 third_party/zlib/deflate.c     s->head[s->ins_h] = (Pos)(str))
head              186 third_party/zlib/deflate.c     match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
head              187 third_party/zlib/deflate.c     s->head[s->ins_h] = (Pos)(str))
head              195 third_party/zlib/deflate.c     s->head[s->hash_size-1] = NIL; \
head              196 third_party/zlib/deflate.c     zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
head              284 third_party/zlib/deflate.c     s->head   = (Posf *)  ZALLOC(strm, s->hash_size, sizeof(Pos));
head              297 third_party/zlib/deflate.c     if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
head              395 third_party/zlib/deflate.c int ZEXPORT deflateSetHeader (strm, head)
head              397 third_party/zlib/deflate.c     gz_headerp head;
head              401 third_party/zlib/deflate.c     strm->state->gzhead = head;
head              938 third_party/zlib/deflate.c     TRY_FREE(strm, strm->state->head);
head              982 third_party/zlib/deflate.c     ds->head   = (Posf *)  ZALLOC(dest, ds->hash_size, sizeof(Pos));
head              986 third_party/zlib/deflate.c     if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
head              994 third_party/zlib/deflate.c     zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
head             1489 third_party/zlib/deflate.c             p = &s->head[n];
head              137 third_party/zlib/deflate.h     Posf *head; /* Heads of the hash chains or NIL. */
head              117 third_party/zlib/inflate.c     state->head = Z_NULL;
head              639 third_party/zlib/inflate.c             if (state->head != Z_NULL)
head              640 third_party/zlib/inflate.c                 state->head->done = -1;
head              684 third_party/zlib/inflate.c             if (state->head != Z_NULL)
head              685 third_party/zlib/inflate.c                 state->head->text = (int)((hold >> 8) & 1);
head              691 third_party/zlib/inflate.c             if (state->head != Z_NULL)
head              692 third_party/zlib/inflate.c                 state->head->time = hold;
head              698 third_party/zlib/inflate.c             if (state->head != Z_NULL) {
head              699 third_party/zlib/inflate.c                 state->head->xflags = (int)(hold & 0xff);
head              700 third_party/zlib/inflate.c                 state->head->os = (int)(hold >> 8);
head              709 third_party/zlib/inflate.c                 if (state->head != Z_NULL)
head              710 third_party/zlib/inflate.c                     state->head->extra_len = (unsigned)hold;
head              714 third_party/zlib/inflate.c             else if (state->head != Z_NULL)
head              715 third_party/zlib/inflate.c                 state->head->extra = Z_NULL;
head              722 third_party/zlib/inflate.c                     if (state->head != Z_NULL &&
head              723 third_party/zlib/inflate.c                         state->head->extra != Z_NULL) {
head              724 third_party/zlib/inflate.c                         len = state->head->extra_len - state->length;
head              725 third_party/zlib/inflate.c                         zmemcpy(state->head->extra + len, next,
head              726 third_party/zlib/inflate.c                                 len + copy > state->head->extra_max ?
head              727 third_party/zlib/inflate.c                                 state->head->extra_max - len : copy);
head              745 third_party/zlib/inflate.c                     if (state->head != Z_NULL &&
head              746 third_party/zlib/inflate.c                             state->head->name != Z_NULL &&
head              747 third_party/zlib/inflate.c                             state->length < state->head->name_max)
head              748 third_party/zlib/inflate.c                         state->head->name[state->length++] = len;
head              756 third_party/zlib/inflate.c             else if (state->head != Z_NULL)
head              757 third_party/zlib/inflate.c                 state->head->name = Z_NULL;
head              766 third_party/zlib/inflate.c                     if (state->head != Z_NULL &&
head              767 third_party/zlib/inflate.c                             state->head->comment != Z_NULL &&
head              768 third_party/zlib/inflate.c                             state->length < state->head->comm_max)
head              769 third_party/zlib/inflate.c                         state->head->comment[state->length++] = len;
head              777 third_party/zlib/inflate.c             else if (state->head != Z_NULL)
head              778 third_party/zlib/inflate.c                 state->head->comment = Z_NULL;
head              790 third_party/zlib/inflate.c             if (state->head != Z_NULL) {
head              791 third_party/zlib/inflate.c                 state->head->hcrc = (int)((state->flags >> 9) & 1);
head              792 third_party/zlib/inflate.c                 state->head->done = 1;
head             1294 third_party/zlib/inflate.c int ZEXPORT inflateGetHeader(strm, head)
head             1296 third_party/zlib/inflate.c gz_headerp head;
head             1306 third_party/zlib/inflate.c     state->head = head;
head             1307 third_party/zlib/inflate.c     head->done = 0;
head               90 third_party/zlib/inflate.h     gz_headerp head;            /* where to save gzip header information */
head              716 third_party/zlib/zlib.h                                          gz_headerp head));
head              914 third_party/zlib/zlib.h                                          gz_headerp head));
head               26 ui/gfx/render_text_pango.cc GSList* GSListPrevious(GSList* head, GSList* item) {
head               28 ui/gfx/render_text_pango.cc   for (GSList* cur = head; cur != item; cur = cur->next) {
head              167 webkit/browser/appcache/appcache_response_unittest.cc   void WriteResponse(net::HttpResponseInfo* head,
head              173 webkit/browser/appcache/appcache_response_unittest.cc     WriteResponseHead(head);
head              176 webkit/browser/appcache/appcache_response_unittest.cc   void WriteResponseHead(net::HttpResponseInfo* head) {
head              178 webkit/browser/appcache/appcache_response_unittest.cc     expected_write_result_ = GetHttpResponseInfoSize(head);
head              179 webkit/browser/appcache/appcache_response_unittest.cc     write_info_buffer_ = new HttpResponseInfoIOBuffer(head);
head              383 webkit/browser/appcache/appcache_response_unittest.cc     net::HttpResponseInfo* head = MakeHttpResponseInfo(raw_headers);
head              385 webkit/browser/appcache/appcache_response_unittest.cc         GetHttpResponseInfoSize(head) + kNumBlocks * kBlockSize;
head              395 webkit/browser/appcache/appcache_response_unittest.cc                             base::Unretained(this), head));
head              261 webkit/browser/appcache/appcache_url_request_job_unittest.cc   void WriteResponse(net::HttpResponseInfo* head,
head              267 webkit/browser/appcache/appcache_url_request_job_unittest.cc     WriteResponseHead(head);
head              270 webkit/browser/appcache/appcache_url_request_job_unittest.cc   void WriteResponseHead(net::HttpResponseInfo* head) {
head              272 webkit/browser/appcache/appcache_url_request_job_unittest.cc     expected_write_result_ = GetHttpResponseInfoSize(head);
head              273 webkit/browser/appcache/appcache_url_request_job_unittest.cc     write_info_buffer_ = new HttpResponseInfoIOBuffer(head);