/openbmc/qemu/tests/tcg/x86_64/ |
H A D | test-2413.c | 7 void test(unsigned long *a, unsigned long *d, unsigned long c) in test() 22 unsigned long a, c, d; in main() local
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | string_32.h | 165 static inline void *__memset_generic(void *s, char c, size_t count) in __memset_generic() 177 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count)) argument 187 #define __memset(s, c, count) \ argument 195 #define memset(s, c, count) __builtin_memset(s, c, count) argument
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_demod.c | 81 struct dtv_frontend_properties *c; in vidtv_match_cnr_s() local 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_clean_stats() local 164 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_demod_update_stats() local 240 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_demod_read_signal_strength() local
|
/openbmc/linux/arch/mips/fw/arc/ |
H A D | promlib.c | 39 void prom_putchar(char c) in prom_putchar() 54 O32_STATIC CHAR c; in prom_getchar() local
|
/openbmc/qemu/include/qemu/ |
H A D | jhash.h | 34 #define __jhash_mix(a, b, c) \ argument 45 #define __jhash_final(a, b, c) \ argument
|
/openbmc/linux/drivers/macintosh/ |
H A D | ans-lcd.c | 34 anslcd_write_byte_ctrl ( unsigned char c ) in anslcd_write_byte_ctrl() 50 anslcd_write_byte_data ( unsigned char c ) in anslcd_write_byte_data() 73 char c; in anslcd_write() local
|
/openbmc/linux/drivers/dma/ti/ |
H A D | cppi41.c | 256 struct cppi41_channel *c; in desc_to_chan() local 307 struct cppi41_channel *c; in cppi41_irq() local 373 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_alloc_chan_resources() local 401 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_free_chan_resources() local 421 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_tx_status() local 482 struct cppi41_channel *c, *_c; in cppi41_run_queue() local 492 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_issue_pending() local 526 static u32 get_host_pd1(struct cppi41_channel *c) in get_host_pd1() 588 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_prep_slave_sg() local 738 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_stop_chan() local [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mb86a20s.c | 321 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength() local 500 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_frontend_cache() local 542 static u32 isdbt_layer_min_bitrate(struct dtv_frontend_properties *c, in isdbt_layer_min_bitrate() 608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_frontend() local 731 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_counters() local 1378 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_main_CNR() local 1425 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_blk_error_layer_CNR() local 1527 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_stats_not_ready() local 1565 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_stats() local 1860 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_set_frontend() local [all …]
|
H A D | tda10071.c | 367 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_status() local 503 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_snr() local 514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_signal_strength() local 538 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_ucblocks() local 552 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_set_frontend() local 693 struct dtv_frontend_properties *c) in tda10071_get_frontend() 754 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_init() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_flavors.c | 19 int c; member 24 int c; member 39 int c; member
|
H A D | fentry_many_args.c | 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
|
/openbmc/qemu/hw/audio/ |
H A D | soundhw.c | 70 struct soundhw *c; in show_valid_soundhw() local 88 struct soundhw *c; in select_soundhw() local 111 struct soundhw *c = selected; in soundhw_init() local
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | float_madds.c | 38 static void print_inputs(float a, float b, float c) in print_inputs() 66 static void do_madds(float a, float b, float c, int j, int k) in do_madds() 81 float a, b, c; in main() local
|
/openbmc/u-boot/lib/ |
H A D | string.c | 225 char * strchr(const char * s, int c) in strchr() 234 const char *strchrnul(const char *s, int c) in strchrnul() 248 char * strrchr(const char * s, int c) in strrchr() 470 void * memset(void * s,int c,size_t count) in memset() 606 void * memscan(void * addr, int c, size_t size) in memscan() 654 void *memchr(const void *s, int c, size_t n) in memchr() 686 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | pushc37b.h | 7 #define PUSH_HDR(p,m,c) do { \ argument 16 #define PUSH_MTHD_HDR(p,s,m,c) PUSH_HDR(p,m,c) argument
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | match.c | 40 struct cpuinfo_x86 *c = &boot_cpu_data; in x86_match_cpu() local 63 struct cpuinfo_x86 *c = &boot_cpu_data; in x86_match_cpu_with_stepping() local
|
/openbmc/qemu/ui/ |
H A D | console-vc-stubs.c | 13 void qemu_text_console_update_size(QemuTextConsole *c) in qemu_text_console_update_size() 18 qemu_text_console_get_label(QemuTextConsole *c) in qemu_text_console_get_label()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | sha1-spe-asm.S | 106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument 130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-842.c | 134 static void check_constraints(struct nx842_constraints *c) in check_constraints() 161 struct nx842_constraints *c, in compress() 256 struct nx842_constraints c = *ctx->driver->constraints; in nx842_crypto_compress() local 338 struct nx842_constraints *c, in decompress() 439 struct nx842_constraints c = *ctx->driver->constraints; in nx842_crypto_decompress() local
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.c | 48 #define PCI(c) (BASE + 0x40 + ((c) * 0x40)) argument 49 #define SIZE(c) (BASE + 0x58 + ((c) * 0x40)) argument 50 #define DESCRIPTOR(c) (BASE + 0x50 + ((c) * 0x40)) argument 51 #define CS_REG(c) (BASE + 0x60 + ((c) * 0x40)) argument 52 #define BYTES_TRANSFERRED(c) (BASE + 0x64 + ((c) * 0x40)) argument
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdio.h | 122 #define putc(c, stream) fputc(c, stream) argument 125 int fputc(int c, FILE* stream) in fputc() 135 int putchar(int c) in putchar() 195 int c; in fgets() local 219 char escape, lpref, c; in vfprintf() local
|
/openbmc/linux/fs/nfs/ |
H A D | sysfs.c | 76 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_show() local 88 static size_t nfs_string_strip(const char *c, size_t len) in nfs_string_strip() 99 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_store() local 122 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_client_release() local 152 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_object_release() local
|
/openbmc/u-boot/lib/zlib/ |
H A D | zutil.h | 106 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument 107 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument 113 # define Tracec(c,x) argument 114 # define Tracecv(c,x) argument
|
/openbmc/linux/include/linux/ |
H A D | hid-debug.h | 40 #define hid_dump_input(a,b,c) do { } while (0) argument 41 #define hid_dump_report(a,b,c,d) do { } while (0) argument 43 #define hid_dump_field(a,b,c) do { } while (0) argument
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | darwin-ldouble.c | 49 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd() 84 long double __gcc_qsub(double a, double b, double c, double d) in __gcc_qsub() 89 long double __gcc_qmul(double a, double b, double c, double d) in __gcc_qmul()
|