/third_party/ffmpeg/libavformat/ |
H A D | dovi_isom.h | 31 int ff_isom_parse_dvcc_dvvc(AVFormatContext *s, AVStream *st, const uint8_t *buf_ptr, uint64_t size);
|
/third_party/curl/packages/OS400/ |
H A D | os400sys.h | 50 extern char * (* Curl_thread_buffer)(localkey_t key, long size);
|
/third_party/alsa-utils/alsamixer/ |
H A D | mem.h | 6 void *ccalloc(size_t n, size_t size);
|
/third_party/cups-filters/fontembed/ |
H A D | frequent.h | 8 // size is the precision/return size: it will find at most >size elements (i.e. all, if there) with frequency > 1/(size+1) 9 FREQUENT *frequent_new(int size); // - just free() it
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | longjmp.S | 32 .size _UI_longjmp_cont, .-_UI_longjmp_cont
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_dynamic_rendering.h | 21 uint32_t *size);
|
/third_party/musl/src/ldso/powerpc/ |
H A D | dlsym.s | 8 .size dlsym, .-dlsym
|
/third_party/musl/porting/linux/user/include/info/ |
H A D | fatal_message.h | 27 size_t size; member
|
/third_party/musl/porting/linux/user/arch/generic/ |
H A D | crtbrand.s | 12 .size abitag, .-abitag
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_inet_net_pton.h | 32 int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);
|
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls_mem.h | 63 void *altcp_mbedtls_alloc_config(size_t size);
|
/third_party/musl/arch/generic/ |
H A D | crtbrand.s | 11 .size abitag, .-abitag
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-fuzzer.hh | 4 extern "C" int LLVMFuzzerTestOneInput (const uint8_t *data, size_t size);
|
/third_party/skia/modules/skplaintexteditor/include/ |
H A D | stringview.h | 13 std::size_t size; member
|
/third_party/spirv-tools/test/fuzzers/ |
H A D | spvtools_opt_fuzzer_common.h | 29 const uint8_t* data, size_t size,
|
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | calendar_manager_test.cpp | 126 ASSERT_EQ(calendars.size(), 3); // 3 is include defalut calendar in HWTEST_F() 132 ASSERT_EQ(calendars.size(), 1); // 1 is defalut calendar in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | page.h | 20 * PAGE_SHIFT determines the page size 41 * If the cache size for one way is greater than the page size, we have to 42 * deal with cache aliasing. The cache index is wider than the page size: 117 static inline __attribute_const__ int get_order(unsigned long size) in get_order() argument 120 asm ("nsau %0, %1" : "=r" (lz) : "r" ((size - 1) >> PAGE_SHIFT)); in get_order()
|
H A D | coprocessor.h | 101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ 102 __REG ## list (cc, abi, type, name, size, align)
|
/kernel/linux/linux-5.10/certs/ |
H A D | blacklist.c | 157 * @size: The size of data blob 159 int add_key_to_revocation_list(const char *data, size_t size) in add_key_to_revocation_list() argument 167 size, in add_key_to_revocation_list()
|
/kernel/linux/linux-5.10/drivers/firmware/imx/ |
H A D | imx-scu-irq.c | 79 hdr->size = 2; in imx_scu_irq_work_handler() 112 hdr->size = 3; in imx_scu_irq_group_enable()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_driver.h | 103 #define MIN_HW_QUEUE_SIZE 50 /* Minimum size required for proper function */ 201 size_t size) in dump_byte_array() 204 __dump_byte_array(name, the_array, size); in dump_byte_array() 200 dump_byte_array(const char *name, const u8 *the_array, size_t size) dump_byte_array() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | coherency.c | 164 armada_wa_ioremap_caller(phys_addr_t phys_addr, size_t size, in armada_wa_ioremap_caller() argument 168 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | amiga.c | 27 checksum_block(__be32 *m, int size) in checksum_block() argument 31 while (size--) in checksum_block() 47 unsigned int blksize = 1; /* Multiplier for disk block size */ in amiga_partition() 139 /* RDB allows for variable logical block size - in amiga_partition()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
H A D | boot_param.h | 28 u32 mem_size; /* each memory_map size, not the total size */ 106 u16 size; member 125 u16 size; member
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | file_load.c | 51 pr_err("Appending elfcorehdr=<addr> exceeds cmdline size\n"); in setup_kdump_cmdline() 113 * delete_fdt_mem_rsv - delete memory reservation with given address and size 117 int delete_fdt_mem_rsv(void *fdt, unsigned long start, unsigned long size) in delete_fdt_mem_rsv() argument 130 if (rsv_start == start && rsv_size == size) { in delete_fdt_mem_rsv() 198 * kexec reserves exact initrd size, while firmware may in setup_new_fdt()
|