Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2090 bcm_tlv_t *ie; in find_vendor_ie() local
2093 ie = (bcm_tlv_t*)tlvs; in find_vendor_ie()
2096 if (ie == NULL || in find_vendor_ie()
2097 !bcm_valid_tlv(ie, tlvs_len)) in find_vendor_ie()
2102 ie_len = ie->len; in find_vendor_ie()
2103 if ((ie->id == DOT11_MNG_PROPR_ID) && in find_vendor_ie()
2105 !bcmp(ie->data, voui, DOT11_OUI_LEN)) in find_vendor_ie()
2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()
2110 return (ie); /* a match */ in find_vendor_ie()
2113 } while ((ie = bcm_next_tlv(ie, &tlvs_len)) != NULL); in find_vendor_ie()
/hardware/intel/img/libdrm/libdrm/intel/
Dintel_bufmgr_fake.c256 struct drm_i915_irq_emit ie; in _fence_emit_internal() local
264 ie.irq_seq = &seq; in _fence_emit_internal()
266 &ie, sizeof(ie)); in _fence_emit_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
/hardware/intel/img/libdrm/
Daclocal.m4750 dnl in a comment (ie after a #).