OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_array
(Results
26 - 30
of
30
) sorted by null
1
2
/external/qemu/elff/
dwarf_defs.h
774
const Dwarf_Abbr_DIE**
new_array
= new const Dwarf_Abbr_DIE*[new_size];
local
775
assert(
new_array
!= NULL);
776
if (
new_array
== NULL) {
780
memcpy(
new_array
, array_, count_ * sizeof(const Dwarf_Abbr_DIE*));
784
array_ =
new_array
;
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h
774
const Dwarf_Abbr_DIE**
new_array
= new const Dwarf_Abbr_DIE*[new_size];
local
775
assert(
new_array
!= NULL);
776
if (
new_array
== NULL) {
780
memcpy(
new_array
, array_, count_ * sizeof(const Dwarf_Abbr_DIE*));
784
array_ =
new_array
;
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
1398
struct re_fail_stack_ent_t *
new_array
;
local
2936
re_dfastate_t **
new_array
;
local
4149
re_dfastate_t **
new_array
= re_realloc (mctx->state_log, re_dfastate_t *,
local
4353
re_sub_match_top_t **
new_array
= re_realloc (mctx->sub_tops,
local
4380
re_sub_match_last_t **
new_array
= re_realloc (subtop->lasts,
local
[
all
...]
/external/v8/src/
hydrogen.cc
1112
HValueMapListElement*
new_array
=
local
[
all
...]
objects.cc
9094
Object*
new_array
;
local
10328
Handle<FixedArray>
new_array
=
local
10366
Handle<FixedArray>
new_array
=
local
[
all
...]
Completed in 651 milliseconds
1
2