Home
last modified time | relevance | path

Searched full:signed (Results 1 – 25 of 977) sorted by relevance

12345678910>>...40

/linux/arch/parisc/include/uapi/asm/
H A Dstat.h15 signed int st_size;
16 signed int st_atime;
18 signed int st_mtime;
20 signed int st_ctime;
55 signed long long st_size;
56 signed int st_blksize;
58 signed long long st_blocks;
59 signed int st_atime;
61 signed int st_mtime;
63 signed int st_ctime;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_distill.c70 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_distilled_base()
87 "[10] ENUM64 'e641' encoding=SIGNED size=8 vlen=1\n" in test_distilled_base()
89 "[11] ENUM64 '(anon)' encoding=SIGNED size=8 vlen=1\n" in test_distilled_base()
126 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_distilled_base()
143 "[10] ENUM64 'e641' encoding=SIGNED size=8 vlen=1\n" in test_distilled_base()
145 "[11] ENUM64 '(anon)' encoding=SIGNED size=8 vlen=1\n" in test_distilled_base()
182 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_distilled_base()
214 "[23] ENUM64 '(anon)' encoding=SIGNED size=8 vlen=1\n" in test_distilled_base()
225 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_distilled_base()
242 "[10] ENUM64 'e641' encoding=SIGNED size=8 vlen=1\n" in test_distilled_base()
[all …]
H A Dbtf_dedup_split.c26 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_simple()
68 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_simple()
76 "[5] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_simple()
101 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_simple()
153 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_fwd_resolve()
181 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_fwd_resolve()
191 "[7] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_fwd_resolve()
207 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_fwd_resolve()
245 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_struct_duped()
278 "[1] INT 'int' size=4 bits_offset=0 nr_bits=32 encoding=SIGNED", in test_split_struct_duped()
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-fau.h147 * @value: Signed value to add.
166 * @value: Signed value to add.
181 * @value: Signed value to add.
197 * @value: Signed value to add.
211 * @value: Signed value to add.
226 * @value: Signed value to add.
250 * @value: Signed value to add.
275 * @value: Signed value to add.
298 * @value: Signed value to add.
319 * @value: Signed value to add.
[all …]
/linux/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh8 # To determine whether the kernel image is signed, this test depends
19 # be signed, but these policy rules may be replaced with a custom
36 # kexec kernel image be signed. Policy rules are walked
67 log_info "kexec kernel image PE signed"
69 log_info "kexec kernel image not PE signed"
89 log_info "kexec kernel image IMA signed"
91 log_info "kexec kernel image not IMA signed"
106 log_info "kexec kernel image modsig signed"
108 log_info "kexec kernel image not modsig signed"
215 "kexec signed kernel image required"
[all …]
/linux/tools/include/nolibc/
H A Dstdint.h11 typedef signed char int8_t;
13 typedef signed short int16_t;
15 typedef signed int int32_t;
17 typedef signed long long int64_t;
19 typedef signed long ssize_t;
21 typedef signed long intptr_t;
22 typedef signed long ptrdiff_t;
H A Dstd.h25 typedef signed int pid_t;
29 typedef signed long off_t;
30 typedef signed long blksize_t;
31 typedef signed long blkcnt_t;
/linux/security/integrity/ima/
H A DKconfig179 to be signed. Unsigned files might prevent the system from
187 This option defines a policy requiring all firmware to be signed,
198 be signed and verified by a public key on the trusted IMA
210 Enabling this rule will require all kernel modules to be signed
222 Enabling this rule will require the IMA policy to be signed and
242 appended signature is the same used for signed kernel modules.
247 bool "Permit keys validly signed by a built-in, machine (if configured) or secondary"
255 key is validly signed by a CA cert in the system built-in,
261 provided they are validly signed by a key already resident in the
282 X509 certificates signed by a trusted key on the
[all …]
/linux/sound/core/oss/
H A Drate.c36 signed short last_S1;
37 signed short last_S2;
70 signed int val; in resample_expand()
71 signed short S1, S2; in resample_expand()
72 signed short *src, *dst; in resample_expand()
90 src = (signed short *)src_channels[channel].area.addr + in resample_expand()
92 dst = (signed short *)dst_channels[channel].area.addr + in resample_expand()
107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_expand()
129 signed int val; in resample_shrink()
130 signed short S1, S2; in resample_shrink()
[all …]
/linux/include/linux/
H A Dmath64.h33 * div_s64_rem - signed 64bit divide with 32bit divisor with remainder
34 * @dividend: signed 64bit dividend
35 * @divisor: signed 32bit divisor
36 * @remainder: pointer to signed 32bit remainder
73 * div64_s64 - signed 64bit divide with 64bit divisor
74 * @dividend: signed 64bit dividend
75 * @divisor: signed 64bit divisor
135 * div_s64 - signed 64bit divide with 32bit divisor
136 * @dividend: signed 64bit dividend
137 * @divisor: signed 32bit divisor
[all …]
H A Dminmax.h15 * - Perform signed v unsigned type-checking (to generate compile
17 * - Unsigned char/short are always promoted to signed int and can be
18 * compared against signed or unsigned arguments.
19 * - Unsigned arguments can be compared against non-negative signed constants.
20 * - Comparison of a signed argument against an unsigned constant fails
29 * bit #1 set if ok for signed comparisons
31 * In particular, statically non-negative signed integer expressions
35 * in expressions, and are accepted for signed conversions for now.
53 * Check whether a signed value is always non-negative.
55 * A cast is needed to avoid any warnings from values that aren't signed
[all …]
/linux/Documentation/trace/
H A Deprobetrace.rst81 field:unsigned short common_type; offset:0; size:2; signed:0;
82 field:unsigned char common_flags; offset:2; size:1; signed:0;
83 field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
84 field:int common_pid; offset:4; size:4; signed:1;
86 field:char prev_comm[16]; offset:8; size:16; signed:0;
87 field:pid_t prev_pid; offset:24; size:4; signed:1;
88 field:int prev_prio; offset:28; size:4; signed:1;
89 field:long prev_state; offset:32; size:8; signed:1;
90 field:char next_comm[16]; offset:40; size:16; signed:0;
91 field:pid_t next_pid; offset:56; size:4; signed:1;
[all …]
H A Duprobetracer.rst64 by given type. Prefix 's' and 'u' means those types are signed and unsigned
143 field:unsigned short common_type; offset:0; size:2; signed:0;
144 field:unsigned char common_flags; offset:2; size:1; signed:0;
145 field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
146 field:int common_pid; offset:4; size:4; signed:1;
147 field:int common_padding; offset:8; size:4; signed:1;
149 field:unsigned long __probe_ip; offset:12; size:4; signed:0;
150 field:u32 arg1; offset:16; size:4; signed:0;
151 field:u32 arg2; offset:20; size:4; signed:0;
/linux/drivers/gpu/nova-core/
H A Dfirmware.rs94 /// Trait implemented by types defining the signed state of a firmware.
97 /// Type indicating that the firmware must be signed before it can be used.
101 /// Type indicating that the firmware is signed and ready to be loaded.
102 struct Signed; struct
103 impl SignedState for Signed {} implementation
112 /// firmware to its [`Signed`] state.
126 ) -> Result<FirmwareDmaObject<F, Signed>> { in patch_signature() argument
143 /// Mark the firmware as signed without patching it.
148 fn no_patch_signature(self) -> FirmwareDmaObject<F, Signed> { in no_patch_signature() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bounds_mix_sign_unsign.c16 __description("bounds checks mixing signed and unsigned, positive bounds")
48 __description("bounds checks mixing signed and unsigned")
80 __description("bounds checks mixing signed and unsigned, variant 2")
114 __description("bounds checks mixing signed and unsigned, variant 3")
147 __description("bounds checks mixing signed and unsigned, variant 4")
178 __description("bounds checks mixing signed and unsigned, variant 5")
211 __description("bounds checks mixing signed and unsigned, variant 6")
242 __description("bounds checks mixing signed and unsigned, variant 7")
274 __description("bounds checks mixing signed and unsigned, variant 8")
308 __description("bounds checks mixing signed and unsigned, variant 9")
[all …]
/linux/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c39 static const signed char
226 construct_line_bitmap(struct fbtft_par *par, u8 *dest, signed short *src, in construct_line_bitmap()
246 int y, signed short *convert_buf, in iterate_diffusion_matrix()
247 signed short pixel, signed short error) in iterate_diffusion_matrix()
255 signed short *write_pos; in iterate_diffusion_matrix()
256 signed char coeff; in iterate_diffusion_matrix()
267 signed short p = *write_pos + error * coeff; in iterate_diffusion_matrix()
286 signed short *convert_buf = kmalloc_array(par->info->var.xres * in write_vmem()
287 par->info->var.yres, sizeof(signed short), GFP_NOIO); in write_vmem()
306 (signed short)gamma_correction_table[pixel]; in write_vmem()
[all …]
/linux/arch/arm/nwfpe/
H A DARM-gcc.h22 typedef signed char int8;
26 typedef signed int int32;
29 typedef signed long long int sbits64;
37 `unsigned short int' and `signed short int' (or `short int'), respectively.
41 typedef signed char sbits8;
43 typedef signed short int sbits16;
45 typedef signed int sbits32;
48 typedef signed long long int int64;
/linux/kernel/time/
H A Dsleep_timeout.c61 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout()
125 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible()
140 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable()
155 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible()
172 signed long __sched schedule_timeout_idle(signed long timeout) in schedule_timeout_idle()
/linux/Documentation/maintainer/
H A Dpull-requests.rst40 that will create a signed tag called ``char-misc-4.15-rc1`` based on the
44 Linus will only accept pull requests based on a signed tag. Other
73 the signed tag, so depending on your workflow, you can either
74 describe your work in the signed tag (which will also automatically
75 make it into the pull request email), or you can make the signed
118 Signed-off-by: Your-name-here <your_email@domain>
124 Now that you have a local signed tag, you need to push it up to where it
164 creating pull requests without a signed tag then ``https://`` may be a
/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst325 Signed-off-by: Random J Developer <random@developer.example.org>
328 將會自動完成。撤銷也應當包含“Signed-off-by”, ``git revert -s`` 會幫你搞定。
333 作者簽署之後的任何其他簽署(Signed-off-by:'s)均來自處理和傳遞補丁的人員,但
340 Signed-off-by: 標籤表示簽名者參與了補丁的開發,或者他/她在補丁的傳遞路徑中。
373 Signed-off-by: First Co-Author <first@coauthor.example.org>
375 Signed-off-by: Second Co-Author <second@coauthor.example.org>
376 Signed-off-by: From Author <from@author.example.org>
385 Signed-off-by: Random Co-Author <random@coauthor.example.org>
386 Signed-off-by: From Author <from@author.example.org>
388 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst321 Signed-off-by: Random J Developer <random@developer.example.org>
324 将会自动完成。撤销也应当包含“Signed-off-by”, ``git revert -s`` 会帮你搞定。
329 作者签署之后的任何其他签署(Signed-off-by:'s)均来自处理和传递补丁的人员,但
336 Signed-off-by: 标签表示签名者参与了补丁的开发,或者他/她在补丁的传递路径中。
369 Signed-off-by: First Co-Author <first@coauthor.example.org>
371 Signed-off-by: Second Co-Author <second@coauthor.example.org>
372 Signed-off-by: From Author <from@author.example.org>
381 Signed-off-by: Random Co-Author <random@coauthor.example.org>
382 Signed-off-by: From Author <from@author.example.org>
384 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/linux/crypto/asymmetric_keys/
H A Dx509_parser.h15 struct x509_certificate *signer; /* Certificate that signed this one */
24 const void *tbs; /* Signed data */
25 unsigned tbs_size; /* Size of signed data */
39 bool self_signed; /* T if self-signed (check unsupported_sig too) */
/linux/arch/mips/include/asm/sn/
H A Dtypes.h17 typedef signed short nasid_t; /* node id in numa-as-id space */
18 typedef signed char partid_t; /* partition ID type */
19 typedef signed short moduleid_t; /* user-visible module number type */
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Dcmntypes.h36 typedef signed char int8, *pint8;
37 typedef signed short int16, *pint16;
38 typedef signed int int32, *pint32;
39 typedef signed int64, *pint64;
/linux/arch/powerpc/xmon/
H A Dansidecl.h17 SIGNED `signed' `'
95 #define SIGNED signed macro
119 #define SIGNED macro

12345678910>>...40