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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 127 uint8 *_bytes = (uint8 *)(bytes); \
128 _bytes[0] = _val & 0xff; \
129 _bytes[1] = _val >> 8; \
134 uint8 *_bytes = (uint8 *)(bytes); \
135 _bytes[0] = _val & 0xff; \
136 _bytes[1] = (_val >> 8) & 0xff; \
137 _bytes[2] = (_val >> 16) & 0xff; \
138 _bytes[3] = _val >> 24; \
143 uint8 *_bytes = (uint8 *)(bytes); \
144 _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...]
  /device/lge/mako/camera/
QCamera_Intf.h 780 uint8_t *_bytes; member in union:__anon1799::__anon1800
    [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 107 milliseconds