HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 276 - 300 of 1157) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/
Stack.asm 63 ; Load new stack
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
html_module.py 40 def Load(self, excluded_scripts):
41 super(HTMLModule, self).Load(excluded_scripts=excluded_scripts)
  /external/libffi/src/x86/
win32.S 106 ;; Load ecx with the return type code
163 ;; Load %ecx with the pointer to storage for the return value
169 ;; Load %ecx with the pointer to storage for the return value
176 ;; Load %ecx with the pointer to storage for the return value
182 ;; Load %ecx with the pointer to storage for the return value
188 ;; Load %ecx with the pointer to storage for the return value
194 ;; Load %ecx with the pointer to storage for the return value
200 ;; Load %ecx with the pointer to storage for the return value
593 # Load %ecx with the return type code
657 # Load %ecx with the pointer to storage for the return valu
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 314 // can execute the load instruction with the same inputs and get different
319 if (const LoadInst *Load = dyn_cast<LoadInst>(V))
320 return Load->getPointerAddressSpace() == AMDGPUAS::PRIVATE_ADDRESS;
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 40 CharPosList.Load(charCodes, charPos, pFont, font_size);
123 CharPosList.Load(charCodes, charPos, pFont, font_size);
  /external/skia/src/core/
SkPM4fPriv.h 29 return SkNx_cast<float>(Sk4b::Load(&px)) * (1/255.0f);
188 swizzle_rb(SkNx_cast<float>(Sk4b::Load(&color)) * (1/255.0f)).store(&color4f);
SkRect.cpp 62 min = Sk4s::Load(pts);
71 Sk4s xy = Sk4s::Load(pts);
  /external/skqp/src/core/
SkPM4fPriv.h 29 return SkNx_cast<float>(Sk4b::Load(&px)) * (1/255.0f);
188 swizzle_rb(SkNx_cast<float>(Sk4b::Load(&color)) * (1/255.0f)).store(&color4f);
SkRect.cpp 62 min = Sk4s::Load(pts);
71 Sk4s xy = Sk4s::Load(pts);
  /external/vulkan-validation-layers/layers/
shader_validation.h 116 cache->Load(pCreateInfo);
120 void Load(VkValidationCacheCreateInfoEXT const *pCreateInfo) {
  /frameworks/base/libs/androidfw/tests/
AssetManager2_test.cpp 48 basic_assets_ = ApkAssets::Load(GetTestDataPath() + "/basic/basic.apk");
51 basic_de_fr_assets_ = ApkAssets::Load(GetTestDataPath() + "/basic/basic_de_fr.apk");
54 style_assets_ = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk");
57 lib_one_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_one/lib_one.apk");
60 lib_two_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_two/lib_two.apk");
63 libclient_assets_ = ApkAssets::Load(GetTestDataPath() + "/libclient/libclient.apk");
69 system_assets_ = ApkAssets::Load(GetTestDataPath() + "/system/system.apk", true /*system*/);
72 app_assets_ = ApkAssets::Load(GetTestDataPath() + "/app/app.apk");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iimgctx.h 58 STDMETHOD(Load)(THIS_ LPCWSTR pszUrl,DWORD dwFlags) PURE;
74 #define IImgCtx_Load(This,pszUrl,dwFlags) (This)->lpVtbl->Load(This,pszUrl,dwFlags)
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_386.s 27 JMP runtime?internal?atomic·Load(SB)
30 JMP runtime?internal?atomic·Load(SB)
asm_amd64p32.s 27 JMP runtime?internal?atomic·Load(SB)
30 JMP runtime?internal?atomic·Load(SB)
atomic_386.go 13 func Load(ptr *uint32) uint32 {
atomic_amd64x.go 13 func Load(ptr *uint32) uint32 {
atomic_arm64.go 30 func Load(ptr *uint32) uint32
atomic_mips64x.go 30 func Load(ptr *uint32) uint32
atomic_ppc64x.go 30 func Load(ptr *uint32) uint32
atomic_s390x.go 11 func Load(ptr *uint32) uint32 {
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_386.s 27 JMP runtime?internal?atomic·Load(SB)
30 JMP runtime?internal?atomic·Load(SB)
asm_amd64p32.s 27 JMP runtime?internal?atomic·Load(SB)
30 JMP runtime?internal?atomic·Load(SB)
atomic_386.go 13 func Load(ptr *uint32) uint32 {
atomic_amd64x.go 13 func Load(ptr *uint32) uint32 {
atomic_arm64.go 30 func Load(ptr *uint32) uint32

Completed in 536 milliseconds

<<11121314151617181920>>