Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 25 of 34) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c205 UInt32 hs; in MatchFinder_Create() local
210 hs = (1 << 16) - 1; in MatchFinder_Create()
213 hs = historySize - 1; in MatchFinder_Create()
214 hs |= (hs >> 1); in MatchFinder_Create()
215 hs |= (hs >> 2); in MatchFinder_Create()
216 hs |= (hs >> 4); in MatchFinder_Create()
217 hs |= (hs >> 8); in MatchFinder_Create()
218 hs >>= 1; in MatchFinder_Create()
219 hs |= 0xFFFF; /* don't change it! It's required for Deflate */ in MatchFinder_Create()
220 if (hs > (1 << 24)) in MatchFinder_Create()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c205 UInt32 hs; in MatchFinder_Create() local
210 hs = (1 << 16) - 1; in MatchFinder_Create()
213 hs = historySize - 1; in MatchFinder_Create()
214 hs |= (hs >> 1); in MatchFinder_Create()
215 hs |= (hs >> 2); in MatchFinder_Create()
216 hs |= (hs >> 4); in MatchFinder_Create()
217 hs |= (hs >> 8); in MatchFinder_Create()
218 hs >>= 1; in MatchFinder_Create()
219 hs |= 0xFFFF; /* don't change it! It's required for Deflate */ in MatchFinder_Create()
220 if (hs > (1 << 24)) in MatchFinder_Create()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c203 UInt32 hs; in MatchFinder_Create() local
208 hs = (1 << 16) - 1; in MatchFinder_Create()
211 hs = historySize - 1; in MatchFinder_Create()
212 hs |= (hs >> 1); in MatchFinder_Create()
213 hs |= (hs >> 2); in MatchFinder_Create()
214 hs |= (hs >> 4); in MatchFinder_Create()
215 hs |= (hs >> 8); in MatchFinder_Create()
216 hs >>= 1; in MatchFinder_Create()
217 hs |= 0xFFFF; /* don't change it! It's required for Deflate */ in MatchFinder_Create()
218 if (hs > (1 << 24)) in MatchFinder_Create()
[all …]
/device/google/redbull-kernel/.prebuilt_info/kernel-and-modules/
Dprebuilt_info_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "phy-msm-snps-hs.ko"
Dprebuilt_info_kasan_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "kasan/phy-msm-snps-hs.ko"
Dprebuilt_info_debug_api_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "debug_api/phy-msm-snps-hs.ko"
Dprebuilt_info_debug_memory_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "debug_memory/phy-msm-snps-hs.ko"
Dprebuilt_info_vintf_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "vintf/phy-msm-snps-hs.ko"
Dprebuilt_info_debug_locking_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "debug_locking/phy-msm-snps-hs.ko"
/device/google/barbet-kernel/.prebuilt_info/kernel-and-modules/
Dprebuilt_info_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "phy-msm-snps-hs.ko"
Dprebuilt_info_vintf_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "vintf/phy-msm-snps-hs.ko"
Dprebuilt_info_debug_memory_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "debug_memory/phy-msm-snps-hs.ko"
Dprebuilt_info_kasan_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "kasan/phy-msm-snps-hs.ko"
Dprebuilt_info_debug_locking_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "debug_locking/phy-msm-snps-hs.ko"
Dprebuilt_info_debug_api_phy-msm-snps-hs_ko.asciipb5 source_file: "phy-msm-snps-hs.ko"
7 dest_file: "debug_api/phy-msm-snps-hs.ko"
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
Dmisc_helpers.S234 ASM_ASSERT(hs)
319 b.hs 2f
338 b.hs 2f
361 b.hs 2f
394 b.hs .Lzeromem_dczva_final_1byte_aligned
Dcache_helpers.S126 b.hs loop3_\_op
129 b.hs loop2_\_op
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py1377 hs = HTTPS()
1378 hs.set_debuglevel(dl)
1379 hs.connect(host)
1380 hs.putrequest('GET', selector)
1381 hs.endheaders()
1382 status, reason, headers = hs.getreply()
1385 print "read", len(hs.getfile().read())
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
DSetMem.S110 b.hs L(set_medium)
245 b.hs 3b
DCopyMem.S232 b.hs __memcpy
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/drivers/uart/
D8250_console.S65 cinc w3, w3, hs
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
Dcpu_helpers.S223 csel x0, x2, x3, hs
/device/google/sunfish/
Dinit.qcom.usb.sh240 ln -s streaming/header/h streaming/class/hs/
/device/google/redbull/
Dinit.qcom.usb.sh243 ln -s streaming/header/h streaming/class/hs/
/device/google/coral/
Dinit.qcom.usb.sh243 ln -s streaming/header/h streaming/class/hs/

12