Searched defs:actualSize (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/Reactor/
H A DRoutineManager.cpp50 uint8_t *RoutineManager::startFunctionBody(const llvm::Function *function, uintptr_t &actualSize) argument
52 if(actualSize == 0) // Estimate size
60 actualSize = instructionCount * averageInstructionSize;
69 actualSize = (actualSize + pageSize - 1) & ~(pageSize - 1);
72 routine = new Routine(actualSize);
/external/libusb/libusb/os/
H A Dwince_usb.c379 DWORD actualSize = len; local
382 if (!UkwGetConfigDescriptor(priv->dev, UKW_ACTIVE_CONFIGURATION, buffer, len, &actualSize))
385 return actualSize;
394 DWORD actualSize = len; local
397 if (!UkwGetConfigDescriptor(priv->dev, config_index, buffer, len, &actualSize))
400 return actualSize;
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c5602 static int32_t getBufferSize(const errorData* data, int32_t actualSize) argument
5606 return actualSize;
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c3841 DWORD actualSize; local
3872 err = WSAIoctl( sock, SIO_GET_INTERFACE_LIST, NULL, 0, buffer, size, &actualSize, NULL, NULL );
3883 check( actualSize <= size );
3884 check( ( actualSize % sizeof( INTERFACE_INFO ) ) == 0 );
3885 n = (int)( actualSize / sizeof( INTERFACE_INFO ) );
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 294 milliseconds