OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sarray
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libobjc/objc-private/
sarray.h
135
struct
sarray
struct
149
struct
sarray
* is_copy_of;
153
struct
sarray
* sarray_new (int, void* default_element);
154
void sarray_free (struct
sarray
*);
155
struct
sarray
* sarray_lazy_copy (struct
sarray
*);
156
void sarray_realloc (struct
sarray
*, int new_size);
157
void sarray_at_put (struct
sarray
*, sidx indx, void* elem);
158
void sarray_at_put_safe (struct
sarray
*, sidx indx, void* elem);
160
struct
sarray
* sarray_hard_copy (struct sarray*); /* ... like the name ? *
[
all
...]
/src/external/gpl3/gcc/dist/libobjc/objc-private/
sarray.h
135
struct
sarray
struct
149
struct
sarray
* is_copy_of;
153
struct
sarray
* sarray_new (int, void* default_element);
154
void sarray_free (struct
sarray
*);
155
struct
sarray
* sarray_lazy_copy (struct
sarray
*);
156
void sarray_realloc (struct
sarray
*, int new_size);
157
void sarray_at_put (struct
sarray
*, sidx indx, void* elem);
158
void sarray_at_put_safe (struct
sarray
*, sidx indx, void* elem);
160
struct
sarray
* sarray_hard_copy (struct sarray*); /* ... like the name ? *
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc
7888
Vector<Vector<long long>*> *
sarray
= new Vector<Vector<long long>*>;
local
7903
sarray
->append (states);
7912
res->store (0,
sarray
);
/src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc
7888
Vector<Vector<long long>*> *
sarray
= new Vector<Vector<long long>*>;
local
7903
sarray
->append (states);
7912
res->store (0,
sarray
);
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026