OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_prev
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c
9
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon14696
union-init.c
9
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon14909
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h
255
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon5368
277
g->gc.
gc_prev
= _PyGC_generation0->gc.
gc_prev
; \
278
g->gc.
gc_prev
->gc.gc_next = g; \
279
_PyGC_generation0->gc.
gc_prev
= g; \
290
g->gc.
gc_prev
->gc.gc_next = g->gc.gc_next; \
291
g->gc.gc_next->gc.
gc_prev
= g->gc.
gc_prev
; \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h
255
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon5674
277
g->gc.
gc_prev
= _PyGC_generation0->gc.
gc_prev
; \
278
g->gc.
gc_prev
->gc.gc_next = g; \
279
_PyGC_generation0->gc.
gc_prev
= g; \
290
g->gc.
gc_prev
->gc.gc_next = g->gc.gc_next; \
291
g->gc.gc_next->gc.
gc_prev
= g->gc.
gc_prev
; \
/prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h
255
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon53281
283
g->gc.
gc_prev
= _PyGC_generation0->gc.
gc_prev
; \
284
g->gc.
gc_prev
->gc.gc_next = g; \
285
_PyGC_generation0->gc.
gc_prev
= g; \
296
g->gc.
gc_prev
->gc.gc_next = g->gc.gc_next; \
297
g->gc.gc_next->gc.
gc_prev
= g->gc.
gc_prev
; \
/prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h
255
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon53403
283
g->gc.
gc_prev
= _PyGC_generation0->gc.
gc_prev
; \
284
g->gc.
gc_prev
->gc.gc_next = g; \
285
_PyGC_generation0->gc.
gc_prev
= g; \
296
g->gc.
gc_prev
->gc.gc_next = g->gc.gc_next; \
297
g->gc.gc_next->gc.
gc_prev
= g->gc.
gc_prev
; \
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
255
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon105123
283
g->gc.
gc_prev
= _PyGC_generation0->gc.
gc_prev
; \
284
g->gc.
gc_prev
->gc.gc_next = g; \
285
_PyGC_generation0->gc.
gc_prev
= g; \
296
g->gc.
gc_prev
->gc.gc_next = g->gc.gc_next; \
297
g->gc.gc_next->gc.
gc_prev
= g->gc.
gc_prev
; \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
255
union _gc_head *
gc_prev
;
member in struct:_gc_head::__anon105246
283
g->gc.
gc_prev
= _PyGC_generation0->gc.
gc_prev
; \
284
g->gc.
gc_prev
->gc.gc_next = g; \
285
_PyGC_generation0->gc.
gc_prev
= g; \
296
g->gc.
gc_prev
->gc.gc_next = g->gc.gc_next; \
297
g->gc.gc_next->gc.
gc_prev
= g->gc.
gc_prev
; \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c
223
list->gc.
gc_prev
= list;
240
node->gc.
gc_prev
= list->gc.
gc_prev
;
241
node->gc.
gc_prev
->gc.gc_next = node;
242
list->gc.
gc_prev
= 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
;
263
PyGC_Head *current_prev = node->gc.
gc_prev
;
267
current_next->gc.
gc_prev
= current_prev;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c
183
list->gc.
gc_prev
= list;
200
node->gc.
gc_prev
= list->gc.
gc_prev
;
201
node->gc.
gc_prev
->gc.gc_next = node;
202
list->gc.
gc_prev
= 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
;
223
PyGC_Head *current_prev = node->gc.
gc_prev
;
227
current_next->gc.
gc_prev
= current_prev;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c
[
all
...]
Completed in 112 milliseconds