Lines Matching refs:size
68 pub type HttpMallocFunction = Option<unsafe extern "C" fn(size: usize) -> *mut c_void>;
70 Option<unsafe extern "C" fn(p: *mut c_void, size: usize) -> *mut c_void>;
1428 pub size: u32,
1439 pub size: usize,
1456 size: i32,
1475 pub size: usize,
1485 pub size: usize,
1493 pub size: usize,
1538 pub size: usize,
1545 pub size: usize,
1566 pub size: usize,
1579 pub size: usize,
1583 pub size: usize,
1593 pub size: usize,
1602 pub size: usize,
1606 pub size: usize,
1610 pub size: usize,
1621 pub size: usize,
1634 pub size: usize,
1645 pub size: usize,
1652 pub size: usize,
1661 pub size: usize,
1671 pub size: usize,
1675 pub size: usize,
1684 pub size: usize,
1688 pub size: usize,
1698 pub size: usize,
1704 pub size: usize,
1714 pub size: i32,
1723 pub size: i32,
1737 pub size: i32,
1752 pub size: i32,
1798 pub size: u32,
1837 pub size: i32,
1976 pub size: u32,
2004 pub size: usize,
2125 pub size: i32,
2747 size: u32, in sceKernelAllocPartitionMemory()
2763 pub fn sceKernelDcacheWritebackRange(p: *const c_void, size: u32); in sceKernelDcacheWritebackRange()
2764 pub fn sceKernelDcacheWritebackInvalidateRange(p: *const c_void, size: u32); in sceKernelDcacheWritebackInvalidateRange()
2765 pub fn sceKernelDcacheInvalidateRange(p: *const c_void, size: u32); in sceKernelDcacheInvalidateRange()
2767 pub fn sceKernelIcacheInvalidateRange(p: *const c_void, size: u32); in sceKernelIcacheInvalidateRange()
2770 pub fn sceKernelUtilsMd5Digest(data: *mut u8, size: u32, digest: *mut u8) -> i32; in sceKernelUtilsMd5Digest()
2775 size: u32, in sceKernelUtilsMd5BlockUpdate()
2779 pub fn sceKernelUtilsSha1Digest(data: *mut u8, size: u32, digest: *mut u8) -> i32; in sceKernelUtilsSha1Digest()
2784 size: u32, in sceKernelUtilsSha1BlockUpdate()
2862 pub fn sceKernelVolatileMemLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32; in sceKernelVolatileMemLock()
2863 pub fn sceKernelVolatileMemTryLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32; in sceKernelVolatileMemTryLock()
3010 size: u32, in sceKernelSendMsgPipe()
3018 size: u32, in sceKernelSendMsgPipeCB()
3026 size: u32, in sceKernelTrySendMsgPipe()
3033 size: u32, in sceKernelReceiveMsgPipe()
3041 size: u32, in sceKernelReceiveMsgPipeCB()
3049 size: u32, in sceKernelTryReceiveMsgPipe()
3059 size: u32, in sceKernelCreateVpl()
3065 size: u32, in sceKernelAllocateVpl()
3071 size: u32, in sceKernelAllocateVplCB()
3075 pub fn sceKernelTryAllocateVpl(uid: SceUid, size: u32, data: *mut *mut c_void) -> i32; in sceKernelTryAllocateVpl()
3083 size: u32, in sceKernelCreateFpl()
3144 pub fn sceUsbStart(driver_name: *const u8, size: i32, args: *mut c_void) -> i32; in sceUsbStart()
3145 pub fn sceUsbStop(driver_name: *const u8, size: i32, args: *mut c_void) -> i32; in sceUsbStop()
3155 pub fn sceUsbCamStillInputBlocking(buf: *mut u8, size: usize) -> i32; in sceUsbCamStillInputBlocking()
3156 pub fn sceUsbCamStillInput(buf: *mut u8, size: usize) -> i32; in sceUsbCamStillInput()
3173 pub fn sceUsbCamReadVideoFrameBlocking(buf: *mut u8, size: usize) -> i32; in sceUsbCamReadVideoFrameBlocking()
3174 pub fn sceUsbCamReadVideoFrame(buf: *mut u8, size: usize) -> i32; in sceUsbCamReadVideoFrame()
3200 pub fn sceUsbstorBootSetCapacity(size: u32) -> i32; in sceUsbstorBootSetCapacity()
3291 pub fn sceIoRead(fd: SceUid, data: *mut c_void, size: u32) -> i32; in sceIoRead()
3292 pub fn sceIoReadAsync(fd: SceUid, data: *mut c_void, size: u32) -> i32; in sceIoReadAsync()
3293 pub fn sceIoWrite(fd: SceUid, data: *const c_void, size: usize) -> i32; in sceIoWrite()
3294 pub fn sceIoWriteAsync(fd: SceUid, data: *const c_void, size: u32) -> i32; in sceIoWriteAsync()
3356 pub fn sceJpegDecodeMJpeg(jpeg_buf: *mut u8, size: usize, rgba: *mut c_void, unk: u32) -> i32; in sceJpegDecodeMJpeg()
3380 size: i32, in sceMpegRingbufferConstruct()
3395 size: i32, in sceMpegCreate()
3403 pub fn sceMpegQueryStreamSize(buffer: *mut c_void, size: *mut i32) -> i32; in sceMpegQueryStreamSize()
3479 pub fn sceGuGetMemory(size: i32) -> *mut c_void; in sceGuGetMemory()
3668 pub fn sceMp3NotifyAddStreamData(handle: Mp3Handle, size: i32) -> i32; in sceMp3NotifyAddStreamData()
3696 size: *mut usize, in sceRegGetKeyInfo()
3702 size: *mut usize, in sceRegGetKeyInfoByName()
3708 size: usize, in sceRegGetKeyValue()
3714 size: usize, in sceRegGetKeyValueByName()
3720 size: usize, in sceRegSetKeyValue()
3724 pub fn sceRegCreateKey(dir_handle: RegHandle, name: *const u8, type_: i32, size: usize) -> i32; in sceRegCreateKey()
3819 size: i32, in sceNetAdhocctlGetPeerInfo()
3856 pub fn sceNetAdhocGetPdpStat(size: *mut i32, stat: *mut SceNetAdhocPdpStat) -> i32; in sceNetAdhocGetPdpStat()
3857 pub fn sceNetAdhocGameModeCreateMaster(data: *mut c_void, size: i32) -> i32; in sceNetAdhocGameModeCreateMaster()
3858 pub fn sceNetAdhocGameModeCreateReplica(mac: *mut u8, data: *mut c_void, size: i32) -> i32; in sceNetAdhocGameModeCreateReplica()
3906 pub fn sceNetAdhocGetPtpStat(size: *mut i32, stat: *mut SceNetAdhocPtpStat) -> i32; in sceNetAdhocGetPtpStat()