HomeSort by relevance Sort by last modified time
    Searched full:c_ushort (Results 1 - 25 of 64) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
test_byteswap.py 41 s = c_ushort.__ctype_be__(0x1234)
46 s = c_ushort.__ctype_le__(0x1234)
163 ("d", c_ushort),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
test_byteswap.py 41 s = c_ushort.__ctype_be__(0x1234)
46 s = c_ushort.__ctype_le__(0x1234)
163 ("d", c_ushort),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 54 self._dll.tf_H.restype = c_ushort
55 self._dll.tf_H.argtypes = (c_ushort,)
60 self._dll.tf_bH.restype = c_ushort
61 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
test_pep3118.py 117 (c_ushort, "<H", None, c_ushort),
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 13 | C_ushort of int
53 | C_ushort s
70 | C_ushort s -> (float_of_int s)
118 let make_ushort i = C_ushort i
ocaml.swg 16 #define C_ushort 4
110 case C_ushort:
295 usv = caml_swig_alloc(1,C_ushort);
393 case C_ushort:
432 case C_ushort:
540 case C_ushort:
swig.mli 11 | C_ushort of int
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
31 USHORT = c_ushort

Completed in 4555 milliseconds

1 2 3