/third_party/node/test/fixtures/wpt/hr-time/resources/ |
H A D | timing-attack.js | 8 const end = length - 2; 11 for (let i = 0; i < end; i++) { 13 for (let j = i+1; j < end; j++) {
|
/third_party/node/benchmark/dgram/ |
H A D | bind-params.js | 26 bench.end(n); 35 bench.end(n); 44 bench.end(n);
|
/third_party/node/benchmark/webstreams/ |
H A D | creation.js | 23 bench.end(n); 32 bench.end(n); 41 bench.end(n);
|
/third_party/node/benchmark/es/ |
H A D | spread-assign.js | 25 bench.end(n); 31 bench.end(n); 37 bench.end(n);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.h | 45 void verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end); 47 UDate start, UDate end, UBool inclusive); 49 UDate start, UDate end, UBool inclusive);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | errstr.c | 47 goto end; in errstr_main() 51 goto end; in errstr_main() 72 end: in errstr_main()
|
/third_party/python/Tools/freeze/ |
H A D | regen_frozen.py | 31 write('static unsigned char %s[] = {' % SYMBOL, end='') 37 write(' ', end='') 38 write('%d,' % opcode, end='')
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | RangeRecord.java | 12 final int end; field in RangeRecord 17 this.end = data.readUShort(base + END_OFFSET); in RangeRecord() 24 newData.writeUShort(base + END_OFFSET, end); in writeTo()
|
/third_party/skia/src/sksl/ |
H A D | SkSLIntrinsicMap.cpp | 15 SkASSERT(fIntrinsics.find(key) == fIntrinsics.end()); in insertOrDie() 21 if (iter == fIntrinsics.end()) { in find() 30 if (iter == fIntrinsics.end()) { in findAndInclude()
|
/third_party/openssl/apps/ |
H A D | errstr.c | 47 goto end; in errstr_main() 51 goto end; in errstr_main() 72 end: in errstr_main()
|
/third_party/vixl/examples/aarch64/ |
H A D | factorial.cc | 39 Label loop, end; in GenerateFactorial() local 44 __ Cbz(x1, &end); // Nothing to do if the input is null. in GenerateFactorial() 51 __ Bind(&end); in GenerateFactorial()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | TwoInternalModulesThatMergeEachWithExportedInterfacesOfTheSameName.js | 22 new (start: A.Point, end: A.Point); 30 end: A.Point; 36 var l: { start: A.Point; end: A.Point; new (s: A.Point, e: A.Point); }
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/thirdparty/ |
H A D | mali_kbase_mmap.c | 44 * @gap_end: Highest possible start address for allocation (end of gap in 78 unsigned long end = *gap_end + info->length; in align_and_check() local 82 if ((start & mask) != ((end - 1) & mask)) { in align_and_check() 83 unsigned long offset = end - (end & mask); in align_and_check() 93 end -= rounded_offset; in align_and_check() 102 WARN_ON((start & mask) != ((end - 1) & mask)); in align_and_check() 138 * is introduced (@ref align_and_check()) which beside computing the gap end 141 * ensured that the gap does not end on a 4GB boundary, and for the case when 144 * Return: address of the found gap end (hig [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/thirdparty/ |
H A D | mali_kbase_mmap.c | 25 * @gap_end: Highest possible start address for allocation (end of gap in 60 unsigned long end = *gap_end + info->length; in align_and_check() local 64 if ((start & mask) != ((end - 1) & mask)) { in align_and_check() 65 unsigned long offset = end - (end & mask); in align_and_check() 76 end -= rounded_offset; in align_and_check() 85 WARN_ON((start & mask) != ((end - 1) & mask)); in align_and_check() 122 * is introduced (@ref align_and_check()) which beside computing the gap end 125 * ensured that the gap does not end on a 4GB boundary, and for the case when 128 * Return: address of the found gap end (hig [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | omap-aes.h | 21 * OMAP TRM gives bitfields as start:end, where start is the higher bit 24 #define FLD_MASK(start, end) (((1 << ((start) - (end) + 1)) - 1) << (end)) 25 #define FLD_VAL(val, start, end) (((val) << (end)) & FLD_MASK(start, end)) 113 struct skcipher_request fallback_req; // keep at the end
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/xtfpga/ |
H A D | setup.c | 155 .end = OETH_REGS_PADDR + OETH_REGS_SIZE - 1, 160 .end = OETH_SRAMBUFF_PADDR + OETH_SRAMBUFF_SIZE - 1, 165 .end = XTENSA_PIC_LINUX_IRQ(OETH_IRQ), 198 .end = C67X00_PADDR + C67X00_SIZE - 1, 203 .end = XTENSA_PIC_LINUX_IRQ(C67X00_IRQ), 229 .end = DUART16552_PADDR + 0x1f,
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | csb726.c | 171 .end = PXA_CS0_PHYS + CSB726_FLASH_SIZE - 1 , 188 .end = PXA_CS4_PHYS + SZ_8M - 1, 194 .end = PXA_CS4_PHYS + SZ_64M - 1, 200 .end = CSB726_IRQ_SM501, 227 .end = PXA_CS3_PHYS + SZ_64K - 1, 232 .end = CSB726_IRQ_LAN,
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | ixdp425-setup.c | 149 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff, 154 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff, 193 .end = IXP4XX_EthB_BASE_PHYS + 0x0fff, 201 .end = IXP4XX_EthC_BASE_PHYS + 0x0fff, 251 ixdp425_flash_resource.end = in ixdp425_init() 257 ixdp425_flash_nand_resource.end = IXP4XX_EXP_BUS_BASE(3) + 0x10 - 1; in ixdp425_init()
|
H A D | omixp-setup.c | 115 .end = IXP4XX_UART2_BASE_PHYS + 0x0fff, 119 .end = IXP4XX_UART1_BASE_PHYS + 0x0fff, 176 .end = IXP4XX_EthB_BASE_PHYS + 0x0fff, 184 .end = IXP4XX_EthC_BASE_PHYS + 0x0fff, 247 omixp_flash_resources[0].end = IXP4XX_EXP_BUS_END(0); in omixp_init() 251 omixp_flash_resources[1].end = IXP4XX_EXP_BUS_END(2); in omixp_init()
|
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/ |
H A D | platform.c | 122 .end = irq, \ 182 xls_usb_ehci_device.resource[0].end = memres + 0x400 - 1; in xls_platform_usb_init() 187 xls_usb_ohci_device_0.resource[0].end = memres + 0x400 - 1; in xls_platform_usb_init() 192 xls_usb_ohci_device_1.resource[0].end = memres + 0x400 - 1; in xls_platform_usb_init() 218 .end = 0, 238 nlm_xlr_i2c_1.resource[0].end = nlm_xlr_i2c_1.resource[0].start + 0xfff; in nlm_i2c_init()
|
/kernel/linux/linux-5.10/arch/mips/loongson32/common/ |
H A D | platform.c | 165 .end = LS1X_GMAC0_BASE + SZ_64K - 1, 202 .end = LS1X_GMAC1_BASE + SZ_64K - 1, 227 .end = LS1X_GPIO0_BASE + SZ_4 - 1, 242 .end = LS1X_GPIO1_BASE + SZ_4 - 1, 260 .end = LS1X_EHCI_BASE + SZ_32K - 1, 301 .end = LS1X_WDT_BASE + SZ_16 - 1,
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | net_user.c | 252 char **arg, *end, *ret = NULL; in split_if_spec() local 259 end = strchr(str, ','); in split_if_spec() 260 if (end != str) in split_if_spec() 262 if (end == NULL) in split_if_spec() 264 *end++ = '\0'; in split_if_spec() 265 str = end; in split_if_spec()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | devices.c | 38 .end = OMAP_RTC_BASE + 0x5f, 146 res[0].end = base + size - 1; in omap_mmc_add() 148 res[1].start = res[1].end = irq; in omap_mmc_add() 278 .end = OMAP_UWIRE_BASE + 0x20, 312 .end = OMAP1_RNG_BASE + 0x4f, 382 .end = 0xfffeb07F,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | mcbsp.c | 96 .end = OMAP1510_MCBSP1_BASE + SZ_256, 123 .end = OMAP1510_MCBSP2_BASE + SZ_256, 150 .end = OMAP1510_MCBSP3_BASE + SZ_256, 196 .end = OMAP1610_MCBSP1_BASE + SZ_256, 223 .end = OMAP1610_MCBSP2_BASE + SZ_256, 250 .end = OMAP1610_MCBSP3_BASE + SZ_256,
|
H A D | devices.c | 36 .end = OMAP_RTC_BASE + 0x5f, 136 res[0].end = base + size - 1; in omap_mmc_add() 138 res[1].start = res[1].end = irq; in omap_mmc_add() 229 .end = OMAP_UWIRE_BASE + 0x20, 263 .end = OMAP1_RNG_BASE + 0x4f, 330 .end = 0xfffeb07F,
|