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

  /external/libmtp/util/
mtp-probe.c 70 int is_out = 0; local
119 is_out = 1;
123 if (is_bulk && is_out)
127 if (is_interrupt && is_out)
  /external/u-boot/drivers/usb/musb-new/
musb_host.c 83 struct urb *urb, int is_out,
683 struct urb *urb, int is_out,
692 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out);
697 is_out ? "-->" : "<--",
699 qh->addr_reg, qh->epnum, is_out ? "out" : "in",
708 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel;
711 dma_controller, hw_ep, is_out);
712 if (is_out)
723 if (is_out) {
    [all...]
  /art/compiler/optimizing/
code_generator.cc     [all...]
code_generator.h 761 void BlockIfInRegister(Location location, bool is_out = false) const;
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 1802 int is_out = (transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK) local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 763 bool is_out = *file == TGSI_FILE_OUTPUT; local
778 (ctx->processor == PIPE_SHADER_TESS_CTRL && (is_in || is_out))) {
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_text.c 750 bool is_out = *file == TGSI_FILE_OUTPUT; local
765 (ctx->processor == TGSI_PROCESSOR_TESS_CTRL && (is_in || is_out))) {
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 176 static bool is_out(const Variable& var) { function in namespace:SkSL
604 // if (is_out(function->fParameters[i])) {
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 177 static bool is_out(const Variable& var) { function in namespace:SkSL
598 // if (is_out(function->fParameters[i])) {
    [all...]

Completed in 2923 milliseconds