/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/ |
pfrdrivr.c | 37 PFR_PhyFont phys = &face->phy_font; local 43 if ( phys->outline_resolution != phys->metrics_resolution ) 47 (FT_Long)phys->outline_resolution, 48 (FT_Long)phys->metrics_resolution ); 52 (FT_Long)phys->outline_resolution, 53 (FT_Long)phys->metrics_resolution ); 83 PFR_PhyFont phys = &face->phy_font; local 86 if ( gindex < phys->num_chars ) 88 *anadvance = phys->chars[gindex].advance 106 PFR_PhyFont phys = &face->phy_font; local [all...] |
pfrsbit.c | 537 PFR_PhyFont phys = &face->phy_font; local 544 character = &phys->chars[glyph_index]; 552 strike = phys->strikes; 553 for ( n = 0; n < phys->num_strikes; n++ ) 579 if ( FT_STREAM_SEEK( phys->bct_offset + strike->bct_offset ) || 610 if ( phys->metrics_resolution != phys->outline_resolution ) 612 (FT_Long)phys->outline_resolution, 613 (FT_Long)phys->metrics_resolution ); 621 (FT_Long)phys->metrics_resolution ) [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
fixmap_32.h | 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL) 46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
sim-cr16.h | 39 unsigned long *phys, 46 unsigned long *phys, 53 unsigned long *phys,
|
sim-d10v.h | 42 memory segment assigning the translated address to PHYS. Since a 59 unsigned long *phys, 66 unsigned long *phys, 73 unsigned long *phys,
|
/external/llvm/test/CodeGen/AArch64/ |
br-undef-cond.ll | 3 ; Make sure we don't end up with a CBNZ of an undef v-/phys-reg.
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.c | 113 unsigned short phys, 238 part->phys = 0x80; 239 part->phys += toupper(tmp[2]) - 'A'; 251 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0; 253 part->phys = 0x00; /* We'll assume /dev/fd0 */ 261 if(part->phys < 0x80) 274 part->phys, 299 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec); 310 pent = scan_partition_table(pent, part->phys, &part->pno); 392 part->phys, [all...] |
/hardware/intel/img/psb_video/src/ |
tng_picmgmt.h | 152 IMG_UINT32 ui32PhysAddrYPlane_Field0; //!< Source pic phys addr (Y plane, Field 0) 153 IMG_UINT32 ui32PhysAddrUPlane_Field0; //!< Source pic phys addr (U plane, Field 0) 154 IMG_UINT32 ui32PhysAddrVPlane_Field0; //!< Source pic phys addr (V plane, Field 0) 155 IMG_UINT32 ui32PhysAddrYPlane_Field1; //!< Source pic phys addr (Y plane, Field 1) 156 IMG_UINT32 ui32PhysAddrUPlane_Field1; //!< Source pic phys addr (U plane, Field 1) 157 IMG_UINT32 ui32PhysAddrVPlane_Field1; //!< Source pic phys addr (V plane, Field 1)
|
/external/vulkan-validation-layers/demos/smoke/ |
Helpers.h | 64 inline VkResult enumerate(VkInstance instance, std::vector<VkPhysicalDevice> &phys) 69 phys.resize(count); 70 return vk::EnumeratePhysicalDevices(instance, &count, phys.data());
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/ |
viddec_fw_decoder_host.h | 80 @param[in] phys : Physical address on where firmware should be loaded. 81 @param[in] len : Length of data allocated at phys. 87 uint32_t viddec_fw_decoder_loadfw(uint32_t phys, uint32_t len); 99 @param[in] phys : Physical address on where global memory starts. 100 @param[in] len : Length of data allocated at phys. 104 uint32_t viddec_fw_decoder_set_fw_scratchmem(uint32_t phys, uint32_t len); 118 @param[in] phys : Physical address of allocated memory for this codec. 124 uint32_t viddec_fw_decoder_openstream(uint32_t codec_type, uint32_t *strm_handle, uint32_t phys, uint32_t priority);
|
/external/autotest/server/site_tests/network_WiFi_RateControl/ |
network_WiFi_RateControl.py | 56 phys = iw_runner.IwRunner( 58 if len(phys) != 1: 60 len(phys)) 62 phy = phys[0]
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-51.ll | 3 ; allocatable or reserved phys reg.
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
viddec_pm_flush.c | 13 wkld_cur->phys = wkld_next->phys = 0; 20 viddec_emit_update(&(pm->emitter), wkld_cur->phys, wkld_next->phys, wkld_cur->len, wkld_cur->len);
|
/external/llvm/lib/CodeGen/ |
TargetRegisterInfo.cpp | 352 unsigned Phys = Hint.second; 353 if (VRM && isVirtualRegister(Phys)) 354 Phys = VRM->getPhys(Phys); 356 // Check that Phys is a valid hint in VirtReg's register class. 357 if (!isPhysicalRegister(Phys)) 359 if (MRI.isReserved(Phys)) 361 // Check that Phys is in the allocation order. We shouldn't heed hints 364 if (std::find(Order.begin(), Order.end(), Phys) == Order.end()) 368 Hints.push_back(Phys); [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
LocalDisplayAdapter.java | 356 SurfaceControl.PhysicalDisplayInfo phys = mDisplayInfos[mActivePhysIndex]; local 358 mInfo.width = phys.width; 359 mInfo.height = phys.height; 374 mInfo.appVsyncOffsetNanos = phys.appVsyncOffsetNanos; 375 mInfo.presentationDeadlineNanos = phys.presentationDeadlineNanos; 381 if (phys.secure) { 398 mInfo.densityDpi = (int)(phys.density * 160 + 0.5f); 399 mInfo.xDpi = phys.xDpi; 400 mInfo.yDpi = phys.yDpi; 408 mInfo.setAssumedDensityForExternalDisplay(phys.width, phys.height) [all...] |
/external/kernel-headers/original/uapi/linux/ |
omapfb.h | 216 __u32 width; /* phys width of the display in micrometers */ 217 __u32 height; /* phys height of the display in micrometers */
|