HomeSort by relevance Sort by last modified time
    Searched full:newlink (Results 1 - 10 of 10) sorted by null

  /external/dropbear/
queue.c 71 struct Link* newlink; local
74 newlink = (struct Link*)m_malloc(sizeof(struct Link));
76 newlink->item = item;
77 newlink->link = NULL;
80 queue->tail->link = newlink;
82 queue->tail = newlink;
85 queue->head = newlink;
  /libcore/luni/src/main/java/java/util/
LinkedList.java 92 Link<ET> newLink = new Link<ET>(object, link, next);
93 link.next = newLink;
94 next.previous = newLink;
95 link = newLink;
291 Link<E> newLink = new Link<E>(object, previous, link);
292 previous.next = newLink;
293 link.previous = newLink;
315 Link<E> newLink = new Link<E>(object, oldLast, voidLink);
316 voidLink.previous = newLink;
317 oldLast.next = newLink;
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 201 MediaBufferChain* newLink = new MediaBufferChain;
202 newLink->buffer = buffer;
203 newLink->nextLink = NULL;
205 mLastBufferLink->nextLink = newLink;
207 mFirstBufferLink = newLink;
209 mLastBufferLink = newLink;
VideoEditorVideoEncoder.cpp 233 MediaBufferChain* newLink = new MediaBufferChain;
234 newLink->buffer = buffer;
235 newLink->nextLink = NULL;
237 mLastBufferLink->nextLink = newLink;
239 mFirstBufferLink = newLink;
241 mLastBufferLink = newLink;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /external/libxml2/
xmlschemas.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 369 milliseconds