Searched defs:ptx (Results 1 - 6 of 6) sorted by relevance

/external/libldac/src/
H A DldacBT_internal.c306 LDACBT_TX_INFO *ptx; local
315 ptx = &hLdacBT->tx;
361 ptx->nfrm_in_pkt = ptx->tx_size / hLdacBT->frmlen_tx;
362 if( ptx->nfrm_in_pkt > LDACBT_NFRM_TX_MAX ){
363 ptx->nfrm_in_pkt = LDACBT_NFRM_TX_MAX;
365 else if( ptx->nfrm_in_pkt < 2 ){
367 if( frmlen <= (ptx->tx_size / 2 - LDACBT_FRMHDRBYTES)){
370 frmlen = ptx->tx_size / 2 - LDACBT_FRMHDRBYTES;
375 hLdacBT->eqmid = ldacBT_get_eqmid_from_frmlen( frmlen, ch, hLdacBT->transport, ptx
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c83 nv30_transfer(struct pipe_transfer *ptx) argument
85 return (struct nv30_transfer *)ptx;
337 struct pipe_transfer *ptx)
340 struct nv30_transfer *tx = nv30_transfer(ptx);
342 if (ptx->usage & PIPE_TRANSFER_WRITE) {
351 pipe_resource_reference(&ptx->resource, NULL);
336 nv30_miptree_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *ptx) argument
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h255 * @ptx: plain TX, ie protectFrames is False
293 u8 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
295 u8 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h255 * @ptx: plain TX, ie protectFrames is False
293 u8 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
295 u8 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h255 * @ptx: plain TX, ie protectFrames is False
293 u8 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
295 u8 ptx:1; member in struct:ieee802_1x_mka_sak_use_body
/external/libxml2/
H A Dxmlschemas.c20116 xmlSchemaTypePtr tx, ty, ptx, pty; local
20123 ptx = xmlSchemaGetPrimitiveType(tx);
20134 if (ptx != pty)
20140 if ((ptx->builtInType == XML_SCHEMAS_STRING) ||
20141 WXS_IS_ANY_SIMPLE_TYPE(ptx)) {

Completed in 366 milliseconds