/device/google/contexthub/firmware/os/core/ |
D | syscall.c | 36 const uint8_t *bits = mLevelBits; in syscallAddTable() local 39 uint32_t idx = path >> (32 - *bits); in syscallAddTable() 40 path <<= *bits++; in syscallAddTable() 47 if (*bits == 0) in syscallAddTable() 60 const uint8_t *bits = mLevelBits; in syscallFindHandlerLoc() local 63 uint32_t idx = path >> (32 - *bits); in syscallFindHandlerLoc() 65 path <<= *bits++; in syscallFindHandlerLoc() 70 if (!*bits) in syscallFindHandlerLoc()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 50 uint32_t bits; member 75 dbx->bits = 0; in getInitedPersistedData() 131 osLog(LOG_ERROR, " CFSR = 0x%08lX BITS = 0x%08lX\n", cfsr, dbx->bits); in cpuDbxDump() 171 return (which < CPU_NUM_PERSISTENT_RAM_BITS) && ((dbx->bits >> which) & 1); in cpuRamPersistentBitGet() 180 dbx->bits |= (1ULL << which); in cpuRamPersistentBitSet() 182 dbx->bits &=~ (1ULL << which); in cpuRamPersistentBitSet()
|
/device/generic/car/emulator/usbpt/bluetooth/ |
D | bluetooth.prop | 10 # *NOT* correspond to a field. Instead, class of device is stored internally as 24 bits, 15 # (11 bits) (5 bits) (6 bits) 0b00
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | gpio.c | 241 uint32_t bits[10], *bitsP = bits, base = (uint32_t)&block->BSRR; in gpioBitbangedUartOut() local 256 bits[0] = bsrrVals[0]; in gpioBitbangedUartOut() 258 bits[i + 1] = bsrrVals[chr & 1]; in gpioBitbangedUartOut() 259 bits[9] = bsrrVals[1]; in gpioBitbangedUartOut()
|
/device/google/akita/location/gnssd/release/ |
D | gps.cfg | 71 # 8 bits. Lower 4 bits Crystal ID# (0-15) 72 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/caimito/location/ripcurrent24/userdebug/ |
D | gps.cfg | 78 # 8 bits. Lower 4 bits Crystal ID# (0-15) 79 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/comet/location/userdebug/ |
D | gps.cfg | 78 # 8 bits. Lower 4 bits Crystal ID# (0-15) 79 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/caimito/location/tokay/userdebug/ |
D | gps.cfg | 78 # 8 bits. Lower 4 bits Crystal ID# (0-15) 79 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/caimito/location/komodo/userdebug/ |
D | gps.cfg | 78 # 8 bits. Lower 4 bits Crystal ID# (0-15) 79 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/caimito/location/caiman/userdebug/ |
D | gps.cfg | 78 # 8 bits. Lower 4 bits Crystal ID# (0-15) 79 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/caimito/location/ripcurrentpro/userdebug/ |
D | gps.cfg | 78 # 8 bits. Lower 4 bits Crystal ID# (0-15) 79 # Upper 4 bits Poly Configuration: (0/1)
|
/device/google/redbull/json-c/ |
D | Android.mk | 11 LOCAL_COPY_HEADERS := bits.h \
|
D | Makefile.am | 14 bits.h \
|
/device/google/sunfish/json-c/ |
D | Makefile.am | 14 bits.h \
|
/device/google/coral/json-c/ |
D | Makefile.am | 14 bits.h \
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 142 <type name> <size in bits> <print format string> <is a pointer? true|false> 145 <size in bits> 0, 8, 16, 32 sizes are accepted
|
/device/google/redbull-kernel/sm7250/kernel-headers/linux/ |
D | msm_audio.h | 120 uint32_t bits; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/linux/ |
D | msm_audio.h | 169 uint32_t bits; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/linux/ |
D | msm_audio.h | 178 uint32_t bits; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_audio.h | 178 uint32_t bits; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_audio.h | 132 uint32_t bits; member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/linux/ |
D | msm_audio.h | 132 uint32_t bits; member
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 27 … when you wish to return more than one error class). Do not assume ints are 32 bits. Or 64. Or 16.
|
/device/google/redbull-kernel/sm7250/kernel-headers/sound/ |
D | asound.h | 293 __u32 bits[(SNDRV_MASK_MAX + 31) / 32]; member
|
/device/google/coral-kernel/sm8150/kernel-headers/sound/ |
D | asound.h | 297 __u32 bits[(SNDRV_MASK_MAX + 31) / 32]; member
|