HomeSort by relevance Sort by last modified time
    Searched full:c_uchar (Results 1 - 9 of 9) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 11 | C_uchar of char
51 | C_uchar c -> (int_of_char c)
68 | C_uchar c -> (float_of_int (int_of_char c))
115 let make_uchar c = C_uchar c
116 let make_uchar_i c = C_uchar (char_of_int c)
ocaml.swg 14 #define C_uchar 2
103 case C_uchar:
279 ucv = caml_swig_alloc(1,C_uchar);
391 case C_uchar:
430 case C_uchar:
538 case C_uchar:
swig.mli 9 | C_uchar of char
typecheck.i 21 case C_uchar: $1 = 1; break;
  /external/python/cpython2/Lib/ctypes/
__init__.py 227 ##c_uchar = c_ubyte
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 230 ##c_uchar = c_ubyte
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 230 ##c_uchar = c_ubyte
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 230 ##c_uchar = c_ubyte
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 230 ##c_uchar = c_ubyte

Completed in 386 milliseconds