Searched refs:Len (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/lib/zlib/ |
| H A D | trees.c | 168 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 174 send_bits(s, tree[c].Code, tree[c].Len); } 298 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 299 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 300 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 301 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 310 static_dtree[n].Len = 5; in tr_static_init() 345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 516 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ [all …]
|
| H A D | deflate.h | 76 #define Len dl.len macro
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | serial-console.js | 44 var Len = str.length, resPos = -1; 50 var resArr = typeof Uint8Array === 'undefined' ? new Array(Len * 1.5) : 51 new Uint8Array(Len * 3); 52 for (var point = 0, nextcode = 0, i = 0; i !== Len;) { 55 if (i === Len) {
|
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 507 ssize_t Len = RdLen; in sigwrap_blocking_read() local 509 while ((Transfered = read(hFile, pData, Len)) != Len) in sigwrap_blocking_read() 517 Len -= Transfered; in sigwrap_blocking_read() 619 ssize_t Len = WrtLen; in sigwrap_blocking_write() local 621 while ((Written = write(hFile, pData, Len)) != Len) in sigwrap_blocking_write() 626 Len -= Written; in sigwrap_blocking_write()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 580 ssize_t Len = RdLen; in sigwrap_blocking_read() local 582 while ((Transfered = read(hFile, pData, Len)) != Len) in sigwrap_blocking_read() 590 Len -= Transfered; in sigwrap_blocking_read() 692 ssize_t Len = WrtLen; in sigwrap_blocking_write() local 694 while ((Written = write(hFile, pData, Len)) != Len) in sigwrap_blocking_write() 699 Len -= Written; in sigwrap_blocking_write()
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0004-reproducible.patch | 61 - Len = strlen(mInImageName) + 1; 62 + Len = strlen(basename(mInImageName)) + 1;
|
| /openbmc/qemu/docs/ |
| H A D | pcie.txt | 290 Capabilities: [154] Vendor Specific Information: ID=cafe Rev=1 Len=014
|