/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 955 #define ttBYTE(p) (* (stbtt_uint8 *) (p)) argument 956 #define ttCHAR(p) (* (stbtt_int8 *) (p)) argument 957 #define ttFixed(p) ttLONG(p) argument 961 #define ttUSHORT(p) (* (stbtt_uint16 *) (p)) argument 962 #define ttSHORT(p) (* (stbtt_int16 *) (p)) argument 963 #define ttULONG(p) (* (stbtt_uint32 *) (p)) argument 964 #define ttLONG(p) (* (stbtt_int32 *) (p)) argument 968 static stbtt_uint16 ttUSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttUSHORT() 969 static stbtt_int16 ttSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttSHORT() 970 …static stbtt_uint32 ttULONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttULONG() [all …]
|
/openbmc/u-boot/arch/arm/mach-s5pc1xx/ |
H A D | clock.c | 29 unsigned long r, m, p, s, mask, fout; in s5pc100_get_pll_clk() local 80 unsigned long r, m, p, s, mask, fout; in s5pc110_get_pll_clk() local
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_driver.c | 52 unsigned char *p = (unsigned char *)hif_header; in pfe_recv() local 159 unsigned char *p = (unsigned char *)tx_buf_va; in pfe_send() local
|
/openbmc/u-boot/drivers/rtc/ |
H A D | mc146818.c | 18 #define in8(p) inb(p) argument 19 #define out8(p, v) outb(v, p) argument
|
/openbmc/u-boot/drivers/axi/ |
H A D | ihs_axi.c | 215 u32 *p = data; in ihs_axi_read() local 244 u32 *p = data; in ihs_axi_write() local
|
/openbmc/u-boot/board/laird/wb50n/ |
H A D | wb50n.c | 118 char name[32], *p; in board_late_init() local
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | iomux-v3.c | 92 iomux_v3_cfg_t const *p = pad_list; in imx_iomux_v3_setup_multiple_pads() local
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | overflow.c | 31 static int32_t satub(int32_t src, int32_t *p, bool *ovf_result) in satub()
|
/openbmc/u-boot/board/sbc8641d/ |
H A D | sbc8641d.c | 62 uint *p; in testdram() local
|
/openbmc/phosphor-fan-presence/control/ |
H A D | manager.cpp | 61 for (auto& p : properties) in checkCondition() local
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zlib.c | 34 void *p; in vnc_zlib_zalloc() local
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 449 const char *p; in dump_stringtable_asm() local 591 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk() 624 const char *p = inb->ptr; in flat_read_string() local 661 const char *p; in flat_read_stringtable() local 819 char *p; in dt_from_blob() local
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 296 static bool mmap_pread(int fd, void *p, size_t len, off_t offset, bool zero) in mmap_pread() 372 void *p = mmap(host_start, host_page_size, in mmap_frag() local 600 void *p, *want_p = NULL; in mmap_h_eq_g() local 654 void *p, *want_p = NULL; in mmap_h_lt_g() local 788 void *p, *want_p = NULL; in mmap_h_gt_g() local
|
/openbmc/u-boot/lib/ |
H A D | gzip.c | 23 void *p; in zalloc() local
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | bootm.c | 44 char *p = strstr(cmdline, key); in sh_check_cmd_arg() local
|
/openbmc/u-boot/test/dm/ |
H A D | osd.c | 22 u16 *p = (u16 *)mem; in split() local
|
/openbmc/u-boot/drivers/dma/ |
H A D | fsl_dma.c | 140 uint *p = 0; in dma_meminit() local
|
/openbmc/u-boot/board/freescale/mpc837xerdb/ |
H A D | mpc837xerdb.c | 26 uint *p; in testdram() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-cache-management.py | 133 def path_stat(p): argument
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 50 static const char *get_opt_name(const char *p, char **option, size_t len) in get_opt_name() 64 const char *get_opt_value(const char *p, char **value) in get_opt_value() 749 const char *p; in get_opt_name_value() local 804 const char *p; in opts_do_parse() local 835 const char *p; in opts_parse_id() local 853 const char *p; in has_help_option() local
|
H A D | cutils.c | 91 const char *p, *q; in strstart() local 107 const char *p, *q; in stristart() local 138 char *p; in qemu_strsep() local 1049 char *p; in qemu_init_exec_dir() local
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | lan.c | 164 struct ipmi_rq_entry * p, * e, * saved_next_entry; in ipmi_req_remove_entry() local 203 struct ipmi_rq_entry * p, * e; in ipmi_req_clear_entries() local 1584 struct ipmi_session_params *p = &intf->ssn_params; in ipmi_get_auth_capabilities_cmd() local 2029 struct ipmi_session_params *p; in ipmi_lan_open() local
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 380 static void add(struct sha512_ctx *ctx, const void *p, size_t len) in add() 421 void sha512_update(struct sha512_ctx *ctx, const void *p, size_t size) in sha512_update() 444 void sha512(struct sha512 *sha, const void *p, size_t size) in sha512() 526 unsigned char *p = buf; in hex_decode() local
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 479 u16 var_name16[9], *p; in do_efi_boot_add() local 606 char *label, *p; in show_efi_boot_opt_data() local 650 u16 var_name16[9], *p; in show_efi_boot_opt() local 745 char *label, *p; in show_efi_boot_order() local
|
/openbmc/qemu/hw/usb/ |
H A D | dev-audio.c | 601 static int streambuf_put(struct streambuf *buf, USBPacket *p, uint32_t channels) in streambuf_put() 814 static void usb_audio_handle_control(USBDevice *dev, USBPacket *p, in usb_audio_handle_control() 894 static void usb_audio_handle_dataout(USBAudioState *s, USBPacket *p) in usb_audio_handle_dataout() 908 static void usb_audio_handle_data(USBDevice *dev, USBPacket *p) in usb_audio_handle_data()
|