Home
last modified time | relevance | path

Searched refs:first (Results 326 - 350 of 6195) sorted by relevance

1...<<11121314151617181920>>...248

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DMapVector.h101 auto &I = Result.first->second; in operator []()
118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
120 auto &I = Result.first->second; in insert()
122 Vector.push_back(std::make_pair(KV.first, KV.second)); in insert()
130 // Copy KV.first into the map, then move it into the vector. in insert()
131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
133 auto &I = Result.first->second; in insert()
161 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back()
174 Map.erase(Iterator->first); in erase()
214 Map.erase(I->first); in remove_if()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Dwhen-input-file-text-does-not-change-but-its-modified-time-changes.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
49 "outFile": "./bin/first-output.js",
124 { "path": "../first", "prepend": true },
135 * src/first/tsconfig.json
139 [12:00:07 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first
[all...]
/third_party/vixl/src/
H A Dcpu-features.h301 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures() argument
302 Combine(first, others...);
342 void Combine(T first, U... others) { in Combine() argument
343 Combine(first); in Combine()
356 void Remove(T first, U... others) { in Remove() argument
357 Remove(first); in Remove()
386 bool Has(T first, U... others) const { in Has() argument
387 return Has(first) && Has(others...); in Has()
483 CPUFeaturesScope(T* cpu_features_wrapper, U first, V... features) in CPUFeaturesScope() argument
486 cpu_features_->Combine(first, feature in CPUFeaturesScope()
[all...]
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs9 /// Gets an object from the first parser,
13 /// * `first` The first parser to apply.
30 mut first: F, in pair()
38 let (input, o1) = first.parse(input)?; in pair()
43 /// Matches an object from the first parser and discards it,
47 /// * `first` The opening parser.
64 mut first: F, in preceded()
72 let (input, _) = first.parse(input)?; in preceded()
77 /// Gets an object from the first parse
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp63 OS << ' ' << printReg(I.first, &P.G.getTRI()) << '{'; in operator <<()
65 OS << Print<NodeId>(J->first, P.G) << PrintLaneMaskOpt(J->second); in operator <<()
79 // upward traversal: the first def is the closest to the given reference RefA,
85 // node. This sequence will terminate at the first phi node [1].
215 // i.e. first check each def if is covered or not (without adding them in getAllReachingDefs()
221 // covered if we added A first, and A would be covered in getAllReachingDefs()
222 // if we added B first. in getAllReachingDefs()
312 return { T.first, false }; in getAllReachingDefsRecImpl()
313 Result.insert(T.first.begin(), T.first in getAllReachingDefsRecImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp18 /// apeared at the first time. For example, if we do Subtarget.hasSSE42() in
19 /// the lookups below the cost is based on Nehalem as that was the first CPU
195 return LT.first * Entry->Cost; in getArithmeticInstrCost()
233 return LT.first * 3; // pmullw/sext in getArithmeticInstrCost()
235 return LT.first * 3; // pmullw/zext in getArithmeticInstrCost()
237 return LT.first * 5; // pmullw/pmulhw/pshuf in getArithmeticInstrCost()
239 return LT.first * 5; // pmullw/pmulhw/pshuf in getArithmeticInstrCost()
244 return LT.first * Entry->Cost; in getArithmeticInstrCost()
300 return LT.first * Entry->Cost; in getArithmeticInstrCost()
313 return LT.first * Entr in getArithmeticInstrCost()
[all...]
/third_party/libabigail/src/
H A Dabg-comparison.cc358 /// qualified names of their first subjects.
379 /// qualified names of their first subjects.
537 /// Return the first underlying type that is not a qualified type.
540 /// @return the first underlying type that is not a qualified type, or
571 type_or_decl_base_sptr first = d->first_subject(); in is_diff_of_global_decls()
572 ABG_ASSERT(first); in is_diff_of_global_decls()
577 if (decl_base_sptr decl = is_decl(first)) in is_diff_of_global_decls()
933 /// Getter for the first corpus of the corpus diff of the current context.
935 /// @return the first corpus of the corpus diff of the current
984 /// @param first th
991 has_diff_for(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second) const has_diff_for() argument
1010 has_diff_for_types(const type_base_sptr first, const type_base_sptr second) const has_diff_for_types() argument
1085 add_diff(type_or_decl_base_sptr first, type_or_decl_base_sptr second, const diff_sptr d) add_diff() argument
1125 get_canonical_diff_for(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second) const get_canonical_diff_for() argument
1150 set_canonical_diff_for(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, const diff_sptr d) set_canonical_diff_for() argument
1174 set_or_get_canonical_diff_for(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, const diff_sptr canonical_diff) set_or_get_canonical_diff_for() argument
2539 distinct_diff(type_or_decl_base_sptr first, type_or_decl_base_sptr second, diff_context_sptr ctxt) distinct_diff() argument
2550 distinct_diff::first() const first() function in abigail::comparison::distinct_diff
2600 entities_are_of_distinct_kinds(type_or_decl_base_sptr first, type_or_decl_base_sptr second) entities_are_of_distinct_kinds() argument
2656 compute_diff_for_distinct_kinds(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) compute_diff_for_distinct_kinds() argument
2692 try_to_diff(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) try_to_diff() argument
2721 try_to_diff(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) try_to_diff() argument
2762 try_to_diff_distinct_kinds(const type_or_decl_base_sptr first, const type_or_decl_base_sptr second, diff_context_sptr ctxt) try_to_diff_distinct_kinds() argument
2785 compute_diff_for_types(const type_or_decl_base_sptr& first, const type_or_decl_base_sptr& second, const diff_context_sptr& ctxt) compute_diff_for_types() argument
3098 compute_diff_for_decls(const decl_base_sptr first, const decl_base_sptr second, diff_context_sptr ctxt) compute_diff_for_decls() argument
3129 compute_diff(const decl_base_sptr first, const decl_base_sptr second, diff_context_sptr ctxt) compute_diff() argument
3159 compute_diff(const type_base_sptr first, const type_base_sptr second, diff_context_sptr ctxt) compute_diff() argument
3225 var_diff(var_decl_sptr first, var_decl_sptr second, diff_sptr type_diff, diff_context_sptr ctxt) var_diff() argument
3311 compute_diff(const var_decl_sptr first, const var_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
3341 pointer_diff(pointer_type_def_sptr first, pointer_type_def_sptr second, diff_sptr underlying, diff_context_sptr ctxt) pointer_diff() argument
3442 compute_diff(pointer_type_def_sptr first, pointer_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3478 array_diff(const array_type_def_sptr first, const array_type_def_sptr second, diff_sptr element_type_diff, diff_context_sptr ctxt) array_diff() argument
3595 compute_diff(array_type_def_sptr first, array_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3626 reference_diff(const reference_type_def_sptr first, const reference_type_def_sptr second, diff_sptr underlying, diff_context_sptr ctxt) reference_diff() argument
3727 compute_diff(reference_type_def_sptr first, reference_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3758 qualified_type_diff(qualified_type_def_sptr first, qualified_type_def_sptr second, diff_sptr under, diff_context_sptr ctxt) qualified_type_diff() argument
3874 compute_diff(const qualified_type_def_sptr first, const qualified_type_def_sptr second, diff_context_sptr ctxt) compute_diff() argument
3988 enum_diff(const enum_type_decl_sptr first, const enum_type_decl_sptr second, const diff_sptr underlying_type_diff, const diff_context_sptr ctxt) enum_diff() argument
4089 compute_diff(const enum_type_decl_sptr first, const enum_type_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
5662 compute_diff(const class_decl_sptr first, const class_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
5782 base_diff(class_decl::base_spec_sptr first, class_decl::base_spec_sptr second, class_diff_sptr underlying, diff_context_sptr ctxt) base_diff() argument
5884 compute_diff(const class_decl::base_spec_sptr first, const class_decl::base_spec_sptr second, diff_context_sptr ctxt) compute_diff() argument
5999 compute_diff(const union_decl_sptr first, const union_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
6497 compute_diff(const scope_decl_sptr first, const scope_decl_sptr second, scope_diff_sptr d, diff_context_sptr ctxt) compute_diff() argument
6554 fn_parm_diff(const function_decl::parameter_sptr first, const function_decl::parameter_sptr second, diff_context_sptr ctxt) fn_parm_diff() argument
6673 compute_diff(const function_decl::parameter_sptr first, const function_decl::parameter_sptr second, diff_context_sptr ctxt) compute_diff() argument
6819 function_type_diff(const function_type_sptr first, const function_type_sptr second, diff_context_sptr ctxt) function_type_diff() argument
6966 compute_diff(const function_type_sptr first, const function_type_sptr second, diff_context_sptr ctxt) compute_diff() argument
7022 function_decl_diff(const function_decl_sptr first, const function_decl_sptr second, diff_context_sptr ctxt) function_decl_diff() argument
7106 compute_diff(const function_decl_sptr first, const function_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
7145 type_decl_diff(const type_decl_sptr first, const type_decl_sptr second, diff_context_sptr ctxt) type_decl_diff() argument
7234 compute_diff(const type_decl_sptr first, const type_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
7279 typedef_diff(const typedef_decl_sptr first, const typedef_decl_sptr second, const diff_sptr underlying, diff_context_sptr ctxt) typedef_diff() argument
7384 compute_diff(const typedef_decl_sptr first, const typedef_decl_sptr second, diff_context_sptr ctxt) compute_diff() argument
7441 translation_unit_diff(translation_unit_sptr first, translation_unit_sptr second, diff_context_sptr ctxt) translation_unit_diff() argument
7500 compute_diff(const translation_unit_sptr first, const translation_unit_sptr second, diff_context_sptr ctxt) compute_diff() argument
10289 corpus_diff(corpus_sptr first, corpus_sptr second, diff_context_sptr ctxt) corpus_diff() argument
[all...]
H A Dabg-comp-filter.cc90 /// @param class1 the first class to consider.
109 /// @param enum1 the first enum to consider.
141 /// @param f the first version of the type to consider.
163 /// @param f the declaration of the first version of the type to
198 /// @param f the declaration for the first version of the member
223 /// @param f the first function or variable to consider.
259 /// @param f the first function or variable to consider.
300 /// @param f the first function to consider.
351 /// @param f the declaration for the first version of the data member to
379 /// @param f the first versio
941 is_decl_only_class_with_size_change(const class_or_union& first, const class_or_union& second) is_decl_only_class_with_size_change() argument
971 is_decl_only_class_with_size_change(const class_or_union_sptr& first, const class_or_union_sptr& second) is_decl_only_class_with_size_change() argument
1021 has_decl_only_def_change(const decl_base_sptr& first, const decl_base_sptr& second) has_decl_only_def_change() argument
1072 has_class_decl_only_def_change(const class_or_union_sptr& first, const class_or_union_sptr& second) has_class_decl_only_def_change() argument
1099 has_enum_decl_only_def_change(const enum_type_decl_sptr& first, const enum_type_decl_sptr& second) has_enum_decl_only_def_change() argument
1244 type_base_sptr first = is_type(td->first_subject()); is_mostly_distinct_diff() local
[all...]
/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp344 switch (GetValueType(iter->first)) { in GetFormatMap()
346 ret = PutIntValueToFormatMap(formatTemp, iter->first, AnyCast<int32_t>(iter->second)); in GetFormatMap()
349 ret = PutLongValueToFormatMap(formatTemp, iter->first, AnyCast<int64_t>(iter->second)); in GetFormatMap()
352 ret = PutFloatValueToFormatMap(formatTemp, iter->first, AnyCast<float>(iter->second)); in GetFormatMap()
355 ret = PutDoubleValueToFormatMap(formatTemp, iter->first, AnyCast<double>(iter->second)); in GetFormatMap()
358 ret = PutStringValueToFormatMap(formatTemp, iter->first, AnyCast<std::string>(iter->second)); in GetFormatMap()
364 ret = PutBufferToFormatMap(formatTemp, iter->first, addr, size); in GetFormatMap()
368 MEDIA_LOG_E("Format::Stringify failed. Key: %{public}s", iter->first.c_str()); in GetFormatMap()
370 FALSE_LOG_MSG(ret, "Put value to formatMap failed, key = %{public}s", iter->first.c_str()); in GetFormatMap()
387 switch (GetValueType(iter->first)) { in Stringify()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp54 if (twoAlignedValues.first.has_value() && twoAlignedValues.second.has_value()) { in UpdateTwoAlignValues()
61 if (!twoAlignedValues.first.has_value()) { in UpdateTwoAlignValues()
62 twoAlignedValues.first = result; in UpdateTwoAlignValues()
274 if (guideline.second.first == LineDirection::HORIZONTAL) { in CalcGuideline()
275 recordOffsetMap_[guideline.first] = OffsetF(0.0f, guideline.second.second); in CalcGuideline()
277 recordOffsetMap_[guideline.first] = OffsetF(guideline.second.second, 0.0f); in CalcGuideline()
311 if (guidelines_[nodeName].first == LineDirection::VERTICAL) { in GetBarrierRectByReferencedIds()
322 switch (barriers_[nodeName].first) { in GetBarrierRectByReferencedIds()
363 switch (barriers_[barrierName].first) { in MeasureBarrier()
410 childLayoutWeight = nextNodeFlexItem->GetChainWeight()->first in CheckNodeInHorizontalChain()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec_bind_macros.h40 int32_t IpcSerialize(MessageParcel &pacel, T first, Args... last) \
42 if (!IPC_CODEC::IpcEncodeBindAttr(pacel, first)) { \
61 int32_t IpcDeserialize(MessageParcel &pacel, T &first, Args &...last) \
63 if (!IPC_CODEC::IpcDecodeBindAttr(pacel, first)) { \
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dexternal_wifi_common_builder_manager.cpp58 if (commonBuilderPair.first.first != scoreTag) { in BuildScore()
71 if (commonBuilderPair.first.first != filterTag) { in BuildFilter()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dfind_by_first.h21 // Given a vector of pairs sorted by the first element of each pair, find
22 // the corresponding value given a key to be compared to the first element.
35 return SpanLessThan(left.first, right); in FindByFirst()
37 return (it != sorted_by_first.end() && SpanEquals(it->first, key)) in FindByFirst()
51 span<uint8_t> right) { return SpanLessThan(left.first, right); }); in FindByFirst()
52 return (it != sorted_by_first.end() && SpanEquals(it->first, key)) in FindByFirst()
/third_party/musl/src/stdio/
H A Dfgetwc.c24 int first = 1; in __fgetwc_unlocked_internal() local
28 if (!first) { in __fgetwc_unlocked_internal()
36 if (!first) { in __fgetwc_unlocked_internal()
42 first = 0; in __fgetwc_unlocked_internal()
/third_party/ltp/testcases/kernel/syscalls/mlock/
H A Dmlock03.c39 long first = -1, last = -1; in verify_mlock() local
56 first = (to - from) / KB; in verify_mlock()
72 tst_res(TINFO, "starting stack size is %ld", first); in verify_mlock()
74 if (last < first) in verify_mlock()
/third_party/rust/crates/clap/tests/derive/
H A Dbasic.rs35 first: i32, in update_basic()
46 first: 42, in update_basic()
58 first: i32, in update_explicit_required()
69 first: 42, in update_explicit_required()
/third_party/typescript/tests/baselines/reference/
H A DtypeofObjectInference.js4 function decorateA<O extends any>(fn: (first: {value: typeof val}) => O) {
9 function decorateB<O extends any>(fn: (first: typeof val) => O) {
14 function decorateC<O extends any>(fn: (first: {value: number}) => O) {
20 function decorateD<O extends any>(fn: (first: First) => O) {
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java406 System.err.println("The XLIFF document is invalid, please check it first: "); in createRB()
487 // process the first group element. The first group element is in createRB()
752 ResourceInt first; field in XLIFF2ICUConverter.ResourceIntVector
758 ResourceInt current = (ResourceInt) first; in write()
772 Resource first; field in XLIFF2ICUConverter.ResourceTable
778 Resource current = first; in write()
789 Resource first; field in XLIFF2ICUConverter.ResourceArray
795 Resource current = first; in write()
1054 ((ResourceArray) currentSource).first in parseArray()
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c321 struct tp_touch *first = tp->gesture.touches[0], in tp_gesture_get_pinch_info() local
324 delta = device_delta(first->point, second->point); in tp_gesture_get_pinch_info()
329 *center = device_average(first->point, second->point); in tp_gesture_get_pinch_info()
347 struct tp_touch *first = tp->gesture.touches[0], in tp_gesture_set_scroll_buildup() local
350 d0 = device_delta(first->point, first->gesture.initial); in tp_gesture_set_scroll_buildup()
694 struct tp_touch *first; in tp_gesture_handle_event_on_state_pointer_motion() local
707 first = tp->gesture.touches[0]; in tp_gesture_handle_event_on_state_pointer_motion()
708 first_moved = tp_gesture_mm_moved(tp, first); in tp_gesture_handle_event_on_state_pointer_motion()
866 struct tp_touch *first in tp_gesture_detect_motion_gestures() local
1027 struct tp_touch *first = tp->gesture.touches[0], tp_gesture_is_pinch() local
1054 struct tp_touch *first, *second; tp_gesture_handle_state_none() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp643 * @tc.steps: steps3. Create a first child named imageLayoutWrapper for columnLayoutWrapper. in HWTEST_F()
829 * @tc.steps: steps3. Create a first child named imageLayoutWrapper for columnLayoutWrapper. in HWTEST_F()
975 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
978 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.rbegin()->first, TABCONTENT_NUMBER - 1); in HWTEST_F()
992 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
995 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.rbegin()->first, TABCONTENT_NUMBER - 1); in HWTEST_F()
1010 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
1013 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.rbegin()->first, TABCONTENT_NUMBER - 1); in HWTEST_F()
1047 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.begin()->first, 0); in HWTEST_F()
1049 EXPECT_EQ(tabBarPattern_->visibleItemPosition_.rbegin()->first, in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/
H A Daudio_interrupt_service.cpp215 if ((iterActive->first).pid == callerPid && audioSession != nullptr) { in AddActiveInterruptToSession()
262 return pair.first.pid == callerPid && pair.second == PLACEHOLDER; in RemovePlaceholderInterruptForSession()
266 AudioInterrupt placeholder = iter->first; in RemovePlaceholderInterruptForSession()
441 zoneDump->interruptCbSessionIdsMap.insert(interruptCbInfo.first); in AddDumpInfo()
444 zoneDump->audioPolicyClientProxyCBClientPidMap.insert(audioPolicyClientProxyCBInfo.first); in AddDumpInfo()
537 // Register client death recipient first in SetAudioInterruptCallback()
595 return pair.first.sessionId == incomingSessionId && pair.second == ACTIVE; in AudioInterruptIsActiveInFocusList()
699 if ((*it).first.streamUsage == STREAM_USAGE_VOICE_MODEM_COMMUNICATION || in ClearAudioFocusInfoListOnAccountsChanged()
700 (*it).first.streamUsage == STREAM_USAGE_VOICE_RINGTONE) { in ClearAudioFocusInfoListOnAccountsChanged()
705 handler_->SendInterruptEventWithSessionIdCallback(interruptEvent, (*it).first in ClearAudioFocusInfoListOnAccountsChanged()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c94 unsigned first; member
102 unsigned first; member
124 unsigned first; member
143 unsigned first; member
311 ureg->input[i].last = MAX2(ureg->input[i].last, ureg->input[i].first + array_size - 1); in ureg_DECL_fs_input_centroid_layout()
325 ureg->input[i].first = index; in ureg_DECL_fs_input_centroid_layout()
336 return ureg_src_array_register(TGSI_FILE_INPUT, ureg->input[i].first, in ureg_DECL_fs_input_centroid_layout()
450 ureg->output[i].last = MAX2(ureg->output[i].last, ureg->output[i].first + array_size - 1); in ureg_DECL_output_layout()
462 ureg->output[i].first = index; in ureg_DECL_output_layout()
477 return ureg_dst_array_register(TGSI_FILE_OUTPUT, ureg->output[i].first, in ureg_DECL_output_layout()
529 ureg_DECL_constant2D(struct ureg_program *ureg, unsigned first, unsigned last, unsigned index2D) ureg_DECL_constant2D() argument
616 ureg_DECL_hw_atomic(struct ureg_program *ureg, unsigned first, unsigned last, unsigned buffer_id, unsigned array_id) ureg_DECL_hw_atomic() argument
1514 emit_decl_semantic(struct ureg_program *ureg, unsigned file, unsigned first, unsigned last, enum tgsi_semantic semantic_name, unsigned semantic_index, unsigned streams, unsigned usage_mask, unsigned array_id, boolean invariant) emit_decl_semantic() argument
1555 emit_decl_atomic_2d(struct ureg_program *ureg, unsigned first, unsigned last, unsigned index2D, unsigned array_id) emit_decl_atomic_2d() argument
1585 emit_decl_fs(struct ureg_program *ureg, unsigned file, unsigned first, unsigned last, enum tgsi_semantic semantic_name, unsigned semantic_index, enum tgsi_interpolate_mode interpolate, enum tgsi_interpolate_loc interpolate_location, unsigned array_id, unsigned usage_mask) emit_decl_fs() argument
1627 emit_decl_temps( struct ureg_program *ureg, unsigned first, unsigned last, boolean local, unsigned arrayid ) emit_decl_temps() argument
1653 emit_decl_range( struct ureg_program *ureg, unsigned file, unsigned first, unsigned count ) emit_decl_range() argument
1673 emit_decl_range2D(struct ureg_program *ureg, unsigned file, unsigned first, unsigned last, unsigned index2D) emit_decl_range2D() argument
2048 unsigned first = i; emit_decls() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp314 // Read reserved bytes. The first of these will be a version byte. in readzoneinfo()
427 // Check if the first type is not dst in readzoneinfo()
430 // first transition, but no DST is observed. in readzoneinfo()
610 // Get the first file in scandir()
932 ruleIDset.insert(p.first); in insertRuleID()
1032 bool first; in print() local
1040 for (first = true; trn != transitions.end() && trn->time < LOWEST_TIME32; ++trn) { in print()
1041 if (!first) { in print()
1044 first = false; in print()
1053 for (first in print()
1853 bool first = true; main() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp314 // Read reserved bytes. The first of these will be a version byte. in readzoneinfo()
427 // Check if the first type is not dst in readzoneinfo()
430 // first transition, but no DST is observed. in readzoneinfo()
610 // Get the first file in scandir()
932 ruleIDset.insert(p.first); in insertRuleID()
1032 bool first; in print() local
1040 for (first = true; trn != transitions.end() && trn->time < LOWEST_TIME32; ++trn) { in print()
1041 if (!first) { in print()
1044 first = false; in print()
1053 for (first in print()
1853 bool first = true; main() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_quirk.c40 static boolean first = TRUE; in _nine_get_quirk() local
43 if (first) { in _nine_get_quirk()
44 first = FALSE; in _nine_get_quirk()

Completed in 32 milliseconds

1...<<11121314151617181920>>...248