/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 205 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/ |
D | LzFind.c | 205 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/ |
D | LzFind.c | 203 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/ |
D | prebuilt_info_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "phy-msm-snps-hs.ko"
|
D | prebuilt_info_kasan_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "kasan/phy-msm-snps-hs.ko"
|
D | prebuilt_info_debug_api_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "debug_api/phy-msm-snps-hs.ko"
|
D | prebuilt_info_debug_memory_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "debug_memory/phy-msm-snps-hs.ko"
|
D | prebuilt_info_vintf_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "vintf/phy-msm-snps-hs.ko"
|
D | prebuilt_info_debug_locking_phy-msm-snps-hs_ko.asciipb | 5 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/ |
D | prebuilt_info_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "phy-msm-snps-hs.ko"
|
D | prebuilt_info_vintf_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "vintf/phy-msm-snps-hs.ko"
|
D | prebuilt_info_debug_memory_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "debug_memory/phy-msm-snps-hs.ko"
|
D | prebuilt_info_kasan_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "kasan/phy-msm-snps-hs.ko"
|
D | prebuilt_info_debug_locking_phy-msm-snps-hs_ko.asciipb | 5 source_file: "phy-msm-snps-hs.ko" 7 dest_file: "debug_locking/phy-msm-snps-hs.ko"
|
D | prebuilt_info_debug_api_phy-msm-snps-hs_ko.asciipb | 5 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/ |
D | misc_helpers.S | 234 ASM_ASSERT(hs) 319 b.hs 2f 338 b.hs 2f 361 b.hs 2f 394 b.hs .Lzeromem_dczva_final_1byte_aligned
|
D | cache_helpers.S | 126 b.hs loop3_\_op 129 b.hs loop2_\_op
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | httplib.py | 1377 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/ |
D | SetMem.S | 110 b.hs L(set_medium) 245 b.hs 3b
|
D | CopyMem.S | 232 b.hs __memcpy
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/drivers/uart/ |
D | 8250_console.S | 65 cinc w3, w3, hs
|
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/ |
D | cpu_helpers.S | 223 csel x0, x2, x3, hs
|
/device/google/sunfish/ |
D | init.qcom.usb.sh | 240 ln -s streaming/header/h streaming/class/hs/
|
/device/google/redbull/ |
D | init.qcom.usb.sh | 243 ln -s streaming/header/h streaming/class/hs/
|
/device/google/coral/ |
D | init.qcom.usb.sh | 243 ln -s streaming/header/h streaming/class/hs/
|