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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h 123 uint8 *_bytes = (uint8 *)(bytes); \
124 _bytes[0] = _val & 0xff; \
125 _bytes[1] = _val >> 8; \
130 uint8 *_bytes = (uint8 *)(bytes); \
131 _bytes[0] = _val & 0xff; \
132 _bytes[1] = (_val >> 8) & 0xff; \
133 _bytes[2] = (_val >> 16) & 0xff; \
134 _bytes[3] = _val >> 24; \
139 uint8 *_bytes = (uint8 *)(bytes); \
140 _bytes[0] = _val >> 8;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 123 uint8 *_bytes = (uint8 *)(bytes); \
124 _bytes[0] = _val & 0xff; \
125 _bytes[1] = _val >> 8; \
130 uint8 *_bytes = (uint8 *)(bytes); \
131 _bytes[0] = _val & 0xff; \
132 _bytes[1] = (_val >> 8) & 0xff; \
133 _bytes[2] = (_val >> 16) & 0xff; \
134 _bytes[3] = _val >> 24; \
139 uint8 *_bytes = (uint8 *)(bytes); \
140 _bytes[0] = _val >> 8;
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 71 self._bytes = bytes
75 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
92 result = struct.unpack("<f", self._bytes[self._pos:self._pos+4])[0]
97 result = struct.unpack("<d", self._bytes[self._pos:self._pos+8])[0]
102 return self._pos == len(self._bytes)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1169 milliseconds