/third_party/ffmpeg/libavformat/ |
H A D | mlvdec.c | 407 unsigned int size, space; in read_packet() local 437 space = avio_rl32(pb); in read_packet() 438 avio_skip(pb, space); in read_packet() 445 if (space > UINT_MAX - 24 || size < (24 + space)) in read_packet() 447 ret = av_get_packet(pb, pkt, size - (24 + space)); in read_packet()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-simple.c | 153 size_t space = 0; in do_read() local 162 space = pa_memblock_get_length(c->playback.current_memblock) - c->playback.memblock_index; in do_read() 164 if (space <= 0) { in do_read() 174 space = pa_memblock_get_length(c->playback.current_memblock); in do_read() 177 if (l > space) in do_read() 178 l = space; in do_read()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_list_item_group_ffi.h | 26 void (*headerBuilder)(), void (*footerBuilder)(), double space, int32_t spaceUnit);
|
H A D | cj_column_ffi.h | 25 CJ_EXPORT void FfiOHOSAceFrameworkColumnCreateWithSpace(double space, int32_t unit);
|
H A D | cj_row_ffi.h | 26 CJ_EXPORT void FfiOHOSAceFrameworkRowCreateWithSpace(double space, int32_t unit);
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon_bpts.S | 11 .space NBPTS * BPT_SIZE
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon_bpts.S | 11 .space NBPTS * BPT_SIZE
|
/kernel/linux/linux-5.10/arch/arm/mach-rockchip/ |
H A D | headsmp.S | 14 1: .space 4
|
/kernel/linux/linux-6.6/arch/arm/mach-rockchip/ |
H A D | headsmp.S | 14 1: .space 4
|
/kernel/liteos_a/kernel/extended/dynload/src/ |
H A D | los_load_elf.c | 423 INT32 OsGetKernelVaddr(LosVmSpace *space, VADDR_T vaddr, VADDR_T *kvaddr)
in OsGetKernelVaddr() argument 428 if ((space == NULL) || (vaddr == 0) || (kvaddr == NULL)) {
in OsGetKernelVaddr() 429 PRINT_ERR("%s[%d], space: %#x, vaddr: %#x\n", __FUNCTION__, __LINE__, space, vaddr);
in OsGetKernelVaddr() 438 ret = LOS_ArchMmuQuery(&space->archMmu, vaddr, &paddr, NULL);
in OsGetKernelVaddr() 748 STATIC UINT32 OsStackAlloc(LosVmSpace *space, VADDR_T vaddr, UINT32 vsize, UINT32 psize, UINT32 regionFlags)
in OsStackAlloc() argument 757 (VOID)LOS_MuxAcquire(&space->regionMux);
in OsStackAlloc() 763 region = LOS_RegionAlloc(space, vaddr, vsize, regionFlags | VM_MAP_REGION_FLAG_FIXED, 0);
in OsStackAlloc() 775 (VOID)LOS_ArchMmuMap(&space->archMmu, vaddrTemp, paddrTemp, 1, region->regionFlags);
in OsStackAlloc() 781 (VOID)LOS_MuxRelease(&space in OsStackAlloc() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 8 \begin{Name}{3}{unw\_create\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_create\_addr\_space}unw\_create\_addr\_space -- create address space for remote unwinding 20 address-space and initializes it based on the call-back routines 37 variable is copied into the newly-created address space, so the 41 The first argument to every call-back routine is an address-space 45 address-space on whose behalf the invocation is made and the \Var{arg} 125 enabled for the given address-space. The cache can be cleared with a 135 from or write to a word of memory in the target address-space. The 193 execution in the target address space. Argument \Var{cp} is the 209 when resuming execution in the local address space, the call-back will 241 address-space [all...] |
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_plat_data.h | 14 unsigned int space; /* addr_space for si, intf# for ssif. */ member
|
H A D | ipmi_si_hotmod.c | 122 rv = parse_str(hotmod_as, &ival, "address space", &curr); in parse_hotmod_str() 125 h->space = ival; in parse_hotmod_str() 226 dev = ipmi_si_remove_by_data(h.space, h.type, h.addr); in hotmod_handler()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_plat_data.h | 14 unsigned int space; /* addr_space for si, intf# for ssif. */ member
|
H A D | ipmi_si_hotmod.c | 121 rv = parse_str(hotmod_as, &ival, "address space", &curr); in parse_hotmod_str() 124 h->space = ival; in parse_hotmod_str() 217 dev = ipmi_si_remove_by_data(h.space, h.type, h.addr); in hotmod_handler()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_queue.h | 40 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_list_item_group_modifier.cpp | 107 void SetListItemGroupSpace(ArkUINodeHandle node, ArkUI_Float64 space) in SetListItemGroupSpace() argument 111 ListItemGroupModelNG::SetSpace(frameNode, Dimension(space, DimensionUnit::VP)); in SetListItemGroupSpace()
|
H A D | linear_indicator_modifier.cpp | 27 void SetLinearIndicatorIndicatorStyleSpace(ArkUINodeHandle node, ArkUI_Float32 space, ArkUI_Int32 unit) in SetLinearIndicatorIndicatorStyleSpace() argument 32 frameNode, CalcDimension(space, static_cast<OHOS::Ace::DimensionUnit>(unit))); in SetLinearIndicatorIndicatorStyleSpace()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pci_io.h | 41 #define ZPCI_CREATE_REQ(handle, space, len) \ 42 ((u64) handle << 32 | space << 16 | len)
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pci_io.h | 41 #define ZPCI_CREATE_REQ(handle, space, len) \ 42 ((u64) handle << 32 | space << 16 | len)
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | test-bootconfig.sh | 170 xfail grep -q val[[:space:]] $OUTFILE 171 xpass grep -q val2[[:space:]] $OUTFILE
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir-rcmm-decoder.c | 53 * ir_rcmm_decode() - Decode one RCMM pulse or space 55 * @ev: the struct ir_raw_event descriptor of the pulse/space 191 const unsigned int space = rcmmspace[(data >> i) & 3]; in ir_rcmm_rawencoder() local 193 ret = ir_raw_gen_pulse_space(ev, &max, RCMM_UNIT, space); in ir_rcmm_rawencoder()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ir-rcmm-decoder.c | 53 * ir_rcmm_decode() - Decode one RCMM pulse or space 55 * @ev: the struct ir_raw_event descriptor of the pulse/space 191 const unsigned int space = rcmmspace[(data >> i) & 3]; in ir_rcmm_rawencoder() local 193 ret = ir_raw_gen_pulse_space(ev, &max, RCMM_UNIT, space); in ir_rcmm_rawencoder()
|
/kernel/liteos_a/kernel/extended/blackbox/ |
H A D | los_blackbox_system_adapter.c | 75 static void WriteExcFile(UINT32 startAddr, UINT32 space, UINT32 rwFlag, char *buf) in WriteExcFile() argument 78 (void)space; in WriteExcFile()
|
/kernel/linux/linux-6.6/tools/bootconfig/ |
H A D | test-bootconfig.sh | 170 xfail grep -q val[[:space:]] $OUTFILE 171 xpass grep -q val2[[:space:]] $OUTFILE
|