Home
last modified time | relevance | path

Searched refs:final (Results 2151 - 2175 of 2321) sorted by relevance

1...<<81828384858687888990>>...93

/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
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1044 u64 final, diff; in hdmi_audio_math_diff() local
1047 final = (u64)pixel_clk * n; in hdmi_audio_math_diff()
1049 cts = final; in hdmi_audio_math_diff()
1052 diff = final - (u64)cts * (0x80 * freq); in hdmi_audio_math_diff()
1930 /* PLL/MPLL Cfg - always match on final entry */ in hdmi_phy_configure_dwc_hdmi_3d_tx()
2405 dev_dbg(hdmi->dev, "final pixclk = %d\n", vmode->mpixelclock); in hdmi_av_composer()
2412 dev_dbg(hdmi->dev, "final tmdsclock = %d\n", vmode->mtmdsclock); in hdmi_av_composer()
/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
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h166 class RepeatedField final { class
923 class RepeatedPtrField final : private internal::RepeatedPtrFieldBase { class
/third_party/python/Lib/unittest/
H A Dmock.py641 final = args.pop()
645 setattr(obj, final, val)
2639 final call."""
/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c678 inst->alg.final = cryptd_hash_final_enqueue; in cryptd_create_hash()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dround.S493 | d0{31:29} final guard,round,sticky

Completed in 124 milliseconds

1...<<81828384858687888990>>...93