Home
last modified time | relevance | path

Searched refs:sp_array (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/games/naev/naev-0.7.0/src/
H A Dslots.c88 sp = &array_grow( &sp_array ); in sp_load()
127 for (i=0; i<array_size(sp_array); i++) { in sp_cleanup()
128 sp = &sp_array[i]; in sp_cleanup()
133 array_free( sp_array ); in sp_cleanup()
134 sp_array = NULL; in sp_cleanup()
150 for (i=0; i<array_size(sp_array); i++) { in sp_get()
151 sp = &sp_array[i]; in sp_get()
178 return sp_array[ spid-1 ].display; in sp_display()
189 return sp_array[ spid-1 ].description; in sp_description()
200 return sp_array[ spid-1 ].required; in sp_required()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dscalar.pxi71 self._set_array(sp_array)
74 self.sp_array = sp_array
659 self.sp_array = sp_array
710 self.sp_array = sp_array
761 self.sp_array = sp_array
762 self.ap = <CMapArray*> sp_array.get()
816 self.sp_array = sp_array
847 self.sp_array = sp_array
895 self.sp_array = sp_array
1229 elif sp_array.get().IsNull(index):
[all …]
H A Dpublic-api.pxi187 return arr.sp_array
192 cdef api object pyarrow_wrap_array(const shared_ptr[CArray]& sp_array): argument
193 if sp_array.get() == NULL:
196 klass = get_array_class_from_type(sp_array.get().type())
199 arr.init(sp_array)
217 const shared_ptr[CChunkedArray]& sp_array): argument
218 if sp_array.get() == NULL:
221 cdef CDataType* data_type = sp_array.get().type().get()
227 arr.init(sp_array)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dpublic-api.pxi191 return arr.sp_array
196 cdef api object pyarrow_wrap_array(const shared_ptr[CArray]& sp_array): argument
197 if sp_array.get() == NULL:
200 klass = get_array_class_from_type(sp_array.get().type())
203 arr.init(sp_array)
221 const shared_ptr[CChunkedArray]& sp_array): argument
222 if sp_array.get() == NULL:
225 cdef CDataType* data_type = sp_array.get().type().get()
231 arr.init(sp_array)
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dpublic-api.pxi191 return arr.sp_array
196 cdef api object pyarrow_wrap_array(const shared_ptr[CArray]& sp_array): argument
197 if sp_array.get() == NULL:
200 klass = get_array_class_from_type(sp_array.get().type())
203 arr.init(sp_array)
221 const shared_ptr[CChunkedArray]& sp_array): argument
222 if sp_array.get() == NULL:
225 cdef CDataType* data_type = sp_array.get().type().get()
231 arr.init(sp_array)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/drivers/usb/host/
H A Dxhci-mem.c113 free(xhci_bus_to_virt(ctrl, le64_to_cpu(ctrl->scratchpad->sp_array[0]))); in xhci_scratchpad_free()
114 free(ctrl->scratchpad->sp_array); in xhci_scratchpad_free()
373 scratchpad->sp_array = xhci_malloc(num_sp * sizeof(u64)); in xhci_scratchpad_alloc()
374 if (!scratchpad->sp_array) in xhci_scratchpad_alloc()
377 val_64 = xhci_virt_to_bus(ctrl, scratchpad->sp_array); in xhci_scratchpad_alloc()
400 scratchpad->sp_array[i] = cpu_to_le64(val_64); in xhci_scratchpad_alloc()
403 xhci_flush_cache((uintptr_t)scratchpad->sp_array, in xhci_scratchpad_alloc()
409 free(scratchpad->sp_array); in xhci_scratchpad_alloc()

1234567