Searched defs:num (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap3/liboverlay/
H A Doverlay.cpp429 uint32_t num = NUM_OVERLAY_BUFFERS_REQUESTED; local
470 if (v4l2_overlay_req_buf(fd, &num, 0)) {
475 overlay = new overlay_object(fd, shared_fd, shared->size, w, h, format, num);
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_common.c965 char num[3]; local
966 strncpy(num, src, 2);
967 num[2] = '\0';
968 dst[i] = (uint8)strtoul(num, NULL, 16);
2151 int num; local
2160 num = 0;
2171 if (num == channel_num) {
2177 channel_list[num++] = (uint16)val;
2180 return num;
H A Ddhd_sdio.c1470 dhd_dump_pct(struct bcmstrbuf *strbuf, char *desc, uint num, uint div) argument
1477 q1 = num / div;
1478 q2 = (100 * (num - (q1 * div))) / div;
3046 uint8 *dptr, num = 0; local
3077 for (totlen = num = 0; dlen; num++) {
3083 ((num == 0) && (sublen < (2 * SDPCM_HDRLEN)))) {
3085 __FUNCTION__, num, sublen));
3104 DHD_ERROR(("%s: PKTGET failed, num %d len %d\n",
3105 __FUNCTION__, num, suble
[all...]
/hardware/broadcom/wlan/bcm4329/src/shared/
H A Dbcmutils.c1762 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount) argument
1767 num[i] += amount;
1768 if (num[i] >= amount)
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp686 int num=0; local
/hardware/ril/libril/
H A Dril.cpp976 int32_t num; local
978 status = p.readInt32(&num);
983 RIL_GSM_BroadcastSmsConfigInfo gsmBci[num];
984 RIL_GSM_BroadcastSmsConfigInfo *gsmBciPtrs[num];
987 for (int i = 0 ; i < num ; i++ ) {
1019 num * sizeof(RIL_GSM_BroadcastSmsConfigInfo *),
1023 memset(gsmBci, 0, num * sizeof(RIL_GSM_BroadcastSmsConfigInfo));
1024 memset(gsmBciPtrs, 0, num * sizeof(RIL_GSM_BroadcastSmsConfigInfo *));
1038 int32_t num; local
1040 status = p.readInt32(&num);
1373 int num; local
1481 int num = responselen / sizeof(RIL_Data_Call_Response); local
1551 int num; local
1620 int num; local
1666 int num; local
1863 size_t num = responselen / sizeof (int); // Number of integers from ril local
2030 int num = responselen / sizeof(RIL_GSM_BroadcastSmsConfigInfo *); local
2058 int num = responselen / sizeof (RIL_CDMA_BroadcastSmsConfigInfo *); local
2078 int num; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c3926 OMX_S32 GET_NUM_BIT_REQ(OMX_U32 num) argument
3931 if (num & (0x1 << i) ) break;
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_cfg80211.c3898 char num[3]; local
3899 strncpy(num, src, 2);
3900 num[2] = '\0';
3901 dst[i] = (uint8)strtoul(num, NULL, 16);
/hardware/ti/wlan/wl1271/platforms/os/common/src/
H A DosRgstry.c858 static TI_UINT32 tiwlnstrtoi (char *num, TI_UINT32 length) argument
862 if(num == NULL || length == 0 )
867 for(value=0;length&&*num;num++,length--)
869 if(*num<='9'&&*num>= '0')
871 value=(value*10)+(*num - '0');
887 static TI_UINT32 tiwlnstrtoi_hex (TI_UINT8 *num, TI_UINT32 length) argument
891 if (num == NULL || length == 0)
896 for (value = 0; length && *num; nu
[all...]
/hardware/broadcom/wlan/bcm4329/src/include/
H A Dwlioctl.h1467 uint32 num; member in struct:wl_pkt_filter_list
1609 uint8 num; member in struct:wl_action_obss_coex_req

Completed in 150 milliseconds