/external/opencv3/3rdparty/libtiff/ |
tif_dir.h | 51 uint16 tdir_tag; /* see below */ 52 uint16 tdir_type; /* data type; see below */ 55 uint16 toff_short; 72 uint16 td_bitspersample; 73 uint16 td_sampleformat; 74 uint16 td_compression; 75 uint16 td_photometric; 76 uint16 td_threshholding; 77 uint16 td_fillorder; 78 uint16 td_orientation [all...] |
tif_dir.c | 62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) 63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); } 95 uint16* va; 98 *v = (uint16) va_arg(ap, uint16_vap); 99 if ((uint16) *v > td->td_samplesperpixel) 101 va = va_arg(ap, uint16*); 118 td->td_extrasamples = (uint16) *v; 133 uint16 i = td->td_samplesperpixel; 188 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap) [all...] |
/external/pdfium/third_party/libtiff/ |
tif_dir.h | 51 uint16 tdir_tag; /* see below */ 52 uint16 tdir_type; /* data type; see below */ 55 uint16 toff_short; 72 uint16 td_bitspersample; 73 uint16 td_sampleformat; 74 uint16 td_compression; 75 uint16 td_photometric; 76 uint16 td_threshholding; 77 uint16 td_fillorder; 78 uint16 td_orientation [all...] |
tif_dir.c | 62 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) 63 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); } 95 uint16* va; 98 *v = (uint16) va_arg(ap, uint16_vap); 99 if ((uint16) *v > td->td_samplesperpixel) 101 va = va_arg(ap, uint16*); 118 td->td_extrasamples = (uint16) *v; 133 uint16 i = td->td_samplesperpixel; 190 td->td_bitspersample = (uint16) va_arg(ap, uint16_vap) [all...] |
/system/bt/stack/include/ |
port_api.h | 99 typedef int (tPORT_DATA_CALLBACK) (UINT16 port_handle, void *p_data, UINT16 len); 104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8* p_buf, UINT16 len, int type); 106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle); 219 extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, 220 BOOLEAN is_server, UINT16 mtu, 221 BD_ADDR bd_addr, UINT16 *p_handle, 234 extern int RFCOMM_RemoveConnection (UINT16 handle); 246 extern int RFCOMM_RemoveServer (UINT16 handle) [all...] |
/system/bt/stack/avct/ |
avct_int.h | 64 UINT16 peer_mtu; /* peer l2c mtu */ 65 UINT16 ch_result; /* L2CAP connection result value */ 66 UINT16 ch_lcid; /* L2CAP channel LCID */ 75 UINT16 peer_mtu; /* peer l2c mtu */ 76 UINT16 ch_result; /* L2CAP connection result value */ 77 UINT16 ch_lcid; /* L2CAP channel LCID */ 83 UINT16 conflict_lcid; /* L2CAP channel LCID */ 91 UINT16 peer_mtu; /* peer l2c mtu */ 92 UINT16 ch_result; /* L2CAP connection result value */ 93 UINT16 ch_lcid; /* L2CAP channel LCID * [all...] |
/system/bt/stack/rfcomm/ |
rfc_int.h | 49 extern void RFCOMM_StartRsp (tRFC_MCB *p_mcb, UINT16 result); 51 extern void RFCOMM_DlcEstablishReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu); 52 extern void RFCOMM_DlcEstablishRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result); 58 extern void RFCOMM_ParNegReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu); 59 extern void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k); 61 extern void RFCOMM_TestReq (UINT8 *p_data, UINT16 len); 69 extern void RFCOMM_PortNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 param_mask); 96 UINT16 mtu; 103 UINT16 data_len [all...] |
/external/vboot_reference/utility/ |
efidecompress.c | 69 UINT16 mBitCount; 72 UINT16 mBlockSize; 76 UINT16 mBadTableFlag; 78 UINT16 mLeft[2 * NC - 1]; 79 UINT16 mRight[2 * NC - 1]; 82 UINT16 mCTable[4096]; 83 UINT16 mPTTable[256]; 97 IN UINT16 NumOfBits 118 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount))); 139 Sd->mBitCount = (UINT16) (Sd->mBitCount - NumOfBits) [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
security_windows.go | 34 //sys TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.TranslateNameW 35 //sys GetUserNameEx(nameFormat uint32, nameBuffre *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.GetUserNameExW 46 b := make([]uint16, n) 69 Name *uint16 70 Comment *uint16 71 UsrComment *uint16 72 FullName *uint16 75 //sys NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) = netapi32.NetUserGetInf [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
security_windows.go | 34 //sys TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.TranslateNameW 35 //sys GetUserNameEx(nameFormat uint32, nameBuffre *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.GetUserNameExW 46 b := make([]uint16, n) 69 Name *uint16 70 Comment *uint16 71 UsrComment *uint16 72 FullName *uint16 75 //sys NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) = netapi32.NetUserGetInf [all...] |
/system/bt/stack/hcic/ |
hcicmds.c | 71 BOOLEAN btsnd_hcic_per_inq_mode (UINT16 max_period, UINT16 min_period, 108 BOOLEAN btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, 110 UINT16 clock_offset, UINT8 allow_switch) 140 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) 158 BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types) 310 BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types) 328 BOOLEAN btsnd_hcic_auth_request (UINT16 handle [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_sys_int.h | 50 UINT16 enable_cplt_flags; 51 UINT16 enable_cplt_mask; 54 UINT16 proc_nfcc_pwr_mode_cplt_flags; 55 UINT16 proc_nfcc_pwr_mode_cplt_mask;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
napprotocol.h | 32 UINT16 count; 36 UINT16 count; 43 UINT16 size; 48 UINT16 size;
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_darwin_386.go | 152 pad2 uint16 249 fpu_fop uint16 251 fpu_cs uint16 252 fpu_rsrv2 uint16 254 fpu_ds uint16 255 fpu_rsrv3 uint16 287 trapno uint16 288 cpu uint16 324 fpu_fop uint16 326 fpu_cs uint16 [all...] |
defs_darwin_amd64.go | 152 pad2 uint16 251 fpu_fop uint16 253 fpu_cs uint16 254 fpu_rsrv2 uint16 256 fpu_ds uint16 257 fpu_rsrv3 uint16 289 trapno uint16 290 cpu uint16 327 fpu_fop uint16 329 fpu_cs uint16 [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
defs_darwin_386.go | 152 pad2 uint16 249 fpu_fop uint16 251 fpu_cs uint16 252 fpu_rsrv2 uint16 254 fpu_ds uint16 255 fpu_rsrv3 uint16 287 trapno uint16 288 cpu uint16 324 fpu_fop uint16 326 fpu_cs uint16 [all...] |
defs_darwin_amd64.go | 152 pad2 uint16 251 fpu_fop uint16 253 fpu_cs uint16 254 fpu_rsrv2 uint16 256 fpu_ds uint16 257 fpu_rsrv3 uint16 289 trapno uint16 290 cpu uint16 327 fpu_fop uint16 329 fpu_cs uint16 [all...] |
/system/bt/stack/hid/ |
hid_conn.h | 56 UINT16 ctrl_cid; 57 UINT16 intr_cid; 58 UINT16 rem_mtu_size; 59 UINT16 disc_reason; /* Reason for disconnecting (for HID_HDEV_EVT_CLOSE) */
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
scale_row.h | 97 const uint16* src_argb, uint16* dst_argb, 128 void ScaleRowDown2_16_C(const uint16* src_ptr, ptrdiff_t src_stride, 129 uint16* dst, int dst_width); 132 void ScaleRowDown2Linear_16_C(const uint16* src_ptr, ptrdiff_t src_stride, 133 uint16* dst, int dst_width); 136 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride, 137 uint16* dst, int dst_width); 140 void ScaleRowDown4_16_C(const uint16* src_ptr, ptrdiff_t src_stride, 141 uint16* dst, int dst_width) [all...] |
/system/bt/stack/gap/ |
gap_int.h | 35 UINT16 event; /* Passed back in the callback */ 69 UINT16 gap_handle; /* GAP handle */ 70 UINT16 connection_id; /* L2CAP CID */ 74 UINT16 psm; 75 UINT16 rem_mtu_size; 108 UINT16 handle; 109 UINT16 uuid; 121 UINT16 uuid; 129 UINT16 conn_id; 130 UINT16 cl_op_uuid [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_common.h | 84 UINT16 size; /* size of the buffers in the pool */ 85 UINT16 total; /* toatal number of buffers */ 86 UINT16 cur_cnt; /* number of buffers currently allocated */ 87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ 96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */ 110 UINT16 type; 260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */ 266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */ 267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/ 317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS] [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_common.h | 84 UINT16 size; /* size of the buffers in the pool */ 85 UINT16 total; /* toatal number of buffers */ 86 UINT16 cur_cnt; /* number of buffers currently allocated */ 87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ 96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */ 110 UINT16 type; 260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */ 266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */ 267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/ 317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS] [all...] |
/packages/apps/Nfc/nci/jni/ |
DataQueue.h | 66 bool enqueue (UINT8* data, UINT16 dataLen); 81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen); 98 UINT16 mDataLen; //number of octets of data 99 UINT16 mOffset; //offset of the first octet of data
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 30 uint16 opcode; 136 uint16 bredr; 212 uint16 opcode; 217 uint16 opcode; 222 uint16 handle; 233 uint16 len; 245 uint16 PAL_cap; 246 uint16 AMP_ASSOC_len; 253 uint16 llh; 260 uint16 llh [all...] |
/system/bt/btif/include/ |
btif_hl.h | 147 UINT16 data_type; 148 UINT16 max_tx_apdu_size; 149 UINT16 max_rx_apdu_size; 154 UINT16 data_type; 167 UINT16 mdl_id; 174 UINT16 peer_data_type; 180 UINT16 mtu; 182 UINT16 tx_size; 206 UINT16 req_ctrl_psm; 207 UINT16 ctrl_psm [all...] |