OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prev
(Results
1526 - 1550
of
3406
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DYLDRendezvous.h
135
lldb::addr_t
prev
; ///< Address of previous so_entry.
member in struct:DYLDRendezvous::SOEntry
149
prev
= 0;
/external/llvm/include/llvm/Support/
Timer.h
86
Timer **
Prev
, *Next; // Doubly linked list of timers in the group.
166
TimerGroup **
Prev
, *Next; // Doubly linked list of TimerGroup's.
/external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp
128
if (Best != std::
prev
(Queue.end()))
137
if (I != std::
prev
(Queue.end()))
/external/llvm/utils/lit/lit/
discovery.py
220
prev
= len(tests)
223
if
prev
== len(tests):
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c
273
entry = list.
prev
;
274
for (; entry != &list; entry = entry->
prev
) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c
88
rc_insert_new_instruction(fc_state->C, inst->
Prev
);
255
inst = inst->
Prev
;
/external/mesa3d/src/glsl/
loop_controls.cpp
47
for (exec_node *node = loop->
prev
;
49
node = node->
prev
) {
/external/openssl/crypto/pqueue/
pqueue.c
193
if (
prev
== NULL)
196
prev
->next = next->next;
/external/owasp/sanitizer/distrib/javadoc/
constant-values.html
56
PREV
117
PREV
deprecated-list.html
56
PREV
117
PREV
overview-summary.html
56
PREV
133
PREV
/external/owasp/sanitizer/distrib/javadoc/org/owasp/html/class-use/
AttributePolicy.Util.html
56
PREV
115
PREV
ElementPolicy.Util.html
56
PREV
115
PREV
FilterUrlByProtocolAttributePolicy.html
56
PREV
115
PREV
HtmlChangeReporter.html
56
PREV
115
PREV
HtmlSanitizer.html
56
PREV
115
PREV
Sanitizers.html
56
PREV
115
PREV
TagBalancingHtmlStreamEventReceiver.html
56
PREV
115
PREV
/external/owasp/sanitizer/distrib/javadoc/org/owasp/html/examples/
package-use.html
56
PREV
115
PREV
/external/pdfium/fpdfsdk/include/
fsdk_annothandler.h
229
virtual CPDFSDK_Annot*
Prev
(const CPDFSDK_Annot* pCurrent) ;
231
virtual CPDFSDK_Annot*
Prev
(int& index ) ;
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdlconvertaudio.html
50
>
Prev
</A
361
>
Prev
</A
sdlcreatergbsurface.html
50
>
Prev
</A
412
>
Prev
</A
thread.html
54
>
Prev
</A
267
>
Prev
</A
/external/qemu/slirp/
ip.h
193
void *next, *
prev
;
member in struct:qlink
238
#define ipf_prev ipf_link.
prev
/external/qemu/slirp-android/
ip.h
195
void *next, *
prev
;
member in struct:qlink
240
#define ipf_prev ipf_link.
prev
Completed in 3420 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>