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

1 2 3 4

  /external/scapy/scapy/arch/
common.py 14 from ctypes import c_uint, c_uint32, c_ushort, c_ubyte
28 _fields_ = [("code", c_ushort),
74 bip[i].code = c_ushort(values[0])
  /external/python/cpython2/Lib/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 55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
61 self._dll.tf_bH.restype = c_ushort
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
  /external/python/cpython3/Lib/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 55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
61 self._dll.tf_bH.restype = c_ushort
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
  /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)
  /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]:
  /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]:
  /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]:
  /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
  /external/autotest/client/cros/graphics/
drm.py 162 ("hdisplay", c_ushort),
163 ("hsync_start", c_ushort),
164 ("hsync_end", c_ushort),
165 ("htotal", c_ushort),
166 ("hskew", c_ushort),
167 ("vdisplay", c_ushort),
168 ("vsync_start", c_ushort),
169 ("vsync_end", c_ushort),
170 ("vtotal", c_ushort),
171 ("vscan", c_ushort),
    [all...]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 5 WORD = c_ushort
27 USHORT = c_ushort
  /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 485 milliseconds

1 2 3 4