HomeSort by relevance Sort by last modified time
    Searched full:_bytes (Results 1 - 25 of 47) 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/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 46 keys = ['16_bytes', '64_bytes', '256_bytes', '1024_bytes', '8192_bytes']
  /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
  /bionic/libc/malloc_debug/
README.md 38 ### front\_guard[=SIZE\_BYTES]
49 If SIZE\_BYTES is present, it indicates the number of bytes in the guard.
50 The default is 32 bytes, the max bytes is 16384. SIZE\_BYTES will be
66 ### rear\_guard[=SIZE\_BYTES]
74 If SIZE\_BYTES is present, it indicates the number of bytes in the guard.
88 ### guard[=SIZE\_BYTES]
91 If SIZE\_BYTES is present, it indicates the number of bytes in both guards.
125 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
130 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
133 ### fill\_on\_free[=MAX\_FILLED\_BYTES]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
decoder.py 18 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
20 _BYTES = _BYTES[:8][::-1] + _BYTES[8:][::-1]
21 nan, inf = struct.unpack('dd', _BYTES)
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
decoder.py 18 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
20 _BYTES = _BYTES[:8][::-1] + _BYTES[8:][::-1]
21 nan, inf = struct.unpack('dd', _BYTES)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 18 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
20 _BYTES = _BYTES[:8][::-1] + _BYTES[8:][::-1]
21 nan, inf = struct.unpack('dd', _BYTES)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 18 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
20 _BYTES = _BYTES[:8][::-1] + _BYTES[8:][::-1]
21 nan, inf = struct.unpack('dd', _BYTES)
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 267 _bytes = self._ReadPacket()
268 if not _bytes:
270 if len(_bytes) < 4 + 8 + 1 or _bytes[0] < 0x20 or _bytes[0] > 0x2F:
272 _bytes[0], len(_bytes)), file=sys.stderr)
275 seq, _type, x, y = struct.unpack("BBBB", _bytes[:4])
276 data = [struct.unpack(">hhhh", _bytes[x:x+8])
277 for x in range(4, len(_bytes) - 8, 8)
    [all...]
  /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;
  /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
  /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;
  /hardware/qcom/camera/msmcobalt/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/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;
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
IndirectNIOBuffer.java 33 _buf = ByteBuffer.wrap(_bytes);
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 341 x.append( [1, ['BYTE', 'UNSIGNED_BYTE', '2_BYTES', '3_BYTES', '4_BYTES']] )
  /device/huawei/angler/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon3722::__anon3723
  /device/lge/bullhead/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon4274::__anon4275
  /device/moto/shamu/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon5052::__anon5053
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py     [all...]
  /hardware/qcom/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon31844::__anon31845
  /hardware/qcom/camera/msmcobalt/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon32505::__anon32506

Completed in 1146 milliseconds

1 2