Searched refs:bit (Results 1 – 12 of 12) sorted by relevance
/device/google/contexthub/firmware/inc/ |
D | hostIntf.h | 73 void hostIntfSetInterrupt(uint32_t bit); 74 bool hostIntfGetInterrupt(uint32_t bit); 75 void hostIntfClearInterrupt(uint32_t bit); 76 void hostIntfSetInterruptMask(uint32_t bit); 77 bool hostIntfGetInterruptMask(uint32_t bit); 78 void hostIntfClearInterruptMask(uint32_t bit);
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
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/google/contexthub/firmware/src/ |
D | hostIntf.c | 1308 void hostIntfSetInterrupt(uint32_t bit) in hostIntfSetInterrupt() argument 1312 if (!atomicBitsetGetBit(mInterrupt, bit)) { in hostIntfSetInterrupt() 1313 atomicBitsetSetBit(mInterrupt, bit); in hostIntfSetInterrupt() 1314 if (!atomicBitsetGetBit(mInterruptMask, bit)) { in hostIntfSetInterrupt() 1326 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt() argument 1328 return atomicBitsetGetBit(mInterrupt, bit); in hostIntfGetInterrupt() 1331 void hostIntfClearInterrupt(uint32_t bit) in hostIntfClearInterrupt() argument 1335 if (atomicBitsetGetBit(mInterrupt, bit)) { in hostIntfClearInterrupt() 1336 atomicBitsetClearBit(mInterrupt, bit); in hostIntfClearInterrupt() 1337 if (!atomicBitsetGetBit(mInterruptMask, bit)) { in hostIntfClearInterrupt() [all …]
|
/device/lge/bullhead/sepolicy/ |
D | cnd.te | 18 # the setgid bit should be cleared, regardless of whether the setgid 19 # bit was even set. We do not appear to truly need this capability
|
/device/htc/flounder/ |
D | aosp_flounder32.mk | 19 PRODUCT_MODEL := 32-bit AOSP on Flounder
|
D | aosp_flounder_64_only.mk | 37 PRODUCT_MODEL := AOSP on Flounder (64-bit only)
|
/device/google/contexthub/ |
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/sample/sdk_addon/ |
D | manifest.ini | 40 # This 16-bit integer allows adb to detect new devices, by extending the list
|
/device/moto/shamu/location/loc_api/loc_api_v02/ |
D | loc_api_v02_client.c | 651 int bit = reqId%8; in checkQmiMsgsSupported() local 652 LOC_LOGV("%s:%d]: the bit is %d\n", __func__, __LINE__, bit); in checkQmiMsgsSupported() 655 if (pResponse->resp.supported_msgs[length-1] & (1<<bit)) { in checkQmiMsgsSupported()
|
/device/huawei/angler/location/loc_api/loc_api_v02/ |
D | loc_api_v02_client.c | 694 uint32_t bit = reqId & ((uint32_t)7); in checkQmiMsgsSupported() local 695 if (pResponse->resp.supported_msgs[length] & (1<<bit)) { in checkQmiMsgsSupported()
|
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
D | loc_api_v02_client.c | 694 uint32_t bit = reqId & ((uint32_t)7); in checkQmiMsgsSupported() local 695 if (pResponse->resp.supported_msgs[length] & (1<<bit)) { in checkQmiMsgsSupported()
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 318 #Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
|