Home
last modified time | relevance | path

Searched refs:ByteValue (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/esan/
Dworking_set.cpp126 u32 ByteValue = 0x1 << BitIdx; in countAndClearShadowValues() local
127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 | in countAndClearShadowValues()
128 ByteValue << 24; in countAndClearShadowValues()
138 if (BytePtr[j] & ByteValue) { in countAndClearShadowValues()
142 BytePtr[j] |= (ByteValue << 1); in countAndClearShadowValues()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyByteValue.java35 import com.sun.jdi.ByteValue;
38 public class LazyByteValue extends LazyComparablePrimitiveValue<ByteValue> implements ByteValue {
/external/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.h33 virtual int32_t ByteValue(int32_t index);
Dbyte_array_table_builder.cc23 int32_t ByteArrayTableBuilder::ByteValue(int32_t index) { in ByteValue() function in sfntly::ByteArrayTableBuilder
/external/skia/src/sfnt/
DSkOTTable_glyf.h183 struct ByteValue { struct