Home
last modified time | relevance | path

Searched refs:needed (Results 51 - 75 of 318) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/tools/testing/selftests/rtc/
H A DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/kernel/linux/linux-6.6/tools/testing/selftests/rtc/
H A DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dprotocols.h19 # error arch fixup needed here
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dprotocols.h19 # error arch fixup needed here
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A DMakefile5 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c216 BITSET_TEST(needed, MESA_VK_DYNAMIC_##STATE)
276 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_vi()
309 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ia()
340 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ts()
384 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_vp()
418 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_dr()
524 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_rs()
559 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_fsr()
652 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ms()
694 const BITSET_WORD *needed, in vk_dynamic_graphics_state_init_ds()
275 vk_dynamic_graphics_state_init_vi(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_vertex_input_state *vi) vk_dynamic_graphics_state_init_vi() argument
308 vk_dynamic_graphics_state_init_ia(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_input_assembly_state *ia) vk_dynamic_graphics_state_init_ia() argument
339 vk_dynamic_graphics_state_init_ts(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_tessellation_state *ts) vk_dynamic_graphics_state_init_ts() argument
383 vk_dynamic_graphics_state_init_vp(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_viewport_state *vp) vk_dynamic_graphics_state_init_vp() argument
417 vk_dynamic_graphics_state_init_dr(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_discard_rectangles_state *dr) vk_dynamic_graphics_state_init_dr() argument
523 vk_dynamic_graphics_state_init_rs(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_rasterization_state *rs) vk_dynamic_graphics_state_init_rs() argument
557 vk_dynamic_graphics_state_init_fsr( struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_fragment_shading_rate_state *fsr) vk_dynamic_graphics_state_init_fsr() argument
651 vk_dynamic_graphics_state_init_ms(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_multisample_state *ms) vk_dynamic_graphics_state_init_ms() argument
693 vk_dynamic_graphics_state_init_ds(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_depth_stencil_state *ds) vk_dynamic_graphics_state_init_ds() argument
866 vk_dynamic_graphics_state_init_cb(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_color_blend_state *cb) vk_dynamic_graphics_state_init_cb() argument
969 vk_dynamic_graphics_state_init_rp(struct vk_dynamic_graphics_state *dst, const BITSET_WORD *needed, const struct vk_render_pass_state *rp) vk_dynamic_graphics_state_init_rp() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dvirtio_net.h88 u32 needed = start + max_t(u32, thlen, off + sizeof(__sum16)); in virtio_net_hdr_to_skb() local
90 if (!pskb_may_pull(skb, needed)) in virtio_net_hdr_to_skb()
/kernel/linux/linux-5.10/net/6lowpan/
H A Dnhc_udp.c37 static int udp_uncompress(struct sk_buff *skb, size_t needed) in udp_uncompress() argument
106 err = skb_cow(skb, needed); in udp_uncompress()
/kernel/linux/linux-6.6/net/6lowpan/
H A Dnhc_udp.c36 static int udp_uncompress(struct sk_buff *skb, size_t needed) in udp_uncompress() argument
105 err = skb_cow(skb, needed); in udp_uncompress()
/third_party/libunwind/libunwind/doc/
H A Dunw_step.tex39 unwind-info needed to complete the operation.
40 \item[\Const{UNW\_EBADVERSION}] The unwind-info needed to complete the
/third_party/curl/lib/
H A Drtsp.c68 * is needed
735 size_t needed; in rtsp_filter_rtp() local
737 needed = rtspc->rtp_len - rtp_len; in rtsp_filter_rtp()
738 if(needed <= blen) { in rtsp_filter_rtp()
739 if(Curl_dyn_addn(&rtspc->buf, buf, needed)) { in rtsp_filter_rtp()
743 *pconsumed += needed; in rtsp_filter_rtp()
744 buf += needed; in rtsp_filter_rtp()
745 blen -= needed; in rtsp_filter_rtp()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A DMakefile6 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/
H A DMakefile9 CFLAGS += -Wl,-no-as-needed -Wall
/kernel/linux/linux-6.6/tools/testing/selftests/uevent/
H A DMakefile9 CFLAGS += -Wl,-no-as-needed -Wall
/third_party/python/Modules/
H A Darraymodule.c2162 /* Impossible, but needed to shut up GCC about the unhandled in array__array_reconstructor_impl()
2408 Py_ssize_t start, stop, step, slicelength, needed; in array_ass_subscr() local
2449 needed = 0; in array_ass_subscr()
2453 needed = Py_SIZE(other); in array_ass_subscr()
2457 value = array_slice(other, 0, needed); in array_ass_subscr()
2484 if ((needed == 0 || slicelength != needed) && self->ob_exports > 0) { in array_ass_subscr()
2491 if (slicelength > needed) { in array_ass_subscr()
2492 memmove(self->ob_item + (start + needed) * itemsize, in array_ass_subscr()
2496 needed in array_ass_subscr()
[all...]
/third_party/ltp/lib/
H A Dtst_rtnetlink.c32 size_t needed, offset, curlen = NLMSG_ALIGN(ctx->datalen); in tst_rtnl_grow_buffer() local
38 needed = size - (ctx->bufsize - curlen); in tst_rtnl_grow_buffer()
39 size = ctx->bufsize + (ctx->bufsize > needed ? ctx->bufsize : needed); in tst_rtnl_grow_buffer()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/kernel/linux/linux-5.10/include/net/sctp/
H A Dulpqueue.h10 * These are the definitions needed for the sctp_ulpq type. The
67 struct sk_buff_head *list, __u16 needed);
/kernel/linux/linux-6.6/include/net/sctp/
H A Dulpqueue.h10 * These are the definitions needed for the sctp_ulpq type. The
66 struct sk_buff_head *list, __u16 needed);
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A DMakefile5 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A DMakefile2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
/third_party/ffmpeg/libavcodec/
H A Dlibopenjpegenc.c75 OPJ_SIZE_T needed = nb_bytes - remaining; in stream_write() local
77 if (needed > max_growth) { in stream_write()
80 if (av_grow_packet(packet, (int)needed)) { in stream_write()
103 OPJ_SIZE_T needed = nb_bytes - remaining; in stream_skip() local
105 if (needed > max_growth) { in stream_skip()
108 if (av_grow_packet(packet, (int)needed)) { in stream_skip()
/kernel/linux/linux-6.6/include/linux/
H A Dvirtio_net.h99 u32 needed = start + max_t(u32, thlen, off + sizeof(__sum16)); in virtio_net_hdr_to_skb() local
101 if (!pskb_may_pull(skb, needed)) in virtio_net_hdr_to_skb()

Completed in 17 milliseconds

12345678910>>...13