/device/amlogic/yukawa/binaries/gpu/ |
D | README | 5 cortex-a9 32bit 32bit default_7a 6 cortex-a53 32bit 32bit default_7a 7 cortex-a53 64bit 32bit default_8a 8 cortex-a53 64bit 64bit default_8a 17 git clone ssh://android@10.8.9.5/platform/hardware/gpu/mali/ddk -b aml-64bit-r5p1
|
/device/google/contexthub/firmware/os/inc/ |
D | hostIntf.h | 74 void hostIntfSetInterrupt(uint32_t bit); 75 bool hostIntfGetInterrupt(uint32_t bit); 76 void hostIntfClearInterrupt(uint32_t bit); 77 void hostIntfSetInterruptMask(uint32_t bit); 78 bool hostIntfGetInterruptMask(uint32_t bit); 79 void hostIntfClearInterruptMask(uint32_t bit);
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomicBitset.c | 87 uint32_t scratch1, scratch2, scratch3, bit = 32; in atomicBitsetFindClearAndSet() local 105 :"=r"(scratch1), "=r"(bit), "=r"(scratch2), "=l"(scratch3), "=r"(wordPtr) in atomicBitsetFindClearAndSet() 110 if (bit != 32) in atomicBitsetFindClearAndSet() 111 return (idx * 32) + bit; in atomicBitsetFindClearAndSet()
|
/device/generic/car/tools/ |
D | pack_avd_img.sh | 49 echo Kernel: 64-bit, prebuilt 52 echo Kernel: 64-bit for 32-bit userspaces, prebuilt
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_ion.h | 65 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_ion.h | 98 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 16 // (for example) the Intel 80-bit format or PowerPC double-double format. 25 // to add support for quad on some 32-bit systems, for example. You also may 34 // 2. quiet NaNs, if supported, are indicated by the leading bit of the 82 // bit (if needed) and right-aligning the rest of the trailing NaN 91 // renormalize the significand and clear the leading bit, then insert
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/ |
D | gdbstub.c | 447 static inline int test_bit(const uint8_t *p, int bit) in test_bit() argument 449 return (p[bit / 8] >> (bit & 0x7)) & 1; in test_bit() 451 static inline int set_bit(uint8_t *p, int bit) in set_bit() argument 453 return (p[bit / 8] |= 1u << (bit & 0x7)); in set_bit()
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_ion.h | 88 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_ion.h | 126 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_ion.h | 88 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_ion.h | 126 #define ION_HEAP(bit) ION_BIT(bit) argument
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 1622 void hostIntfSetInterrupt(uint32_t bit) in hostIntfSetInterrupt() argument 1626 if (!atomicBitsetGetBit(mInterrupt, bit)) { in hostIntfSetInterrupt() 1627 atomicBitsetSetBit(mInterrupt, bit); in hostIntfSetInterrupt() 1628 if (!atomicBitsetGetBit(mInterruptMask, bit)) { in hostIntfSetInterrupt() 1640 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt() argument 1642 return atomicBitsetGetBit(mInterrupt, bit); in hostIntfGetInterrupt() 1645 void hostIntfClearInterrupt(uint32_t bit) in hostIntfClearInterrupt() argument 1649 if (atomicBitsetGetBit(mInterrupt, bit)) { in hostIntfClearInterrupt() 1650 atomicBitsetClearBit(mInterrupt, bit); in hostIntfClearInterrupt() 1651 if (!atomicBitsetGetBit(mInterruptMask, bit)) { in hostIntfClearInterrupt() [all …]
|
/device/google/crosshatch/audio/ |
D | README | 7 24 bit detected
|
/device/google/bonito/audio/ |
D | README | 7 24 bit detected
|
/device/generic/goldfish/radio/librilutils/ |
D | Android.bp | 23 type: "nanopb-c-enable_malloc-32bit",
|
/device/google/cuttlefish/vsoc_arm64_only/phone/ |
D | aosp_cf.mk | 51 PRODUCT_MODEL := Cuttlefish arm64 phone (64-bit only)
|
/device/google/cuttlefish/vsoc_x86_64_only/phone/ |
D | aosp_cf.mk | 51 PRODUCT_MODEL := Cuttlefish x86_64 phone (64-bit only)
|
/device/amlogic/yukawa/hal/audio/ |
D | speaker_eq_sei610.fir | 10 # Values must be 16-bit integers. Currently, a max of 512 taps is supported.
|
/device/generic/goldfish/radio/libril/ |
D | Android.mk | 30 libprotobuf-c-nano-enable_malloc-32bit \
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | recovery.te | 13 # the setgid bit set to determine if the file should inherit setgid. In this
|
/device/sample/sdk_addon/ |
D | manifest.ini | 40 # This 16-bit integer allows adb to detect new devices, by extending the list
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 49 24. Do not divide 64-bit values. If you simply must, only do so by a constant, and use cpuMath.h. 52 25. Do not cast floats to 64-bit values or back, this is slow. Use floatRt.h. This will be enforced
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | pcm.c | 147 static void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned int bit) in param_set_mask() argument 149 if (bit >= SNDRV_MASK_MAX) in param_set_mask() 155 m->bits[bit >> 5] |= (1 << (bit & 31)); in param_set_mask()
|
/device/google/coral-kernel/sm8150/original-kernel-headers/media/ |
D | radio-iris.h | 586 #define GET_FREQ(val, bit) ((bit == 1) ? ((val) >> 8) : ((val) & 0xFF)) argument
|