/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 25 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ argument 28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) argument 31 #define TREE_DECODE(probs, limit, i) \ argument 59 #define TREE_DECODE_CHECK(probs, limit, i) \ argument 134 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() 273 unsigned limit, offset; in LzmaDec_DecodeReal() local 454 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem() 480 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 624 unsigned limit, offset; in LzmaDec_TryDummy() local 727 void LzmaDec_Init(CLzmaDec *p) in LzmaDec_Init() [all …]
|
/openbmc/linux/lib/ |
H A D | xxhash.c | 104 const uint8_t *p = (const uint8_t *)input; in xxh32() local 109 const uint8_t *const limit = b_end - 16; in xxh32() local 174 const uint8_t *p = (const uint8_t *)input; in xxh64() local 179 const uint8_t *const limit = b_end - 32; in xxh64() local 272 const uint8_t *p = (const uint8_t *)input; in xxh32_update() local 307 const uint8_t *const limit = b_end - 16; in xxh32_update() local 341 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest() local 379 const uint8_t *p = (const uint8_t *)input; in xxh64_update() local 412 const uint8_t *const limit = b_end - 32; in xxh64_update() local 446 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest() local
|
/openbmc/linux/kernel/cgroup/ |
H A D | pids.c | 49 atomic64_t limit; member 89 static void pids_update_watermark(struct pids_cgroup *p, int64_t nr_pids) in pids_update_watermark() 123 struct pids_cgroup *p; in pids_uncharge() local 140 struct pids_cgroup *p; in pids_charge() local 160 struct pids_cgroup *p, *q; in pids_try_charge() local 164 int64_t limit = atomic64_read(&p->limit); in pids_try_charge() local 287 int64_t limit; in pids_max_write() local 316 int64_t limit = atomic64_read(&pids->limit); in pids_max_show() local
|
/openbmc/linux/fs/romfs/ |
H A D | storage.c | 41 u_char buf[16], *p; in romfs_mtd_strnlen() local 131 unsigned long pos, size_t limit) in romfs_blk_strnlen() 137 u_char *buf, *p; in romfs_blk_strnlen() local 217 size_t limit; in romfs_dev_read() local 240 size_t limit; in romfs_dev_strnlen() local 268 size_t limit; in romfs_dev_strcmp() local
|
/openbmc/linux/fs/minix/ |
H A D | dir.c | 106 char *p, *kaddr, *limit; in minix_readdir() local 167 char *p; in minix_find_entry() local 174 char *kaddr, *limit; in minix_find_entry() local 216 char *kaddr, *p; in minix_add_link() local 230 char *limit, *dir_end; in minix_add_link() local 377 char *p, *kaddr, *limit; in minix_empty_dir() local 444 struct minix_dir_entry * minix_dotdot (struct inode *dir, struct page **p) in minix_dotdot()
|
/openbmc/linux/net/wireless/ |
H A D | of.c | 30 struct ieee80211_freq_range *limit = &freq_limits[i]; in wiphy_freq_limits_valid_chan() local 81 const __be32 *p; in wiphy_read_of_freq_limits() local 109 struct ieee80211_freq_range *limit = &freq_limits[i]; in wiphy_read_of_freq_limits() local
|
/openbmc/u-boot/disk/ |
H A D | part_amiga.c | 108 static void print_part_info(struct partition_block *p) in print_part_info() 131 int limit; in get_rdisk() local 171 int limit; in get_bootcode() local 242 struct partition_block *p; in find_partition() local 295 struct partition_block *p = find_partition(dev_desc, part-1); in part_get_info_amiga() local 324 struct partition_block *p; in part_print_amiga() local
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.c | 35 void bsd_i386_write_dt(void *ptr, unsigned long addr, unsigned long limit, in bsd_i386_write_dt() 39 uint32_t *p; in bsd_i386_write_dt() local 52 uint32_t *p, e1, e2; in set_gate() local
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_cpu.c | 36 unsigned long limit, int flags) in bsd_x86_64_write_dt() 39 uint32_t *p; in bsd_x86_64_write_dt() local 51 uint32_t *p, e1, e2; in set_gate64() local
|
/openbmc/linux/kernel/dma/ |
H A D | contiguous.c | 79 static int __init early_cma(char *p) in early_cma() 107 static int __init early_numa_cma(char *p) in early_numa_cma() 138 static int __init early_cma_pernuma(char *p) in early_cma_pernuma() 218 void __init dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() 281 phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_display.c | 218 u32 m, n_vco, p; in cdv_dpll_set_clock_cdv() local 367 const struct gma_limit_t *limit; in cdv_intel_limit() local 401 static bool cdv_intel_find_dp_pll(const struct gma_limit_t *limit, in cdv_intel_find_dp_pll() 590 const struct gma_limit_t *limit; in cdv_intel_crtc_mode_set() local 846 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in cdv_intel_crtc_clock_get() local 920 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in cdv_intel_crtc_mode_get() local
|
H A D | psb_intel_display.c | 59 const struct gma_limit_t *limit; in psb_intel_limit() local 112 const struct gma_limit_t *limit; in psb_intel_crtc_mode_set() local 314 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in psb_intel_crtc_clock_get() local 390 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in psb_intel_crtc_mode_get() local
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 123 unsigned int limit = PAGE_SIZE; in nilfs_check_page() local 124 struct nilfs_dir_entry *p; in nilfs_check_page() local 237 static struct nilfs_dir_entry *nilfs_next_entry(struct nilfs_dir_entry *p) in nilfs_next_entry() 287 char *kaddr, *limit; in nilfs_readdir() local 401 struct nilfs_dir_entry *nilfs_dotdot(struct inode *dir, struct page **p) in nilfs_dotdot() 405 size_t limit; in nilfs_dotdot() local
|
/openbmc/linux/include/linux/sched/ |
H A D | signal.h | 392 static inline int signal_pending(struct task_struct *p) in signal_pending() 619 static inline void sas_ss_reset(struct task_struct *p) in sas_ss_reset() 643 #define next_task(p) \ argument 646 #define for_each_process(p) \ argument 661 #define for_each_thread(p, t) \ argument 665 #define for_each_process_thread(p, t) \ argument 729 #define delay_group_leader(p) \ argument 760 unsigned int limit) in task_rlimit() 766 unsigned int limit) in task_rlimit_max() 771 static inline unsigned long rlimit(unsigned int limit) in rlimit() [all …]
|
/openbmc/linux/block/partitions/ |
H A D | check.h | 21 int limit; member 31 static inline void put_dev_sector(Sector p) in put_dev_sector() 37 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) in put_partition()
|
/openbmc/linux/arch/arm/mach-rpc/include/mach/ |
H A D | acornfb.h | 15 u_long limit; in acornfb_valid_pixrate() local 48 u_int rr, v, p; in acornfb_vidc20_find_pll() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.h | 14 unsigned long limit; member 43 static inline int nouveau_svmm_init(struct drm_device *device, void *p, in nouveau_svmm_init() 58 static inline int nouveau_svmm_bind(struct drm_device *device, void *p, in nouveau_svmm_bind()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 26 u32 **p; in subpage_prot_free() local 97 unsigned long next, limit; in subpage_prot_clear() local 192 unsigned long next, limit; in SYSCALL_DEFINE3() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_sip.c | 67 const char *limit, int *shift) in string_len() 79 const char *limit, int *shift) in digits_len() 111 const char *limit, int *shift) in callid_len() 130 const char *limit, int *shift) in media_len() 145 const char *limit, bool delim) in sip_parse_addr() 186 const char *limit, int *shift) in epaddr_len() 206 const char *limit, int *shift) in skp_epaddr_len() 244 unsigned int p; in ct_sip_parse_request() local 512 unsigned int p; in ct_sip_parse_header_uri() local 648 const char *limit) in sdp_parse_addr() [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sunhv.c | 72 int limit = 10000; in receive_chars_getchar() local 115 int limit = 10000; in receive_chars_read() local 269 int limit = 10000; in sunhv_send_xchar() local 296 int limit = 10000; in sunhv_break_ctl() local 415 char *p = con_write_page; in fill_con_write_page() local 454 int limit = 1000000; in sunhv_console_write_paged() local 478 int limit = 1000000; in sunhv_console_putchar() local
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | ieee80211.c | 102 u8 *r8712_get_ie(u8 *pbuf, sint index, uint *len, sint limit) in r8712_get_ie() 105 u8 *p; in r8712_get_ie() local 207 unsigned char *r8712_get_wpa_ie(unsigned char *ie, uint *wpa_ie_len, int limit) in r8712_get_wpa_ie() 242 int limit) in r8712_get_wpa2_ie()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 36 static void write_dt(void *ptr, unsigned long addr, unsigned long limit, in write_dt() 40 uint32_t *p; in write_dt() local 54 uint32_t *p, e1, e2; in set_gate64() local 74 uint32_t *p, e1, e2; in set_gate() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-debug.h | 77 u32 level, bool limit, const char *function, in __iwl_dbg() 82 #define iwl_print_hex_error(m, p, len) \ argument 88 #define __IWL_DEBUG_DEV(dev, level, limit, fmt, args...) \ argument 101 #define iwl_print_hex_dump(m, level, p, len) \ argument 108 #define iwl_print_hex_dump(m, level, p, len) argument 193 #define IWL_DEBUG_DROP_LIMIT(p, f, a...) \ argument 197 #define IWL_DEBUG_RATE_LIMIT(p, f, a...) \ argument 199 #define IWL_DEBUG_ASSOC(p, f, a...) \ argument 201 #define IWL_DEBUG_ASSOC_LIMIT(p, f, a...) \ argument 205 #define IWL_DEBUG_STATS_LIMIT(p, f, a...) \ argument [all …]
|
/openbmc/linux/fs/ufs/ |
H A D | dir.c | 122 unsigned limit = PAGE_SIZE; in ufs_check_page() local 124 struct ufs_dir_entry *p; in ufs_check_page() local 229 ufs_next_entry(struct super_block *sb, struct ufs_dir_entry *p) in ufs_next_entry() 235 struct ufs_dir_entry *ufs_dotdot(struct inode *dir, struct page **p) in ufs_dotdot() 419 struct ufs_dir_entry *p = (struct ufs_dir_entry*)(base + (offset&mask)); in ufs_validate_entry() local 448 char *kaddr, *limit; in ufs_readdir() local
|
/openbmc/linux/fs/nfsd/ |
H A D | nfscache.c | 70 unsigned int limit; in nfsd_cache_size_limit() local 82 nfsd_hashsize(unsigned int limit) in nfsd_hashsize() 373 void *p; in nfsd_cache_csum() local 425 struct rb_node **p = &b->rb_head.rb_node, in nfsd_cache_insert() local 646 __be32 *p; in nfsd_cache_append() local
|