HomeSort by relevance Sort by last modified time
    Searched full:_bytes (Results 1 - 25 of 28) 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...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 82 p_info_data[numOfEntries].tag_entry.data._bytes = values;
203 p_exif_info->exif_data[i].tag_entry.data._bytes != NULL) {
204 free(p_exif_info->exif_data[i].tag_entry.data._bytes);
205 p_exif_info->exif_data[i].tag_entry.data._bytes = NULL;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 85 #define PR_MALLOC(_bytes) (PR_Malloc((_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)
  /hardware/qcom/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_org/third_party/simplejson/
decoder.py 21 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
25 _BYTES = _BYTES[:8][::-1] + _BYTES[8:][::-1]
26 nan, inf = struct.unpack('dd', _BYTES)
  /external/chromium_org/third_party/sqlite/src/test/
ptrchng.test 190 # A call to _bytes() should never reformat a _text() or _blob().
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_recv.py 341 x.append( [1, ['BYTE', 'UNSIGNED_BYTE', '2_BYTES', '3_BYTES', '4_BYTES']] )
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 341 x.append( [1, ['BYTE', 'UNSIGNED_BYTE', '2_BYTES', '3_BYTES', '4_BYTES']] )
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base_unittest.cc 50 const char k10BytePolicyURL[] = "http://localhost/10_bytes";
51 const char k20BytePolicyURL[] = "http://localhost/20_bytes";
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon1873::__anon1874
  /external/valgrind/main/VEX/priv/
main_util.c 172 "Increase N_{TEMPORARY,PERMANENT}_BYTES and recompile.");
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /hardware/qcom/camera/
QCamera_Intf.h 757 uint8_t *_bytes; member in union:__anon31501::__anon31502
  /external/chromium_org/third_party/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/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/asus/flo/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:__anon1933::__anon1934
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
func.c 330 /* Verify that the call to _bytes() does not invalidate the _text() pointer */
350 /* Verify that the call to _bytes() does not invalidate the _text() pointer */
    [all...]
  /hardware/qcom/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:__anon31561::__anon31562
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /device/lge/mako/camera/
QCamera_Intf.h 780 uint8_t *_bytes; member in union:__anon2239::__anon2240
    [all...]

Completed in 2847 milliseconds

1 2