/system/tpm/trunks/ |
tpm_generated.h | 182 #define BSIZE UINT16 209 #define CONTEXT_SLOT UINT16 360 typedef uint16_t UINT16; 370 typedef UINT16 TPM_KEY_SIZE; 371 typedef UINT16 TPM_KEY_BITS; 404 typedef UINT16 TPM_ALG_ID; 413 typedef UINT16 TPM_ST; 424 typedef UINT16 TPM_ECC_CURVE; 442 typedef UINT16 TPM_EO; 443 typedef UINT16 TPM_SU [all...] |
/external/tpm2/ |
CryptUtil.c | 107 UINT16 109 UINT16 randomSize, // IN: size of random number 113 UINT16 result; 152 UINT16 181 UINT16 210 UINT16 213 UINT16 keySize, // IN: the size of HMAC key in byte 247 UINT16 250 UINT16 keySize, // IN: the size of HMAC key in byte 282 LIB_EXPORT UINT16 [all...] |
/external/dng_sdk/source/ |
dng_read_image.cpp | 78 static void DecodeDelta16 (uint16 *dPtr, 1064 uint32 bytesPerRow = fTileArea.W () * fPlanes * (uint32) sizeof (uint16); 1147 fPlanes * (uint32) sizeof (uint16); 1283 DoSwapBytes16 ((uint16 *) uncompressedBuffer->Buffer (), 1312 uint16 *p = (uint16 *) uncompressedBuffer->Buffer (); 1326 p [0] = (uint16) ((b0 << 4) | (b1 >> 4)); 1327 p [1] = (uint16) (((b1 << 8) | b2) & 0x0FFF); 1339 p [0] = (uint16) ((b0 << 4) | (b1 >> 4)); 1354 uint16 *p = (uint16 *) uncompressedBuffer->Buffer () [all...] |
dng_info.cpp | 1017 uint16 endianMark = stream.Get_uint16 (); 1031 uint16 magic = stream.Get_uint16 (); 1067 uint16 endianMark = stream.Get_uint16 (); 1081 uint16 version = stream.Get_uint16 (); 1164 uint16 endianMark = stream.Get_uint16 (); 1466 uint16 endianMark = stream.Get_uint16 (); 1525 uint16 order_mark = stream.Get_uint16 (); 1564 uint16 order_mark = stream.Get_uint16 (); 1591 uint16 order_mark = stream.Get_uint16 (); 1682 uint16 order_mark = stream.Get_uint16 () [all...] |
/external/opencv3/3rdparty/libtiff/ |
tiff.h | 62 * 16-bit quantities int16/uint16 72 typedef TIFF_UINT16_T uint16; typedef 94 uint16 tiff_magic; /* magic number (defines byte order) */ 95 uint16 tiff_version; /* TIFF version number */ 98 uint16 tiff_magic; /* magic number (defines byte order) */ 99 uint16 tiff_version; /* TIFF version number */ 103 uint16 tiff_magic; /* magic number (defines byte order) */ 104 uint16 tiff_version; /* TIFF version number */ 105 uint16 tiff_offsetsize; /* size of offsets, should be 8 */ 106 uint16 tiff_unused; /* unused word, should be 0 * [all...] |
tif_lzma.c | 66 static int LZMAEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s); 67 static int LZMADecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s); 130 LZMAPreDecode(TIFF* tif, uint16 s) 165 LZMADecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) 248 LZMAPreEncode(TIFF* tif, uint16 s) 272 LZMAEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
|
tif_zip.c | 84 static int ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s); 85 static int ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s); 121 ZIPPreDecode(TIFF* tif, uint16 s) 147 ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) 226 ZIPPreEncode(TIFF* tif, uint16 s) 254 ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
|
/system/bt/bta/ag/ |
bta_ag_main.c | 42 static char *bta_ag_evt_str(UINT16 event, tBTA_AG_RES result); 385 UINT16 bta_ag_scb_to_idx(tBTA_AG_SCB *p_scb) 388 return ((UINT16) (p_scb - bta_ag_cb.scb)) + 1; 401 tBTA_AG_SCB *bta_ag_scb_by_idx(UINT16 idx) 455 UINT16 bta_ag_idx_by_bdaddr(BD_ADDR peer_addr) 458 UINT16 i; 586 UINT16 handle; 813 void bta_ag_sm_execute(tBTA_AG_SCB *p_scb, UINT16 event, tBTA_AG_DATA *p_data) 820 UINT16 in_event = event; 922 static char *bta_ag_evt_str(UINT16 event, tBTA_AG_RES result [all...] |
/system/bt/stack/avrc/ |
avrc_bld_tg.c | 44 UINT16 len = 0; 122 UINT16 len = 0; 175 UINT16 len; 224 UINT16 len; 302 UINT16 len, len_left; 456 UINT16 len; 550 UINT16 len = 0; 762 tAVRC_STS avrc_bld_group_navigation_rsp (UINT16 navi_id, BT_HDR *p_pkt) 812 UINT16 offset = AVRC_MSG_PASS_THRU_OFFSET; 813 UINT16 chnl = AVCT_DATA_CTRL [all...] |
/system/bt/stack/l2cap/ |
l2c_fcr.c | 95 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word); 96 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word); 97 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack); 101 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word); 140 static UINT16 l2c_fcr_tx_get_fcs (BT_HDR *p_buf) 156 static UINT16 l2c_fcr_rx_get_fcs (BT_HDR *p_buf) 248 UINT16 i; 326 BT_HDR *l2c_fcr_clone_buf(BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes) 402 UINT16 fcs [all...] |
/system/bt/bta/av/ |
bta_av_main.c | 293 tBTA_AV_SCB * bta_av_hndl_to_scb(UINT16 handle) 372 UINT16 evt = 0; 446 UINT16 activate_sink = 0; 503 UINT16 profile_initialized = p_data->api_reg.service_uuid; 820 UINT16 event = p_data->hdr.event - BTA_AV_FIRST_A2S_API_EVT + BTA_AV_FIRST_A2S_SSM_EVT; [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/ |
gosym.a | 18 type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/debug/ |
gosym.a | 18 type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64) } [all...] |
/external/boringssl/src/ssl/test/runner/ |
prf.go | 127 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 145 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte { 157 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, h finishedHash) []byte { 166 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, keyLen, ivLen int) (clientMAC, serverMAC, clientKey, serverKey, clientIV, serverIV []byte) { 209 func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash { 235 version uint16
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/ |
tParameter_Block.py | 43 - UINT16, size = 16 bits, range : [0, 1000] 44 - UINT16, size = 32 bits, range : [0, 1000] 60 # Test of type UINT16 - range [0, 1000] 93 - UINT16 = 5 196 - set param UINT16 to 65536 197 - check parameter UINT16 value
|
/external/pdfium/third_party/libtiff/ |
tif_jpeg.c | 164 uint16 photometric; /* copy of PhotometricInterpretation */ 165 uint16 h_sampling; /* luminance sampling factors */ 166 uint16 v_sampling; 190 static int JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 191 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 192 static int JPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 193 static int JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 195 static int DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 699 static int JPEGFixupTagsSubsamplingReadWord(struct JPEGFixupTagsSubsamplingData* data, uint16* result); 700 static void JPEGFixupTagsSubsamplingSkip(struct JPEGFixupTagsSubsamplingData* data, uint16 skiplength) [all...] |
tif_zip.c | 86 static int ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s); 87 static int ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s); 123 ZIPPreDecode(TIFF* tif, uint16 s) 149 ZIPDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) 228 ZIPPreEncode(TIFF* tif, uint16 s) 256 ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
|
/external/piex/src/binary_parse/ |
range_checked_byte_ptr.cc | 299 const uint16 unsigned_value = Get16u(input, big_endian, status); 319 uint16 Get16u(const RangeCheckedBytePtr &input, const bool big_endian, 329 return (static_cast<uint16>(input[0]) << 8) | static_cast<uint16>(input[1]); 331 return (static_cast<uint16>(input[1]) << 8) | static_cast<uint16>(input[0]);
|
/prebuilts/go/darwin-x86/src/encoding/binary/ |
binary_test.go | 22 Uint16 uint16 151 &[100]uint16{}, 162 case reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64: 364 Read(r, BigEndian, &ls.Uint16) 395 Write(w, BigEndian, s.Uint16)
|
/prebuilts/go/darwin-x86/src/strconv/ |
quote.go | 377 func bsearch16(a []uint16, x uint16) int { 428 // Same algorithm, either on uint16 or uint32 value. 435 rr, isPrint, isNotPrint := uint16(r), isPrint16, isNotPrint16 453 j := bsearch16(isNotPrint, uint16(r)) 454 return j >= len(isNotPrint) || isNotPrint[j] != uint16(r)
|
/prebuilts/go/darwin-x86/src/unicode/ |
letter_test.go | 469 linear(tab, uint16(j)) 478 binary(tab, uint16(j)) 493 r16 = append(r16, Range16{uint16(i*5 + 10), uint16(i*5 + 12), 1}) 498 func linear(ranges []Range16, r uint16) bool { 511 func binary(ranges []Range16, r uint16) bool {
|
/prebuilts/go/linux-x86/src/encoding/binary/ |
binary_test.go | 22 Uint16 uint16 151 &[100]uint16{}, 162 case reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64: 364 Read(r, BigEndian, &ls.Uint16) 395 Write(w, BigEndian, s.Uint16)
|
/prebuilts/go/linux-x86/src/strconv/ |
quote.go | 377 func bsearch16(a []uint16, x uint16) int { 428 // Same algorithm, either on uint16 or uint32 value. 435 rr, isPrint, isNotPrint := uint16(r), isPrint16, isNotPrint16 453 j := bsearch16(isNotPrint, uint16(r)) 454 return j >= len(isNotPrint) || isNotPrint[j] != uint16(r)
|
/prebuilts/go/linux-x86/src/unicode/ |
letter_test.go | 469 linear(tab, uint16(j)) 478 binary(tab, uint16(j)) 493 r16 = append(r16, Range16{uint16(i*5 + 10), uint16(i*5 + 12), 1}) 498 func linear(ranges []Range16, r uint16) bool { 511 func binary(ranges []Range16, r uint16) bool {
|
/prebuilts/misc/windows/sdl2/test/ |
testautomation_platform.c | 39 ret = _compareSizeOfType( sizeof(Uint16), 2 ); 40 SDLTest_AssertCheck( ret == 0, "sizeof(Uint16) = %lu, expected 2", sizeof(Uint16) ); 57 Uint16 value = 0x1234; 58 Uint16 value16 = 0xCDAB; 59 Uint16 swapped16 = 0xABCD;
|