Searched refs:hex (Results 1 - 12 of 12) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.h28 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement);
H A DMPLSupport.cpp176 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement) argument
181 hex[bytePosition] = (int) ((quat[index] >> (4-1-i) * 8) & 0xFF);
182 //LOGI("e%d quat[%d]: %x", index, bytePosition, hex[bytePosition]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dmd5_helper.h44 static const char hex[16] = { local
53 res_[i * 2 + 0] = hex[tmp[i] >> 4];
54 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.h36 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement);
H A DMPLSupport.cpp176 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement) argument
181 hex[bytePosition] = (int) ((quat[index] >> (4-1-i) * 8) & 0xFF);
182 //LOGI("e%d quat[%d]: %x", index, bytePosition, hex[bytePosition]);
/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h64 *os << "Format: 0x" << std::hex << p.mFormat << ", ";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c864 MV hex[6] = { { -1, -2}, {1, -2}, {2, 0}, {1, 2}, { -1, 2}, { -2, 0} } ; local
917 /* hex search */
924 this_mv.as_mv.row = br + hex[i].row;
925 this_mv.as_mv.col = bc + hex[i].col;
934 this_mv.as_mv.row = br + hex[i].row;
935 this_mv.as_mv.col = bc + hex[i].col;
947 br += hex[best_site].row;
948 bc += hex[best_site].col;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_proj.sh58 local hex="0123456789ABCDEF"
65 uuid="${uuid}${hex:$j:1}"
H A Dgen_msvs_vcxproj.sh59 local hex="0123456789ABCDEF"
66 uuid="${uuid}${hex:$j:1}"
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1058 static const char hex[] = local
1068 *p++ = hex[(*octet >> 4) & 0xf];
1069 *p++ = hex[*octet & 0xf];
1103 /* pretty hex print a pkt buffer chain */
1718 /* print bytes formatted as hex to a string. return the resulting string length */
1734 /* pretty hex print a contiguous buffer */
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp85 stream << std::hex << std::setw(2) << std::setfill('0')
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3129 ss << std::hex << std::uppercase << value;
3136 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase

Completed in 461 milliseconds