Home
last modified time | relevance | path

Searched refs:start (Results 3001 - 3025 of 6404) sorted by relevance

1...<<121122123124125126127128129130>>...257

/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()
/drivers/peripheral/camera/test/mpi/include/
H A Ddfx_test.h22 float calTime(struct timeval start, struct timeval end);
H A Dperformance_func_test.h22 float calTime(struct timeval start, struct timeval end);
H A Dperformance_hdi_test.h21 float calTime(struct timeval start, struct timeval end);
/third_party/ffmpeg/libavcodec/
H A Drle.h29 * @param start Pointer to the first pixel
35 int ff_rle_count_pixels(const uint8_t *start, int len, int bpp, int same);
/third_party/curl/src/
H A Dtool_progress.h35 struct timeval *start,
/third_party/elfutils/libdw/
H A Ddwarf_dieoffset.c43 : (Dwarf_Off) (die->addr - die->cu->startp + die->cu->start)); in dwarf_dieoffset()
/third_party/icu/icu4c/source/i18n/
H A Dnultrans.cpp33 offsets.start = offsets.limit; in handleTransliterate()
/third_party/node/test/parallel/
H A Dtest-repl-domain.js29 repl.start('', putIn);
H A Dtest-repl-empty.js17 const r = repl.start(options);

Completed in 16 milliseconds

1...<<121122123124125126127128129130>>...257