Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 20 of 20) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Ddhdioctl.h38 uint cmd; /* common ioctl definition */
40 uint len; /* length of user buffer */
42 uint used; /* bytes read or written (optional) */
43 uint needed; /* bytes needed (optional) */
44 uint driver; /* to identify target driver */
92 uint version; /* To allow structure change tracking */
93 uint freq; /* Max ticks between tx/rx attempts */
94 uint count; /* Test packets to send/rcv each attempt */
95 uint print; /* Print counts every <print> attempts */
96 uint total; /* Total packets (or bursts) */
[all …]
Dbcmutils.h87 uint countdown = (us) + 9; \
311 extern int pktq_mlen(struct pktq *pq, uint prec_bmp);
312 extern void *pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out);
313 extern void *pktq_mpeek(struct pktq *pq, uint prec_bmp, int *prec_out);
342 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf);
343 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf);
344 extern uint pkttotlen(osl_t *osh, void *p);
346 extern uint pktsegcnt(osl_t *osh, void *p);
347 extern uint pktsegcnt_war(osl_t *osh, void *p);
348 extern uint8 *pktdataoffset(osl_t *osh, void *p, uint offset);
[all …]
Dhndrte_cons.h31 uint buf_size;
32 uint idx;
43 volatile uint vcons_in;
44 volatile uint vcons_out;
57 uint cbuf_idx;
Dbcmwifi_channels.h443 extern int wf_mhz2channel(uint freq, uint start_factor);
471 extern int wf_channel2mhz(uint channel, uint start_factor);
482 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
484 extern uint wf_channel2freq(uint channel);
485 extern uint wf_freq2channel(uint freq);
Dwlioctl.h56 uint data_len;
125 uint count; /* # rates in this set */
158 uint count; /* # rates in this set */
200 uint count; /* # rates in this set */
1000 uint byteoff; /* byte offset */
1001 uint nbytes; /* number of bytes */
1022 uint band; /* band (optional) */
1054 uint count; /* Number of nodes */
1169 uint count; /* number of MAC addresses */
1176 uint rx_good_pkt;
[all …]
Dbcmdefs.h186 uint origsize; /* Size of the virtual packet */
187 uint nsegs;
Dminiopt.h56 uint uval; /* strtol translation of valstr */
Dbcmendian.h118 uint _wds = (len) / 2; \
202 bcmswap16_buf(uint16 *buf, uint len) in bcmswap16_buf()
Dtypedefs.h183 typedef unsigned int uint; typedef
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c58 uint
59 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy()
61 uint n, ret = 0; in pktcopy()
68 if (offset < (uint)PKTLEN(osh, p)) in pktcopy()
78 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktcopy()
90 uint
91 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf()
93 uint n, ret = 0; in pktfrombuf()
97 if (offset < (uint)PKTLEN(osh, p)) in pktfrombuf()
107 n = MIN((uint)PKTLEN(osh, p) - offset, (uint)len); in pktfrombuf()
[all …]
Ddhdu.c90 static uint dhd_iovar_mkbuf(char *name, char *data, uint datalen,
91 char *buf, uint buflen, int *perr);
115 uint value;
555 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump()
559 uint i; in dhd_hexdump()
573 uint j; in dhd_hexdump()
887 uint argc; in dhd_sdreg()
946 uint argc; in dhd_membytes()
949 uint addr; in dhd_membytes()
950 uint len; in dhd_membytes()
[all …]
Dminiopt.c146 t->uval = (uint)strtoul(valstr, &endptr, 0); in miniopt()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dmem_ops_aligned.h48 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
60 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
76 uint##sz##_t *mem = (uint##sz##_t *)vmem;\
77 *mem = (uint##sz##_t)val;\
82 uint##sz##_t *mem = (uint##sz##_t *)vmem, raw;\
84 *mem = (uint##sz##_t)raw;\
/hardware/ti/omap4xxx/camera/
DMemoryManager.cpp62 const uint numArrayEntriesC = (uint)(numBufs+1); in allocateBuffer()
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp634 uint i; in ShowBits()
934 uint left_offset, right_offset, top_offset, bottom_offset; in DecodeSPS()
935 uint i; in DecodeSPS()
1096 uint temp; in DecodeVUI()
1098 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; in DecodeVUI()
1188 uint temp; in DecodeHRD()
1189 uint cpb_cnt_minus1; in DecodeHRD()
1190 uint i; in DecodeHRD()
1236 uint tmp_cnt; in ue_v()
Dti_video_config_parser.cpp148 (uint*) & entropy_coding_mode_flag); in ti_video_config_parser()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp619 uint i; in ShowBits()
932 uint left_offset, right_offset, top_offset, bottom_offset; in DecodeSPS()
933 uint i; in DecodeSPS()
1088 uint temp; in DecodeVUI()
1090 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; in DecodeVUI()
1180 uint temp; in DecodeHRD()
1181 uint cpb_cnt_minus1; in DecodeHRD()
1182 uint i; in DecodeHRD()
1232 uint tmp_cnt; in ue_v()
/hardware/ti/omap4-aah/camera/
DMemoryManager.cpp72 const uint numArrayEntriesC = (uint)(numBufs+1); in allocateBufferList()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h225 uint event;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_log.c181 (uint) parsed_report->valid_mask); in log_parsed_report()