/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds.h | 26 loff_t pos, size_t count); 29 loff_t pos, size_t count);
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | eventfd.c | 14 static size_t syscall_arg__scnprintf_eventfd_flags(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_eventfd_flags()
|
H A D | waitid_options.c | 5 static size_t syscall_arg__scnprintf_waitid_options(char *bf, size_t size, in syscall_arg__scnprintf_waitid_options()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | call-path.h | 57 size_t next; 58 size_t sz;
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | exec_target.c | 14 size_t val; in main() 16 fread(&val, sizeof(size_t), 1, stdin); in main()
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.h | 48 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, 54 size_t buf_len);
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.h | 35 unsigned int alg, const void *buf, size_t len); 37 unsigned int alg, void *buf, size_t len);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_synproxy.c | 21 static void escape_str(char *out, const char *in, size_t size) in escape_str() 24 size_t i; in escape_str() 39 static bool expect_str(char *buf, size_t size, const char *str, const char *name) in expect_str() 65 size_t size; in test_synproxy()
|
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | strncpy_from_user.c | 42 size_t offset = 0;
in LOS_StrncpyFromUser() 48 maxCount = (LOS_IsUserAddressRange((VADDR_T)(UINTPTR)src, (size_t)count)) ? \
in LOS_StrncpyFromUser()
|
H A D | strnlen_user.c | 42 size_t offset = 0;
in LOS_StrnlenUser() 48 maxCount = (LOS_IsUserAddressRange((VADDR_T)(UINTPTR)src, (size_t)count)) ? \
in LOS_StrnlenUser()
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_ipcdebug_pri.h | 45 size_t ipcDebugCBSize; /**< Single control block size */ 46 size_t ipcDebugCBCnt; /**< Number of control blocks */
|
H A D | los_memory_pri.h | 49 extern STATUS_T OsKHeapInit(size_t size); 50 extern VOID OsDumpMemByte(size_t length, UINTPTR addr);
|
/kernel/liteos_a/lib/libc/musl/src/ |
H A D | memcmp.c | 37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp() 42 size_t num = n; in memcmp()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | shmbuf.h | 24 size_t shm_segsz; 37 size_t shm_segsz;
|
/kernel/liteos_m/kal/posix/include/ |
H A D | pipe_impl.h | 50 INT32 PipeRead(INT32 fd, VOID *buf, size_t len); 51 INT32 PipeWrite(INT32 fd, const VOID *buf, size_t len);
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tkip.h | 16 u8 *payload, size_t payload_len); 26 u8 *payload, size_t payload_len, u8 *ta,
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | shmbuf.h | 24 size_t shm_segsz; 37 size_t shm_segsz;
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_dwarf_gnu_debugaltlink.c | 52 size_t build_id_len = data->d_size - (ptr - data->d_buf + 1); in dwelf_dwarf_gnu_debugaltlink() 53 if (build_id_len == 0 || (size_t) (ssize_t) build_id_len != build_id_len) in dwelf_dwarf_gnu_debugaltlink()
|
/third_party/elfutils/backends/ |
H A D | bpf_regs.c | 42 int regno, char *name, size_t namelen, in bpf_register_info() 59 return ((size_t)len < namelen ? len : -1); in bpf_register_info()
|
/third_party/ffmpeg/libavfilter/ |
H A D | framepool.h | 47 FFFramePool *ff_frame_pool_video_init(AVBufferRef* (*alloc)(size_t size), 65 FFFramePool *ff_frame_pool_audio_init(AVBufferRef* (*alloc)(size_t size),
|
/third_party/ffmpeg/libavutil/ |
H A D | dovi_meta.c | 24 AVDOVIDecoderConfigurationRecord *av_dovi_alloc(size_t *size) in av_dovi_alloc() 44 AVDOVIMetadata *av_dovi_metadata_alloc(size_t *size) in av_dovi_metadata_alloc()
|
/third_party/curl/lib/ |
H A D | strcase.h | 48 void Curl_strntoupper(char *dest, const char *src, size_t n); 49 void Curl_strntolower(char *dest, const char *src, size_t n);
|
/third_party/curl/lib/vquic/ |
H A D | vquic.h | 35 void Curl_quic_ver(char *p, size_t len); 39 size_t scidlen,
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getarange_addr.c | 44 size_t l = 0, u = aranges->naranges; in dwarf_getarange_addr() 47 size_t idx = (l + u) / 2; in dwarf_getarange_addr()
|
/third_party/gn/src/base/json/ |
H A D | json_writer.h | 49 bool BuildJSONString(const Value& node, size_t depth); 52 void IndentLine(size_t depth);
|