/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pps.h | 139 int edge; /* selected event type */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pps.h | 82 int edge; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pps.h | 69 int edge; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pps.h | 82 int edge; member
|
/third_party/ninja/src/ |
H A D | build_log.h | 51 bool RecordCommand(Edge* edge, int start_time, int end_time,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-optimizer.h | 75 bool AllocationTypeNeedsUpdateToOld(Node* const user, const Edge edge);
|
H A D | branch-elimination.cc | 197 for (Edge edge : merge->input_edges()) { in TryPullTrapIntoMerge() 198 Node* input = edge.to(); in TryPullTrapIntoMerge() 208 condition, NodeProperties::GetEffectInput(effect_input, edge.index()), in TryPullTrapIntoMerge() 365 // The loop entry edge always dominates the header, so we can just use in ReduceLoop() 366 // the information from the loop entry edge. in ReduceLoop()
|
H A D | store-store-elimination.cc | 477 for (Edge edge : node->use_edges()) { in RecomputeUseIntersection() 478 if (!NodeProperties::IsEffectEdge(edge)) { in RecomputeUseIntersection() 483 Node* use = edge.from(); in RecomputeUseIntersection()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_slider.cpp | 109 auto edge = direction_ == Axis::VERTICAL ? Edge(0.0, padding, 0.0, padding, DimensionUnit::PX) in AddTipChild() local 114 renderTip->SetPadding(edge); in AddTipChild() 138 renderTip->SetPadding(edge); in AddTipChild()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroller.cpp | 174 AlignDeclaration::Edge edge = AlignDeclaration::Edge::AUTO; in ScrollEdge() local 175 if (args.Length() < 1 || !ConvertFromJSValue(args[0], EDGE_TABLE, edge)) { in ScrollEdge() 182 ScrollEdgeType edgeType = EDGE_TYPE_TABLE[static_cast<int32_t>(edge)]; in ScrollEdge()
|
/third_party/node/src/ |
H A D | heap_utils.cc | 179 for (const auto& edge : edge_info.second) { in CreateObject() 180 Local<Object> to_object = info_objects[edge.second]; in CreateObject() 183 const char* edge_name = edge.first; in CreateObject()
|
/third_party/skia/src/core/ |
H A D | SkDistanceFieldGen.cpp | 20 float fDistSq; // distance squared to nearest (so far) edge texel 21 SkPoint fDistVector; // distance vector to nearest (so far) edge texel 38 // We treat an "edge" as a place where we cross from >=128 to <128, or vice versa, or 48 // search for an edge in found_edge() 114 // computes the distance to an edge given an edge normal vector and a pixel's alpha value 132 // a1 = 0.5*dy/dx is the smaller fractional area chopped off by the edge in edge_distance() 137 // relative to the edge fractional area in edge_distance() 169 // i.e., if you're outside, gradient points towards edge in init_distances() 170 // if you're inside, gradient points away from edge in init_distances() 442 float edge = 0.0f; generate_distance_field_from_image() local [all...] |
/third_party/backends/backend/ |
H A D | agfafocus.c | 477 Byte edge; /* Sharpening (0 - 7) */ in set_window() member 572 cmd.wd.edge = s->edge; in set_window() 575 "Setting parameters: imc %d, bpp %d, res %d, exp %d, attenuation [%d, %d, %d], edge %d\n", in set_window() 577 s->exposure, cmd.wd.red_att, cmd.wd.blue_att, cmd.wd.green_att, s->edge); in set_window() 594 cmd.wd.edge = s->edge; in set_window() 600 "Setting parameters: imc %d, bpp %d, res %d, bri %d, con %d, bad %d, cad %d, ht %d, edge %d\n", in set_window() 602 brightness, contrast, bright_adjust, contr_adjust, s->halftone, s->edge); in set_window() 1709 s->edge in sane_get_parameters() [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 1341 util_dynarray_foreach(&n->dag.edges, struct dag_edge, edge) { in dump_state() 1343 (struct schedule_node *)edge->child; in dump_state() 1351 edge->data ? 'w' : 'r'); in dump_state() 1436 util_dynarray_foreach(&n->dag.edges, struct dag_edge, edge) { in compute_delay() 1438 (struct schedule_node *)edge->child; in compute_delay() 1454 util_dynarray_foreach(&n->dag.edges, struct dag_edge, edge) { in pre_remove_head() 1455 if (edge->data) in pre_remove_head() 1456 dag_remove_edge(dag, edge); in pre_remove_head() 1469 util_dynarray_foreach(&node->dag.edges, struct dag_edge, edge) { in mark_instruction_scheduled() 1471 (struct schedule_node *)edge in mark_instruction_scheduled() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tool_bar_item.cpp | 247 const RefPtr<Component> DOMToolBarItem::SetPadding(const RefPtr<Component>& component, Edge&& edge) in SetPadding() argument 250 paddingComponent->SetPadding(std::move(edge)); in SetPadding()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect_impl.h | 172 // Move in and out to (same) screen edge. 178 void SetMoveEffect(TransitionEdge edge); 188 // Move in and out to different screen edge. 209 static Rosen::Vector2f GetTranslateValue(TransitionEdge edge, const RectF& rect);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherCompiler.java | 82 * traversal while maintaining a simple-as-possible node/edge structure. It's okay to reuse the 95 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in buildGraph() 97 graph.putEdgeValue(source, target, edge); in buildGraph() 121 * on the corresponding edge. This ordering is necessary for stability, but also correctness when 174 // Recurse from the outputs at the end of the sequence according to their edge values. in buildSequencesFrom()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_vec4.hpp | 295 //! Returns 0.0 if x < edge, otherwise it returns 1.0. 299 detail::fvec4SIMD const & edge, 303 float const & edge,
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | common.h | 199 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_step(glm_vec4 edge, glm_vec4 x) in glm_vec4_step() argument 201 glm_vec4 const cmp = _mm_cmple_ps(x, edge); in glm_vec4_step()
|
/third_party/ffmpeg/libavcodec/ |
H A D | rv40dsp.c | 572 int edge, in rv40_loop_filter_strength() 591 if (!edge) in rv40_loop_filter_strength() 606 int beta, int beta2, int edge, in rv40_h_loop_filter_strength() 609 return rv40_loop_filter_strength(src, stride, 1, beta, beta2, edge, p1, q1); in rv40_h_loop_filter_strength() 613 int beta, int beta2, int edge, in rv40_v_loop_filter_strength() 616 return rv40_loop_filter_strength(src, 1, stride, beta, beta2, edge, p1, q1); in rv40_v_loop_filter_strength() 569 rv40_loop_filter_strength(uint8_t *src, int step, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_loop_filter_strength() argument 605 rv40_h_loop_filter_strength(uint8_t *src, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_h_loop_filter_strength() argument 612 rv40_v_loop_filter_strength(uint8_t *src, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_v_loop_filter_strength() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.cpp | 853 JSRef<JSObject> JSImageAttachment::CreateEdge(const NG::PaddingPropertyT<NG::CalcLength>& edge) in CreateEdge() argument 856 if (edge.top.has_value()) { in CreateEdge() 857 obj->SetProperty("top", edge.top->GetDimension().ConvertToVp()); in CreateEdge() 859 if (edge.bottom.has_value()) { in CreateEdge() 860 obj->SetProperty("bottom", edge.bottom->GetDimension().ConvertToVp()); in CreateEdge() 862 if (edge.left.has_value()) { in CreateEdge() 863 obj->SetProperty("left", edge.left->GetDimension().ConvertToVp()); in CreateEdge() 865 if (edge.right.has_value()) { in CreateEdge() 866 obj->SetProperty("right", edge.right->GetDimension().ConvertToVp()); in CreateEdge()
|
/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.h | 114 const RefPtr<Component> SetPadding(const RefPtr<Component>& component, const Edge& edge);
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | browser.js | 124 if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 104 * representing an edge. When edges are paired, as from stem hints, the 105 * bottom edge must immediately precede the top edge in the array. 145 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_field_model_impl.cpp | 196 auto edge = theme->GetPadding(); in InitTextInputDefaultStyle() local 197 edge.SetTop(INNER_PADDING); in InitTextInputDefaultStyle() 198 edge.SetBottom(INNER_PADDING); in InitTextInputDefaultStyle() 199 decoration->SetPadding(edge); in InitTextInputDefaultStyle()
|