OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_allocated
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c
358
size_t
old_allocated
= dbgfmt_cv->filenames_allocated;
local
362
for (i=
old_allocated
; i<dbgfmt_cv->filenames_allocated; i++) {
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c
217
unsigned long
old_allocated
= dbgfmt_dwarf2->filenames_allocated;
local
221
for (i=
old_allocated
; i<dbgfmt_dwarf2->filenames_allocated; i++) {
[
all
...]
Completed in 49 milliseconds