| /openbmc/qemu/hw/9pfs/ |
| H A D | virtio-9p-device.c | 35 VirtQueueElement *elem = v->elems[pdu->idx]; in virtio_9p_push_and_notify() 40 v->elems[pdu->idx] = NULL; in virtio_9p_push_and_notify() 76 v->elems[pdu->idx] = elem; in handle_9p_output() 125 VirtQueueElement *elem = v->elems[pdu->idx]; in virtio_pdu_vmarshal() 143 VirtQueueElement *elem = v->elems[pdu->idx]; in virtio_pdu_vunmarshal() 160 VirtQueueElement *elem = v->elems[pdu->idx]; in virtio_init_in_iov_from_pdu() 180 VirtQueueElement *elem = v->elems[pdu->idx]; in virtio_init_out_iov_from_pdu()
|
| H A D | virtio-9p.h | 13 VirtQueueElement *elems[MAX_REQ]; member
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | cache.py | 352 elems = virtualfn.split(':') 353 cls = ":".join(elems[1:-1]) 354 fn = elems[-1] 375 elems = variant.split(":") 376 if elems[2]: 377 return "mc:" + elems[1] + ":virtual:" + ":".join(elems[2:]) + ":" + realfn 378 return "mc:" + elems[1] + ":" + realfn
|
| H A D | runqueue.py | 59 elems = tid.split(':') 60 mc = elems[1] 61 fn = ":".join(elems[2:-1]) 62 taskname = elems[-1]
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | trees.c | 126 int elems; /* max number of elements in the tree */ member 629 int elems = desc->stat_desc->elems; local 640 for (n = 0; n < elems; n++) { 671 node = elems; /* next internal node of the tree */
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 713 elems = line.split(' ') # <Child> <Parent> 714 if len (elems) >= 2: 716 parent_map[int(elems[0])] = int(elems[1])
|
| /openbmc/phosphor-settingsd/ |
| H A D | settings_manager.hpp.mako | 42 elems = [] 45 elems.append("{}::{}".format(ns[:i], val)) 46 default_value = '{' + ', '.join(elems) + '}'
|
| /openbmc/qemu/target/riscv/ |
| H A D | vector_helper.c | 351 uint32_t elems, uint32_t nf, uint32_t max_elems, 359 uint32_t size = (elems * nf) << log2_esz; 360 uint32_t evl = env->vstart + elems; 381 env->vstart += elems; 408 target_ulong page_split, elems, addr; in vext_ldst_us() local 437 elems = page_split / msize; in vext_ldst_us() 438 if (unlikely(env->vstart + elems >= evl)) { in vext_ldst_us() 439 elems = evl - env->vstart; in vext_ldst_us() 443 if (likely(elems)) { in vext_ldst_us() 444 vext_page_ldst_us(env, vd, addr, elems, nf, max_elems, log2_esz, in vext_ldst_us() [all …]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | expr.py | 203 def pprint(elems: Iterable[str]) -> str: 204 return ', '.join("'" + e + "'" for e in sorted(elems))
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | aes.c | 189 static bool has_payload(AESState *s, uint32_t elems) in has_payload() argument 191 return s->fifo_idx >= elems + 1; in has_payload()
|
| /openbmc/u-boot/lib/ |
| H A D | fdtdec.c | 701 int len, elems; in fdtdec_get_int_array_count() local 708 elems = len / sizeof(u32); in fdtdec_get_int_array_count() 709 if (count > elems) in fdtdec_get_int_array_count() 710 count = elems; in fdtdec_get_int_array_count()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
| H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 44 std::vector<std::string> elems;
|
| /openbmc/qemu/hw/net/ |
| H A D | virtio-net.c | 1850 QEMU_UNINITIALIZED VirtQueueElement *elems[VIRTQUEUE_MAX_SIZE]; in virtio_net_receive_rcu() local 1962 elems[i] = elem; in virtio_net_receive_rcu() 1977 virtqueue_fill(q->rx_vq, elems[j], lens[j], j); in virtio_net_receive_rcu() 1978 g_free(elems[j]); in virtio_net_receive_rcu() 1988 virtqueue_detach_element(q->rx_vq, elems[j], lens[j]); in virtio_net_receive_rcu() 1989 g_free(elems[j]); in virtio_net_receive_rcu()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 256 function addEvents(elems,type,fn){var i=elems.length;while(i--){addEvent(elems[i],type,fn);}} argument
|
| H A D | jquery-3.7.1.min.map | 1 …se","prototype","jquery","constructor","toArray","get","num","pushStack","elems","ret","merge","pr…
|
| H A D | jquery-2.0.3.min.map | 1 …tById","parentNode","makeArray","toArray","call","get","num","pushStack","elems","ret","prevObject…
|