Home
last modified time | relevance | path

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

12345678910>>...267

/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...]
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dlexer_test.cpp33 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
34 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST()
35 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "DEL_COMMA") << "DEL_COMMA expected"; in TEST()
36 ASSERT_EQ(TokenTypeWhat(tok.first[3].type), "ID") << "ID expected"; in TEST()
45 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
46 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST()
55 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
56 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in TEST()
57 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "ID") << "ID expected"; in TEST()
58 ASSERT_EQ(TokenTypeWhat(tok.first[ in TEST()
[all...]
H A Dparser_test.cpp32 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
33 v.push_back(l.TokenizeString("mov v1, v2}").first); in TEST()
49 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
50 v.push_back(l.TokenizeString("label:}").first); in TEST()
66 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
67 v.push_back(l.TokenizeString("jlt v10, lab123}").first); in TEST()
77 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
78 v.push_back(l.TokenizeString("11111111}").first); in TEST()
88 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
89 v.push_back(l.TokenizeString("addi 1}").first); in TEST()
[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...]
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_lexer_test.cpp41 EXPECT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in HWTEST_F()
42 EXPECT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in HWTEST_F()
43 EXPECT_EQ(TokenTypeWhat(tok.first[2].type), "DEL_COMMA") << "DEL_COMMA expected"; in HWTEST_F()
44 EXPECT_EQ(TokenTypeWhat(tok.first[3].type), "ID") << "ID expected"; in HWTEST_F()
59 EXPECT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in HWTEST_F()
60 EXPECT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in HWTEST_F()
75 EXPECT_EQ(TokenTypeWhat(tok.first[0].type), "ID") << "ID expected"; in HWTEST_F()
76 EXPECT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in HWTEST_F()
77 EXPECT_EQ(TokenTypeWhat(tok.first[2].type), "ID") << "ID expected"; in HWTEST_F()
78 EXPECT_EQ(TokenTypeWhat(tok.first[ in HWTEST_F()
[all...]
H A Dlexer_test.cpp30 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
31 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST()
32 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "DEL_COMMA") << "DEL_COMMA expected"; in TEST()
33 ASSERT_EQ(TokenTypeWhat(tok.first[3].type), "ID") << "ID expected"; in TEST()
42 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
43 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "ID") << "ID expected"; in TEST()
52 ASSERT_EQ(TokenTypeWhat(tok.first[0].type), "OPERATION") << "OPERATION expected"; in TEST()
53 ASSERT_EQ(TokenTypeWhat(tok.first[1].type), "OPERATION") << "OPERATION expected"; in TEST()
54 ASSERT_EQ(TokenTypeWhat(tok.first[2].type), "ID") << "ID expected"; in TEST()
55 ASSERT_EQ(TokenTypeWhat(tok.first[ in TEST()
[all...]
H A Dparser_test.cpp29 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
30 v.push_back(l.TokenizeString("mov v1, v2}").first); in TEST()
46 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
47 v.push_back(l.TokenizeString("label:}").first); in TEST()
63 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
64 v.push_back(l.TokenizeString("jlt v10, lab123}").first); in TEST()
74 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
75 v.push_back(l.TokenizeString("11111111}").first); in TEST()
85 v.push_back(l.TokenizeString(".function u8 main(){").first); in TEST()
86 v.push_back(l.TokenizeString("addi 1}").first); in TEST()
[all...]
H A Dassembler_parser_test.cpp43 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F()
44 v.push_back(l.TokenizeString("mov v1, v2}").first); in HWTEST_F()
65 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F()
66 v.push_back(l.TokenizeString("label:}").first); in HWTEST_F()
88 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F()
89 v.push_back(l.TokenizeString("jlt v10, lab123}").first); in HWTEST_F()
105 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F()
106 v.push_back(l.TokenizeString("11111111}").first); in HWTEST_F()
122 v.push_back(l.TokenizeString(".function u8 main(){").first); in HWTEST_F()
123 v.push_back(l.TokenizeString("addi 1}").first); in HWTEST_F()
[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...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp46 if (data.first == nullptr) { in Execute()
49 auto status = OhCloudExtCloudDbExecuteSql(database_, &sqlInfo, data.first); in Execute()
50 OhCloudExtHashMapFree(data.first); in Execute()
59 if (valIn.first == nullptr || exdIn.first == nullptr) { in BatchInsert()
60 OhCloudExtVectorFree(valIn.first); in BatchInsert()
61 OhCloudExtVectorFree(exdIn.first); in BatchInsert()
65 table.size(), valIn.first, exdIn.first); in BatchInsert()
67 extends = ExtensionUtil::ConvertBuckets(exdIn.first); in BatchInsert()
[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/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...]
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Ddump_utils.cpp25 result.first = true; in DumpMapOne()
28 result.first = true; in DumpMapOne()
31 result.first = true; in DumpMapOne()
34 result.first = true; in DumpMapOne()
37 result.first = true; in DumpMapOne()
40 result.first = true; in DumpMapOne()
43 result.first = true; in DumpMapOne()
46 result.first = true; in DumpMapOne()
49 result.first = true; in DumpMapOne()
60 result.first in DumpMapTwo()
[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...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp55 return left.first < right.first; in CasePairKeyLessThan()
65 float tmp2 = static_cast<float>(stmt->GetCasePair(static_cast<size_t>(static_cast<uint32>(j))).first) - in FindClusters()
66 static_cast<float>(stmt->GetCasePair(static_cast<size_t>(static_cast<uint32>(i))).first); in FindClusters()
90 if (i == front.first) { in InitSwitchItems()
110 node->SetTagOffset(static_cast<int32>(stmt->GetCasePair(static_cast<size_t>(startIdx)).first)); in BuildRangeGotoNode()
113 int64 lastCaseTag = stmt->GetSwitchTable().at(startIdx).first; in BuildRangeGotoNode()
119 while ((stmt->GetCasePair(i).first != (lastCaseTag + 1)) && (stmt->GetCasePair(i).first != lastCaseTag)) { in BuildRangeGotoNode()
126 curTag = static_cast<uint32>(stmt->GetCasePair(static_cast<size_t>(i)).first in BuildRangeGotoNode()
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h84 // first element
225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) in vector() argument
227 const auto size = static_cast<size_type>(last - first); in vector()
229 init_copy(data_, first, last); in vector()
233 vector(const_pointer first, const_pointer last) : allocator_(default_allocator()) in vector() argument
235 const auto size = static_cast<size_type>(last - first); in vector()
237 init_copy(data_, first, size); in vector()
298 // first copy to the initialized objects.. in operator =()
648 iterator insert(const_iterator pos, const_iterator first, const_iterator last) in insert() argument
650 return insert_impl(pos, first, las in insert()
653 insert(const_iterator pos, iterator first, iterator last) insert() argument
659 insert(const_iterator pos, InputIt first, InputIt last) insert() argument
685 append(InputIt first, InputIt last) append() argument
705 append(const_pointer first, const_pointer last) append() argument
736 erase(const_iterator first, const_iterator last) erase() argument
846 uninitialized_default_construct(pointer first, pointer last) uninitialized_default_construct() argument
857 uninitialized_value_construct(pointer first, pointer last) uninitialized_value_construct() argument
868 uninitialized_copy(const_pointer first, const_pointer last, pointer d_first) uninitialized_copy() argument
880 uninitialized_fill(pointer first, const_pointer last, const_reference value) uninitialized_fill() argument
892 uninitialized_move(pointer first, const_pointer last, pointer d_first) uninitialized_move() argument
907 copy(pointer pos, InputIt first, InputIt last) copy() argument
943 move(pointer first, const_pointer last, pointer d_first) move() argument
955 reverse_move(pointer first, pointer last, pointer dst) reverse_move() argument
986 destroy(iterator first, iterator last) destroy() argument
1095 init_copy(pointer pos, InputIt first, InputIt last) init_copy() argument
1172 insert_impl(const_iterator pos, InputIt first, InputIt last) insert_impl() argument
[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/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/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/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...]

Completed in 19 milliseconds

12345678910>>...267