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

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libabi/
opimport.cpp 110 struct opd_header * head = local
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version");
120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");
121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event");
122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel");
126 head->cpu_speed = 0.0;
127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 56 XExtDisplayInfo *head; /* start of list */ member in struct:_XExtensionInfo
  /external/skia/include/core/
SkTInternalLList.h 144 * at the head.
174 T* head() { return fHead; } function in class:SkTInternalLList
  /external/skia/src/core/
SkDeque.cpp 58 Block* head = fFrontBlock; local
61 while (head) {
62 Block* next = head->fNext;
63 if (head != initialHead) {
64 this->freeBlock(head);
66 head = next;
  /external/v8/src/
zone.cc 154 // Update the head segment to be the kept segment (if any).
177 Segment* head = segment_head_; local
178 int old_size = (head == NULL) ? 0 : head->size();
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 185 struct inferior_list_entry *head; member in struct:inferior_list
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Map.h 46 node* head; member in class:Map
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
53 bool empty() const { return ( !head || !tail ); }
66 while(head)
68 node* temp(head);
69 head=head->next;
79 tmp = head;
94 tmp = head;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Map.h 45 node* head; member in class:Map
51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
53 return ( !head || !tail );
68 while (head) {
69 node* temp(head);
70 head=head->next;
80 tmp = head;
96 tmp = head;
    [all...]
  /hardware/ti/wlan/lib/
scanmerge.c 147 head - pointer to scan merge list head
151 static scan_merge_t *scan_add( SHLIST *head, scan_result_t *res_ptr )
164 shListInsLastItem(head, (void *)scan_ptr);
236 SHLIST *head = &(mydrv->scan_merge_list); local
243 item = shListGetFirstItem(head);
248 item = shListGetNextItem(head, item);
257 item = shListFindItem( head, res_ptr, scan_equal );
278 scan_add(head, res_ptr);
282 item = shListGetFirstItem( head ); /* Add/Remove missing items *
324 SHLIST *head = &(mydrv->scan_merge_list); local
    [all...]
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 31 private static FinalizerReference<?> head = null; field in class:FinalizerReference
57 reference.next = head;
58 if (head != null) {
59 head.prev = reference;
61 head = reference;
74 head = next;
94 // We search the list for that FinalizerReference (it should be at or near the head),
96 for (FinalizerReference<?> r = head; r != null; r = r.next) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 54 XExtDisplayInfo *head; /* start of list */ member in struct:_XExtensionInfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 54 XExtDisplayInfo *head; /* start of list */ member in struct:_XExtensionInfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 54 XExtDisplayInfo *head; /* start of list */ member in struct:_XExtensionInfo
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 44 unsigned char head; member in struct:partition
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
genhd.h 44 unsigned char head; member in struct:partition
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
genhd.h 44 unsigned char head; member in struct:partition
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
genhd.h 44 unsigned char head; member in struct:partition
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
genhd.h 44 unsigned char head; member in struct:partition
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
genhd.h 44 unsigned char head; member in struct:partition
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011>>