Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 1537) sorted by relevance

12345678910>>...62

/openbmc/linux/arch/m68k/ifpsp060/
H A Dfpsp.sa1 .long 0x60ff0000,0x17400000,0x60ff0000,0x15f40000
2 .long 0x60ff0000,0x02b60000,0x60ff0000,0x04700000
3 .long 0x60ff0000,0x1b100000,0x60ff0000,0x19aa0000
4 .long 0x60ff0000,0x1b5a0000,0x60ff0000,0x062e0000
5 .long 0x60ff0000,0x102c0000,0x51fc51fc,0x51fc51fc
6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
9 .long 0x2f00203a,0xff2c487b,0x0930ffff,0xfef8202f
10 .long 0x00044e74,0x00042f00,0x203afef2,0x487b0930
[all …]
H A Disp.sa1 .long 0x60ff0000,0x02360000,0x60ff0000,0x16260000
2 .long 0x60ff0000,0x12dc0000,0x60ff0000,0x11ea0000
3 .long 0x60ff0000,0x10de0000,0x60ff0000,0x12a40000
4 .long 0x60ff0000,0x12560000,0x60ff0000,0x122a0000
5 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
9 .long 0x2f00203a,0xfefc487b,0x0930ffff,0xfef8202f
10 .long 0x00044e74,0x00042f00,0x203afeea,0x487b0930
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch35 +register long __res __asm__ ("%d0") = __NR_##sname; \
36 +register long __a __asm__ ("%d1") = (long)(a); \
46 +register long __res __asm__ ("%d0") = __NR_##sname; \
47 +register long __a __asm__ ("%d1") = (long)(a); \
48 +register long __b __asm__ ("%d2") = (long)(b); \
59 +register long __res __asm__ ("%d0") = __NR_##sname; \
60 +register long __a __asm__ ("%d1") = (long)(a); \
61 +register long __b __asm__ ("%d2") = (long)(b); \
62 +register long __c __asm__ ("%d3") = (long)(c); \
74 +register long __res __asm__ ("%d0") = __NR_##sname; \
[all …]
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst48 long adds_in_progress;
50 long region_cache_count;
58 long from;
59 long to;
97 long from, long to,
150 unsigned long addr, int avoid_reserve)
167 - chg,尽管这个参数的类型是long,但只有0或1的值被传递给dequeue_huge_page_vma。如果该值为0,
287 long region_chg(struct resv_map *resv, long f, long t);
288 long region_add(struct resv_map *resv, long f, long t);
289 void region_abort(struct resv_map *resv, long f, long t);
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch27 static inline long kexec_load(void *entry, unsigned long nr_segments,
28 struct kexec_segment *segments, unsigned long flags)
30 return (long) syscall(__NR_kexec_load, entry, nr_segments, segments, flags);
33 +extern long kexec_load(void *entry, unsigned long nr_segments,
34 + struct kexec_segment *segments, unsigned long flags);
46 +extern long kexec_file_load(int kernel_fd, int initrd_fd,
47 + unsigned long cmdline_len, const char *cmdline_ptr,
48 + unsigned long flags);
50 +static inline long kexec_file_load(int kernel_fd, int initrd_fd,
51 + unsigned long cmdline_len, const char *cmdline_ptr,
[all …]
H A D0009-vmcore-dmesg.c-work-around-missing-imaxdiv.patch46 (long long unsigned int)imaxdiv_sec.quot,
47 (long long unsigned int)imaxdiv_usec.quot);
52 + (long long unsigned int)imaxdiv_sec,
53 + (long long unsigned int)imaxdiv_usec);
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch98 @@ -54,7 +54,7 @@ copy_file_range_cmd(int fd, long long *src_off, long long *dst_off, size_t len)
115 if (sz < 0 || (unsigned long long)sz > SIZE_MAX) {
121 set_cowextsize(const char *path, int fd, long extsz)
169 unsigned long long i;
221 -extern int read_buffer(int, off64_t, long long, long long *,
222 +extern int read_buffer(int, off_t, long long, long long *,
337 long long count)
346 long long count,
355 long long count,
356 long long *total,
[all …]
/openbmc/u-boot/board/cobra5272/bdm/
H A Dcobra5272_uboot.gdb77 set *((unsigned long *) $csbr0) = 0xffe00201
78 set *((unsigned long *) $csor0) = 0xffe00014
81 set *((unsigned long *) $csbr1) = 0x0
82 set *((unsigned long *) $csor1) = 0x0
85 set *((unsigned long *) $csbr2) = 0x30000001
86 set *((unsigned long *) $csor2) = 0xfff80000
89 set *((unsigned long *) $csbr3) = 0x0
90 set *((unsigned long *) $csor3) = 0x0
93 set *((unsigned long *) $csbr4) = 0x0
94 set *((unsigned long *) $csor4) = 0x0
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Use-long-long-instead-of-int64_t.patch4 Subject: [PATCH 02/10] Use long long instead of int64_t
8 since this function expects long long as parameter and not int64_t
27 + long long value;
36 + long long value;
45 + long long value;
54 + std::vector<long long> stats;
63 + long long value;
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch5 long long
12 type 'long int', but argument 5 has type 'off_t {aka long long int}'
83 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
94 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
105 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
116 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
127 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size, wrote,
142 + mtd->mtd_num, (long long)seek);
153 + mtd->mtd_num, (long long)seek);
168 + mtd->eb_size / 1024, (unsigned long long)start, ((eb - eb_start) * 100) / eb_cnt);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Fix-Wincompatible-function-pointer-types.patch30 @@ -103,8 +103,8 @@ long mh_copy (MAILSTREAM *stream,char *sequence,char *mailbox,
31 long options);
32 long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
39 long mh_canonicalize (char *pattern,char *ref,char *pat);
41 @@ -1194,7 +1194,7 @@ long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
63 @@ -125,7 +125,7 @@ long mix_unsubscribe (MAILSTREAM *stream,char *mailbox);
64 long mix_create (MAILSTREAM *stream,char *mailbox);
65 long mix_delete (MAILSTREAM *stream,char *mailbox);
66 long mix_rename (MAILSTREAM *stream,char *old,char *newname);
70 void mix_close (MAILSTREAM *stream,long options);
[all …]
H A Duw-imap-fix-incompatible-pointer-types.patch8 | time_t * {aka long int *}
39 @@ -776,7 +776,7 @@ void mbx_flag (MAILSTREAM *stream,char *sequence,char *flag,long flags)
48 @@ -1075,7 +1075,7 @@ long mbx_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options)
57 @@ -1213,7 +1213,7 @@ long mbx_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
66 @@ -1446,7 +1446,7 @@ long mbx_parse (MAILSTREAM *stream)
75 @@ -1814,7 +1814,7 @@ unsigned long mbx_rewrite (MAILSTREAM *stream,unsigned long *reclaimed,
99 @@ -379,7 +379,7 @@ long mmdf_isvalid (char *name,char *tmp)
108 @@ -1131,7 +1131,7 @@ long mmdf_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options)
117 @@ -1292,7 +1292,7 @@ long mmdf_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
135 @@ -2393,7 +2393,7 @@ long mmdf_rewrite (MAILSTREAM *stream,unsigned long *nexp,DOTLOCK *lock,
[all …]
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcachetlb.rst55 unsigned long start, unsigned long end)``
68 4) ``void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr)``
82 unsigned long address, pte_t *ptep)``
138 unsigned long start, unsigned long end)``
150 4) ``void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn)``
176 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)``
177 ``void flush_cache_vunmap(unsigned long start, unsigned long end)``
223 ``void copy_user_page(void *to, void *from, unsigned long addr, struct page *page)``
224 ``void clear_user_page(void *to, unsigned long addr, struct page *page)``
288 unsigned long user_vaddr, void *dst, void *src, int len)``
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch135 -size_t fmt_long(char *dest,signed long src) __pure__;
136 +size_t fmt_long(char *dest,signed long src) __PURE;
141 -size_t fmt_ulong(char *dest,unsigned long src) __pure__;
142 +size_t fmt_ulong(char *dest,unsigned long src) __PURE;
147 -size_t fmt_xlong(char *dest,unsigned long src) __pure__;
148 +size_t fmt_xlong(char *dest,unsigned long src) __PURE;
153 -size_t fmt_8long(char *dest,unsigned long src) __pure__;
154 +size_t fmt_8long(char *dest,unsigned long src) __PURE;
156 /* like fmt_long but for long long */
157 -size_t fmt_longlong(char *dest,signed long long src) __pure__;
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0003-cli-Mark-return-of-strtol-as-long-int.patch4 Subject: [PATCH 3/3] cli: Mark return of strtol as long int
6 strtol does not return unsigned long
8 error: taking the absolute value of unsigned type 'unsigned long' has no effect [-Werror,-Wabsolute…
26 - unsigned long tmp;
27 + long tmp;
35 - unsigned long tmp;
36 + long tmp;
44 - unsigned long tmp;
45 + long tmp;
53 - unsigned long tmp;
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0001-taglib-Fix-build-on-x86-32-bit.patch9 …l' has a different return type ('long') than the function it overrides (which has return type 'off…
10 240 | long tell() const
15 …h' has a different return type ('long') than the function it overrides (which has return type 'off…
16 245 | long length()
36 - long tell() const
43 - long length()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0006-Define-correct-gregs-for-RISCV32.patch42 + (unsigned long) uc->uc_mcontext.__gregs[REG_RA],
43 + (unsigned long) uc->uc_mcontext.__gregs[REG_S0],
44 + (unsigned long) uc->uc_mcontext.__gregs[REG_S1],
45 + (unsigned long) uc->uc_mcontext.__gregs[REG_S2],
46 + (unsigned long) uc->uc_mcontext.__gregs[REG_SP],
47 + (unsigned long) uc->uc_mcontext.__gregs[REG_PC],
48 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 0],
49 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 1],
50 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 2],
51 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 3],
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A D0006-Define-correct-gregs-for-RISCV32.patch42 + (unsigned long) uc->uc_mcontext.__gregs[REG_RA],
43 + (unsigned long) uc->uc_mcontext.__gregs[REG_S0],
44 + (unsigned long) uc->uc_mcontext.__gregs[REG_S1],
45 + (unsigned long) uc->uc_mcontext.__gregs[REG_S2],
46 + (unsigned long) uc->uc_mcontext.__gregs[REG_SP],
47 + (unsigned long) uc->uc_mcontext.__gregs[REG_PC],
48 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 0],
49 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 1],
50 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 2],
51 + (unsigned long) uc->uc_mcontext.__gregs[REG_A0 + 3],
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch53 @@ -379,7 +382,7 @@ int check_stripes(struct mdinfo *info, int *source, unsigned long long *offsets,
76 @@ -581,7 +584,7 @@ int save_stripes(int *source, unsigned long long *offsets,
85 @@ -754,8 +757,8 @@ int restore_stripes(int *dest, unsigned long long *offsets,
96 @@ -816,7 +819,7 @@ int restore_stripes(int *dest, unsigned long long *offsets,
105 @@ -866,7 +869,7 @@ int test_stripes(int *source, unsigned long long *offsets,
129 -extern long long lseek64(int, long long, int);
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch152 unsigned long a3;
161 + unsigned long a0;
162 + unsigned long a1;
163 + unsigned long a2;
164 + unsigned long a3;
165 + unsigned long a4;
166 + unsigned long a5;
167 + unsigned long a6;
168 + unsigned long a7;
169 + unsigned long a8;
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-stat64.patch12 - long *freespace;
13 - long *freefiles;
25 -static long min_freespace = 0; /* Minimium free space on a filesystem */
26 -static long min_freefiles = 0; /* Minimium free # files on a filesystem */
36 - min_freespace = (unsigned long) atoi(cp);
45 - min_freefiles = (unsigned long) atoi(cp);
54 - long freespace = -1, freefiles = -1;
64 - long fsize = (long) (size / 1024);
/openbmc/u-boot/tools/patman/test/
H A D0001-pci-Correct-cast-for-sandbox.patch12long long unsigned int’, but argument 3 has type
13 ‘u64 {aka long unsigned int}’ [-Wformat=]
41 + bar_id, (unsigned long long)base,
42 + (unsigned long long)size, is_64 ? 64 : 32,
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-add-getrandom-syscall.patch19 long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long);
20 <x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
H A D0001-klibc_2.0.4-add-kexec_file_load-syscall.patch20 long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long);
21 +<x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/
H A D0001-Use-lld-in-printf-for-64-bit-time_t.patch11 explicitly cast to long long to avoid potential compatibility issues
36 + (long long)infobuf.assert_timestamp.tv_sec,
40 + (long long)infobuf.clear_timestamp.tv_sec,
53 + printf("timestamp: %lld, sequence: %ld, offset: % 6ld\n", (long long)ts.tv_sec, seq, ts.tv_nsec);

12345678910>>...62