/openbmc/linux/lib/zlib_deflate/ |
H A D | deftree.c | 150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 156 send_bits(s, tree[c].Code, tree[c].Len); } 220 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 221 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; in tr_static_init() 222 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; in tr_static_init() 223 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; in tr_static_init() 232 static_dtree[n].Len = 5; in tr_static_init() 376 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ in gen_bitlen() 380 bits = tree[tree[n].Dad].Len + 1; in gen_bitlen() 382 tree[n].Len = (ush)bits; in gen_bitlen() [all …]
|
H A D | defutil.h | 56 #define Len dl.len macro
|
/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/linux/drivers/usb/serial/ |
H A D | io_ionsp.h | 124 #define IOSP_BUILD_DATA_HDR1(Port, Len) ((__u8) (((Port) | ((__u8) (((__u16) (Len)) >> 5) & 0x78))… argument 125 #define IOSP_BUILD_DATA_HDR2(Port, Len) ((__u8) (Len)) argument
|
/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/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1849 )"00:"$( : Aux Data Len 1889 )"00:"$( : Hdr Ext Len 1900 )"00:"$( : Aux Data Len 1931 )"00:"$( : Hdr Ext Len
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1849 )"00:"$( : Aux Data Len 1889 )"00:"$( : Hdr Ext Len 1900 )"00:"$( : Aux Data Len 1931 )"00:"$( : Hdr Ext Len
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1849 )"00:"$( : Aux Data Len 1889 )"00:"$( : Hdr Ext Len 1900 )"00:"$( : Aux Data Len 1931 )"00:"$( : Hdr Ext Len
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 1849 )"00:"$( : Aux Data Len 1889 )"00:"$( : Hdr Ext Len 1900 )"00:"$( : Aux Data Len 1931 )"00:"$( : Hdr Ext Len
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0004-reproducible.patch | 63 - Len = strlen(mInImageName) + 1; 64 + Len = strlen(basename(mInImageName)) + 1;
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_control.sh | 266 )"00:"$( : Hdr Ext Len 572 )"00:"$( : Hdr Ext Len
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa_cmd.h | 375 __le32 Len; member 380 __le32 Len; member
|
H A D | hpsa.c | 2313 chain_sg->Len = cpu_to_le32(chain_len); in hpsa_map_sg_chain_block() 2335 le32_to_cpu(chain_sg->Len), DMA_TO_DEVICE); in hpsa_unmap_sg_chain_block() 2812 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap() 2838 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one() 4566 desc->Len = cpu_to_le32(len); in hpsa_set_sg_descriptor() 4784 curr_sg->Len = cpu_to_le32(len); in hpsa_scsi_ioaccel1_queue_command() 5544 c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info)); in hpsa_cmd_init() 6456 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl() 6461 c->SG[0].Len = cpu_to_le32(iocommand->buf_size); in hpsa_passthru_ioctl() 6564 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme_ext.h | 202 unsigned char Len; member 207 unsigned char Len; member
|
/openbmc/linux/Documentation/admin-guide/acpi/ |
H A D | initrd_table_override.rst | 110 acpidump can be found in Len Browns pmtools:
|
/openbmc/linux/fs/ntfs3/ |
H A D | ntfs_fs.h | 825 int ntfs_discard(struct ntfs_sb_info *sbi, CLST Lcn, CLST Len); 849 void wnd_zone_set(struct wnd_bitmap *wnd, size_t Lcn, size_t Len);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-acpi | 97 Contact: Len Brown <lenb@kernel.org>
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 932 static inline u32 cal_CRC(unsigned char * Data, unsigned int Len, u8 flag) in cal_CRC() argument 934 u32 crc = crc32(~0, Data, Len); in cal_CRC()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 353 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set() 4300 chplan_ap.Len = i; in process_80211d() 4315 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d() 4351 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { in process_80211d() 4369 while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) in process_80211d()
|
/openbmc/qemu/docs/ |
H A D | pcie.txt | 290 Capabilities: [154] Vendor Specific Information: ID=cafe Rev=1 Len=014
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 120 u8 Len; member 175 if (ChannelPlan[channel_plan].Len != 0) { in rtl819x_set_channel_map() 180 for (i = 0; i < ChannelPlan[channel_plan].Len; i++) { in rtl819x_set_channel_map()
|
/openbmc/linux/ |
H A D | MAINTAINERS | 279 R: Len Brown <lenb@kernel.org> 301 R: Len Brown <lenb@kernel.org> 348 M: Len Brown <lenb@kernel.org> 10603 M: Len Brown <lenb@kernel.org> 10787 M: Len Brown <lenb@kernel.org> 20764 M: Len Brown <len.brown@intel.com> 21998 M: "Len Brown" <lenb@kernel.org>
|