Searched refs:paramlen (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dprint-smb.c243 print_browse(const u_char *param, int paramlen, const u_char *data, int datalen) argument
251 smb_fdata(param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
325 print_ipc(const u_char *param, int paramlen, const u_char *data, int datalen) argument
327 if (paramlen)
328 smb_fdata(param, "Command=[w]\nStr1=[S]\nStr2=[S]\n", param + paramlen,
342 int datalen, paramlen; local
346 paramlen = EXTRACT_LE_16BITS(w + 9 * 2);
356 paramlen = EXTRACT_LE_16BITS(w + 3 * 2);
373 smb_fdata(data1 + 2, f2, maxbuf - (paramlen + datalen), unicodestr);
376 print_browse(param, paramlen, dat
[all...]
/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h604 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getpoolbuf (NFC_NCI_POOL_ID))
607 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SIZE + NCI_MSG_OFFSET_SIZE + (paramlen))))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c88 * `paramlen', `rotate' and `unique' are local to the invocation.
108 long nparam, rotate, *paramlen; member in struct:MMacro
3898 if (!is_fst && mac->paramlen[k])
3903 if (mac->paramlen[k])
3905 for (i = 0; i < mac->paramlen[k]; i++)
4005 for (i = 0; i < mac->paramlen[n]; i++)
4645 long *paramlen; local
4686 paramlen = nparam ? nasm_malloc(nparam * sizeof(*paramlen)) : NULL;
4698 paramlen[
[all...]
/external/bluetooth/bluedroid/include/
H A Dbt_target.h637 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
640 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))
/external/libnfc-nci/src/include/
H A Dbt_target.h376 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getpoolbuf (HCI_CMD_POOL_ID))
379 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SIZE + (paramlen))))

Completed in 268 milliseconds