HomeSort by relevance Sort by last modified time
    Searched refs:m_bytes (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteArray.cpp 28 m_bytes = NULL;
34 m_bytes = FX_Alloc(uint8_t, size);
35 FXSYS_memset(m_bytes, 0, size);
40 m_bytes = FX_Alloc(uint8_t, size);
41 FXSYS_memcpy(m_bytes, byteArray, size);
45 if (m_bytes != NULL) {
46 FX_Free(m_bytes);
47 m_bytes = NULL;
53 return m_bytes[index] & 0xff;
56 m_bytes[index] = (uint8_t)value;
    [all...]
BC_CommonByteMatrix.cpp 28 m_bytes = NULL;
31 m_bytes = FX_Alloc2D(uint8_t, m_height, m_width);
32 FXSYS_memset(m_bytes, 0xff, m_height * m_width);
35 if (m_bytes != NULL) {
36 FX_Free(m_bytes);
37 m_bytes = NULL;
47 return m_bytes[y * m_width + x];
50 m_bytes[y * m_width + x] = (uint8_t)value;
53 m_bytes[y * m_width + x] = value;
60 m_bytes[y * m_width + x] = value;
    [all...]
BC_CommonBitSource.cpp 26 m_bytes.Copy((*bytes));
42 result = (m_bytes[m_byteOffset] & mask) >> bitsToNotRead;
52 result = (result << 8) | (m_bytes[m_byteOffset] & 0xff);
60 ((m_bytes[m_byteOffset] & mask) >> bitsToNotRead);
67 return 8 * (m_bytes.GetSize() - m_byteOffset) - m_bitOffset;
BC_CommonBitSource.h 18 CFX_ByteArray m_bytes; member in class:CBC_CommonBitSource
BC_CommonByteArray.h 13 uint8_t* m_bytes; member in class:CBC_CommonByteArray
BC_CommonByteMatrix.h 24 uint8_t* m_bytes; member in class:CBC_CommonByteMatrix
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathCacheEntry.java 24 public final byte [] m_bytes; field in class:ClassPathCacheEntry
36 m_bytes = bytes;
InstrClassLoader.java 213 bytes = entry.m_bytes;
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 95 m_bytes = bytes;
137 final long magic = m_bytes.readU4 ();
146 final int minor_version = m_bytes.readU2 ();
147 final int major_version = m_bytes.readU2 ();
161 final int constant_pool_count = m_bytes.readU2 ();
168 final CONSTANT_info cp_info = CONSTANT_info.new_CONSTANT_info (m_bytes);
181 final int _access_flags = m_bytes.readU2 ();
189 final int _class_index = m_bytes.readU2 ();
198 final int _class_index = m_bytes.readU2 ();
207 final int _interfaces_count = m_bytes.readU2 ()
302 private final UDataInputStream m_bytes; field in class:ClassDefParser.classParser
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 117 , m_bytes (size, 0xDEu)
126 m_bytes[pos] = value;
134 || m_bytes[pos] == value;
136 m_bytes[pos] = value;
145 || m_bytes[pos] == value;
147 m_bytes[pos] = value ^ mask;
181 vector<deUint8> m_bytes; member in class:vkt::memory::__anon9788::ReferenceMemory
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 364 milliseconds