/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cgs.c | 58 enum cgs_ind_reg space, in amdgpu_cgs_read_ind_register() 62 switch (space) { in amdgpu_cgs_read_ind_register() 81 WARN(1, "Invalid indirect register space"); in amdgpu_cgs_read_ind_register() 86 enum cgs_ind_reg space, in amdgpu_cgs_write_ind_register() 90 switch (space) { in amdgpu_cgs_write_ind_register() 109 WARN(1, "Invalid indirect register space"); in amdgpu_cgs_write_ind_register() 57 amdgpu_cgs_read_ind_register(struct cgs_device *cgs_device, enum cgs_ind_reg space, unsigned index) amdgpu_cgs_read_ind_register() argument 85 amdgpu_cgs_write_ind_register(struct cgs_device *cgs_device, enum cgs_ind_reg space, unsigned index, uint32_t value) amdgpu_cgs_write_ind_register() argument
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_aspeed_vuart.c | 288 * deliver characters faster than the ldisc has a chance to check buffer space 292 * We do this by checking for flip buffer space before RX. If we have no space, 301 int space, count; in aspeed_vuart_handle_irq() local 313 space = tty_buffer_space_avail(&port->state->port); in aspeed_vuart_handle_irq() 315 if (!space) { in aspeed_vuart_handle_irq() 327 count = min(space, 256); in aspeed_vuart_handle_irq()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 76 int quote = 0, comment = 0, space = 0; in parse_value() local 93 space = 1; in parse_value() 102 if (space) { in parse_value() 105 space = 0; in parse_value()
|
/kernel/linux/linux-5.10/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 112 static unsigned short space = 2; variable 113 module_param(space, ushort, 0444); 114 MODULE_PARM_DESC(space, "Spacing: 0=200kHz 1=100kHz *2=50kHz*"); 393 ((space << 4) & SYSCONFIG2_SPACE) | /* SPACE */ in si470x_start()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir_toy.c | 164 uint space = irtoy->in[0]; in irtoy_response() local 168 if (len != 1 || space > MAX_PACKET || space == 0) { in irtoy_response() 176 buf_len = min(space, irtoy->tx_len); in irtoy_response()
|
/kernel/linux/linux-6.6/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 112 static unsigned short space = 2; variable 113 module_param(space, ushort, 0444); 114 MODULE_PARM_DESC(space, "Spacing: 0=200kHz 1=100kHz *2=50kHz*"); 393 ((space << 4) & SYSCONFIG2_SPACE) | /* SPACE */ in si470x_start()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ir_toy.c | 167 uint space = irtoy->in[0]; in irtoy_response() local 171 if (len != 1 || space > MAX_PACKET || space == 0) { in irtoy_response() 177 buf_len = min(space, irtoy->tx_len); in irtoy_response()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_aspeed_vuart.c | 323 * deliver characters faster than the ldisc has a chance to check buffer space 327 * We do this by checking for flip buffer space before RX. If we have no space, 336 unsigned int space, count; in aspeed_vuart_handle_irq() local 348 space = tty_buffer_space_avail(&port->state->port); in aspeed_vuart_handle_irq() 350 if (!space) { in aspeed_vuart_handle_irq() 360 count = min(space, 256U); in aspeed_vuart_handle_irq()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cgs.c | 58 enum cgs_ind_reg space, in amdgpu_cgs_read_ind_register() 62 switch (space) { in amdgpu_cgs_read_ind_register() 81 WARN(1, "Invalid indirect register space"); in amdgpu_cgs_read_ind_register() 86 enum cgs_ind_reg space, in amdgpu_cgs_write_ind_register() 90 switch (space) { in amdgpu_cgs_write_ind_register() 109 WARN(1, "Invalid indirect register space"); in amdgpu_cgs_write_ind_register() 57 amdgpu_cgs_read_ind_register(struct cgs_device *cgs_device, enum cgs_ind_reg space, unsigned int index) amdgpu_cgs_read_ind_register() argument 85 amdgpu_cgs_write_ind_register(struct cgs_device *cgs_device, enum cgs_ind_reg space, unsigned int index, uint32_t value) amdgpu_cgs_write_ind_register() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | sve-test.S | 50 // Declare some storate space to shadow the SVE register contents: 55 .space MAXVL_B * NZR 57 .space MAXVL_B / 8 * NPR 59 .space MAXVL_B / 8 61 .space MAXVL_B
|
/third_party/alsa-lib/src/control/ |
H A D | control_ext.c | 103 for (i = 0; i < list->space; i++) { in snd_ctl_ext_elem_list() 437 static int snd_ctl_ext_poll_descriptors(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space) in snd_ctl_ext_poll_descriptors() argument 442 return ext->callback->poll_descriptors(ext, pfds, space); in snd_ctl_ext_poll_descriptors() 445 if (space > 0) { in snd_ctl_ext_poll_descriptors()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsls.c | 685 int space = 4; in main() local 697 if (attr->file_name_type < space) { in main() 700 space = attr->file_name_type; in main() 704 list_dir_entry(&dirent, name, name_len, space, pos, ni->mft_no, in main()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcp_priv.h | 168 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ 169 LWIP_EVENT_SENT, NULL, space, ERR_OK) 194 #define TCP_EVENT_SENT(pcb,space,ret) \ 197 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
|
/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 350 int space = 0, fail = 0; in do_c_line() local 355 space++; in do_c_line() 357 } else if (space) break; in do_c_line() 360 if (!space || !*line || !*name) error_msg("bad line %s", line); in do_c_line()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 114 \def\linenumber{l.\the\inputlineno:\space} 158 % Since the category of space is not known, we have to be careful. 192 stand-alone strong-est time-stamp time-stamps which-ever white-space 242 % we did was a \nobreak, we don't want to insert more space. 369 % Only leave this space if the footline is nonempty. 412 % offset so that the space between them is truly \outerhsize or \outervsize 447 % Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space. 449 % \argremovec might leave us with trailing space, e.g., 451 % This space toke [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | column_model.h | 37 const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) = 0;
|
H A D | row_model.h | 37 const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_span_ffi.h | 31 CJ_EXPORT void FfiOHOSAceFrameworkSpanSetLetterSpacing(double space, int32_t unit);
|
/kernel/liteos_a/kernel/common/ |
H A D | los_excinfo_pri.h | 52 extern VOID SetRecordSpace(UINT32 space);
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_videotoolbox.h | 73 CFStringRef av_map_videotoolbox_color_matrix_from_av(enum AVColorSpace space);
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_word_get_test.cpp | 166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
H A D | gcc-dev.mk | 55 T := -o$(space)
|
/third_party/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 1126 int32_t space = test.GetPoolCheckpoint() - masm.GetCursorOffset(); in TEST_T32() local 1128 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_T32() 1129 while (space > 0) { in TEST_T32() 1131 space -= k16BitT32InstructionSizeInBytes; in TEST_T32() 1384 int32_t space = test.GetPoolCheckpoint() - masm.GetCursorOffset(); in TEST_T32() local 1386 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_T32() 1387 while (space > 0) { in TEST_T32() 1389 space -= k16BitT32InstructionSizeInBytes; in TEST_T32() 1764 int space = AlignDown(ldr_padding, kA32InstructionSizeInBytes); in TEST_A32() local 1765 ExactAssemblyScope scope(&masm, space, ExactAssemblyScop in TEST_A32() 1776 int space = AlignDown(ldrd_padding, kA32InstructionSizeInBytes); TEST_A32() local 1946 int space = test.GetPoolCheckpoint() - masm.GetCursorOffset(); GenerateLdrLiteralTriggerPoolEmission() local 2279 int space = AlignDown(padding_before, nop_size); TEST() local 2292 int space = AlignDown(padding_after, nop_size); TEST() local 3954 uint32_t space = static_cast<uint32_t>(masm.GetBuffer()->GetRemainingBytes()); TEST_NOASM() local 3991 int32_t space = static_cast<int32_t>(masm.GetBuffer()->GetRemainingBytes()); TEST_NOASM() local 4022 int space = 5000; TEST_T32() local 4095 int space = 5002; TEST_T32() local 4188 int space = 4000; TEST_T32() local 4261 int space = 4000; TEST_T32() local [all...] |