/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 196 bool is_short) { in Enqueue() argument 198 if (is_short) { in Enqueue() 239 name_, closure, is_short ? "short" : "long", closure->file_created, in Enqueue() 243 closure, is_short ? "short" : "long", ts->id); in Enqueue() 293 ts->queued_long_job = !is_short; in Enqueue()
|
D | executor.h | 63 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
|
/external/u-boot/drivers/usb/gadget/ |
D | pxa25x_udc.c | 479 int is_last, is_short; in write_fifo() local 485 is_last = is_short = 1; in write_fifo() 493 is_short = unlikely(max < ep->fifo_size); in write_fifo() 498 is_last ? "/L" : "", is_short ? "/S" : "", in write_fifo() 507 if (is_short) in write_fifo() 547 int is_short; in write_ep0_fifo() local 553 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo() 558 if (unlikely(is_short)) { in write_ep0_fifo() 592 return is_short; in write_ep0_fifo() 609 unsigned bufferspace, count, is_short; in read_fifo() local [all …]
|
D | pxa27x_udc.c | 60 unsigned int i, n, w, b, is_short; in udc_write_urb() local 79 is_short = n != endpoint->tx_packetSize; in udc_write_urb() 82 usbdbg("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b); in udc_write_urb() 96 if (is_short) in udc_write_urb() 126 if (is_short) in udc_write_urb()
|
D | dwc2_udc_otg_xfer_dma.c | 196 u32 ep_tsr = 0, xfer_size = 0, is_short = 0; in complete_rx() local 235 is_short = !!(xfer_size % ep->ep.maxpacket); in complete_rx() 241 is_short, ep_tsr, req->req.length - req->req.actual); in complete_rx() 243 if (is_short || req->req.actual == req->req.length) { in complete_rx() 269 u32 ep_tsr = 0, xfer_size = 0, is_short = 0; in complete_tx() local 291 is_short = (xfer_size < ep->ep.maxpacket); in complete_tx() 298 is_short, ep_tsr, req->req.length - req->req.actual); in complete_tx()
|
/external/harfbuzz_ng/src/ |
D | hb-subset-glyf.cc | 95 bool is_short, in _write_loca_entry() argument 99 unsigned int entry_size = is_short ? sizeof (OT::HBUINT16) : sizeof (OT::HBUINT32); in _write_loca_entry() 102 if (is_short) { in _write_loca_entry()
|
/external/v8/src/objects/ |
D | string-inl.h | 539 bool ExternalString::is_short() const { in is_short() function 565 if (is_short()) return; in set_uint32_as_resource() 576 if (is_short()) return; in update_data_cache() 612 if (is_short()) return; in update_data_cache()
|
D | string.h | 738 inline bool is_short() const;
|
/external/v8/src/ |
D | intl.cc | 268 bool is_short = length < static_cast<int>(sizeof(uintptr_t)); in ConvertToLower() local 269 if (is_short) { in ConvertToLower()
|
D | bootstrapper.cc | 92 DCHECK(source_code->is_short()); in GetNativeSource()
|
/external/libxml2/ |
D | triop.h | 105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
|
D | trio.c | 4569 TRIO_ARGS2((ref, is_short), 4571 int is_short) 4573 if (is_short)
|
/external/libxaac/decoder/ |
D | ixheaacd_main.h | 224 WORD32 ixheaacd_lpd_bpf_fix(ia_usac_data_struct *usac_data, WORD32 is_short,
|
/external/python/cpython3/Python/ |
D | marshal.c | 449 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local 450 if (is_short) { in w_complex_object()
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 212 DCHECK(string->is_short()); in PostProcessNewObject()
|
D | serializer.cc | 508 DCHECK(string->is_short()); in SerializeExternalString()
|