Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 75) sorted by relevance

123

/lib/
A Dtpm_api.c126 u32 tpm_nv_read_value(struct udevice *dev, u32 index, void *data, u32 count) in tpm_nv_read_value()
137 u32 count) in tpm_nv_write_value()
176 u32 tpm_pcr_read(struct udevice *dev, u32 index, void *data, size_t count) in tpm_pcr_read()
213 u32 tpm_read_pubek(struct udevice *dev, void *data, size_t count) in tpm_read_pubek()
269 void *cap, size_t count) in tpm_get_capability()
289 u32 tpm_get_random(struct udevice *dev, void *data, u32 count) in tpm_get_random()
A Dstring.c97 char * strncpy(char * dest,const char *src,size_t count) in strncpy()
164 char * strncat(char *dest, const char *src, size_t count) in strncat()
234 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
312 size_t strnlen(const char * s, size_t count) in strnlen()
333 size_t count = 0; in strcspn() local
395 size_t count = 0; in strspn() local
525 __used void * memset(void * s,int c,size_t count) in memset()
564 __rcode __used void *memcpy(void *dest, const void *src, size_t count) in memcpy()
598 __rcode __used void *memmove(void *dest, const void *src, size_t count) in memmove()
634 __used int memcmp(const void * cs,const void * ct,size_t count) in memcmp()
A Dcharset.c173 size_t utf8_utf16_strnlen(const char *src, size_t count) in utf8_utf16_strnlen()
194 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy()
256 size_t utf16_strnlen(const u16 *src, size_t count) in utf16_strnlen()
274 size_t utf16_utf8_strnlen(const u16 *src, size_t count) in utf16_utf8_strnlen()
298 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy()
403 size_t __efi_runtime u16_strnlen(const u16 *in, size_t count) in u16_strnlen()
444 size_t u16_strlcat(u16 *dest, const u16 *src, size_t count) in u16_strlcat()
A Dtime.c48 ulong count = timer_read_counter(); in timer_get_boot_us() local
88 u64 count; in get_ticks() local
A Ddisplay_options.c151 int hexdump_line(ulong addr, const void *data, uint width, uint count, in hexdump_line()
216 int print_buffer(ulong addr, const void *data, uint width, uint count, in print_buffer()
A Dtrace.c254 size_t count; in trace_list_calls() local
302 ulong count; in trace_print_stats() local
367 ulong used, count; in trace_init_() local
A Dlinux_compat.c13 unsigned long count) in copy_from_user()
A Dsmbios-parser.c138 u32 count; member
200 u32 count) in clear_smbios_table()
A Dfdtdec.c404 int count; in fdtdec_add_aliases_for_id() local
700 u32 *array, int count) in fdtdec_get_int_array()
718 const char *prop_name, u32 *array, int count) in fdtdec_get_int_array_count()
738 const char *prop_name, int count) in fdtdec_locate_array()
766 uint32_t count = 0; in fdtdec_parse_phandle_with_args() local
883 u8 *array, int count) in fdtdec_get_byte_array()
895 const char *prop_name, int count) in fdtdec_locate_byte_array()
1350 const char **compatibles, unsigned int count, in fdtdec_add_reserved_memory()
1531 unsigned int count = 0; in fdtdec_get_carveout() local
1590 unsigned int count, unsigned long flags) in fdtdec_set_carveout()
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dgenerate_bignum_tests.py127 count = 0 variable in BignumCmp
148 count = 0 variable in BignumCmpAbs
158 count = 0 variable in BignumAdd
/lib/lwip/lwip/contrib/examples/httpd/genfiles_example/
A Dgenfiles_example.c154 fs_read_async_custom(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *c… in fs_read_async_custom()
171 fs_read_custom(struct fs_file *file, char *buffer, int count) in fs_read_custom()
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dbignum_core.py23 count = 0 variable in BignumCoreShiftR
164 count = 0 variable in BignumCoreAddAndAddIf
185 count = 0 variable in BignumCoreSub
207 count = 0 variable in BignumCoreMLA
289 count = 0 variable in BignumCoreMul
314 count = 0 variable in BignumCoreMontmul
855 count = 0 variable in BignumCoreSubInt
886 count = 0 variable in BignumCoreZeroCheckCT
/lib/efi_selftest/
A Defi_selftest_controllers.c43 efi_uintn_t *count) in count_child_controllers()
204 efi_uintn_t count; in stop() local
318 efi_uintn_t count; in execute() local
A Defi_selftest_manageprotocols.c48 efi_status_t find_in_buffer(efi_handle_t handle, size_t count, in find_in_buffer()
142 efi_uintn_t count = 0; in execute() local
A Defi_selftest_event_groups.c30 unsigned int *count = context; in notify() local
A Defi_selftest_events.c28 unsigned int *count = context; in notify() local
A Defi_selftest_tpl.c26 unsigned int *count = context; in notify() local
A Defi_selftest_config_table.c30 unsigned int *count = context; in notify() local
A Defi_selftest_exitbootservices.c19 unsigned int count; member
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
A DEmptyLine.cs48 public EmptyLine(uint count) in EmptyLine()
/lib/acpi/
A Dacpi.c26 int len, i, count; in acpi_find_table() local
/lib/lwip/lwip/contrib/examples/httpd/fs_example/
A Dfs_example.c245 fs_read_async_custom(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *c… in fs_read_async_custom()
300 fs_read_custom(struct fs_file *file, char *buffer, int count) in fs_read_custom()
/lib/lwip/lwip/src/apps/snmp/
A Dsnmpv3_mbedtls.c249 u32_t count = 0; in snmpv3_password_to_key_md5() local
302 u32_t count = 0; in snmpv3_password_to_key_sha() local
/lib/lwip/lwip/src/apps/http/
A Dfs.c99 fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback… in fs_read_async()
/lib/lwip/lwip/test/unit/tcp/
A Dtest_tcp_oos.c493 int count, expected_datalen; in START_TEST() local
580 int count, expected_datalen; in START_TEST() local
665 int count; in START_TEST() local
740 int count; in START_TEST() local

Completed in 49 milliseconds

123