OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_obj
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/python/
py-record-btrace.c
501
const btpy_list_object * const
list_obj
= (btpy_list_object *) self;
local
505
if (
list_obj
->element_type != Py_TYPE (value))
508
if (
list_obj
->thread != obj->thread)
511
if (index <
list_obj
->first || index >
list_obj
->last)
514
index -=
list_obj
->first;
516
if (index %
list_obj
->step != 0)
519
return index /
list_obj
->step;
/src/external/gpl3/gdb/dist/gdb/python/
py-record-btrace.c
559
const btpy_list_object * const
list_obj
= (btpy_list_object *) self;
local
563
if (
list_obj
->element_type != Py_TYPE (value))
566
if (
list_obj
->thread != obj->thread)
569
if (index <
list_obj
->first || index >
list_obj
->last)
572
index -=
list_obj
->first;
574
if (index %
list_obj
->step != 0)
577
return index /
list_obj
->step;
/src/external/gpl3/gcc/dist/libgfortran/io/
write.c
2338
gfc_class
list_obj
;
local
2339
list_obj
.data = p;
2340
list_obj
.vptr = obj->vtable;
2341
list_obj
.len = 0;
2342
dtio_ptr ((void *)&
list_obj
, &unit, iotype, &vlist,
list_read.c
2951
gfc_class
list_obj
;
local
2995
list_obj
.data = ((gfc_class*)nl->mem_pos)->data;
2997
list_obj
.data = (void *)nl->mem_pos;
3000
list_obj
.data =
list_obj
.data + (nl->ls[dim].idx
3074
list_obj
.vptr = nl->vtable;
3075
list_obj
.len = 0;
3096
dtio_ptr ((void *)&
list_obj
, &unit, iotype, &vlist,
/src/external/gpl3/gcc.old/dist/libgfortran/io/
write.c
2314
gfc_class
list_obj
;
local
2315
list_obj
.data = p;
2316
list_obj
.vptr = obj->vtable;
2317
list_obj
.len = 0;
2318
dtio_ptr ((void *)&
list_obj
, &unit, iotype, &vlist,
list_read.c
2881
gfc_class
list_obj
;
local
2925
list_obj
.data = ((gfc_class*)nl->mem_pos)->data;
2927
list_obj
.data = (void *)nl->mem_pos;
2930
list_obj
.data =
list_obj
.data + (nl->ls[dim].idx
3004
list_obj
.vptr = nl->vtable;
3005
list_obj
.len = 0;
3026
dtio_ptr ((void *)&
list_obj
, &unit, iotype, &vlist,
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026