HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 1126 - 1150 of 2364) sorted by null

<<41424344454647484950>>

  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 44 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes)
426 UINT16 miu_len = 0, rw_len = 0, sn_len = 0;
439 sn_len = (UINT16) (2 + strlen (p_params->sn)); /* TYPE, LEN, SN */
492 tLLCP_STATUS llcp_util_parse_connect (UINT8 *p_bytes, UINT16 length, tLLCP_CONNECTION_PARAMS *p_params)
582 UINT16 miu_len = 0, rw_len = 0;
637 tLLCP_STATUS llcp_util_parse_cc (UINT8 *p_bytes, UINT16 length, UINT16 *p_miu, UINT8 *p_rw)
llcp_dlc.c 621 static void llcp_dlc_proc_connect_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
739 static void llcp_dlc_proc_disc_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
775 static void llcp_dlc_proc_cc_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
820 static void llcp_dlc_proc_dm_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
864 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg)
867 UINT16 info_len, available_bytes;
    [all...]
  /external/llvm/docs/
StackMaps.rst 324 uint16 : Reserved (expected to be 0)
339 uint16 : Reserved (record flags)
340 uint16 : NumLocations
344 uint16 : Dwarf RegNum
347 uint16 : Padding
348 uint16 : NumLiveOuts
350 uint16 : Dwarf RegNum
  /external/llvm/lib/CodeGen/
StackMaps.cpp 389 /// uint16 : Reserved (expected to be 0)
445 /// uint16 : Reserved (record flags)
446 /// uint16 : NumLocations
450 /// uint16 : Dwarf RegNum
453 /// uint16 : Padding
454 /// uint16 : NumLiveOuts
456 /// uint16 : Dwarf RegNum
  /system/bt/btif/src/
btif_pan.c 250 static void btif_in_pan_generic_evt(UINT16 event, char *p_param)
438 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 proto, const char* buf,
439 UINT16 len, BOOLEAN ext, BOOLEAN forward)
477 btpan_conn_t * btpan_find_conn_handle(UINT16 handle)
609 UINT16 handle = btpan_cb.conns[i].handle;
610 if (handle != (UINT16)-1 &&
628 static void bta_pan_callback_transfer(UINT16 event, char *p_param)
  /system/bt/stack/btm/
btm_devctl.c 534 void btm_read_local_name_complete (UINT8 *p, UINT16 evt_len)
650 tBTM_STATUS BTM_VendorSpecificCommand(UINT16 opcode, UINT8 param_len,
681 void btm_vsc_complete (UINT8 *p, UINT16 opcode, UINT16 evt_len,
795 tBTM_STATUS BTM_WritePageTimeout(UINT16 timeout)
819 tBTM_STATUS BTM_WriteVoiceSettings(UINT16 settings)
824 if (btsnd_hcic_write_voice_settings ((UINT16)(settings & 0x03ff)))
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
220 UINT16 i;
641 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
643 UINT16 evt;
820 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
863 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
217 UINT16 i;
618 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
620 UINT16 evt;
797 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
840 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event)
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 112 typedef uint16 hcode_t; /* codes fit in 16 bits */
128 typedef int (*decodeFunc)(TIFF*, uint8*, tmsize_t, uint16);
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
261 LZWPreDecode(TIFF* tif, uint16 s)
358 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
583 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
795 LZWPreEncode(TIFF* tif, uint16 s)
860 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 112 typedef uint16 hcode_t; /* codes fit in 16 bits */
128 typedef int (*decodeFunc)(TIFF*, uint8*, tmsize_t, uint16);
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
261 LZWPreDecode(TIFF* tif, uint16 s)
360 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
588 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
802 LZWPreEncode(TIFF* tif, uint16 s)
869 LZWEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
  /external/v8/src/ppc/
disasm-ppc.cc 228 case 'u': { // uint16
1102 Format(instr, "cmpli 'ra, 'uint16");
1105 Format(instr, "cmplwi 'ra, 'uint16");
1221 Format(instr, "ori 'ra, 'rs, 'uint16");
1225 Format(instr, "oris 'ra, 'rs, 'uint16");
1229 Format(instr, "xori 'ra, 'rs, 'uint16");
1233 Format(instr, "xoris 'ra, 'rs, 'uint16");
1237 Format(instr, "andi. 'ra, 'rs, 'uint16");
1241 Format(instr, "andis. 'ra, 'rs, 'uint16");
    [all...]
  /external/dng_sdk/source/
dng_preview.cpp 258 uint16 fSubSamplingData [2];
305 fSubSamplingData [0] = (uint16) preview.fYCbCrSubSampling.h;
306 fSubSamplingData [1] = (uint16) preview.fYCbCrSubSampling.v;
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 89 static char *nfa_dm_evt_2_str (UINT16 event);
125 UINT16 event = p_msg->event & 0x00ff;
462 static char *nfa_dm_evt_2_str (UINT16 event)
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 183 UINT16 len; /* Length of data */
200 UINT16 size;
459 UINT16 data_len,
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 78 typedef UINT16 tNFA_EE_INT_EVT;
164 UINT16 size_aid; /* the size for aid routing */
257 UINT16 data_len;
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h 90 /** work image (two pixels per uint16)*/
210 const struct bbf_LocalScanner* ptrA, uint16* memPtrA );
215 const uint16* memPtrA,
Scanner.h 80 /** work image (two pixels per uint16)*/
228 const struct bbf_Scanner* ptrA, uint16* memPtrA );
233 const uint16* memPtrA,
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.h 125 uint16* memPtrA );
130 const uint16* memPtrA,
138 uint16 valueA );
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.h 89 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA );
113 uint16* memPtrA );
118 const uint16* memPtrA,
  /external/svox/pico/lib/
picokpdf.c 52 - Numframes: 1 uint16
62 - numframes: 1 uint16
65 - numframesperstate: numstates uint16
  /external/tpm2/
Entity.c 146 UINT16
321 UINT16
327 UINT16 nameSize;
  /external/tpm2/generator/
structure_generator.py 52 UINT16 %(type)s_Marshal(%(type)s *source, BYTE **buffer, INT32 *size) {
101 UINT16 %(type)s_Marshal(
254 UINT16 %(new_type)s_Marshal(
558 UINT16 %(new_type)s_Marshal(
703 UINT16 %(type)s_Marshal(
867 UINT16 %(name)s_Marshal(
871 UINT16 total_size = 0;"""
900 UINT16 payload_size = total_size - (UINT16)size_field_size;
    [all...]
  /external/v8/test/unittests/compiler/
simplified-operator-unittest.cc 209 {kUntaggedBase, 0, Type::Any(), MachineType::Uint16()},
214 {kUntaggedBase, 0, Type::Unsigned32(), MachineType::Uint16()},
228 MachineType::Uint16()},
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.c 196 uint16* flag,
235 const uint16 flag,
279 uint16 flag;
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file.go 267 fname := make(map[uint16]string)
280 eltIdx := binary.BigEndian.Uint16(s.name[i : i+2])
293 fname[uint16(s.value)] = ts.Name

Completed in 1029 milliseconds

<<41424344454647484950>>