/external/pdfium/third_party/libtiff/ |
tif_ojpeg.c | 146 * with uint16. We recommend 2K. 289 uint16 restart_interval; 309 uint16 write_cursample; 340 uint16 in_buffer_togo; 354 static int OJPEGPreDecode(TIFF* tif, uint16 s); 357 static int OJPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 362 static int OJPEGPreEncode(TIFF* tif, uint16 s); 363 static int OJPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s); 369 static int OJPEGReadSecondarySos(TIFF* tif, uint16 s); 387 static int OJPEGReadWord(OJPEGState* sp, uint16* word) [all...] |
tif_strip.c | 38 TIFFComputeStrip(TIFF* tif, uint32 row, uint16 sample) 96 uint16 ycbcrsubsampling[2]; 97 uint16 samplingblock_samples; 285 uint16 ycbcrsubsampling[2]; 286 uint16 samplingblock_samples;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcm_mpool_pub.h | 58 #include <typedefs.h> /* needed for uint16 */ 106 uint16 nobj; /* Total number of objects in this pool */ 107 uint16 num_alloc; /* Number of objects currently allocated */ 108 uint16 high_water; /* Max number of allocated objects. */ 109 uint16 failed_alloc; /* Failed allocations. */
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
enc_helpers.go | 26 reflect.Uint16: encUint16Array, 45 reflect.Uint16: encUint16Slice, 337 slice, ok := v.Interface().([]uint16) 339 // It is kind uint16 but not type uint16. TODO: We can handle this unsafely.
|
dec_helpers.go | 27 reflect.Uint16: decUint16Array, 46 reflect.Uint16: decUint16Slice, 375 slice, ok := v.Interface().([]uint16) 377 // It is kind uint16 but not type uint16. TODO: We can handle this unsafely. 382 errorf("decoding uint16 array or slice: length exceeds input size (%d elements)", length) 388 slice[i] = uint16(x)
|
/prebuilts/go/darwin-x86/src/image/ |
image.go | 183 uint16(p.Pix[i+0])<<8 | uint16(p.Pix[i+1]), 184 uint16(p.Pix[i+2])<<8 | uint16(p.Pix[i+3]), 185 uint16(p.Pix[i+4])<<8 | uint16(p.Pix[i+5]), 186 uint16(p.Pix[i+6])<<8 | uint16(p.Pix[i+7]), 394 uint16(p.Pix[i+0])<<8 | uint16(p.Pix[i+1]) [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
enc_helpers.go | 26 reflect.Uint16: encUint16Array, 45 reflect.Uint16: encUint16Slice, 337 slice, ok := v.Interface().([]uint16) 339 // It is kind uint16 but not type uint16. TODO: We can handle this unsafely.
|
dec_helpers.go | 27 reflect.Uint16: decUint16Array, 46 reflect.Uint16: decUint16Slice, 375 slice, ok := v.Interface().([]uint16) 377 // It is kind uint16 but not type uint16. TODO: We can handle this unsafely. 382 errorf("decoding uint16 array or slice: length exceeds input size (%d elements)", length) 388 slice[i] = uint16(x)
|
/prebuilts/go/linux-x86/src/image/ |
image.go | 183 uint16(p.Pix[i+0])<<8 | uint16(p.Pix[i+1]), 184 uint16(p.Pix[i+2])<<8 | uint16(p.Pix[i+3]), 185 uint16(p.Pix[i+4])<<8 | uint16(p.Pix[i+5]), 186 uint16(p.Pix[i+6])<<8 | uint16(p.Pix[i+7]), 394 uint16(p.Pix[i+0])<<8 | uint16(p.Pix[i+1]) [all...] |
/system/bt/bta/hf_client/ |
bta_hf_client_at.c | 120 static void bta_hf_client_queue_at(tBTA_HF_CLIENT_AT_CMD cmd, const char *buf, UINT16 buf_len) 169 static void bta_hf_client_send_at(tBTA_HF_CLIENT_AT_CMD cmd, char *buf, UINT16 buf_len) 175 UINT16 len; 290 static void bta_hf_client_handle_error(tBTA_HF_CLIENT_AT_RESULT_TYPE type, UINT16 cme) 550 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type [all...] |
bta_hf_client_act.c | 266 UINT16 lcid; 444 UINT16 event = BTA_HF_CLIENT_DISC_FAIL_EVT; 502 UINT16 len; 566 void bta_hf_client_ind(tBTA_HF_CLIENT_IND_TYPE type, UINT16 value) 589 void bta_hf_client_evt_val(tBTA_HF_CLIENT_EVT type, UINT16 value) 677 void bta_hf_client_at_result(tBTA_HF_CLIENT_AT_RESULT_TYPE type, UINT16 cme) 730 void bta_hf_client_cnum(char *number, UINT16 service)
|
/system/bt/btif/src/ |
btif_gatt_test.c | 50 UINT16 conn_id; 100 static void btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, 112 static void btif_test_command_complete_cback(UINT16 conn_id, tGATTC_OPTYPE op, 137 static void btif_test_discovery_result_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, 189 static void btif_test_discovery_complete_cback(UINT16 conn_id,
|
/system/bt/stack/avdt/ |
avdt_scb_act.c | 254 UINT16 seq; 256 UINT16 offset; 257 UINT16 ex_len; 283 offset = (UINT16) (p - p_start); 340 UINT8 * avdt_scb_hdl_report(tAVDT_SCB *p_scb, UINT8 *p, UINT16 len) 342 UINT16 result = AVDT_SUCCESS; 423 UINT16 al_len; 428 UINT16 seq; 431 UINT16 ex_len; 438 UINT16 frag_len; /* fragment length * [all...] |
/system/bt/stack/btm/ |
btm_inq.c | 60 const UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] = 140 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 ); 144 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size ); 162 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) 165 UINT16 service_class; 177 if (btm_ble_set_discoverability((UINT16)(inq_mode)) 298 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type) 336 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type [all...] |
/external/dng_sdk/source/ |
dng_pixel_buffer.h | 327 /// Get read-only uint16 * to pixel data starting at a specific pixel in the buffer. 331 /// \retval Pointer to pixel data as uint16 *. 333 const uint16 * ConstPixel_uint16 (int32 row, 340 return (const uint16 *) ConstPixel (row, col, plane); 344 /// Get a writable uint16 * to pixel data starting at a specific pixel in the buffer. 348 /// \retval Pointer to pixel data as uint16 *. 350 uint16 * DirtyPixel_uint16 (int32 row, 357 return (uint16 *) DirtyPixel (row, col, plane); 530 /// \param value Constant uint16 value to set pixels to. 535 uint16 value [all...] |
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_nci.c | 59 UINT16 size, needed; 66 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE); 152 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE); 181 UINT16 len; 278 UINT16 len; 396 UINT16 opcode, old_opcode; 533 UINT16 data_len; 735 UINT16 max_len; 736 UINT16 buf_len, offset; 792 DISP_NCI (p + delta, (UINT16) (p_buf->len - delta), FALSE) [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
UInt16Arr.c | 84 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( uint16 ) ); 94 const uint16* ptr1L = ptrA->arrPtrE; 95 const uint16* ptr2L = srcPtrA->arrPtrE; 120 const uint16* ptrL = ptrA->arrPtrE + startIndexA; 134 return sizeA * bbs_SIZEOF16( uint16 ) + bbs_MEM_BLOCK_OVERHD; 176 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( uint16 ) ); 198 ptrA->sizeE * bbs_SIZEOF16( uint16 ); 205 uint16* memPtrA ) 218 const uint16* memPtrA, 230 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbs_UInt16Arr_memRead( const struct bbs_UInt16Arr*, const uint16* ):\n [all...] |
/system/bt/bta/gatt/ |
bta_gatts_act.c | 44 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, 47 static void bta_gatts_send_request_cback (UINT16 conn_id, 50 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested); 333 UINT16 service_id = 0; 394 UINT16 attr_id = 0; 428 UINT16 attr_id = 0; 464 UINT16 attr_id = 0; 685 UINT16 conn_id; 838 static void bta_gatts_send_request_cback (UINT16 conn_id, 891 static void bta_gatts_conn_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id [all...] |
/system/bt/bta/hh/ |
bta_hh_act.c | 51 static char* bta_hh_get_w4_event(UINT16 event); 52 static char * bta_hh_hid_event_name(UINT16 event); 188 static void bta_hh_sdp_cback(UINT16 result, UINT16 attr_mask, 269 static void bta_hh_di_sdp_cback(UINT16 result) 874 UINT16 event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; [all...] |
/system/bt/stack/mcap/ |
mca_api.c | 334 UINT16 ctrl_psm, UINT16 sec_mask) 421 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, 422 UINT16 mdl_id, UINT8 peer_dep_id, 497 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, 594 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, 595 UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg) 659 UINT16 mdl_id, UINT8 rsp_code, 817 tMCA_RESULT MCA_Delete(tMCA_CL mcl, UINT16 mdl_id) 896 UINT16 MCA_GetL2CapChannel (tMCA_DL mdl [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 175 UINT16 rsp_len; /* Response parameter length */ 185 UINT16 evt_len; /* HCP EVT parameter length */ 195 UINT16 cmd_len; /* HCP CMD parameter length */ 491 UINT16 cmd_size, 542 UINT16 evt_size, 544 UINT16 rsp_size, 546 UINT16 rsp_timeout);
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
SDK.c | 136 uint16* exMemPtrL = ( uint16* )pCreateParamA->pExMem; 260 const uint16* memPtrL = ( uint16* )memPtrA; 263 uint16 sumL = 0; 283 memPtrL = ( uint16* )memPtrA; 287 uint16 valL = 0;
|
/external/tpm2/ |
MathFunctions.c | 25 LIB_EXPORT UINT16 30 UINT16 from; 31 UINT16 to; 32 UINT16 size = b->size; 77 in->size = (UINT16)size; 98 UINT16 *cSize, // OUT: set to MAX(aSize, bSize) 107 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize);
|
/system/bt/stack/smp/ |
smp_int.h | 239 UINT16 reason; 284 UINT16 flags; 329 UINT16 div; 331 UINT16 ediv; 340 UINT16 total_tx_unacked; 538 extern BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length, 539 UINT16 tlen, UINT8 *p_signature);
|
/system/bt/stack/l2cap/ |
l2c_link.c | 158 BOOLEAN l2c_link_hci_conn_comp (UINT8 status, UINT16 handle, BD_ADDR p_bda) 369 BOOLEAN l2c_link_hci_disc_comp (UINT16 handle, UINT8 reason) 522 BOOLEAN l2c_link_hci_qos_violation (UINT16 handle) 745 UINT16 qq, yy, qq_remainder; 747 UINT16 hi_quota, low_quota; 748 UINT16 num_lowpri_links = 0; 749 UINT16 num_hipri_links = 0; 750 UINT16 controller_xmit_quota = l2cb.num_lm_acl_bufs; 751 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; 907 void l2c_link_processs_num_bufs (UINT16 num_lm_acl_bufs [all...] |