OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_next
(Results
1 - 10
of
10
) sorted by null
/external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c
8
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon14696
union-init.c
8
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon14909
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c
224
list->gc.
gc_next
= list;
230
return (list->gc.
gc_next
== list);
239
node->gc.
gc_next
= list;
241
node->gc.gc_prev->gc.
gc_next
= node;
250
node->gc.gc_prev->gc.
gc_next
= node->gc.
gc_next
;
251
node->gc.
gc_next
->gc.gc_prev = node->gc.gc_prev;
252
node->gc.
gc_next
= NULL; /* object is not currently tracked */
264
PyGC_Head *current_next = node->gc.
gc_next
;
266
current_prev->gc.
gc_next
= current_next;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c
184
list->gc.
gc_next
= list;
190
return (list->gc.
gc_next
== list);
199
node->gc.
gc_next
= list;
201
node->gc.gc_prev->gc.
gc_next
= node;
210
node->gc.gc_prev->gc.
gc_next
= node->gc.
gc_next
;
211
node->gc.
gc_next
->gc.gc_prev = node->gc.gc_prev;
212
node->gc.
gc_next
= NULL; /* object is not currently tracked */
224
PyGC_Head *current_next = node->gc.
gc_next
;
226
current_prev->gc.
gc_next
= current_next;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon5368
276
g->gc.
gc_next
= _PyGC_generation0; \
278
g->gc.gc_prev->gc.
gc_next
= g; \
283
*
gc_next
doesn't need to be set to NULL, but doing so is a good
290
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
291
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
292
g->gc.
gc_next
= NULL; \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon5674
276
g->gc.
gc_next
= _PyGC_generation0; \
278
g->gc.gc_prev->gc.
gc_next
= g; \
283
*
gc_next
doesn't need to be set to NULL, but doing so is a good
290
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
291
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
292
g->gc.
gc_next
= NULL; \
/prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon53281
282
g->gc.
gc_next
= _PyGC_generation0; \
284
g->gc.gc_prev->gc.
gc_next
= g; \
289
*
gc_next
doesn't need to be set to NULL, but doing so is a good
296
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
297
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
298
g->gc.
gc_next
= NULL; \
/prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon53403
282
g->gc.
gc_next
= _PyGC_generation0; \
284
g->gc.gc_prev->gc.
gc_next
= g; \
289
*
gc_next
doesn't need to be set to NULL, but doing so is a good
296
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
297
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
298
g->gc.
gc_next
= NULL; \
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon105123
282
g->gc.
gc_next
= _PyGC_generation0; \
284
g->gc.gc_prev->gc.
gc_next
= g; \
289
*
gc_next
doesn't need to be set to NULL, but doing so is a good
296
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
297
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
298
g->gc.
gc_next
= NULL; \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon105246
282
g->gc.
gc_next
= _PyGC_generation0; \
284
g->gc.gc_prev->gc.
gc_next
= g; \
289
*
gc_next
doesn't need to be set to NULL, but doing so is a good
296
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
297
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
298
g->gc.
gc_next
= NULL; \
Completed in 626 milliseconds