Home
last modified time | relevance | path

Searched refs:is_short (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc196 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()
Dexecutor.h63 void Enqueue(grpc_closure* closure, grpc_error* error, bool is_short);
/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.c479 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 …]
Dpxa27x_udc.c60 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()
Ddwc2_udc_otg_xfer_dma.c196 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/
Dhb-subset-glyf.cc95 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/
Dstring-inl.h539 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()
Dstring.h738 inline bool is_short() const;
/external/v8/src/
Dintl.cc268 bool is_short = length < static_cast<int>(sizeof(uintptr_t)); in ConvertToLower() local
269 if (is_short) { in ConvertToLower()
Dbootstrapper.cc92 DCHECK(source_code->is_short()); in GetNativeSource()
/external/libxml2/
Dtriop.h105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
Dtrio.c4569 TRIO_ARGS2((ref, is_short),
4571 int is_short)
4573 if (is_short)
/external/libxaac/decoder/
Dixheaacd_main.h224 WORD32 ixheaacd_lpd_bpf_fix(ia_usac_data_struct *usac_data, WORD32 is_short,
/external/python/cpython3/Python/
Dmarshal.c449 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/
Ddeserializer.cc212 DCHECK(string->is_short()); in PostProcessNewObject()
Dserializer.cc508 DCHECK(string->is_short()); in SerializeExternalString()