/third_party/node/src/ |
H A D | node_file.cc | 1033 const size_t start = chars.size(); in InternalModuleReadJSON() local 1034 chars.resize(start + kBlockSize); in InternalModuleReadJSON() 1037 buf.base = &chars[start]; in InternalModuleReadJSON() 1051 size_t start = 0; in InternalModuleReadJSON() local 1053 start = 3; // Skip UTF-8 BOM. in InternalModuleReadJSON() 1055 const size_t size = offset - start; in InternalModuleReadJSON() 1058 char* p = &chars[start]; in InternalModuleReadJSON() 1087 isolate, &chars[start], v8::NewStringType::kNormal, size) in InternalModuleReadJSON() 2011 // 2 offset where in the buffer to start from 2216 * 2 offset int64. offset to start readin [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 310 // Optimization pass 2: match start type in compile() 357 //3 NOP Dummy, so start of pattern looks the same as in doParseActions() 358 // the start of an ( grouping. in doParseActions() 400 // Insert a SAVE operation at the start of the pattern section preceding in doParseActions() 456 // 0: Capture Group start position (in input string being matched.) in doParseActions() 461 // The third location stores the capture start position when an START_CAPTURE is in doParseActions() 471 // On the Parentheses stack, start a new frame and add the positions in doParseActions() 513 // On the Parentheses stack, start a new frame and add the positions in doParseActions() 538 // On the Parentheses stack, start a new frame and add the positions in doParseActions() 579 // 2: fActiveStart, the active bounds start o in doParseActions() [all...] |
/third_party/openGLES/xml/ |
H A D | readme.tex | 389 \item \attr{start}, \attr{end} - integers defining the start and end of 391 \attr{start} must be $\leq$ \attr{end}. These fields define formal 413 <enums namespace="GL" start="0x80E0" end="0x810F" vendor="MS"> 415 <unused start="0x80E1" end="0x810F" /> 481 \item \attr{start}, \attr{end} - integers defining the start and end of 482 an unused range of enumerants. \attr{start} must be $\leq$
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexcmp.cpp | 315 // Optimization pass 2: match start type in compile() 362 //3 NOP Dummy, so start of pattern looks the same as in doParseActions() 363 // the start of an ( grouping. in doParseActions() 405 // Insert a SAVE operation at the start of the pattern section preceding in doParseActions() 461 // 0: Capture Group start position (in input string being matched.) in doParseActions() 466 // The third location stores the capture start position when an START_CAPTURE is in doParseActions() 476 // On the Parentheses stack, start a new frame and add the postions in doParseActions() 518 // On the Parentheses stack, start a new frame and add the postions in doParseActions() 543 // On the Parentheses stack, start a new frame and add the postions in doParseActions() 584 // 2: fActiveStart, the active bounds start o in doParseActions() [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 2762 def addtag_closest(self, newtag, x, y, halo=None, start=None): 2767 self.addtag(newtag, 'closest', x, y, halo, start) 2903 def find_closest(self, x, y, halo=None, start=None): 2908 return self.find('closest', x, y, halo, start) 3160 def selection_range(self, start, end): 3162 self.tk.call(self._w, 'selection', 'range', start, end) 3840 have the same start and end line as the parent widget, but 3943 """Return a list of start and end index for the first sequence of 3950 """Return a list of start and end index for the first sequence of 4392 def selection_range(self, start, en [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 1075 const int start = rng.getInt(0, int(messageIds.size())); 1079 const MessageID& id = messageIds[(start+itr)%messageIds.size()]; 3174 const int start = caseNdx*errorFuncsPerCase; 3177 vector<TestFunctionWrapper> funcs (allFuncs.begin()+start, allFuncs.begin()+end); 3196 const int start = caseNdx*errorFuncsPerCase; 3199 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); 3218 const int start = caseNdx*errorFuncsPerCase; 3221 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end);
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 14648 /// Gets a raw pointer to the start of the allocation. Note that this is 15243 for (start, part) in self.match_indices(from) { 15244 result.push_str(unsafe { self.get_unchecked(last_end..start) }); 15246 last_end = start + part.len(); 15282 for (start, part) in self.match_indices(pat).take(count) { 15283 result.push_str(unsafe { self.get_unchecked(last_end..start) }); 15285 last_end = start + part.len(); 17417 // SAFETY: start and end will be on utf8 byte boundaries per in remove_matches() 17420 for (start, end) in matches { in remove_matches() 17423 self.vec.as_mut_ptr().add(start in remove_matches() 23040 let mut start = end - 1; merge_sort() variables [all...] |
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.c | 324 /* Flush the register before the start the device */
in rkvdec2_run() 944 ccu->reg_base = devm_ioremap(dev, res->start, resource_size(res));
in rkvdec2_ccu_probe() 980 /* get rcb iova start and size */
in rkvdec2_alloc_rcbbuf() 1004 /* get sram start and size */
in rkvdec2_alloc_rcbbuf() 1011 /* check sram start and size is PAGE_SIZE align */
in rkvdec2_alloc_rcbbuf() 1012 sram_start = round_up(sram_res.start, PAGE_SIZE);
in rkvdec2_alloc_rcbbuf() 1013 sram_end = round_down(sram_res.start + resource_size(&sram_res), PAGE_SIZE);
in rkvdec2_alloc_rcbbuf() 1195 dev_info(dev, "%s, probing start\n", np->name);
in rkvdec2_probe()
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 116 pr_debug("%s(%d): start\n", __func__, irq); in serial8250_interrupt() 366 unsigned long start = UART_RSA_BASE << up->port.regshift; in serial8250_request_rsa_resource() local 374 start += port->iobase; in serial8250_request_rsa_resource() 375 if (request_region(start, size, "serial-rsa")) { in serial8250_request_rsa_resource()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmutils.h | 602 #define PADSZ(start, end) ((((end) - (start)) / 4) + 1) 627 * 'addr' is the octet array's start byte address 629 * 'stbit' is the value's start bit offset 638 extern void set_bitrange(void *array, uint start, uint end, uint maxbit); 1103 * By placing a dll_t element at the start of a struct, you may cast a dll_t *
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.c | 325 /* Flush the register before the start the device */ in rkvdec2_run() 945 ccu->reg_base = devm_ioremap(dev, res->start, resource_size(res)); in rkvdec2_ccu_probe() 979 /* get rcb iova start and size */ in rkvdec2_alloc_rcbbuf() 1003 /* get sram start and size */ in rkvdec2_alloc_rcbbuf() 1010 /* check sram start and size is PAGE_SIZE align */ in rkvdec2_alloc_rcbbuf() 1011 sram_start = round_up(sram_res.start, PAGE_SIZE); in rkvdec2_alloc_rcbbuf() 1012 sram_end = round_down(sram_res.start + resource_size(&sram_res), PAGE_SIZE); in rkvdec2_alloc_rcbbuf() 1195 dev_info(dev, "%s, probing start\n", np->name); in rkvdec2_probe()
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.cpp | 330 struct timeval start = {}; in StoreImage() local 331 gettimeofday(&start, nullptr); in StoreImage() 332 if (sprintf_s(path, sizeof(path), "%spicture_%ld.jpeg", prefix, start.tv_usec) < 0) { in StoreImage()
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 335 struct timeval start = {}; in StoreImage() local 336 gettimeofday(&start, nullptr); in StoreImage() 337 if (sprintf_s(path, sizeof(path), "%spicture_%ld.jpeg", prefix, start.tv_usec) < 0) { in StoreImage()
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.cpp | 198 DHLOGI("demo test: CreateStreams start"); in CreateStream() 204 DHLOGI("demo test: CommitStreams start"); in CreateStream() 311 struct timeval start = {}; in StoreImage() local 312 gettimeofday(&start, nullptr); in StoreImage() 313 if (sprintf_s(path, sizeof(path), "%spicture_%ld.jpeg", prefix, start.tv_usec) < 0) { in StoreImage()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsldma.c | 180 * - the CDAR register must point to the start descriptor 351 * fsl_chan_toggle_ext_start - Toggle channel external start status 355 * If enable the external start, the channel can be started by an 356 * external DMA start pin. So the dma_start() does not start the 581 * handler will start any queued transactions when it runs after in fsl_chan_xfer_ld_queue() 591 * transferred, we need to start the controller in fsl_chan_xfer_ld_queue() 603 * The 85xx DMA controller doesn't clear the channel start bit in fsl_chan_xfer_ld_queue() 617 * then start the DMA transaction in fsl_chan_xfer_ld_queue() 874 * fsl_dma_memcpy_issue_pending - Issue the DMA start comman [all...] |
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-qoriq.c | 1062 idx = (res.start & 0xf0) >> 5; in core_mux_init() 1349 if ((res.start & 0xfff) == 0xc00) { in core_pll_init() 1356 idx = (res.start & 0xf0) >> 5; in core_pll_init()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | skcipher.c | 86 static inline u8 *skcipher_get_spot(u8 *start, unsigned int len) in skcipher_get_spot() argument 88 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot() 90 return max(start, end_page); in skcipher_get_spot()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | perf_event_cpu.c | 649 cpu_pmu->start = nds32_pmu_start; in nds32_pmu_init() 702 nds32_pmu->start(nds32_pmu); in nds32_pmu_enable() 1051 .start = nds32_start, in nds32_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 1038 unsigned long start, size; in ddw_memory_hotplug_max() local 1049 start = of_read_number(memcell_buf, n_mem_addr_cells); in ddw_memory_hotplug_max() 1054 max_addr = max_t(phys_addr_t, max_addr, start + size); in ddw_memory_hotplug_max()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | mdesc.c | 186 unsigned long start; in mdesc_memblock_free() local 192 start = __pa(hp); in mdesc_memblock_free() 193 memblock_free_late(start, alloc_size); in mdesc_memblock_free()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 1344 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() argument 1724 extern int vmem_add_mapping(unsigned long start, unsigned long size); 1725 extern void vmem_remove_mapping(unsigned long start, unsigned long size);
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | pt.c | 458 * Note, if the range has zero start/end addresses due in pt_config_filters() 1391 * 'start' filters. in pt_event_addr_filters_validate() 1417 if (filter->path.dentry && !fr[range].start) { in pt_event_addr_filters_sync() 1421 unsigned long a = fr[range].start; in pt_event_addr_filters_sync() 1783 pt_pmu.pmu.start = pt_event_start; in pt_init()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | vsie.c | 158 * @apcb_s: pointer to start of apcb in the shadow crycb 159 * @apcb_o: pointer to start of original apcb in the guest2 160 * @apcb_h: pointer to start of apcb in the guest1 180 * @apcb_s: pointer to start of apcb in the shadow crycb 181 * @apcb_o: pointer to start of original guest apcb 182 * @apcb_h: pointer to start of apcb in the host 560 void kvm_s390_vsie_gmap_notifier(struct gmap *gmap, unsigned long start, in kvm_s390_vsie_gmap_notifier() argument 571 if (start >= 1UL << 31) in kvm_s390_vsie_gmap_notifier() 589 if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1) in kvm_s390_vsie_gmap_notifier()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | da830.c | 715 .start = DA8XX_CP_INTC_BASE, 751 .start = DA8XX_PSC0_BASE, 766 .start = DA8XX_PSC1_BASE,
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | sh_cmt.c | 47 * The r8a73a4 / R-Car Gen2 version has a per-channel start/stop register 49 * start/stop register located in the global space. 52 * infers the start/stop bit position in the control register and the channel 57 * in the documentation but using start/stop bit 5 and having its registers 122 raw_spinlock_t lock; /* Protect the shared start/stop register */ 335 static void sh_cmt_start_stop_ch(struct sh_cmt_channel *ch, int start) in sh_cmt_start_stop_ch() argument 340 /* start stop register shared by multiple timer channels */ in sh_cmt_start_stop_ch() 344 if (start) in sh_cmt_start_stop_ch() 884 * timers with a per-channel start/stop register, compute its address in sh_cmt_setup_channel() 938 cmt->mapbase = ioremap(mem->start, resource_siz in sh_cmt_map_memory() [all...] |