Searched refs:assumed (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | help-unknown-cmd.c | 91 const char *assumed = main_cmds.names[0]->name; in help_unknown_cmd() local 98 cmd, assumed); in help_unknown_cmd() 104 return assumed; in help_unknown_cmd()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | help-unknown-cmd.c | 91 const char *assumed = main_cmds.names[0]->name; in help_unknown_cmd() local 99 cmd, assumed); in help_unknown_cmd() 105 return assumed; in help_unknown_cmd()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
H A D | setjmp_32.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
H A D | setjmp_32.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
H A D | oxfw.h | 51 bool assumed; member
|
H A D | oxfw-stream.c | 86 /* If assumed, just change rate. */ in set_stream_format() 87 if (oxfw->assumed) in set_stream_format() 633 oxfw->assumed = true; in assume_stream_formats()
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw.h | 71 bool assumed; member
|
H A D | oxfw-stream.c | 86 /* If assumed, just change rate. */ in set_stream_format() 87 if (oxfw->assumed) in set_stream_format() 648 oxfw->assumed = true; in assume_stream_formats()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | binstr.S | 15 | The 64-bit binary is assumed to have a decimal point before 22 | digit formed will be assumed the least significant. This is
|
H A D | decbin.S | 33 | assumed following the least-significant digit. 128 | (i.e., all digits assumed left of the decimal point.) 174 | (i.e., all digits assumed left of the decimal point.)
|
H A D | x_unfl.S | 196 | WARNING: a0 and d0 are assumed to be intact between the denorm and
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | binstr.S | 15 | The 64-bit binary is assumed to have a decimal point before 22 | digit formed will be assumed the least significant. This is
|
H A D | decbin.S | 33 | assumed following the least-significant digit. 128 | (i.e., all digits assumed left of the decimal point.) 174 | (i.e., all digits assumed left of the decimal point.)
|
H A D | x_unfl.S | 196 | WARNING: a0 and d0 are assumed to be intact between the denorm and
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 274 # (struct sha512_state is assumed to begin with u64 state[8])
|
H A D | sha256-ssse3-asm.S | 353 ## (struct sha256_state is assumed to begin with u32 state[8])
|
H A D | aesni-intel_asm.S | 1844 pxor %xmm4, %xmm4 # xmm4 is assumed 0 in _key_expansion_x
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 271 # (struct sha512_state is assumed to begin with u64 state[8])
|
H A D | sha256-ssse3-asm.S | 354 ## (struct sha256_state is assumed to begin with u32 state[8])
|
H A D | aesni-intel_asm.S | 1838 pxor %xmm4, %xmm4 # xmm4 is assumed 0 in _key_expansion_x
|
Completed in 14 milliseconds