Home
last modified time | relevance | path

Searched refs:first (Results 1 - 25 of 3993) sorted by relevance

12345678910>>...160

/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 ! 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
4190 StrT first; global() member
[all...]
/third_party/nghttp2/src/
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()
59 while (first != j) { in encode()
60 uint32_t n = static_cast<uint8_t>(*first++) << 16; in encode()
61 n += static_cast<uint8_t>(*first++) << 8; in encode()
62 n += static_cast<uint8_t>(*first++); in encode()
70 uint32_t n = static_cast<uint8_t>(*first++) << 16; in encode()
71 n += static_cast<uint8_t>(*first++) << 8; in encode()
77 uint32_t n = static_cast<uint8_t>(*first++) << 16; in encode()
89 OutputIt encode(InputIt first, InputI argument
130 next_decode_input(InputIt first, InputIt last, const int *tbl) next_decode_input() argument
140 decode(InputIt first, InputIt last, OutputIt d_first) decode() argument
193 decode(InputIt first, InputIt last) decode() argument
207 decode(BlockAllocator &balloc, InputIt first, InputIt last) decode() argument
[all...]
H A Dhttp2.cc1007 template <typename InputIt> InputIt skip_lws(InputIt first, InputIt last) {
1008 for (; first != last; ++first) {
1009 switch (*first) {
1014 return first;
1017 return first;
1023 InputIt skip_to_next_field(InputIt first, InputIt last) {
1024 for (; first != last; ++first) {
1025 switch (*first) {
[all...]
/third_party/elfutils/lib/
H A Dlist.h33 #define CDBL_LIST_ADD_REAR(first, newp) \
38 if (unlikely ((first) == NULL)) \
39 (first) = _newp->next = _newp->previous = _newp; \
42 _newp->next = (first); \
43 _newp->previous = (first)->previous; \
49 #define CDBL_LIST_DEL(first, elem) \
53 assert (first != NULL && _elem != NULL \
54 && (first != elem \
55 || ({ __typeof (elem) _runp = first->next; \
56 while (_runp != first) \
[all...]
H A Ddynamicsizehash.c89 htab->table[idx].next = htab->first; in insert_entry_2()
90 htab->first = &htab->table[idx]; in insert_entry_2()
93 if (htab->first == NULL) in insert_entry_2()
94 htab->first = htab->table[idx].next = &htab->table[idx]; in insert_entry_2()
97 htab->table[idx].next = htab->first->next; in insert_entry_2()
98 htab->first = htab->first->next = &htab->table[idx]; in insert_entry_2()
112 __typeof__ (htab->first) first; in insert_entry_2()
114 __typeof__ (htab->first) run in insert_entry_2()
[all...]
/third_party/elfutils/libcpu/
H A Driscv_disasm.c137 uint16_t first = read_2ubyte_unaligned (data); in riscv_disasm() local
141 if ((first & 0x3) != 0x3) in riscv_disasm()
143 else if ((first & 0x1f) != 0x1f) in riscv_disasm()
145 else if ((first & 0x3f) != 0x3f) in riscv_disasm()
147 else if ((first & 0x7f) != 0x7f) in riscv_disasm()
151 uint16_t nnn = (first >> 12) & 0x7; in riscv_disasm()
177 size_t idx = (first >> 13) * 3 + (first & 0x3); in riscv_disasm()
185 if ((first & 0x1fe0) != 0) in riscv_disasm()
188 op[0] = REGP ((first in riscv_disasm()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_util.c40 draw_pt_split_prim(enum pipe_prim_type prim, unsigned *first, unsigned *incr) in draw_pt_split_prim() argument
44 *first = 1; in draw_pt_split_prim()
48 *first = 2; in draw_pt_split_prim()
53 *first = 2; in draw_pt_split_prim()
57 *first = 4; in draw_pt_split_prim()
61 *first = 4; in draw_pt_split_prim()
65 *first = 3; in draw_pt_split_prim()
69 *first = 6; in draw_pt_split_prim()
75 *first = 3; in draw_pt_split_prim()
79 *first in draw_pt_split_prim()
100 draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) draw_pt_trim_count() argument
[all...]
/third_party/curl/lib/
H A Dstrcase.c92 static int casecompare(const char *first, const char *second) in casecompare() argument
94 while(*first && *second) { in casecompare()
95 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in casecompare()
98 first++; in casecompare()
105 return !*first == !*second; in casecompare()
109 int curl_strequal(const char *first, const char *second) in curl_strequal() argument
111 if(first && second) in curl_strequal()
113 return casecompare(first, second); in curl_strequal()
116 return (NULL == first && NULL == second); in curl_strequal()
119 static int ncasecompare(const char *first, cons argument
135 curl_strnequal(const char *first, const char *second, size_t max) curl_strnequal() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcmru.c31 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local
34 if ( first ) in FTC_MruNode_Prepend()
36 FTC_MruNode last = first->prev; in FTC_MruNode_Prepend()
41 FTC_MruNode cnode = first; in FTC_MruNode_Prepend()
53 } while ( cnode != first ); in FTC_MruNode_Prepend()
57 first->prev = node; in FTC_MruNode_Prepend()
59 node->next = first; in FTC_MruNode_Prepend()
75 FTC_MruNode first = *plist; in FTC_MruNode_Up() local
78 FT_ASSERT( first ); in FTC_MruNode_Up()
80 if ( first ! in FTC_MruNode_Up()
124 FTC_MruNode first = *plist; FTC_MruNode_Remove() local
206 FTC_MruNode first, node; FT_LOCAL_DEF() local
330 FTC_MruNode first, node, next; FTC_MruList_RemoveSelection() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_lookup_test.h39 const auto& val = m.at(p.first); in TYPED_TEST_P()
40 EXPECT_EQ(p.second, val) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
52 auto& val = m[p.first]; in TYPED_TEST_P()
53 EXPECT_EQ(V(), val) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
57 EXPECT_EQ(p.second, m[p.first]) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
67 EXPECT_EQ(0, m.count(p.first)) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
70 EXPECT_EQ(1, m.count(p.first)) << ::testing::PrintToString(p.first); in TYPED_TEST_P()
[all...]
/third_party/skia/src/core/
H A DSkDeque.cpp77 Block* first = fFrontBlock; in push_front() local
80 if (nullptr == first->fBegin) { in push_front()
82 first->fEnd = first->fStop; in push_front()
83 begin = first->fStop - fElemSize; in push_front()
85 begin = first->fBegin - fElemSize; in push_front()
86 if (begin < first->start()) { // no more room in this chunk in push_front()
88 first = this->allocateBlock(fAllocCount); in push_front()
89 first->fNext = fFrontBlock; in push_front()
90 fFrontBlock->fPrev = first; in push_front()
154 Block* first = fFrontBlock; pop_front() local
[all...]
/third_party/node/lib/internal/
H A Dbuffer.js96 const first = this[offset];
98 if (first === undefined || last === undefined)
101 const lo = first +
116 const first = this[offset];
118 if (first === undefined || last === undefined)
121 const hi = first * 2 ** 24 +
136 const first = this[offset];
138 if (first === undefined || last === undefined)
146 BigInt(first +
154 const first
[all...]
/third_party/json/include/nlohmann/
H A Dordered_map.hpp49 ordered_map(It first, It last, const Allocator& alloc = Allocator()) in ordered_map()
50 : Container{first, last, alloc} {} in ordered_map()
58 if (m_compare(it->first, key)) in emplace()
73 if (m_compare(it->first, key)) in emplace()
84 return emplace(key, T{}).first->second; in operator []()
91 return emplace(std::forward<KeyType>(key), T{}).first->second; in operator []()
110 if (m_compare(it->first, key)) in at()
125 if (m_compare(it->first, key)) in at()
138 if (m_compare(it->first, key)) in at()
153 if (m_compare(it->first, ke in at()
[all...]
/third_party/python/Lib/idlelib/
H A Dreplace.py65 first = text.index("sel.first")
67 first = None
72 first = first or text.index("insert")
73 last = last or first
74 self.show_hit(first, last)
137 starts at the first occurrence after the current selection;
138 if wrap is set, the replacement starts at the first line.
158 first
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dintervalset.cc38 if (pos->second>=it->first) { in finish()
71 return it->first; in next()
81 return it->first; in next()
87 return ((a.first>=b.first) && (a.first<b.second)) || in intersect()
88 ((b.first>=a.first) && (b.first<a.second)); in intersect()
95 if (b.first<are in unite()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dsignature_lookup.c60 static unsigned int intersection_word(const uint8_t *first, const uint8_t *second) in intersection_word() argument
64 val += av_popcount( (first[i] & second[i] ) << 24 | in intersection_word()
65 (first[i+1] & second[i+1]) << 16 | in intersection_word()
66 (first[i+2] & second[i+2]) << 8 | in intersection_word()
67 (first[i+3] & second[i+3]) ); in intersection_word()
69 val += av_popcount( (first[28] & second[28]) << 16 | in intersection_word()
70 (first[29] & second[29]) << 8 | in intersection_word()
71 (first[30] & second[30]) ); in intersection_word()
75 static unsigned int union_word(const uint8_t *first, const uint8_t *second) in union_word() argument
79 val += av_popcount( (first[ in union_word()
90 get_l1dist(AVFilterContext *ctx, SignatureContext *sc, const uint8_t *first, const uint8_t *second) get_l1dist() argument
115 get_jaccarddist(SignatureContext *sc, CoarseSignature *first, CoarseSignature *second) get_jaccarddist() argument
140 find_next_coarsecandidate(SignatureContext *sc, CoarseSignature *secondstart, CoarseSignature **first, CoarseSignature **second, int start) find_next_coarsecandidate() argument
174 get_matching_parameters(AVFilterContext *ctx, SignatureContext *sc, FineSignature *first, FineSignature *second) get_matching_parameters() argument
533 lookup_signatures(AVFilterContext *ctx, SignatureContext *sc, StreamContext *first, StreamContext *second, int mode) lookup_signatures() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ringbuf.c66 rb->first = 0; in nghttp3_ringbuf_init()
81 rb->first = (rb->first - 1) & (rb->nmemb - 1); in nghttp3_ringbuf_push_front()
84 return (void *)&rb->buf[rb->first * rb->size]; in nghttp3_ringbuf_push_front()
88 size_t offset = (rb->first + rb->len) & (rb->nmemb - 1); in nghttp3_ringbuf_push_back()
91 rb->first = (rb->first + 1) & (rb->nmemb - 1); in nghttp3_ringbuf_push_back()
100 rb->first = (rb->first + 1) & (rb->nmemb - 1); in nghttp3_ringbuf_pop_front()
116 offset = (rb->first in nghttp3_ringbuf_get()
[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()
115 *(result + ndx) = *first; in choose()
120 *(result + r) = *first; in choose()
128 T Random::choose (InputIter first, InputIte argument
137 chooseWeighted(InputIter first, InputIter last, WeightIter weight) chooseWeighted() argument
168 shuffle(Iterator first, Iterator last) shuffle() argument
[all...]
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H A Dcolor_buffer.rs87 let mut first = true; in set_color() variables
89 fn write_first(first: bool, write: &mut ColorBuffer) -> io::Result<bool> { in set_color()
90 if !first { in set_color()
98 first = write_first(first, self)?; in set_color()
103 first = write_first(first, self)?; in set_color()
108 first = write_first(first, self)?; in set_color()
113 first in set_color()
[all...]
/third_party/python/Doc/includes/
H A Dcustom4.c7 PyObject *first; /* first name */ member
15 Py_VISIT(self->first); in Custom_traverse()
23 Py_CLEAR(self->first); in Custom_clear()
42 self->first = PyUnicode_FromString(""); in Custom_new()
43 if (self->first == 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()
68 if (first) { in Custom_init()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPair.java12 * A pair of objects: first and second.
14 * @param <F> first object type
18 public final F first; field in Pair
21 protected Pair(F first, S second) { in Pair() argument
22 this.first = first; in Pair()
28 * @param first must be non-null
32 public static <F, S> Pair<F, S> of(F first, S second) { in of() argument
33 if (first == null || second == null) { in of()
36 return new Pair<F, S>(first, secon in of()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPair.java13 * A pair of objects: first and second.
15 * @param <F> first object type
20 public final F first; field in Pair
23 protected Pair(F first, S second) { in Pair() argument
24 this.first = first; in Pair()
30 * @param first must be non-null
34 public static <F, S> Pair<F, S> of(F first, S second) { in of() argument
35 if (first == null || second == null) { in of()
38 return new Pair<F, S>(first, secon in of()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DLocalizedNumberRangeFormatter.java29 * @param first
30 * The first number in the range, usually to the left in LTR locales.
37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() argument
38 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange()
40 return formatImpl(dq1, dq2, first == second); in formatRange()
47 * @param first
48 * The first number in the range, usually to the left in LTR locales.
55 public FormattedNumberRange formatRange(double first, double second) { in formatRange() argument
56 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange()
60 return formatImpl(dq1, dq2, first in formatRange()
76 formatRange(Number first, Number second) formatRange() argument
85 formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBeforeRounding) formatImpl() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DLocalizedNumberRangeFormatter.java30 * @param first
31 * The first number in the range, usually to the left in LTR locales.
37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() argument
38 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange()
40 return formatImpl(dq1, dq2, first == second); in formatRange()
47 * @param first
48 * The first number in the range, usually to the left in LTR locales.
54 public FormattedNumberRange formatRange(double first, double second) { in formatRange() argument
55 DecimalQuantity dq1 = new DecimalQuantity_DualStorageBCD(first); in formatRange()
59 return formatImpl(dq1, dq2, first in formatRange()
74 formatRange(Number first, Number second) formatRange() argument
83 formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBeforeRounding) formatImpl() argument
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DstripInternal-when-prepend-is-completely-internal.js17 //// [/src/first/first_PART1.ts]
20 //// [/src/first/first_part2.ts]
24 //// [/src/first/first_part3.ts]
29 //// [/src/first/tsconfig.json]
30 {"compilerOptions":{"composite":true,"declaration":true,"declarationMap":true,"skipDefaultLibCheck":true,"sourceMap":true,"outFile":"./bin/first-output.js"},"files":["/src/first/first_PART1.ts"]}
76 {"compilerOptions":{"composite":true,"declaration":true,"declarationMap":false,"stripInternal":true,"sourceMap":true,"outFile":"./thirdjs/output/third-output.js"},"references":[{"path":"../first","prepend":true}],"files":["/src/third/third_part1.ts"]}
83 * src/first/tsconfig.json
86 [12:00:11 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bi
[all...]

Completed in 11 milliseconds

12345678910>>...160