HomeSort by relevance Sort by last modified time
    Searched refs:_bytes (Results 1 - 22 of 22) 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...]
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 306 _bytes = self._ReadPacket()
307 if not _bytes:
309 if len(_bytes) < 4 + 8 + 1 or _bytes[0] < 0x20 or _bytes[0] > 0x2F:
311 _bytes[0], len(_bytes))
314 seq, _type, x, y = struct.unpack("BBBB", _bytes[:4])
316 struct.unpack(">hhhh", _bytes[x:x + 8])
318 len(_bytes) - 8, 8
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 89 p_info_data[numOfEntries].tag_entry.data._bytes = values;
220 p_exif_data->tag_entry.data._bytes != NULL) {
221 free(p_exif_data->tag_entry.data._bytes);
222 p_exif_data->tag_entry.data._bytes = NULL;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 89 p_info_data[numOfEntries].tag_entry.data._bytes = values;
220 p_exif_data->tag_entry.data._bytes != NULL) {
221 free(p_exif_data->tag_entry.data._bytes);
222 p_exif_data->tag_entry.data._bytes = NULL;
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 298 return exec->second.type##_bytes(); \
303 bytes += exec.second.type##_bytes(); \
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /device/google/marlin/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon2620::__anon2621
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /hardware/qcom/camera/msm8998/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon49462::__anon49463
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 77 self._bytes = bytes
81 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
98 result = struct.unpack("<f", self._bytes[self._pos:self._pos+4])[0]
103 result = struct.unpack("<d", self._bytes[self._pos:self._pos+8])[0]
108 return self._pos == len(self._bytes)
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 98 * array and is accessible by data._bytes. In case of EXIF_ASCII, it
112 uint8_t *_bytes; // EXIF_BYTE (count > 1) member in union:__anon2667::__anon2668
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/msm8998/mm-image-codec/qexif/
qexif.h 98 * array and is accessible by data._bytes. In case of EXIF_ASCII, it
112 uint8_t *_bytes; // EXIF_BYTE (count > 1) member in union:__anon49509::__anon49510
    [all...]
  /external/scapy/scapy/
fields.py 865 _bytes = struct.unpack('!%dB' % nb_bytes , w)
869 b |= int(_bytes[c]) << (nb_bytes-c-1)*8
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 

Completed in 621 milliseconds