HomeSort by relevance Sort by last modified time
    Searched refs:pHdr (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/
LinearAlloc.c 113 LinearAllocHdr* pHdr;
115 pHdr = (LinearAllocHdr*) malloc(sizeof(*pHdr));
128 pHdr->curOffset = pHdr->firstOffset =
130 pHdr->mapLength = DEFAULT_MAX_LENGTH;
138 free(pHdr);
142 pHdr->mapAddr = mmap(NULL, pHdr->mapLength, PROT_READ | PROT_WRITE,
144 if (pHdr->mapAddr == MAP_FAILED)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 347 dot11_header_t *pHdr = (dot11_header_t *)pFrame;
350 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
423 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
623 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 381 dot11_header_t *pHdr = (dot11_header_t *)pFrame;
384 COPY_WLAN_WORD(&uQosControl, &pHdr->qosControl); /* copy with endianess handling. */
462 COPY_WLAN_WORD(&uSequenceControl, &pHdr->seqCtrl); /* copy with endianess handling. */
761 COPY_WLAN_WORD(&ufc, &pHdr->fc); /* copy with endianess handling. */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 515 milliseconds