Home
last modified time | relevance | path

Searched refs:start (Results 8001 - 8025 of 20214) sorted by relevance

1...<<321322323324325326327328329330>>...809

/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-sst-cldma.c204 * remaining buffer from the start of ring buffer. in skl_cldma_fill_buffer()
254 bool start = true; in skl_cldma_copy_to_buf() local
276 skl_cldma_fill_buffer(ctx, size, curr_pos, true, start); in skl_cldma_copy_to_buf()
279 start = false; in skl_cldma_copy_to_buf()
301 curr_pos, false, start); in skl_cldma_copy_to_buf()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py46 _START_JSUNIT_RUN_MARKER = "[start] start run suites"
301 start = time.time()
316 start = time.time()
319 if (int(time.time()) - int(start)) > timeout:
326 if (int(time.time()) - int(start)) > timeout:
/test/testfwk/arkxtest/jsunit/src/
H A Dservice.js1162 console.info(`${TAG}[start] start run suites`);
1166 console.info(`${TAG}[suite start]${this.suiteService.getCurrentRunningSuite().description}`);
1170 console.info(`${TAG}start running case '${this.specService.currentRunningSpec.description}'`);
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py371 start = end = 0
383 start = end
390 args=(case_list[start:end], lcov_path,
393 p.start()
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/entry/src/ohosTest/js/test/
H A DExecute.test.js43 userAuthInstance.start();
65 userAuthInstance.start();
82 console.info("Security_IAM_getUserAuthInstance_Func_0043 start");
197 console.info("Security_IAM_getUserAuthInstance_Func_0107 start");
389 console.info("Security_IAM_UserAuthInstance_Func_0004 start");
441 console.info("Security_IAM_UserAuthInstance_Func_0005 start");
489 console.info("Security_IAM_UserAuthInstance_Func_0007 start");
495 userAuthInstance.start(startParams[index]);
514 console.info("Security_IAM_UserAuthInstance_Func_0009 start");
520 userAuthInstance.start();
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dsbrdsp_mips.c613 float bw, int start, int end) in sbr_hf_gen_mips()
617 float *p_x_low = (float*)&X_low[0][0] + 2*start; in sbr_hf_gen_mips()
618 float *p_x_high = &X_high[0][0] + 2*start; in sbr_hf_gen_mips()
627 for (i = start; i < end; i++) { in sbr_hf_gen_mips()
611 sbr_hf_gen_mips(float (*X_high)[2], const float (*X_low)[2], const float alpha0[2], const float alpha1[2], float bw, int start, int end) sbr_hf_gen_mips() argument
/third_party/ffmpeg/libavcodec/
H A Dhnm4video.c363 uint8_t start, writeoffset; in hnm_update_palette() local
373 start = bytestream2_get_byte(&gb); in hnm_update_palette()
375 if (start == 255 && count == 255) in hnm_update_palette()
379 writeoffset = start; in hnm_update_palette()
H A Dac3enc_template.c69 /* copy last 256 samples of previous frame to the start of the current frame */ in copy_input_samples()
128 /* align start to 16-byte boundary. align length to multiple of 32. in apply_channel_coupling()
129 note: coupling start bin % 4 will always be 1 */ in apply_channel_coupling()
348 int start = ff_ac3_rematrix_band_tab[bnd]; in compute_rematrixing_strategy() local
351 sum_square_butterfly(s, sum, block->mdct_coef[1] + start, in compute_rematrixing_strategy()
352 block->mdct_coef[2] + start, end - start); in compute_rematrixing_strategy()
/third_party/elfutils/libdw/
H A Dcfi.c399 fs->start = loc; in execute_cfi()
499 FDEs using this CIE will start from. */ in cie_cache_initial_state()
520 fs->start = fde->start; in __libdw_frame_at_address()
525 fde->start, address); in __libdw_frame_at_address()
/third_party/ffmpeg/libavformat/
H A Did3v2enc.c299 int len, start, end, ret; in write_chapter() local
304 start = av_rescale_q(ch->start, ch->time_base, time_base); in write_chapter()
309 avio_wb32(dyn_bc, start); in write_chapter()
396 /* start writing */ in ff_id3v2_write_apic()
H A Driffenc.c39 void ff_end_tag(AVIOContext *pb, int64_t start) in ff_end_tag() argument
43 av_assert0((start&1) == 0); in ff_end_tag()
48 avio_seek(pb, start - 4, SEEK_SET); in ff_end_tag()
49 avio_wl32(pb, (uint32_t)(pos - start)); in ff_end_tag()
/third_party/glfw/src/
H A Dcontext.c587 const char* start = extensions; in _glfwStringInExtensionString() local
594 where = strstr(start, string); in _glfwStringInExtensionString()
599 if (where == start || *(where - 1) == ' ') in _glfwStringInExtensionString()
605 start = terminator; in _glfwStringInExtensionString()
/third_party/astc-encoder/Source/
H A Dastcenc_compute_variance.cpp62 size_t start = lc_stride - 1; in brent_kung_prefix_sum() local
65 vfloat4 *da = d + (start * stride); in brent_kung_prefix_sum()
86 size_t start = step + lc_stride - 1; in brent_kung_prefix_sum() local
89 vfloat4 *da = d + (start * stride); in brent_kung_prefix_sum()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java116 start(); in CalendarCalcFrame()
146 * Called to start the applet. You never need to call this method
149 public void start() in start() method in CalendarCalcFrame
368 int start = calendars[index].text.getSelectionStart(); in textChanged()
373 calendars[index].text.select(start,end); in textChanged()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterAlias.java188 int mid, start, limit; in findConverter()
198 start = 0; in findConverter()
204 mid = (start + limit) / 2; in findConverter()
215 start = mid; in findConverter()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DNumberParserImpl.java313 * @param start
314 * The index into the string at which to start parsing.
320 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse() argument
322 assert start >= 0 && start < input.length(); in parse()
325 segment.adjustOffset(start); in parse()
/third_party/icu/icu4c/source/test/intltest/
H A Dformatted_string_builder_test.cpp85 int start = uprv_min(1, str.length()); in testInsertAppendUnicodeString() local
87 sb4.insert(3, str, start, end - start); // UnicodeString uses length instead of end index in testInsertAppendUnicodeString()
88 sb5.insert(3, str, start, end, kUndefinedField, status); in testInsertAppendUnicodeString()
235 assertEquals("Currency start position", str.length(), fp.getBeginIndex()); in testFields()
320 infoln("# log: setup start, data_length %d", data_length); in testInsertOverflow()
H A Dnumberformattesttuple.cpp139 int32_t start = 0; in strToInt() local
143 start = 1; in strToInt()
145 if (start == len) { in strToInt()
150 for (int32_t i = start; i < len; ++i) { in strToInt()
/third_party/icu/icu4c/source/i18n/
H A Dunits_data.cpp237 int32_t start = 0; in binarySearch() local
242 while (start < end) { in binarySearch()
243 int32_t mid = (start + end) / 2; in binarySearch()
246 start = mid + 1; in binarySearch()
H A Dcollationdatawriter.cpp112 // For any data item, we need to write the start and limit offsets, in write()
113 // so the indexes length must be at least index-of-start-offset + 2. in write()
129 // so that we start with an 8-aligned offset. in write()
222 // Byte offsets of data items all start from the start of the indexes. in write()
343 int32_t start = indexes[startIndex]; in copyData() local
345 if(start < limit) { in copyData()
346 uprv_memcpy(dest + start, src, limit - start); in copyData()
H A Ddatefmt.cpp334 int32_t start = pos.getIndex(); in parse() local
337 if (pos.getIndex() != start) { in parse()
343 // was illegal so we set the error index to the start. in parse()
344 pos.setIndex(start); in parse()
345 pos.setErrorIndex(start); in parse()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dregex.h615 int32_t fStartType; // Info on how a match must start.
792 * If the match succeeds then more information can be obtained via the start(),
796 * @return true if there is a match at the start of the input string.
807 * If the match succeeds then more information can be obtained via the start(),
821 * the previous match, or at the start of the string if there is no previous match.
822 * If a match is found, `start()`, `end()` and `group()`
836 * the previous match, or at the start of the string if there is no previous match.
837 * If a match is found, `start()`, `end()` and `group()`
853 * @param start The (native) index in the input string to begin the search.
858 virtual UBool find(int64_t start, UErrorCod
[all...]
/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c41 UINTPTR start = (UINTPTR)addr & ~(USB_CACHE_ALIGN_SIZE - 1); in usb_dma_cache_invalid() local
45 DCacheInvRange(start, end); in usb_dma_cache_invalid()
51 UINTPTR start = (UINTPTR)addr & ~(USB_CACHE_ALIGN_SIZE - 1); in usb_dma_cache_flush() local
55 DCacheFlushRange(start, end); in usb_dma_cache_flush()
588 /* start loading next USB transfer, if any */ in usb_bdma_work_loop()
591 /* finally start the hardware */ in usb_bdma_work_loop()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java315 * @param start
316 * The index into the string at which to start parsing.
322 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse() argument
324 assert start >= 0 && start < input.length(); in parse()
327 segment.adjustOffset(start); in parse()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java368 int start = signature.indexOf('('); in getParamNames()
371 if (start < 0 || end < 0 || start > end) { in getParamNames()
375 String paramsSegment = signature.substring(start + 1, end); in getParamNames()

Completed in 28 milliseconds

1...<<321322323324325326327328329330>>...809