HomeSort by relevance Sort by last modified time
    Searched defs:getInt8 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/mtp/
MtpDataPacket.h 48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); }
  /external/libchrome/mojo/public/js/lib/
buffer.js 79 Buffer.prototype.getInt8 = function(offset) {
80 return this.dataView.getInt8(offset);
  /external/llvm/include/llvm/IR/
IRBuilder.h 280 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 195 /// getInt8 - Get a constant 8-bit value.
196 ConstantInt *getInt8(uint8_t C) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h 297 ConstantInt *getInt8(uint8_t C) {
    [all...]

Completed in 627 milliseconds