Home
last modified time | relevance | path

Searched refs:ptr2 (Results 76 - 79 of 79) sorted by relevance

1234

/third_party/node/deps/v8/tools/
H A Dgrokdump.py2196 for name in ("isolate","ptr1", "ptr2", "ptr3", "ptr4", "codeObject1",
2254 ptr2 = self.reader.ReadUIntPtr(slot + ptr_size * 3)
2259 print(" ptr2: %s" % self.heap.FormatIntPtr(ptr2))
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp3458 MeasureUnit *ptr2 = MeasureUnit::createArcMinute(status); in TestBasic() local
3459 if (!(*ptr1 == *ptr2)) { in TestBasic()
3462 if (*ptr1 != *ptr2) { in TestBasic()
3483 delete ptr2; in TestBasic()
/third_party/backends/backend/
H A Davision.c5449 uint8_t* ptr2 = ptr1 + line * stride; /* pixel */ in sort_and_average() local
5452 temp = 0xffff * *ptr2 / 255; in sort_and_average()
5454 temp = get_double_le (ptr2); /* little-endian! */ in sort_and_average()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 45 milliseconds

1234