Home
last modified time | relevance | path

Searched refs:final (Results 2126 - 2150 of 2299) sorted by relevance

1...<<81828384858687888990>>...92

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp361 class GlobalValueMaterializer final : public ValueMaterializer { class
369 class LocalValueMaterializer final : public ValueMaterializer { class
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp225 class TextureOpImpl final : public GrMeshDrawOp { class
801 int numQuads() const final { return this->totNumQuads(); }
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp78 SkOpSpanBase* next = end->final() ? nullptr : end->upCast()->next(); in expand()
542 if (work->final()) { in TRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp1014 class MemorySSA::CachingWalker final : public MemorySSAWalker { class
1050 class MemorySSA::SkipSelfWalker final : public MemorySSAWalker { class
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.h1292 class InstMIPS32Mov final : public InstMIPS32 { class
1326 class InstMIPS32MovFP64ToI64 final : public InstMIPS32 { class
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp481 class SkUnicodeBidiRunIterator final : public SkShaper::BiDiRunIterator { class
527 class SkUnicodeHbScriptRunIterator final: public SkShaper::ScriptRunIterator { class
/third_party/skia/bench/
H A DTriangulatorBench.cpp33 bool isSuitableFor(Backend backend) final { return backend == kNonRendering_Backend; }
68 void onDraw(int loops, SkCanvas*) final {
/third_party/nghttp2/lib/
H A Dnghttp2_session.c3854 * the given |in| is the last chunk of header block, the |final| must
3877 int final, int call_header_cb) { in inflate_header_block()
3901 &inflate_flags, in, inlen, final); in inflate_header_block()
6671 int final; in nghttp2_session_mem_recv() local
6695 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv()
6698 if (data_readlen > 0 || (data_readlen == 0 && final)) { in nghttp2_session_mem_recv()
6701 DEBUGF("recv: block final=%d\n", final); in nghttp2_session_mem_recv()
6705 (uint8_t *)in, (size_t)data_readlen, final, in nghttp2_session_mem_recv()
3875 inflate_header_block(nghttp2_session *session, nghttp2_frame *frame, size_t *readlen_ptr, uint8_t *in, size_t inlen, int final, int call_header_cb) inflate_header_block() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c3849 * the given |in| is the last chunk of header block, the |final| must
3872 int final, int call_header_cb) { in inflate_header_block()
3896 &inflate_flags, in, inlen, final); in inflate_header_block()
6666 int final; in nghttp2_session_mem_recv() local
6690 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv()
6693 if (data_readlen > 0 || (data_readlen == 0 && final)) { in nghttp2_session_mem_recv()
6696 DEBUGF("recv: block final=%d\n", final); in nghttp2_session_mem_recv()
6700 (uint8_t *)in, (size_t)data_readlen, final, in nghttp2_session_mem_recv()
3870 inflate_header_block(nghttp2_session *session, nghttp2_frame *frame, size_t *readlen_ptr, uint8_t *in, size_t inlen, int final, int call_header_cb) inflate_header_block() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc37 class MipsOperandConverter final : public InstructionOperandConverter { class
145 class OutOfLineRecordWrite final : public OutOfLineCode { class
166 void Generate() final {
218 class ool_name final : public OutOfLineCode { \
223 void Generate() final { __ tasm_ool_name(dst_, src1_, src2_); } \
3892 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class
3896 void Generate() final { in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc36 class MipsOperandConverter final : public InstructionOperandConverter { class
143 class OutOfLineRecordWrite final : public OutOfLineCode { class
164 void Generate() final {
217 class ool_name final : public OutOfLineCode { \
222 void Generate() final { __ tasm_ool_name(dst_, src1_, src2_); } \
3702 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class
3707 void Generate() final { in AssembleArchTrap()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display.c3982 * Put the final coordinates back so that the src in skl_check_main_surface()
4338 * Put the final coordinates back so that the src in i9xx_check_plane_surface()
6622 * to the final 'target' values and we'll do this again to get the in intel_pre_plane_update()
6624 * will be the final target values which will get automatically latched in intel_pre_plane_update()
9586 u32 val, final; in ilk_init_pch_refclk() local
9645 * compute the final state we want first and check if we need to in ilk_init_pch_refclk()
9648 final = val; in ilk_init_pch_refclk()
9649 final &= ~DREF_NONSPREAD_SOURCE_MASK; in ilk_init_pch_refclk()
9651 final |= DREF_NONSPREAD_CK505_ENABLE; in ilk_init_pch_refclk()
9653 final | in ilk_init_pch_refclk()
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc2402 Node* V8Node(const v8::Local<v8::Value>& value) final {
2408 Node* AddNode(std::unique_ptr<Node> node) final {
2414 void AddEdge(Node* from, Node* to, const char* name) final {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp918 class ProgramD3D::LoadBinaryLinkEvent final : public LinkEvent
1786 class ProgramD3D::GraphicsProgramLinkEvent final : public LinkEvent
1902 class ProgramD3D::ComputeProgramLinkEvent final : public LinkEvent
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc28 class Arm64OperandConverter final : public InstructionOperandConverter { class
267 class OutOfLineRecordWrite final : public OutOfLineCode { class
286 void Generate() final {
438 class WasmProtectedInstructionTrap final : public WasmOutOfLineTrap { class
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp3266 int16 final; member
3313 while (code > 0 && fTable [code].final != k) in SearchTable()
3368 node->final = (int16) code; in InitTable()
3411 node2->final = (int16) k; in AddTable()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_main.c1488 u8 final, error = 0; in beiscsi_hdl_get_handle() local
1499 * - final - no more notifications for this PDU in beiscsi_hdl_get_handle()
1506 final = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe, in beiscsi_hdl_get_handle()
1507 final, pdpdu_cqe); in beiscsi_hdl_get_handle()
1513 final = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe_v2, in beiscsi_hdl_get_handle()
1514 final, pdpdu_cqe); in beiscsi_hdl_get_handle()
1579 pasync_handle->is_final = final; in beiscsi_hdl_get_handle()
1623 /* last handle should have final PDU notification from FW */ in beiscsi_hdl_fwd_pdu()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.c1505 u8 final, error = 0; in beiscsi_hdl_get_handle() local
1516 * - final - no more notifications for this PDU in beiscsi_hdl_get_handle()
1523 final = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe, in beiscsi_hdl_get_handle()
1524 final, pdpdu_cqe); in beiscsi_hdl_get_handle()
1530 final = AMAP_GET_BITS(struct amap_i_t_dpdu_cqe_v2, in beiscsi_hdl_get_handle()
1531 final, pdpdu_cqe); in beiscsi_hdl_get_handle()
1596 pasync_handle->is_final = final; in beiscsi_hdl_get_handle()
1640 /* last handle should have final PDU notification from FW */ in beiscsi_hdl_fwd_pdu()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c126 * 3. Relocation - Update any addresses to point to the final locations
172 * to the final locations is a fairly simple job of walking over the relocation
184 * we do leave the objects pinned in their final locations - which is a
194 * final address. If they differ, we have to map the current object and rewrite
947 static void eb_release_vmas(struct i915_execbuffer *eb, bool final) in eb_release_vmas() argument
961 if (final) in eb_release_vmas()
2096 /* The objects are in their final locations, apply the relocations. */ in eb_relocate_parse()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsm712fb.c1464 goto final; in sm7xx_resolution_probe()
1490 final: in sm7xx_resolution_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsm712fb.c1464 goto final; in sm7xx_resolution_probe()
1490 final: in sm7xx_resolution_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c136 * 3. Relocation - Update any addresses to point to the final locations
182 * to the final locations is a fairly simple job of walking over the relocation
194 * we do leave the objects pinned in their final locations - which is a
204 * final address. If they differ, we have to map the current object and rewrite
1082 static void eb_release_vmas(struct i915_execbuffer *eb, bool final) in eb_release_vmas() argument
1096 if (final) in eb_release_vmas()
1926 /* The objects are in their final locations, apply the relocations. */ in eb_relocate_parse()
/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c146 struct in6_addr *saddr = NULL, *final_p, final; in tcp_v6_connect() local
279 final_p = fl6_update_dst(&fl6, opt, &final); in tcp_v6_connect()
/third_party/ffmpeg/libavcodec/
H A Dj2kenc.c1183 static void makelayer(Jpeg2000EncoderContext *s, int layno, double thresh, Jpeg2000Tile* tile, int final) in makelayer() argument
1256 if (final) { in makelayer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp259 class GlobalTypeMember final : TrailingObjects<GlobalTypeMember, MDNode *> { class
310 struct ICallBranchFunnel final struct

Completed in 111 milliseconds

1...<<81828384858687888990>>...92