/device/generic/opengl-transport/host/commands/emugen/ |
D | Parser.cpp | 79 for (size_t n = 0; n < out->size(); ++n) { in parseTypeTokens() local 99 for (size_t n = 0; n < count; ++n) { in buildTypeString() local 132 for (size_t n = 0; n < tokens.size(); ++n) { in parseTypeDeclaration() local 159 for (size_t n = 0; n < tokens.size(); ++n) { in parseParameterDeclaration() local
|
D | Parser_unittest.cpp | 32 for (size_t n = 0; n < kDataSize; ++n) { in TEST() local 63 for (size_t n = 0; n < kDataSize; ++n) { in TEST() local 102 for (size_t n = 0; n < kDataSize; ++n) { in TEST() local
|
D | ApiGen.cpp | 53 size_t n = this->size(); in findEntryByName() local 99 size_t n = evars.size(); in genProcTypes() local 115 size_t n = evars.size(); in genProcTypes() local 559 size_t n = size(); in genEncoderImpl() local 909 size_t n = size(); in genContextImpl() local 949 size_t n = size(); in genDecoderImpl() local
|
/device/google/cuttlefish/host/libs/command_util/ |
D | util.cc | 49 ssize_t n = WriteAllBinary(fd, t); in WriteAllBinaryResult() local 57 ssize_t n = ReadExactBinary(fd, t); in ReadExactBinaryResult() local 113 ssize_t n = in ReadLauncherActionFromFd() local 175 ssize_t n = WriteAll(monitor_socket, serialized_data.data(), in RunLauncherAction() local
|
/device/google/contexthub/firmware/os/inc/ |
D | util.h | 47 static inline bool IS_POWER_OF_TWO(unsigned int n) in IS_POWER_OF_TWO() 52 static inline int LOG2_FLOOR(unsigned int n) in LOG2_FLOOR() 61 static inline int LOG2_CEIL(unsigned int n) in LOG2_CEIL()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | exti.c | 135 static inline struct ExtiInterrupt *extiForIrq(IRQn_Type n) in extiForIrq() 146 static void extiIrqHandler(IRQn_Type n) in extiIrqHandler() 184 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiChainIsr() 199 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiUnchainIsr()
|
/device/google/contexthub/firmware/lib/libm/ |
D | sf_scalbn.c | 37 float scalbnf (float x, int n) in scalbnf() 76 double scalbn(double x, int n) in scalbn()
|
/device/google/sunfish/json-c/ |
D | linkhash.c | 110 #define hashsize(n) ((uint32_t)1<<(n)) argument 111 #define hashmask(n) (hashsize(n)-1) argument 495 unsigned long h, n; in lh_table_insert() local 530 unsigned long n = h % t->size; in lh_table_lookup_entry() local 565 …ptrdiff_t n = (ptrdiff_t)(e - t->table); /* CAW: fixed to be 64bit nice, still need the crazy nega… in lh_table_delete_entry() local
|
/device/google/redbull/json-c/ |
D | linkhash.c | 110 #define hashsize(n) ((uint32_t)1<<(n)) argument 111 #define hashmask(n) (hashsize(n)-1) argument 495 unsigned long h, n; in lh_table_insert() local 530 unsigned long n = h % t->size; in lh_table_lookup_entry() local 565 …ptrdiff_t n = (ptrdiff_t)(e - t->table); /* CAW: fixed to be 64bit nice, still need the crazy nega… in lh_table_delete_entry() local
|
/device/google/coral/json-c/ |
D | linkhash.c | 110 #define hashsize(n) ((uint32_t)1<<(n)) argument 111 #define hashmask(n) (hashsize(n)-1) argument 495 unsigned long h, n; in lh_table_insert() local 530 unsigned long n = h % t->size; in lh_table_lookup_entry() local 565 …ptrdiff_t n = (ptrdiff_t)(e - t->table); /* CAW: fixed to be 64bit nice, still need the crazy nega… in lh_table_delete_entry() local
|
/device/google/contexthub/firmware/external/arm/ |
D | arm_sin_cos_f32.c | 215 int32_t n; in arm_sin_f32() local 304 int32_t n; in arm_cos_f32() local
|
/device/google/zuma/usb/usb/ |
D | UsbDataSessionMonitor.cpp | 303 int n; in handleDeviceStateEvent() local 342 int n; in handleDataRoleEvent() local 412 int n; in handleUevent() local 486 for (int n = 0; n < nevents; ++n) { in monitorThread() local
|
/device/google/zumapro/usb/usb/ |
D | UsbDataSessionMonitor.cpp | 303 int n; in handleDeviceStateEvent() local 342 int n; in handleDataRoleEvent() local 412 int n; in handleUevent() local 486 for (int n = 0; n < nevents; ++n) { in monitorThread() local
|
/device/google/gs201/usb/usb/ |
D | UsbDataSessionMonitor.cpp | 303 int n; in handleDeviceStateEvent() local 342 int n; in handleDataRoleEvent() local 412 int n; in handleUevent() local 486 for (int n = 0; n < nevents; ++n) { in monitorThread() local
|
/device/google/gs101/usb/usb/ |
D | UsbDataSessionMonitor.cpp | 303 int n; in handleDeviceStateEvent() local 342 int n; in handleDataRoleEvent() local 412 int n; in handleUevent() local 486 for (int n = 0; n < nevents; ++n) { in monitorThread() local
|
/device/generic/goldfish/camera/ |
D | HwCamera.cpp | 165 for (unsigned n = rgbaWidth2 % 8; n > 0; --n, ++rgbargbaPtr, ++rawraw) { // the RG loop in convertRGBAtoRAW16() local 169 … for (unsigned n = rgbaWidth2 / 8; n > 0; --n, rgbargbaPtr += 8, rawraw += 8) { // the RG loop in convertRGBAtoRAW16() local 192 for (unsigned n = rgbaWidth2 % 8; n > 0; --n, ++rgbargbaPtr, ++rawraw) { // the GB loop in convertRGBAtoRAW16() local 196 … for (unsigned n = rgbaWidth2 / 8; n > 0; --n, rgbargbaPtr += 8, rawraw += 8) { // the GB loop in convertRGBAtoRAW16() local
|
/device/generic/goldfish/gnss/ |
D | GnssHwConn.cpp | 82 const int n = TEMP_FAILURE_RETRY(epoll_wait(epollFd.get(), in workerThread() local 103 int n = TEMP_FAILURE_RETRY(read(fd, buf, sizeof(buf))); in workerThread() local
|
/device/google/cuttlefish/guest/hals/identity/common/ |
D | IdentityCredential.cpp | 313 for (ssize_t n = splitCerts.value().size() - 1; n >= 0; --n) { in startRetrieval() local 502 for (size_t n = 0; n < map->size(); n++) { in startRetrieval() local 517 for (size_t n = 0; n < nsMap->size(); n++) { in startRetrieval() local 559 for (size_t n = 0; n < expectedNumEntriesPerNamespace_.size(); n++) { in startRetrieval() local
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_event.cpp | 143 int n = 0; in removeWatch() local 182 static void processReadReadies(fd_set * rfds, int n) in processReadReadies() 347 int n; in ril_event_loop() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | tcp_socket.cpp | 117 const std::uint16_t n = htons(s); in AppendInNetworkByteOrder() local 123 const std::uint32_t n = htonl(w); in AppendInNetworkByteOrder() local
|
/device/google/contexthub/firmware/os/core/ |
D | spi.c | 38 size_t n; member 274 const struct SpiPacket packets[], size_t n, in spiSetupRxTx() 317 const struct SpiPacket packets[], size_t n, in spiMasterRxTx() 388 const struct SpiPacket packets[], size_t n, in spiSlaveRxTx()
|
/device/google/sunfish/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 64 for (auto n : FILE_NAMES) { in SetUp() local 75 for (auto n : REQUIRED) { in SetUp() local 120 for (auto n : REQUIRED) { in isRequired() local 159 for (auto n : FILE_NAMES) { in TEST_P() local
|
/device/google/redfin/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 63 for (auto n : FILE_NAMES) { in SetUp() local 74 for (auto n : REQUIRED) { in SetUp() local 119 for (auto n : REQUIRED) { in isRequired() local 158 for (auto n : FILE_NAMES) { in TEST_P() local
|
/device/google/barbet/vibrator/drv2624/tests/ |
D | test-hwapi.cpp | 63 for (auto n : FILE_NAMES) { in SetUp() local 74 for (auto n : REQUIRED) { in SetUp() local 119 for (auto n : REQUIRED) { in isRequired() local 158 for (auto n : FILE_NAMES) { in TEST_P() local
|
/device/google/contexthub/firmware/lib/libc/ |
D | memcmp.c | 42 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|