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

1 2

  /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/jetty/src/java/org/eclipse/jetty/io/
ByteArrayBuffer.java 37 final protected byte[] _bytes; field in class:ByteArrayBuffer
57 _bytes = bytes;
66 _bytes = bytes;
81 _bytes = StringUtil.getBytes(value);
83 setPutIndex(_bytes.length);
91 _bytes = StringUtil.getBytes(value);
93 setPutIndex(_bytes.length);
104 _bytes = value.getBytes(encoding);
106 setPutIndex(_bytes.length);
113 return _bytes;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
HttpWriter.java 77 if (_out._bytes==null)
78 _out._bytes = new ByteArrayOutputStream2(MAX_OUTPUT_CHARS);
123 out._bytes.reset();
138 byte[] buffer=out._bytes.getBuf();
139 int bytes=out._bytes.getCount();
150 out._bytes.setCount(bytes);
157 byte[] buffer=out._bytes.getBuf();
158 int bytes=out._bytes.getCount();
281 out._bytes.setCount(bytes);
288 out._bytes.writeTo(out)
    [all...]
HttpOutput.java 53 ByteArrayOutputStream2 _bytes; field in class:HttpOutput
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
IndirectNIOBuffer.java 33 _buf = ByteBuffer.wrap(_bytes);
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 270 _bytes = self._ReadPacket()
271 if not _bytes:
273 if len(_bytes) < 4 + 8 + 1 or _bytes[0] < 0x20 or _bytes[0] > 0x2F:
275 _bytes[0], len(_bytes)), file=sys.stderr)
278 seq, _type, x, y = struct.unpack("BBBB", _bytes[:4])
279 data = [struct.unpack(">hhhh", _bytes[x:x+8])
280 for x in range(4, len(_bytes) - 8, 8)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 238 self._bytes = None
241 if self._bytes is None:
243 self._bytes = f.read()
245 return self._bytes
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 86 p_info_data[numOfEntries].tag_entry.data._bytes = values;
217 p_exif_data->tag_entry.data._bytes != NULL) {
218 free(p_exif_data->tag_entry.data._bytes);
219 p_exif_data->tag_entry.data._bytes = NULL;
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 86 p_info_data[numOfEntries].tag_entry.data._bytes = values;
217 p_exif_data->tag_entry.data._bytes != NULL) {
218 free(p_exif_data->tag_entry.data._bytes);
219 p_exif_data->tag_entry.data._bytes = NULL;
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 85 p_info_data[numOfEntries].tag_entry.data._bytes = values;
216 p_exif_data->tag_entry.data._bytes != NULL) {
217 free(p_exif_data->tag_entry.data._bytes);
218 p_exif_data->tag_entry.data._bytes = NULL;
  /hardware/qcom/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;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /device/huawei/angler/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon3711::__anon3712
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /device/lge/bullhead/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon4622::__anon4623
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /device/moto/shamu/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon5759::__anon5760
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /hardware/qcom/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon32282::__anon32283
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 73 self._bytes = bytes
77 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
94 result = struct.unpack("<f", self._bytes[self._pos:self._pos+4])[0]
99 result = struct.unpack("<d", self._bytes[self._pos:self._pos+8])[0]
104 return self._pos == len(self._bytes)
    [all...]
  /device/huawei/angler/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:__anon3758::__anon3759
    [all...]

Completed in 1320 milliseconds

1 2