Home
last modified time | relevance | path

Searched refs:Low (Results 1 – 25 of 59) sorted by relevance

123

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c748 p->Low = p->Bottom = 0; in Ppmd_RangeDec_Init()
773 return (p->Code - p->Low) / (p->Range /= total); in Range_GetThreshold()
780 if((p->Low ^ (p->Low + p->Range)) >= kTopValue) in Range_Normalize()
789 p->Low <<= 8; in Range_Normalize()
804 p->Low += start * p->Range; in Range_Decode_RAR()
978 p->Low = 0; in Ppmd7z_RangeEnc_Init()
986 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0) in RangeEnc_ShiftLow()
995 p->Cache = (Byte)((UInt32)p->Low >> 24); in RangeEnc_ShiftLow()
998 p->Low = ((UInt32)p->Low << 8) & 0xFFFFFFFF; in RangeEnc_ShiftLow()
1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total); in RangeEnc_Encode()
[all …]
H A Darchive_ppmd7_private.h78 UInt32 Low; member
87 UInt64 Low; member
H A Darchive_ppmd8_private.h69 UInt32 Low; member
128 #define Ppmd8_RangeEnc_Init(p) { (p)->Low = 0; (p)->Range = 0xFFFFFFFF; }
H A Darchive_ppmd8.c1127 p->Low = 0; in Ppmd8_RangeDec_Init()
1143 p->Low += start; in RangeDec_Decode()
1147 while ((p->Low ^ (p->Low + p->Range)) < kTop || in RangeDec_Decode()
1148 (p->Range < kBot && ((p->Range = (0 - p->Low) & (kBot - 1)), 1))) in RangeDec_Decode()
1152 p->Low <<= 8; in RangeDec_Decode()
/dragonfly/sys/dev/disk/mpt/mpilib/
H A Dmpi_type.h103 U32 Low; member
109 U32 Low; member
/dragonfly/sys/dev/raid/mps/mpi/
H A Dmpi2_type.h99 U32 Low; member
105 U32 Low; member
/dragonfly/sys/dev/raid/mpr/mpi/
H A Dmpi2_type.h106 U32 Low; member
112 U32 Low; member
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_mapping.c125 dpm_entry->PhysicalIdentifier.Low = in _mapping_commit_enc_entry()
549 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_dpm_idx_from_id()
623 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_free_dpm_idx()
729 dpm_entry->PhysicalIdentifier.Low = in _mapping_update_ir_missing_cnt()
1662 PhysicalIdentifier.Low = in _mapping_add_new_device()
1790 dpm_entry->PhysicalIdentifier.Low = in _mapping_add_new_device()
1919 PhysicalIdentifier.Low = in _mapping_add_new_pcie_device()
2049 dpm_entry->PhysicalIdentifier.Low = in _mapping_add_new_pcie_device()
2241 dpm_entry->PhysicalIdentifier.Low; in _mapping_process_dpm_pg0()
2266 dpm_entry->PhysicalIdentifier.Low; in _mapping_process_dpm_pg0()
[all …]
H A Dmpr.c1114 rd.u.low = cm->cm_desc.Words.Low; in mpr_enqueue_request()
1118 rd.u.low = cm->cm_desc.Words.Low; in mpr_enqueue_request()
1913 hdr.desclo = cm->cm_desc.Words.Low; in mpr_dump_reqs()
2437 desc->Words.Low = 0xffffffff; in mpr_intr_locked()
3015 main_chain_element->Address.Low = in mpr_check_pcie_native_sgl()
3269 saved_address_low = sge->Address.Low; in mpr_push_sge()
3283 sge->Address.Low = htole32(sge->Address.Low); in mpr_push_sge()
3303 sge->Address.Low = saved_address_low; in mpr_push_sge()
3311 sge->Address.Low = htole32(sge->Address.Low); in mpr_push_sge()
3371 sge->Address.Low = htole32(sge->Address.Low); in mpr_push_ieee_sge()
[all …]
H A Dmpr_sas_lsi.c692 discovery_error_data->SASAddress.Low; in mprsas_fw_work()
843 parent_config_page.SASAddress.Low; in mprsas_add_device()
849 sas_address = (sas_address << 32) | config_page.SASAddress.Low; in mprsas_add_device()
928 le32toh(config_page.DeviceName.Low); in mprsas_add_device()
1304 parent_config_page.WWID.Low; in mprsas_add_pcie_device()
1310 pcie_wwid = (pcie_wwid << 32) | config_page.WWID.Low; in mprsas_add_pcie_device()
/dragonfly/sys/dev/raid/mps/
H A Dmps_mapping.c124 dpm_entry->PhysicalIdentifier.Low = in _mapping_commit_enc_entry()
516 dpm_entry->PhysicalIdentifier.Low; in _mapping_get_dpm_idx_from_id()
618 dpm_entry->PhysicalIdentifier.Low = in _mapping_update_ir_missing_cnt()
924 sas_device_pg0.SASAddress.Low; in _mapping_get_dev_info()
932 sas_device_pg0.SASAddress.Low; in _mapping_get_dev_info()
937 sas_device_pg0.SASAddress.Low; in _mapping_get_dev_info()
1191 PhysicalIdentifier.Low = in _mapping_add_new_device()
1304 dpm_entry->PhysicalIdentifier.Low = in _mapping_add_new_device()
1485 dpm_entry->PhysicalIdentifier.Low; in _mapping_process_dpm_pg0()
1502 dpm_entry->PhysicalIdentifier.Low; in _mapping_process_dpm_pg0()
[all …]
H A Dmps.c535 cm->cm_desc.Words.Low); in mps_enqueue_request()
629 init.SystemRequestFrameBaseAddress.Low = (uint32_t)sc->req_busaddr; in mps_send_iocinit()
631 init.ReplyDescriptorPostQueueAddress.Low = (uint32_t)sc->post_busaddr; in mps_send_iocinit()
633 init.ReplyFreeQueueAddress.Low = (uint32_t)sc->free_busaddr; in mps_send_iocinit()
635 init.TimeStamp.Low = (uint32_t)time_uptime; in mps_send_iocinit()
1603 desc->Words.Low = 0xffffffff; in mps_intr_locked()
1942 saved_address_low = sge->Address.Low; in mps_push_sge()
1973 sge->Address.Low = saved_address_low; in mps_push_sge()
H A Dmps_sas_lsi.c618 parent_config_page.SASAddress.Low; in mpssas_add_device()
625 config_page.SASAddress.Low; in mpssas_add_device()
657 le32toh(config_page.DeviceName.Low); in mpssas_add_device()
H A Dmpsvar.h651 (mps)->Low = htole32((uint32_t)((data) & 0xffffffff)); in mps_from_u64()
657 return (((uint64_t)le32toh(data->High) << 32) | le32toh(data->Low)); in mps_to_u64()
/dragonfly/usr.sbin/mptutil/
H A Dmpt_volume.c181 prog.TotalBlocks.Low; in volume_status()
183 prog.BlocksRemaining.Low; in volume_status()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.c2933 MPT_2_HOST32(sge, u.Address64.Low); in mpt2host_sge_simple_union()
3073 MPT_2_HOST32(fp0, WWNN.Low); in mpt2host_config_page_fc_port_0()
3075 MPT_2_HOST32(fp0, WWPN.Low); in mpt2host_config_page_fc_port_0()
3081 MPT_2_HOST32(fp0, FabricWWNN.Low); in mpt2host_config_page_fc_port_0()
3083 MPT_2_HOST32(fp0, FabricWWPN.Low); in mpt2host_config_page_fc_port_0()
3094 MPT_2_HOST32(fp1, NoSEEPROMWWNN.Low); in mpt2host_config_page_fc_port_1()
3096 MPT_2_HOST32(fp1, NoSEEPROMWWPN.Low); in mpt2host_config_page_fc_port_1()
3105 HOST_2_MPT32(fp1, NoSEEPROMWWNN.Low); in host2mpt_config_page_fc_port_1()
3107 HOST_2_MPT32(fp1, NoSEEPROMWWPN.Low); in host2mpt_config_page_fc_port_1()
3145 MPT_2_HOST16(vi, TotalBlocks.Low); in mpt2host_mpi_raid_vol_indicator()
[all …]
H A Dmpt_debug.c765 se64->Address.Low, se64->FlagsLength); in mpt_dump_sgl()
778 ce64->Address.High, ce64->Address.Low, in mpt_dump_sgl()
/dragonfly/usr.sbin/mpsutil/
H A Dmps_show.c573 device->SASAddress.Low); in show_devices()
628 enc->EnclosureLogicalID.Low, sepstr, enc->EnclosureHandle, in show_enclosures()
685 exp0->NumPhys, exp0->SASAddress.High, exp0->SASAddress.Low, in show_expanders()
H A Dmpsutil.h152 return (((uint64_t)(data->High) << 32 ) | data->Low); in mps_to_u64()
/dragonfly/share/misc/
H A Diso639342 nds nds Low German; Low Saxon; German, Low; Saxon, Low
/dragonfly/contrib/file/magic/Magdir/
H A Dsniffer236 >20 belong&0x03FFFFFF 251 (Bluetooth Low Energy air interface
241 >20 belong&0x03FFFFFF 256 (Bluetooth Low Energy air interface with pseudo-header
275 >20 belong&0x03FFFFFF 293 (Low-Speed USB 2.0/1.1/1.0
/dragonfly/share/i18n/csmapper/CP/
H A DCP1161%UCS.src37 # CP1161 - Thai with Low Tone Marks & Ancient Chars - PC
H A DCP874%UCS.src37 # CP874 - Thai with Low Tone Marks & Ancient Chars - PC
H A DUCS%CP1161.src37 # CP1161 - Thai with Low Tone Marks & Ancient Chars - PC
H A DUCS%CP874.src37 # CP874 - Thai with Low Tone Marks & Ancient Chars - PC

123