/third_party/alsa-lib/src/control/ |
H A D | control.c | 323 * \param space space in the poll descriptor array 326 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space) in snd_ctl_poll_descriptors() argument 330 return ctl->ops->poll_descriptors(ctl, pfds, space); in snd_ctl_poll_descriptors() 333 if (space > 0) { in snd_ctl_poll_descriptors() 400 * If there was space allocated for the element identifiers (using 402 * too little space was allocated, only a part of the elements will be 403 * queried. If there was too much space allocated, some of it remains 405 * snd_ctl_elem_list_get_used() to obtain information about space 415 assert(list->space in snd_ctl_elem_list() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 230 // Stores ephemeron entries where the EphemeronHashTable is in old-space, 231 // and the key of the entry is in new-space. Such keys do not appear in the 322 // space to write objects in each space. 331 // Don't apply pointer multiplier on Android since it has no swap space and 339 // an orinary 32-bit which that is contrained by 2GB virtual address space. 411 // Checks whether the space is valid. 412 static bool IsValidAllocationSpace(AllocationSpace space); 500 void NotifyOldGenerationExpansion(AllocationSpace space, MemoryChunk* chunk); 597 // current space int [all...] |
H A D | gc-tracer.cc | 32 for (PagedSpace* space = spaces.Next(); space != nullptr; in CountTotalHolesSize() 33 space = spaces.Next()) { in CountTotalHolesSize() 34 DCHECK_GE(holes_size + space->Waste() + space->Available(), holes_size); in CountTotalHolesSize() 35 holes_size += space->Waste() + space->Available(); in CountTotalHolesSize()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 142 ; registers (m0-m6) and allocates 0x40 bytes of stack space. 356 %assign %%pad %%pad + 32 ; shadow space 456 ; Use the shadow space to store XMM6 and XMM7, the rest needs stack space allocated. 478 ; Allocate stack space for callee-saved xmm registers plus shadow space and align the stack. 752 %assign stack_size 0 ; amount of stack space that can be freely used inside a function 753 %assign stack_size_padded 0 ; total amount of allocated stack space, including space for callee-saved xmm registers on WIN64 and alignment padding
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 58 | or supervisor application space. The examples below use simple "move" 71 | working in user space 311 | space... Should be right, or are there any exceptions?
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | head.S | 46 .space PAGE_SIZE 49 .space PAGE_SIZE 131 addik r5, r4, 0 /* add new space for command line */
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_decode.h | 405 | get the absolute short address from user space 411 | get the absolute long address from user space
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sleep43xx.S | 66 /* Save wfi_flags arg to data space */ 161 * a read from the rtc address space to ensure translation 476 .space EMIF_PM_FUNCTIONS_SIZE 490 .space AMX3_PM_RO_SRAM_DATA_SIZE
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 58 | or supervisor application space. The examples below use simple "move" 71 | working in user space 311 | space... Should be right, or are there any exceptions?
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_decode.h | 405 | get the absolute short address from user space 411 | get the absolute long address from user space
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sleep43xx.S | 66 /* Save wfi_flags arg to data space */ 161 * a read from the rtc address space to ensure translation 476 .space EMIF_PM_FUNCTIONS_SIZE 490 .space AMX3_PM_RO_SRAM_DATA_SIZE
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | fpsimd-test.S | 161 // Declare some storate space to shadow the SVE register contents: 166 .space MAXVL_B * NVR 168 .space MAXVL_B
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 344 tmhh %r8,0x0001 # coming from user space? 347 j 3f # -> fault in user space 383 tmhh %r8,0x0001 # returning to user space?
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 439 struct ethtool_regs *regs, void *space) in sxgbe_get_regs() 442 u32 *reg_space = (u32 *)space; in sxgbe_get_regs() 438 sxgbe_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *space) sxgbe_get_regs() argument
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | dma_port.c | 96 .space = TB_CFG_PORT, in dma_port_read() 137 .space = TB_CFG_PORT, in dma_port_write()
|
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | 23 # single space each newline character in the output 72 # overcome by putting a space between `{' and `gsub').
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota_v2.c | 47 static inline qsize_t v2_stoqb(qsize_t space) in v2_stoqb() argument 49 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb() 134 * Used space is stored as unsigned 64-bit value in bytes but in v2_read_file_info() 347 * If space for dquot is already allocated, we don't need any in v2_write_dquot()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 443 struct ethtool_regs *regs, void *space) in sxgbe_get_regs() 446 u32 *reg_space = (u32 *)space; in sxgbe_get_regs() 442 sxgbe_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *space) sxgbe_get_regs() argument
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota_v2.c | 47 static inline qsize_t v2_stoqb(qsize_t space) in v2_stoqb() argument 49 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb() 134 * Used space is stored as unsigned 64-bit value in bytes but in v2_read_file_info() 347 * If space for dquot is already allocated, we don't need any in v2_write_dquot()
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 23 # single space each newline character in the output 72 # overcome by putting a space between `{' and `gsub').
|
/kernel/liteos_a/arch/arm/arm/src/startup/ |
H A D | reset_vector_mp.S | 90 *A simple jump removes any address-space dependencies [i.e. safer] 454 .space OS_EXC_SVC_STACK_SIZE * CORE_NUM 458 .space OS_EXC_STACK_SIZE * CORE_NUM
|
H A D | reset_vector_up.S | 87 *A simple jump removes any address-space dependencies [i.e. safer] 410 .space OS_EXC_SVC_STACK_SIZE * CORE_NUM 414 .space OS_EXC_STACK_SIZE * CORE_NUM
|
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep.c | 263 * \param space space in the poll descriptor array 266 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space) in snd_hwdep_poll_descriptors() argument 269 if (space >= 1) { in snd_hwdep_poll_descriptors()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 355 * \param space space in the poll descriptor array 358 int snd_timer_poll_descriptors(snd_timer_t *timer, struct pollfd *pfds, unsigned int space) in snd_timer_poll_descriptors() argument 361 if (space >= 1) { in snd_timer_poll_descriptors()
|
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 598 const char* color_space_name(color_space space) in color_space_name() argument 602 switch (space) { in color_space_name()
|