Home
last modified time | relevance | path

Searched defs:edge (Results 151 - 175 of 255) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Drv40.c312 rv40_adaptive_loop_filter(RV34DSPContext *rdsp, uint8_t *src, int stride, int dmode, int lim_q1, int lim_p1, int alpha, int beta, int beta2, int chroma, int edge, int dir) rv40_adaptive_loop_filter() argument
[all...]
/third_party/ninja/src/
H A Dgraph.cc85 Edge* edge = node->in_edge(); in RecomputeNodeDirty() local
226 Edge* edge = node->in_edge(); VerifyDAG() local
264 RecomputeOutputsDirty(Edge* edge, Node* most_recent_input, bool* outputs_dirty, string* err) RecomputeOutputsDirty() argument
277 RecomputeOutputDirty(const Edge* edge, const Node* most_recent_input, const string& command, Node* output) RecomputeOutputDirty() argument
629 LoadDeps(Edge* edge, string* err) LoadDeps() argument
653 LoadDepFile(Edge* edge, const string& path, string* err) LoadDepFile() argument
716 ProcessDepfileDeps( Edge* edge, std::vector<StringPiece>* depfile_ins, std::string* err) ProcessDepfileDeps() argument
735 LoadDepsFromLog(Edge* edge, string* err) LoadDepsFromLog() argument
761 PreallocateSpace(Edge* edge, int count) PreallocateSpace() argument
[all...]
H A Dbuild_test.cc47 Edge* edge = plan_.FindWork(); in FindWorkSorted() local
70 Edge* edge = plan_.FindWork(); in TEST_F() local
106 Edge* edge; TEST_F() local
139 Edge* edge; TEST_F() local
180 Edge* edge; TEST_F() local
216 Edge* edge = plan_.FindWork(); TestPoolWithDepthOne() local
297 Edge *edge = edges[i]; TEST_F() local
304 Edge* edge = edges[4]; TEST_F() local
372 Edge* edge = NULL; TEST_F() local
445 Edge* edge = plan_.FindWork(); TEST_F() local
585 StartCommand(Edge* edge) StartCommand() argument
685 Edge* edge = *edge_iter; WaitForCommand() local
983 Edge* edge = state_.edges_.back(); TEST_F() local
1052 Edge* edge = state_.edges_.back(); TEST_F() local
1186 Edge* edge = state_.edges_.back(); TEST_F() local
2995 Edge* edge = state.edges_.back(); TEST_F() local
3150 Edge* edge = state.edges_.back(); TEST_F() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc26 bool NodeProperties::IsValueEdge(Edge edge) { in IsValueEdge() argument
34 bool NodeProperties::IsContextEdge(Edge edge) { in IsContextEdge() argument
42 bool NodeProperties::IsFrameStateEdge(Edge edge) { in IsFrameStateEdge() argument
50 bool NodeProperties::IsEffectEdge(Edge edge) { in IsEffectEdge() argument
58 IsControlEdge(Edge edge) IsControlEdge() argument
636 IsInputRange(Edge edge, int first, int num) IsInputRange() argument
[all...]
H A Dverifier.cc2180 VerifyEdgeInputReplacement(const Edge& edge, const Node* replacement) VerifyEdgeInputReplacement() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c437 boolean *edge = &inEdges[i]; in do_clip_tri() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java105 void visit(DfaNode source, DfaEdge edge, DfaNode target); in visit() argument
526 internTarget(Edge edge) internTarget() argument
1115 visit(DfaNode source, DfaEdge edge, DfaNode target) visit() argument
[all...]
/third_party/skia/samplecode/
H A DSamplePatch.cpp78 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, in eval_sheet() argument
[all...]
/third_party/skia/src/core/
H A DSkScan_Path.cpp29 static void validate_sort(const SkEdge* edge) { in validate_sort() argument
76 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { in validate_edges_for_y() argument
193 update_edge(SkEdge* edge, int last_y) update_edge() argument
436 SkEdge* edge = sort_edges(list, count, &last); sk_fill_path() local
686 build_tri_edges(SkEdge edge[], const SkPoint pts[], const SkIRect* clipRect, SkEdge* list[]) build_tri_edges() argument
720 SkEdge* edge = sort_edges(list, count, &last); sk_fill_triangle() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp84 void GrAATriangulator::makeEvent(SSEdge* edge, Vertex* v, SSEdge* other, Vertex* dest, in makeEvent() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp568 void SetupRoutine::edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &Xb, const Int &Yb, Int &q) in edge() function in sw::SetupRoutine
592 Pointer<Byte> edge = IfThenElse(swap, rightEdge, leftEdge); in edge() local
H A DSpirvShaderControlFlow.cpp205 auto edge = Block::Edge{ from, to }; in addActiveLaneMaskEdge() local
221 auto edge = Block::Edge{ from, to }; in GetActiveLaneMaskEdge() local
431 auto edge = Block::Edge{ in, mergeBlockId }; EmitLoop() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp563 void SetupRoutine::edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &Xb, const Int &Yb, Int &q) in edge() function in sw::SetupRoutine
584 Pointer<Byte> edge = IfThenElse(swap, rightEdge, leftEdge); in edge() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.h274 AF_Edge edge; /* the segment's parent edge */ member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc431 AddEdge(bool owned, CordRep* edge, size_t delta) AddEdge() argument
440 SetEdge(bool owned, CordRep* edge, size_t delta) SetEdge() argument
673 CordRep* const edge = node->Edge(begin); CopySuffix() local
728 CordRep* edge = node->Edge(pos.index); CopyPrefix() local
833 const CordRep* edge = node->Edge(front.index); IsFlat() local
873 CordRep* const edge = node->Edge(kBack); GetAppendBufferSlow() local
[all...]
H A Dcord_rep_btree_test.cc39 static void SetEdge(CordRepBtree* node, size_t idx, CordRep* edge) { in SetEdge() argument
42 static void AddEdge(CordRepBtree* node, CordRep* edge) { in AddEdge() argument
1291 CordRep* const edge = leaf->Edges()[0]; in TEST() local
1314 CordRep* const edge = tree->Edges()[0]; TEST() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.c648 void rkcif_config_dvp_clk_sampling_edge(struct rkcif_device *dev, enum rkcif_clk_edge edge) in rkcif_config_dvp_clk_sampling_edge() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.c712 rkcif_config_dvp_clk_sampling_edge(struct rkcif_device *dev, enum rkcif_clk_edge edge) rkcif_config_dvp_clk_sampling_edge() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h362 void SetPadding(const Edge& edge) in SetPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp390 BuildButton( const RefPtr<ButtonComponent>& button, const EventMarker& callbackId, const Edge& edge, bool isAutoFocus) BuildButton() argument
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-axi-clkgen.c166 unsigned int edge; member
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dlgdt3305.c229 enum lgdt3305_tp_clock_edge edge = state->cfg->tpclk_edge; in lgdt3305_mpeg_mode_polarity() local
H A Dlgdt3306a.c260 lgdt3306a_mpeg_mode_polarity(struct lgdt3306a_state *state, enum lgdt3306a_tp_clock_edge edge, enum lgdt3306a_tp_valid_polarity valid) lgdt3306a_mpeg_mode_polarity() argument
/kernel/linux/linux-5.10/drivers/mfd/
H A Dasic3.c127 u16 edge; in asic3_irq_flip_edge() local
300 u16 trigger, level, edge, bit; in asic3_gpio_irq_type() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dlgdt3306a.c260 lgdt3306a_mpeg_mode_polarity(struct lgdt3306a_state *state, enum lgdt3306a_tp_clock_edge edge, enum lgdt3306a_tp_valid_polarity valid) lgdt3306a_mpeg_mode_polarity() argument

Completed in 56 milliseconds

1234567891011