Searched refs:last_ctx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c1040 unsigned int last_ctx; local
1087 last_ctx = xhci_last_valid_endpoint(ctrl_ctx->add_flags);
1090 if ((slot_ctx->dev_info & LAST_CTX_MASK) > LAST_CTX(last_ctx)) {
1092 slot_ctx->dev_info |= LAST_CTX(last_ctx);
1130 unsigned int last_ctx; local
1143 last_ctx = xhci_last_valid_endpoint(added_ctxs);
1195 if ((slot_ctx->dev_info & LAST_CTX_MASK) < LAST_CTX(last_ctx)) {
1197 slot_ctx->dev_info |= LAST_CTX(last_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_cabac.c1643 uint8_t *last_ctx = last_coeff_ctx_base + last_off; \
1645 if( get_cabac( CC, last_ctx ) ) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cabac.c1649 uint8_t *last_ctx = last_coeff_ctx_base + last_off; \
1651 if( get_cabac( CC, last_ctx ) ) { \

Completed in 110 milliseconds