OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_to_next
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/ots/src/
cff.h
18
: count(0), off_size(0),
offset_to_next
(0) {}
22
uint32_t
offset_to_next
;
member in struct:ots::CFFIndex
cff.cc
66
index->
offset_to_next
= table->offset();
120
index->
offset_to_next
= index->offsets.back();
943
table.set_offset(name_index.
offset_to_next
);
953
table.set_offset(top_dict_index.
offset_to_next
);
972
table.set_offset(string_index.
offset_to_next
);
/external/chromium_org/v8/src/ia32/
assembler-ia32.cc
1346
int
offset_to_next
=
local
1348
ASSERT(
offset_to_next
<= 0);
1353
if (
offset_to_next
< 0) {
1354
L->link_to(fixup_pos +
offset_to_next
, Label::kNear);
[
all
...]
/external/v8/src/ia32/
assembler-ia32.cc
1371
int
offset_to_next
=
local
1373
ASSERT(
offset_to_next
<= 0);
1378
if (
offset_to_next
< 0) {
1379
L->link_to(fixup_pos +
offset_to_next
, Label::kNear);
[
all
...]
/external/chromium_org/v8/src/x64/
assembler-x64.cc
364
int
offset_to_next
=
local
366
ASSERT(
offset_to_next
<= 0);
370
if (
offset_to_next
< 0) {
371
L->link_to(fixup_pos +
offset_to_next
, Label::kNear);
[
all
...]
/external/v8/src/x64/
assembler-x64.cc
466
int
offset_to_next
=
local
468
ASSERT(
offset_to_next
<= 0);
472
if (
offset_to_next
< 0) {
473
L->link_to(fixup_pos +
offset_to_next
, Label::kNear);
[
all
...]
Completed in 82 milliseconds