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

  /external/llvm/bindings/python/llvm/
disassembler.py 18 from ctypes import c_ubyte namespace
76 buf = cast(c_char_p(source), POINTER(c_ubyte))
101 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
106 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
131 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
  /external/sonivox/jet_tools/JetCreator/
eas.py 152 _fields_ = [('appLowNote', c_ubyte)]
159 ('program', c_ubyte),
160 ('channel', c_ubyte)]
166 _fields_ = [('channel', c_ubyte),
167 ('note', c_ubyte),
168 ('velocity', c_ubyte),
169 ('noteOn', c_ubyte)]
175 _fields_ = [('modWheel', c_ubyte),
176 ('volume', c_ubyte),
177 ('pan', c_ubyte),
    [all...]

Completed in 105 milliseconds