Home
last modified time | relevance | path

Searched refs:start (Results 8701 - 8725 of 20986) sorted by relevance

1...<<341342343344345346347348349350>>...840

/third_party/toybox/toys/pending/
H A Ddd.c54 struct timeval start;
88 (TT.start.tv_sec * 1000000 + TT.start.tv_usec))/1000000.0; in status()
181 gettimeofday(&TT.start, NULL); in dd_main()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-a32.cc245 int32_t start = masm.GetCursorOffset(); in TestHelper() local
258 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
259 VIXL_ASSERT(start < end); in TestHelper()
260 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-t32.cc245 int32_t start = masm.GetCursorOffset(); in TestHelper() local
258 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
259 VIXL_ASSERT(start < end); in TestHelper()
260 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc227 int32_t start = masm.GetCursorOffset(); in TestHelper() local
240 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
241 VIXL_ASSERT(start < end); in TestHelper()
242 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc227 int32_t start = masm.GetCursorOffset(); in TestHelper() local
240 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
241 VIXL_ASSERT(start < end); in TestHelper()
242 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc233 int32_t start = masm.GetCursorOffset(); in TestHelper() local
246 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
247 VIXL_ASSERT(start < end); in TestHelper()
248 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc237 int32_t start = masm.GetCursorOffset(); in TestHelper() local
250 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
251 VIXL_ASSERT(start < end); in TestHelper()
252 uint32_t result_size = end - start; in TestHelper()
H A Dtest-assembler-cond-sp-sp-operand-imm7-t32.cc256 int32_t start = masm.GetCursorOffset(); in TestHelper() local
269 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper()
270 VIXL_ASSERT(start < end); in TestHelper()
271 uint32_t result_size = end - start; in TestHelper()
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc903 const char* start = text.c_str(); in ParseFloat() local
905 double result = NoLocaleStrtod(start, &end); in ParseFloat()
921 GOOGLE_LOG_IF(DFATAL, end - start != text.size() || *start == '-') in ParseFloat()
/third_party/python/Parser/
H A Dpegen_errors.c169 const char *start; in _PyPegen_tokenize_full_source_to_check_for_errors() local
171 switch (_PyTokenizer_Get(p->tok, &start, &end)) { in _PyPegen_tokenize_full_source_to_check_for_errors()
226 const char* start = p->tok->buf ? p->tok->line_start : p->tok->buf; in _PyPegen_raise_error() local
227 col_offset = Py_SAFE_DOWNCAST(p->tok->cur - start, intptr_t, int); in _PyPegen_raise_error()
420 RAISE_SYNTAX_ERROR("error at start before reading any input"); in _Pypegen_set_syntax_error()
/third_party/python/Modules/clinic/
H A Dmathmodule.c.h3 [clinic start generated code]*/
655 "prod($module, iterable, /, *, start=1)\n"
660 "The default start value for the product is 1.\n"
662 "When the iterable is empty, return the start value. This function is\n"
670 math_prod_impl(PyObject *module, PyObject *iterable, PyObject *start);
676 static const char * const _keywords[] = {"", "start", NULL}; in math_prod()
681 PyObject *start = NULL; in math_prod() local
691 start = args[1]; in math_prod()
693 return_value = math_prod_impl(module, iterable, start); in math_prod()
H A Darraymodule.c.h3 [clinic start generated code]*/
42 "index($self, v, start=0, stop=sys.maxsize, /)\n"
53 array_array_index_impl(arrayobject *self, PyObject *v, Py_ssize_t start,
61 Py_ssize_t start = 0; in array_array_index() local
71 if (!_PyEval_SliceIndexNotNone(args[1], &start)) { in array_array_index()
81 return_value = array_array_index_impl(self, v, start, stop); in array_array_index()
/third_party/rust/crates/nom/src/
H A Derror.rs639 let start = input.as_ptr();
640 let off1 = s.as_ptr() as usize - start as usize;
687 if let Some((_, start, end)) = acc {
688 if start <= s && e <= end {
/third_party/skia/bench/
H A DPDFBench.cpp269 int start = 0; variable
276 start = x;
278 fPath.addRect(SkRect::Make(SkIRect{start, y, x, y + 1}));
283 fPath.addRect(SkRect::Make(SkIRect{start, y, 256, y + 1}));
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_ht.c215 const u8 *start = (const u8 *) mgmt; in hostapd_2040_coex_action() local
216 const u8 *data = start + IEEE80211_HDRLEN + 2; in hostapd_2040_coex_action()
294 while (start + len - data >= 3 && in hostapd_2040_coex_action()
298 if (ielen > start + len - data - 2) { in hostapd_2040_coex_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_ht.c237 const u8 *start = (const u8 *) mgmt; in hostapd_2040_coex_action() local
238 const u8 *data = start + IEEE80211_HDRLEN + 2; in hostapd_2040_coex_action()
316 while (start + len - data >= 3 && in hostapd_2040_coex_action()
320 if (ielen > start + len - data - 2) { in hostapd_2040_coex_action()
/third_party/zlib/
H A Dgzlib.c252 state->start = LSEEK(state->fd, 0, SEEK_CUR); in gz_open()
253 if (state->start == -1) state->start = 0; in gz_open()
339 /* back up and start over */ in gzrewind()
340 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) in gzrewind()
364 /* can only seek from start or relative to current position */ in gzseek64()
396 if (offset < 0) /* before start of file! */ in gzseek64()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.c1458 * Try to find a chunk that intersects [start, start + len] range and when one
1459 * such is found, record the end of it in *start
1461 static bool contains_pending_extent(struct btrfs_device *device, u64 *start, in contains_pending_extent() argument
1468 if (!find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent()
1472 if (in_range(physical_start, *start, len) || in contains_pending_extent()
1473 in_range(*start, physical_start, in contains_pending_extent()
1475 *start = physical_end + 1; in contains_pending_extent()
1482 static u64 dev_extent_search_start(struct btrfs_device *device, u64 start) in dev_extent_search_start() argument
1489 * make sure to start a in dev_extent_search_start()
1563 find_free_dev_extent_start(struct btrfs_device *device, u64 num_bytes, u64 search_start, u64 *start, u64 *len) find_free_dev_extent_start() argument
1709 find_free_dev_extent(struct btrfs_device *device, u64 num_bytes, u64 *start, u64 *len) find_free_dev_extent() argument
1716 btrfs_free_dev_extent(struct btrfs_trans_handle *trans, struct btrfs_device *device, u64 start, u64 *dev_extent_len) btrfs_free_dev_extent() argument
1775 btrfs_alloc_dev_extent(struct btrfs_trans_handle *trans, struct btrfs_device *device, u64 chunk_offset, u64 start, u64 num_bytes) btrfs_alloc_dev_extent() argument
4679 u64 start; btrfs_shrink_device() local
4916 u64 start; global() member
5159 u64 start = ctl->start; create_chunk() local
7160 u64 start; readahead_tree_node_children() local
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4261 // ask that you pass a pointer to the start of the stream (start).
4262 inline simdutf_warn_unused result rewind_and_validate_with_errors(const char *start, const char *buf, size_t len) noexcept {
4263 // First check that we start with a leading byte
4264 if ((*start & 0b11000000) == 0b10000000) {
4288 // -65 is 0b10111111, anything larger in two-complement's should start a new code point. in count_code_points()
10768 char* start{utf8_output}; in convert_valid()
10809 return utf8_output - start; in convert_valid()
10832 char* start{utf8_output}; in convert()
10875 return utf8_output - start; in convert()
12371 char* start = latin1_output; convert() local
12523 char* start = latin1_output; convert_valid() local
12677 const char* start = buf; arm_detect_encodings() local
12951 const char16_t* start = input; arm_validate_utf16_with_errors() local
13052 const char32_t* start = input; arm_validate_utf32le_with_errors() local
13731 const char16_t* start = buf; arm_convert_utf16_to_latin1_with_errors() local
14067 const char16_t* start = buf; arm_convert_utf16_to_utf8_with_errors() local
14424 const char16_t* start = buf; arm_convert_utf16_to_utf32_with_errors() local
14498 const char32_t* start = buf; arm_convert_utf32_to_latin1_with_errors() local
14767 const char32_t* start = buf; arm_convert_utf32_to_utf8_with_errors() local
15062 const char32_t* start = buf; arm_convert_utf32_to_utf16_with_errors() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1326 ** start or restart the data structure (nexus).
1508 ** Mini-script used at CCB execution start-up.
1513 struct launch start; member
1684 ** SCRIPTS processor in order to start SCSI commands.
1689 u16 queuedccbs; /* Number of CCBs in start queue*/
1792 ncrcmd start [ 5]; member
2177 ** start of the first MOVE of a DATA IN phase.
2330 PADDR (start),
2395 ** ... start the next command.
2398 PADDR(start),
3487 ncrcmd *start, *end; ncr_script_copy_and_bind() local
[all...]
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ocp.c284 ktime_t start; member
1331 ktime_t start, end; in ptp_ocp_estimate_pci_timing() local
1340 start = ktime_get_ns(); in ptp_ocp_estimate_pci_timing()
1346 delay = end - start; in ptp_ocp_estimate_pci_timing()
1689 __ptp_ocp_get_mem(struct ptp_ocp *bp, resource_size_t start, int size) in __ptp_ocp_get_mem() argument
1691 struct resource res = DEFINE_RES_MEM_NAMED(start, size, "ptp_ocp"); in __ptp_ocp_get_mem()
1699 resource_size_t start; in ptp_ocp_get_mem() local
1701 start = pci_resource_start(bp->pdev, 0) + r->offset; in ptp_ocp_get_mem()
1702 return __ptp_ocp_get_mem(bp, start, r->size); in ptp_ocp_get_mem()
1713 ptp_ocp_set_mem_resource(struct resource *res, resource_size_t start, in argument
1726 resource_size_t start; ptp_ocp_register_spi() local
1753 resource_size_t start; ptp_ocp_i2c_bus() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c134 unsigned long start, end; in mod_tree_comp() local
136 start = __mod_tree_val(n); in mod_tree_comp()
137 if (val < start) in mod_tree_comp()
140 end = start + __mod_tree_size(n); in mod_tree_comp()
537 fsa->sym = &syms->start[symnum]; in check_exported_symbol()
583 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_exported_symbol_in_section()
587 sym - syms->start, data)) in find_exported_symbol_in_section()
713 void *start = per_cpu_ptr(mod->percpu, cpu); in __is_module_percpu_address() local
716 if (va >= start in __is_module_percpu_address()
2021 frob_text(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_text() argument
2040 frob_rodata(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_rodata() argument
2050 frob_ro_after_init(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_ro_after_init() argument
2060 frob_writable_data(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_writable_data() argument
2668 lookup_exported_symbol(const char *name, const struct kernel_symbol *start, const struct kernel_symbol *stop) lookup_exported_symbol() argument
4231 within(unsigned long addr, void *start, unsigned long size) within() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c1651 * sets it now, FW reset will cause the seq num to start in iwl_mvm_realloc_queues_after_restart()
2633 * The fields assigned here are in the same location at the start in __iwl_mvm_remove_sta_key()
2766 bool start, int tid, u16 ssn, in iwl_mvm_fw_baid_op_sta()
2778 if (start) { in iwl_mvm_fw_baid_op_sta()
2798 start ? "start" : "stopp"); in iwl_mvm_fw_baid_op_sta()
2799 if (WARN_ON(start && iwl_mvm_has_new_rx_api(mvm) && in iwl_mvm_fw_baid_op_sta()
2808 start ? "start" : "stopp", status); in iwl_mvm_fw_baid_op_sta()
2815 bool start, in in iwl_mvm_fw_baid_op_cmd()
2764 iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size) iwl_mvm_fw_baid_op_sta() argument
2813 iwl_mvm_fw_baid_op_cmd(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op_cmd() argument
2862 iwl_mvm_fw_baid_op(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op() argument
2875 iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u16 ssn, bool start, u16 buf_size, u16 timeout) iwl_mvm_sta_rx_agg() argument
3021 iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u8 queue, bool start) iwl_mvm_sta_tx_agg() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js108 EllipsisMode[EllipsisMode["START"] = 0] = "start";
1844 start(value) {
2679 // splice(start: number, deleteCount?: number, sections?: Array<SectionOptions>): boolean;
2680 splice(start, deleteCount, sections) {
2684 this.sectionArray.splice(start);
2686 this.sectionArray.splice(start, deleteCount);
2694 this.sectionArray.splice(start, deleteCount, ...sections);
2697 let intStart = this.toArrayIndex(start, oldLength);
2700 // If deleteCount is omitted, then all the sections from start to the end of the sectionArray will be deleted.
2710 this.changeArray.push({ start
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Domap_udc.c471 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len() argument
485 end |= start & (0xffff << 16); in dma_src_len()
486 if (end < start) in dma_src_len()
488 return end - start; in dma_src_len()
491 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len() argument
499 end |= start & (0xffff << 16); in dma_dest_len()
502 if (end < start) in dma_dest_len()
504 return end - start; in dma_dest_len()
582 /* set up this DMA transfer, enable the fifo, start */ in next_out_dma()
1548 /* update udc NOW since gadget driver may start in ep0_irq()
[all...]

Completed in 66 milliseconds

1...<<341342343344345346347348349350>>...840