/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/ |
D | dsp_debug.c | 35 static int hex2asc(int n) in hex2asc() 45 static void xputs(const char *s, void (*xputc)(unsigned n, void *cookie), void *cookie) in xputs() 52 void __xprintf(const char *fmt, va_list ap,void (*xputc)(unsigned n, void *cookie), void *cookie) in __xprintf() 63 unsigned n = va_arg(ap, unsigned); in __xprintf() local 69 unsigned n = va_arg(ap, unsigned); in __xprintf() local 78 unsigned n = va_arg(ap, unsigned); in __xprintf() local 87 unsigned n = va_arg(ap, unsigned); in __xprintf() local 100 int n = va_arg(ap, int); in __xprintf() local 150 unsigned n = va_arg(ap, unsigned); in __xprintf() local 170 unsigned long long n = va_arg(ap, unsigned long long); in __xprintf() local
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | rbtree.c | 64 #define RB_SET_P(t, n, p) \ argument 67 #define RB_SET_L(t, n, l) \ argument 70 #define RB_SET_R(t, n, r) \ argument 73 #define RB_SET_C(t, n, c) \ argument 76 #define RB_SET_C_RB_BLK(t, n) \ argument 79 #define RB_SET_C_RB_RED(t, n) \ argument 82 #define RB_SET_P_C(t, n, p, c) \ argument 85 #define RB_SET_P_L(t, n, p, l) \ argument 88 #define RB_SET_P_L_C(t, n, p, l, c) \ argument 91 #define RB_SET_P_R(t, n, p, r) \ argument [all …]
|
D | tinyvprintf.c | 72 unsigned n; in tiny_vsprintf() local 192 int n = 0; in tiny_sprintf() local
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | SSLSocket.cpp | 119 int n = SSL_peek(mSSL.get(), tmp, sizeof(tmp)); in postRecv() local 156 int n = BIO_write(mBioR, &buffer[offset], len); in handleIncomingData() local 229 int n = SSL_peek(mSSL.get(), buffer, sizeof(buffer)); in handleIncomingData() local 315 int n = SSL_read(mSSL.get(), data, size); in recvfrom() local 325 int n; in queueOutputDataFromSSL() local 364 ssize_t n = ::send( in sendOutputData() local 431 int n = SSL_write(mSSL.get(), &mOutBufferPlain[offset], size - offset); in drainOutputBufferPlain() local 532 unsigned int n; in isPeerCertificateValid() local
|
D | ClientSocket.cpp | 69 ssize_t n; in handleIncomingData() local 131 ssize_t n = mWebSocketHandler->handleRequest( in handleRequest() local 214 ssize_t n = getImpl()->send(mOutBuffer.data() + offset, size - offset); in sendOutputData() local
|
D | HTTPClientConnection.cpp | 131 ssize_t n; in receiveResponse() local 154 ssize_t n = mWebSocketHandler->handleRequest( in handleResponse() local 253 ssize_t n = mImpl->send(mOutBuffer.data() + offset, size - offset); in sendOutputData() local
|
D | BaseConnection.cpp | 42 ssize_t n; in onClientRequest() local 91 ssize_t n = mSocket->send(mOutBuffer.data() + offset, size - offset); in sendOutputData() local
|
/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/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/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-io.c | 170 s32 n; in xf_input_port_fill() local 261 void xf_input_port_consume(xf_input_port_t *port, u32 n) in xf_input_port_consume() 396 int xf_output_port_route(xf_output_port_t *port, u32 id, u32 n, u32 length, u32 align) in xf_output_port_route() 500 u32 n = port->pool.n - 1; in xf_output_port_unroute() local 551 int xf_output_port_produce(xf_output_port_t *port, u32 n) in xf_output_port_produce()
|
/device/generic/goldfish-opengl/shared/qemupipe/ |
D | qemu_pipe_common.cpp | 21 int n = QEMU_PIPE_RETRY(qemu_pipe_read(pipe, p, size)); in qemu_pipe_read_fully() local 35 int n = QEMU_PIPE_RETRY(qemu_pipe_write(pipe, p, size)); in qemu_pipe_write_fully() local
|
/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/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.c | 55 WORD32 n; in xa_base_preinit() local 87 WORD32 n, i; in xa_base_postinit() local 170 WORD32 n, i; in xa_base_set_param() local 215 u32 n, i; in xa_base_get_param() local
|
/device/google/crosshatch/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/bonito/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/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThread_pthread.cpp | 167 void Thread::sleepMs(unsigned n) { in sleepMs() 172 void Thread::sleepUs(unsigned n) { in sleepUs()
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | pcm.c | 137 static inline struct snd_interval *param_to_interval(struct snd_pcm_hw_params *p, int n) in param_to_interval() 142 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) in param_to_mask() 147 static void param_set_mask(struct snd_pcm_hw_params *p, int n, unsigned int bit) in param_set_mask() 159 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_min() 167 static unsigned int param_get_min(struct snd_pcm_hw_params *p, int n) in param_get_min() 176 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_max() 184 static unsigned int param_get_max(struct snd_pcm_hw_params *p, int n) in param_get_max() 193 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int() 203 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() 215 int n; in param_init() local
|
/device/generic/goldfish/gnss/ |
D | gnss_hw_conn.cpp | 110 const int n = TEMP_FAILURE_RETRY(epoll_wait(epollFd.get(), in workerThread() local 132 int n = TEMP_FAILURE_RETRY(read(fd, buf, sizeof(buf))); in workerThread() local
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/ |
D | xa-pcm.c | 118 u32 n = d->insize; in xa_pcm_do_execute_copy() local 145 u32 n = d->insize, i; in xa_pcm_do_execute_pcm16_chmap() local 189 u32 n = d->insize, i; in xa_pcm_do_execute_pcm24_chmap() local 226 u32 n = d->insize, i; in xa_pcm_do_execute_pcm24_to_pcm16() local 268 u32 n = d->insize, i; in xa_pcm_do_execute_pcm16_to_pcm24() local
|
/device/generic/goldfish/radio/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
|