OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_spaces
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/hci/mucurses/
slk.c
46
unsigned int
num_spaces
;
member in struct:_softlabelkeys
278
slks->
num_spaces
= nmaj;
319
last_space = &(slks->spaces[slks->
num_spaces
-1]);
/art/tools/dmtracedump/
tracedump.cc
1253
int32_t
num_spaces
= strlen(spaces);
local
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
som.c
2903
unsigned int
num_spaces
= obj_som_file_hdr (abfd)->space_total;
local
3586
unsigned long
num_spaces
, num_subspaces, i;
local
3939
int
num_spaces
= som_count_spaces (abfd);
local
[
all
...]
/external/v8/src/heap/
mark-compact.cc
419
const int
num_spaces
= LAST_PAGED_SPACE - FIRST_SPACE + 1;
variable
420
for (int i = 0; i <
num_spaces
; i++) {
421
const int space_id = FIRST_SPACE + ((i + offset) %
num_spaces
);
[
all
...]
Completed in 491 milliseconds