Home
last modified time | relevance | path

Searched refs:last (Results 1 - 25 of 1587) sorted by relevance

12345678910>>...64

/third_party/nghttp2/src/
H A Dshrpx_log.cc611 auto last = std::end(buf) - 2; in upstream_accesslog() local
616 std::tie(p, last) = copy(lf.value, p, last); in upstream_accesslog()
619 std::tie(p, last) = copy(lgsp.remote_addr, p, last); in upstream_accesslog()
622 std::tie(p, last) = copy(tstamp->time_local, p, last); in upstream_accesslog()
625 std::tie(p, last) = copy(tstamp->time_iso8601, p, last); in upstream_accesslog()
628 std::tie(p, last) in upstream_accesslog()
848 std::tie(p, last) = copy(downstream_addr->port, p, last); upstream_accesslog() local
[all...]
H A Dbase64.h49 template <typename InputIt> std::string encode(InputIt first, InputIt last) { in encode() argument
51 size_t len = last - first; in encode()
57 auto j = last - r; in encode()
89 OutputIt encode(InputIt first, InputIt last, OutputIt d_first) { in encode() argument
90 size_t len = last - first; in encode()
95 auto j = last - r; in encode()
130 InputIt next_decode_input(InputIt first, InputIt last, const int *tbl) { in next_decode_input() argument
131 for (; first != last; ++first) { in next_decode_input()
140 OutputIt decode(InputIt first, InputIt last, OutputIt d_first) { in decode() argument
157 assert(std::distance(first, last) in decode()
193 decode(InputIt first, InputIt last) decode() argument
207 decode(BlockAllocator &balloc, InputIt first, InputIt last) decode() argument
[all...]
H A Dbuffer.h37 Buffer() : pos(std::begin(buf)), last(pos) {} in Buffer()
39 size_t rleft() const { return last - pos; } in rleft()
41 size_t wleft() const { return std::end(buf) - last; } in wleft()
47 last = std::copy_n(p, count, last); in write()
52 last += count; in write()
63 std::copy(pos + count, last, std::begin(buf)); in drain_reset()
64 last = std::begin(buf) + (last - (pos + count)); in drain_reset()
68 void reset() { pos = last in drain_reset()
73 uint8_t *pos, *last; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp40 static const char *parse_type(const char *first, const char *last, C &db);
42 static const char *parse_encoding(const char *first, const char *last, C &db);
44 static const char *parse_name(const char *first, const char *last, C &db,
47 static const char *parse_expression(const char *first, const char *last, C &db);
49 static const char *parse_template_args(const char *first, const char *last,
52 static const char *parse_operator_name(const char *first, const char *last,
55 static const char *parse_unqualified_name(const char *first, const char *last,
58 static const char *parse_decltype(const char *first, const char *last, C &db);
62 static const char *parse_number(const char *first, const char *last) { in parse_number() argument
63 if (first != last) { in parse_number()
116 parse_floating_number(const char *first, const char *last, C &db) parse_floating_number() argument
155 parse_source_name(const char *first, const char *last, C &db) parse_source_name() argument
192 parse_substitution(const char *first, const char *last, C &db) parse_substitution() argument
292 parse_builtin_type(const char *first, const char *last, C &db) parse_builtin_type() argument
434 parse_cv_qualifiers(const char *first, const char *last, unsigned &cv) parse_cv_qualifiers() argument
458 parse_template_param(const char *first, const char *last, C &db) parse_template_param() argument
503 parse_const_cast_expr(const char *first, const char *last, C &db) parse_const_cast_expr() argument
529 parse_dynamic_cast_expr(const char *first, const char *last, C &db) parse_dynamic_cast_expr() argument
555 parse_reinterpret_cast_expr(const char *first, const char *last, C &db) parse_reinterpret_cast_expr() argument
581 parse_static_cast_expr(const char *first, const char *last, C &db) parse_static_cast_expr() argument
604 parse_pack_expansion(const char *first, const char *last, C &db) parse_pack_expansion() argument
617 parse_sizeof_type_expr(const char *first, const char *last, C &db) parse_sizeof_type_expr() argument
634 parse_sizeof_expr_expr(const char *first, const char *last, C &db) parse_sizeof_expr_expr() argument
652 parse_sizeof_param_pack_expr(const char *first, const char *last, C &db) parse_sizeof_param_pack_expr() argument
687 parse_function_param(const char *first, const char *last, C &db) parse_function_param() argument
719 parse_sizeof_function_param_pack_expr(const char *first, const char *last, C &db) parse_sizeof_function_param_pack_expr() argument
739 parse_typeid_expr(const char *first, const char *last, C &db) parse_typeid_expr() argument
761 parse_throw_expr(const char *first, const char *last, C &db) parse_throw_expr() argument
778 parse_dot_star_expr(const char *first, const char *last, C &db) parse_dot_star_expr() argument
800 parse_simple_id(const char *first, const char *last, C &db) parse_simple_id() argument
824 parse_unresolved_type(const char *first, const char *last, C &db) parse_unresolved_type() argument
879 parse_destructor_name(const char *first, const char *last, C &db) parse_destructor_name() argument
913 parse_base_unresolved_name(const char *first, const char *last, C &db) parse_base_unresolved_name() argument
958 parse_unresolved_qualifier_level(const char *first, const char *last, C &db) parse_unresolved_qualifier_level() argument
988 parse_unresolved_name(const char *first, const char *last, C &db) parse_unresolved_name() argument
1115 parse_dot_expr(const char *first, const char *last, C &db) parse_dot_expr() argument
1138 parse_call_expr(const char *first, const char *last, C &db) parse_call_expr() argument
1189 parse_new_expr(const char *first, const char *last, C &db) parse_new_expr() argument
1299 parse_conversion_expr(const char *first, const char *last, C &db) parse_conversion_expr() argument
1356 parse_arrow_expr(const char *first, const char *last, C &db) parse_arrow_expr() argument
1382 parse_function_type(const char *first, const char *last, C &db) parse_function_type() argument
1457 parse_pointer_to_member_type(const char *first, const char *last, C &db) parse_pointer_to_member_type() argument
1489 parse_array_type(const char *first, const char *last, C &db) parse_array_type() argument
1544 parse_decltype(const char *first, const char *last, C &db) parse_decltype() argument
1570 parse_vector_type(const char *first, const char *last, C &db) parse_vector_type() argument
1647 parse_type(const char *first, const char *last, C &db) parse_type() argument
2020 parse_operator_name(const char *first, const char *last, C &db) parse_operator_name() argument
2296 parse_integer_literal(const char *first, const char *last, const std::string &lit, C &db) parse_integer_literal() argument
2330 parse_expr_primary(const char *first, const char *last, C &db) parse_expr_primary() argument
2532 parse_ctor_dtor_name(const char *first, const char *last, C &db) parse_ctor_dtor_name() argument
2578 parse_unnamed_type_name(const char *first, const char *last, C &db) parse_unnamed_type_name() argument
2677 parse_unqualified_name(const char *first, const char *last, C &db) parse_unqualified_name() argument
2721 parse_unscoped_name(const char *first, const char *last, C &db) parse_unscoped_name() argument
2748 parse_alignof_type(const char *first, const char *last, C &db) parse_alignof_type() argument
2766 parse_alignof_expr(const char *first, const char *last, C &db) parse_alignof_expr() argument
2781 parse_noexcept_expression(const char *first, const char *last, C &db) parse_noexcept_expression() argument
2794 parse_prefix_expression(const char *first, const char *last, const std::string &op, C &db) parse_prefix_expression() argument
2808 parse_binary_expression(const char *first, const char *last, const std::string &op, C &db) parse_binary_expression() argument
2915 parse_expression(const char *first, const char *last, C &db) parse_expression() argument
3376 parse_template_arg(const char *first, const char *last, C &db) parse_template_arg() argument
3422 parse_template_args(const char *first, const char *last, C &db) parse_template_args() argument
3483 parse_nested_name(const char *first, const char *last, C &db, bool *ends_with_template_args) parse_nested_name() argument
3619 parse_discriminator(const char *first, const char *last) parse_discriminator() argument
3651 parse_local_name(const char *first, const char *last, C &db, bool *ends_with_template_args) parse_local_name() argument
3715 parse_name(const char *first, const char *last, C &db, bool *ends_with_template_args) parse_name() argument
3795 parse_call_offset(const char *first, const char *last) parse_call_offset() argument
3834 parse_special_name(const char *first, const char *last, C &db) parse_special_name() argument
3993 parse_encoding(const char *first, const char *last, C &db) parse_encoding() argument
4104 parse_block_invoke(const char *first, const char *last, C &db) parse_block_invoke() argument
4136 parse_dot_suffix(const char *first, const char *last, C &db) parse_dot_suffix() argument
4154 demangle(const char *first, const char *last, C &db, int &status) demangle() argument
[all...]
/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp19 SkEdgeBuilder::Combine SkBasicEdgeBuilder::combineVertical(const SkEdge* edge, SkEdge* last) { in combineVertical() argument
20 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { in combineVertical()
23 if (edge->fWinding == last->fWinding) { in combineVertical()
24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()
25 last->fFirstY = edge->fFirstY; in combineVertical()
28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()
29 last->fLastY = edge->fLastY; in combineVertical()
34 if (edge->fFirstY == last in combineVertical()
60 combineVertical(const SkAnalyticEdge* edge, SkAnalyticEdge* last) combineVertical() argument
[all...]
H A DSkDeque.cpp117 Block* last = fBackBlock; in push_back() local
120 if (nullptr == last->fBegin) { in push_back()
122 last->fBegin = last->start(); in push_back()
123 end = last->fBegin + fElemSize; in push_back()
125 end = last->fEnd + fElemSize; in push_back()
126 if (end > last->fStop) { // no more room in this chunk in push_back()
128 last = this->allocateBlock(fAllocCount); in push_back()
129 last->fPrev = fBackBlock; in push_back()
130 fBackBlock->fNext = last; in push_back()
188 Block* last = fBackBlock; pop_back() local
[all...]
/third_party/node/lib/internal/
H A Dbuffer.js97 const last = this[offset + 7];
98 if (first === undefined || last === undefined)
109 last * 2 ** 24;
117 const last = this[offset + 7];
118 if (first === undefined || last === undefined)
129 last;
137 const last = this[offset + 7];
138 if (first === undefined || last === undefined)
144 (last << 24); // Overflow
155 const last
[all...]
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs48 last: Option<Box<T>>,
56 last: None,
63 self.inner.len() == 0 && self.last.is_none() in is_empty()
71 self.inner.len() + if self.last.is_some() { 1 } else { 0 } in len()
84 /// Borrows the last element in this sequence.
85 pub fn last(&self) -> Option<&T> { in last() functions
89 /// Mutably borrows the last element in this sequence.
99 last: self.last.as_ref().map(Box::as_ref).into_iter(), in iter()
110 last in iter_mut()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dptrlist.c111 // get the last element of a ptrlist
113 // @return: the last element of the list or ``NULL`` if the list is empty
263 struct ptr_list *last = NULL; /* gcc complains needlessly */ in __add_ptr_list() local
267 if (!list || (nr = (last = list->prev)->nr) >= LIST_NODE_NR) { in __add_ptr_list()
274 newlist->prev = last; in __add_ptr_list()
277 last->next = newlist; in __add_ptr_list()
279 last = newlist; in __add_ptr_list()
282 ret = last->list + nr; in __add_ptr_list()
285 last->nr = nr; in __add_ptr_list()
376 // remove the last entr
383 struct ptr_list *last, *first = *head; undo_ptr_list_last() local
408 struct ptr_list *last, *first = *head; delete_ptr_list_last() local
[all...]
/third_party/ltp/testcases/kdump/
H A Drunkdump.sh60 if [ "${last}" = "KLEXT" ]; then
68 elif [ "${last}" = "KLLBL" ]; then
76 elif [ "${last}" = "KLUID" ]; then
84 elif [ "${last}" = "KLRAW" ]; then
85 mkdir -p "${COREDIR}/${last}"
89 dd if="${RAW_PART}" of="${COREDIR}/${last}/vmcore" bs=1024
92 elif [ "${last}" = "KNSCP" ]; then
101 mkdir -p "${COREDIR}/${last}"
106 scp -i ~/.ssh/kdump_id_rsa "${SCP_PATH}:${file}" "${COREDIR}/${last}"
110 elif [ "${last}"
[all...]
/third_party/python/Doc/includes/
H A Dcustom4.c8 PyObject *last; /* last name */ member
16 Py_VISIT(self->last); in Custom_traverse()
24 Py_CLEAR(self->last); in Custom_clear()
47 self->last = PyUnicode_FromString(""); in Custom_new()
48 if (self->last == NULL) { in Custom_new()
60 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init()
61 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local
64 &first, &last, in Custom_init()
74 if (last) { in Custom_init()
[all...]
H A Dcustom3.c8 PyObject *last; /* last name */ member
16 Py_XDECREF(self->last); in Custom_dealloc()
31 self->last = PyUnicode_FromString(""); in Custom_new()
32 if (self->last == NULL) { in Custom_new()
44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init()
45 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local
48 &first, &last, in Custom_init()
58 if (last) { in Custom_init()
59 tmp = self->last; in Custom_init()
[all...]
H A Dcustom2.c8 PyObject *last; /* last name */ member
16 Py_XDECREF(self->last); in Custom_dealloc()
31 self->last = PyUnicode_FromString(""); in Custom_new()
32 if (self->last == NULL) { in Custom_new()
44 static char *kwlist[] = {"first", "last", "number", NULL}; in Custom_init()
45 PyObject *first = NULL, *last = NULL, *tmp; in Custom_init() local
48 &first, &last, in Custom_init()
58 if (last) { in Custom_init()
59 tmp = self->last; in Custom_init()
[all...]
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c77 long first, last, c; in main() local
80 first=last=-1; in main()
98 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) { in main()
100 if(first==last) { in main()
109 first, last, /* code point range */ in main()
114 first, last, /* code point range */ in main()
120 first, last, /* code point range */ in main()
125 first=last=-1; in main()
137 if(last< in main()
[all...]
H A Ducdcopy.py38 last = -1 # Last code point with first_data.
39 first_data = "" # Common data for code points [first..last].
54 if last >= 0 and (c != (last + 1) or data != first_data):
56 if first == last:
59 out_file.write("%04X..%04X%s\n" % (first, last, first_data))
61 last = -1
69 if last < 0:
72 last = c
75 # must be c == (last
[all...]
/third_party/ffmpeg/libavcodec/
H A Drl.c30 int last, run, level, start, end, i; in ff_rl_init() local
33 for (last = 0; last < 2; last++) { in ff_rl_init()
34 int8_t *max_level = static_store[last]; in ff_rl_init()
35 int8_t *max_run = static_store[last] + MAX_RUN + 1; in ff_rl_init()
36 uint8_t *index_run = static_store[last] + MAX_RUN + 1 + MAX_LEVEL + 1; in ff_rl_init()
37 if (last == 0) { in ff_rl_init()
39 end = rl->last; in ff_rl_init()
41 start = rl->last; in ff_rl_init()
[all...]
/third_party/jerryscript/jerry-core/lit/
H A Dlit-magic-strings.c213 lit_utf8_size_t last = lit_get_magic_string_size_block_start (string_size + 1); in lit_is_utf8_string_magic() local
215 while (first < last) in lit_is_utf8_string_magic()
217 lit_utf8_size_t middle = ((first + last) / 2); /**< mid point of search */ in lit_is_utf8_string_magic()
226 last = middle; in lit_is_utf8_string_magic()
258 lit_utf8_size_t last = lit_get_magic_string_size_block_start (total_string_size + 1); in lit_is_utf8_string_pair_magic() local
260 while (first < last) in lit_is_utf8_string_pair_magic()
262 lit_utf8_size_t middle = ((first + last) / 2); /**< mid point of search */ in lit_is_utf8_string_pair_magic()
278 last = middle; in lit_is_utf8_string_pair_magic()
308 lit_magic_string_ex_id_t last = (lit_magic_string_ex_id_t) magic_string_ex_count; in lit_is_ex_utf8_string_magic() local
310 while (first < last) in lit_is_ex_utf8_string_magic()
368 lit_magic_string_ex_id_t last = (lit_magic_string_ex_id_t) magic_string_ex_count; lit_is_ex_utf8_string_pair_magic() local
[all...]
/third_party/f2fs-tools/fsck/
H A Dxattr.c138 struct f2fs_xattr_entry *here, *last; in f2fs_setxattr() local
190 last = here; in f2fs_setxattr()
191 while (!IS_XATTR_LAST_ENTRY(last)) in f2fs_setxattr()
192 last = XATTR_NEXT_ENTRY(last); in f2fs_setxattr()
203 free = MIN_OFFSET - ((char *)last - (char *)base_addr); in f2fs_setxattr()
221 memmove(here, next, (char *)last - (char *)next); in f2fs_setxattr()
222 last = (struct f2fs_xattr_entry *)((char *)last - oldsize); in f2fs_setxattr()
223 memset(last, in f2fs_setxattr()
[all...]
/third_party/python/Lib/idlelib/
H A Dreplace.py69 last = text.index("sel.last")
71 last = None
73 last = last or first
74 self.show_hit(first, last)
158 first = last = None
171 last = "%d.%d" % (line, j)
173 text.mark_set("insert", last)
176 if first != last
[all...]
/third_party/python/Lib/test/
H A Dtest_smtpd.py213 self.assertEqual(channel.socket.last, self.error_response)
222 self.assertEqual(channel.socket.last, b'250 OK\r\n')
255 self.assertEqual(channel.socket.last, self.error_response)
257 self.assertEqual(channel.socket.last, b'250 OK\r\n')
269 self.assertEqual(channel.socket.last, self.error_response)
274 channel.socket.last,
278 self.assertEqual(channel.socket.last, b'250 OK\r\n')
288 self.assertEqual(channel.socket.last, b'250 OK\r\n')
327 self.assertEqual(self.channel.socket.last,
332 self.assertEqual(self.channel.socket.last,
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRandom.hpp60 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
63 T choose (InputIter first, InputIter last);
67 T chooseWeighted (InputIter first, InputIter last, WeightIter weight);
70 void shuffle (Iterator first, Iterator last);
105 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() argument
112 for (ndx = 0; first != last; ++first, ++ndx) in choose()
128 T Random::choose (InputIter first, InputIter last) in choose() argument
131 DE_ASSERT(first != last); in choose()
132 choose(first, last, &val, 1); in choose()
137 T Random::chooseWeighted (InputIter first, InputIter last, WeightIte argument
168 shuffle(Iterator first, Iterator last) shuffle() argument
[all...]
/third_party/node/test/parallel/
H A Dtest-util-inspect-long-running.js11 let last = {};
12 const obj = last;
15 last.next = { circular: obj, last, obj: { a: 1, b: 2, c: true } };
16 last = last.next;
17 obj[i] = last;
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c415 const uint8_t *last; in nghttp2_check_header_name() local
426 for (last = name + len; name != last; ++name) { in nghttp2_check_header_name()
503 const uint8_t *last; in nghttp2_check_header_value() local
504 for (last = value + len; value != last; ++value) { in nghttp2_check_header_value()
594 const uint8_t *last; in nghttp2_check_method() local
598 for (last = value + len; value != last; ++value) { in nghttp2_check_method()
675 const uint8_t *last; in nghttp2_check_path() local
753 const uint8_t *last; nghttp2_check_authority() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c413 const uint8_t *last; in nghttp2_check_header_name() local
424 for (last = name + len; name != last; ++name) { in nghttp2_check_header_name()
501 const uint8_t *last; in nghttp2_check_header_value() local
502 for (last = value + len; value != last; ++value) { in nghttp2_check_header_value()
592 const uint8_t *last; in nghttp2_check_method() local
596 for (last = value + len; value != last; ++value) { in nghttp2_check_method()
673 const uint8_t *last; in nghttp2_check_path() local
751 const uint8_t *last; nghttp2_check_authority() local
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_strops.c32 char *last = NULL; in strtrim() local
37 last = str + strlen(str); in strtrim()
39 while (last > str) { in strtrim()
40 if (!isspace((int)*(last-1))) break; in strtrim()
41 last--; in strtrim()
43 *last = (char)0; in strtrim()
45 memmove(dest, str, last-str+1); in strtrim()
46 return last-str; in strtrim()

Completed in 14 milliseconds

12345678910>>...64