Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java184 final int windex = bytes.getIndex() + bytes.readInt() - 1; in codeToHTML() local
185 buf.append("<A HREF=\"#code").append(method_number).append("@").append(windex) in codeToHTML()
186 .append("\">").append(windex).append("</A>"); in codeToHTML()
/external/u-boot/drivers/usb/dwc3/
Dep0.c308 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local
311 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()
312 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2558 class ROAddrMode<ComplexPattern windex, ComplexPattern xindex,
2561 ComplexPattern Wpat = windex;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td2950 class ROAddrMode<ComplexPattern windex, ComplexPattern xindex,
2953 ComplexPattern Wpat = windex;