Searched refs:size (Results 1 – 7 of 7) sorted by relevance
33 s32 WBCRead ( WPADBLStatus *status, double weight[], u32 size );35 s32 WBCSetZEROPoint ( double press_ave[], u32 size );
476 u16 size; member591 typedef void * ( *WPADAlloc )( u32 size );
46 static void *myAlloc ( u32 size );320 static void *myAlloc(u32 size) in myAlloc() argument324 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
46 static void *myAlloc ( u32 size );357 static void *myAlloc(u32 size) in myAlloc() argument361 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
59 static void *myAlloc ( u32 size );349 static void *myAlloc(u32 size) in myAlloc() argument353 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
80 static void *myAlloc ( u32 size );316 static void *myAlloc(u32 size) in myAlloc() argument320 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
52 …t. Set the buffer passed to this function as 32-byte aligned and make its size at least that given…