/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-a32.cc | 245 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 D | test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-t32.cc | 245 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 D | test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc | 227 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 D | test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc | 227 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 D | test-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc | 233 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 D | test-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc | 237 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 D | test-assembler-cond-sp-sp-operand-imm7-t32.cc | 256 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 D | tokenizer.cc | 903 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 D | pegen_errors.c | 169 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 D | mathmodule.c.h | 3 [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 D | arraymodule.c.h | 3 [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 D | error.rs | 639 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 D | PDFBench.cpp | 269 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 D | ieee802_11_ht.c | 215 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 D | ieee802_11_ht.c | 237 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 D | gzlib.c | 252 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 D | dfx_test.h | 22 float calTime(struct timeval start, struct timeval end);
|
H A D | performance_func_test.h | 22 float calTime(struct timeval start, struct timeval end);
|
H A D | performance_hdi_test.h | 21 float calTime(struct timeval start, struct timeval end);
|
/third_party/ffmpeg/libavcodec/ |
H A D | rle.h | 29 * @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 D | tool_progress.h | 35 struct timeval *start,
|
/third_party/elfutils/libdw/ |
H A D | dwarf_dieoffset.c | 43 : (Dwarf_Off) (die->addr - die->cu->startp + die->cu->start)); in dwarf_dieoffset()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nultrans.cpp | 33 offsets.start = offsets.limit; in handleTransliterate()
|
/third_party/node/test/parallel/ |
H A D | test-repl-domain.js | 29 repl.start('', putIn);
|
H A D | test-repl-empty.js | 17 const r = repl.start(options);
|