| /device/google/dragon/recovery/updater/ |
| D | debug_cmd.h | 26 #define CMD(n, helpstr) \ argument 29 #define CMDS(n, helpstr) \ argument 32 #define SUBCMDS(n, helpstr) \ argument
|
| /device/google/contexthub/firmware/inc/ |
| D | util.h | 36 static inline bool IS_POWER_OF_TWO(unsigned int n) in IS_POWER_OF_TWO() 41 static inline int LOG2_FLOOR(unsigned int n) in LOG2_FLOOR() 50 static inline int LOG2_CEIL(unsigned int n) in LOG2_CEIL()
|
| /device/google/contexthub/firmware/src/platform/stm32f4xx/ |
| D | exti.c | 107 static inline struct ExtiInterrupt *extiForIrq(IRQn_Type n) in extiForIrq() 118 static void extiIrqHandler(IRQn_Type n) in extiIrqHandler() 138 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiChainIsr() 148 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiUnchainIsr()
|
| /device/google/contexthub/lib/libm/ |
| D | sf_scalbn.c | 37 float scalbnf (float x, int n) in scalbnf() 76 double scalbn(double x, int n) in scalbn()
|
| D | sf_sin.c | 26 __int32_t n,ix; local
|
| D | sf_cos.c | 32 __int32_t n,ix; local
|
| /device/google/marlin/dataservices/datatop/src/ |
| D | datatop_meminfo_file_poll.c | 75 int i, k, n; in dt_meminfo_parse() local 117 int i, j, n, sum; in dtop_meminfo_poll() local 221 int i, k, n, sum; in dtop_meminfo_search() local
|
| D | datatop_dev_poll.c | 74 int j, k, n; in dt_dev_parse() local 119 int j, n, sum; in dtop_dev_poll() local 233 int i, n, sum; in dtop_dev_search() local
|
| D | datatop_single_line_poll.c | 78 int i, j, n, sum; in dtop_single_line_poll() local 176 int i, k, n, sum; in dtop_single_line_search() local
|
| D | datatop_dual_line_poll.c | 90 int i, j, k, n, sum, sum2; in dtop_dual_line_poll() local 220 int i, j, k, n, sum, sum2; in dtop_dual_line_search() local
|
| D | datatop_stat_poll.c | 124 int i, n, sum; in dtop_stat_poll() local 222 int i, n, sum; in dtop_stat_search() local
|
| /device/asus/fugu/libaudio/ |
| D | AudioHotplugThread.cpp | 68 struct snd_pcm_hw_params *p, int n) in param_to_interval() 75 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n) in param_to_mask() 99 int n, k; in param_init() local 168 int n, unsigned int* min, in getAlsaParamInterval()
|
| /device/google/dragon/audio/hal/dsp/tests/ |
| D | raw.c | 17 size_t f, n; in read_raw() local 70 int n = frames * 4; in write_raw() local
|
| D | cmpraw.c | 26 size_t i, n, changed; in main() 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/htc/flounder/sensor_hub/libsensors/ |
| D | CwMcuSensor.cpp | 100 size_t n = snprintf(buf, sizeof(buf), "%d", value); in sysfs_set_input_attr_by_int() local 796 int n = snprintf(buf, sizeof(buf), "%d %d\n", what, flags); in setEnable() local 932 int n = snprintf(buf, sizeof(buf), "%d %d %d %d\n", what, flags, delay_ms, timeout_ms); in batch() local 972 int n = snprintf(buf, sizeof(buf), "%d\n", what); in flush() local 1017 size_t n = snprintf(buf, sizeof(buf), "%d %lld\n", what, (delay_ns/NS_PER_MS)); in setDelay() local 1059 ssize_t n = mInputReader.fill(data_fd); in readEvents() local
|
| /device/generic/goldfish/libqemu/ |
| D | test_host_1.c | 72 int n = 1; in socket_loopback_server() local 108 int n = 1; in socket_unix_server() local
|
| /device/generic/goldfish/opengl/system/egl/ |
| D | eglDisplay.cpp | 172 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); in initialize() local 259 int n = rcEnc->rcQueryEGLString(rcEnc, name, NULL, 0); in queryHostEGLString() local 306 int n = strlen(hostExt); in buildExtensionString() local
|
| /device/google/contexthub/lib/libc/ |
| D | memcmp.c | 42 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
| D | strncpy.c | 42 strncpy(char *dst, const char *src, size_t n) in strncpy()
|
| /device/google/contexthub/firmware/src/ |
| D | spi.c | 38 size_t n; member 267 const struct SpiPacket packets[], size_t n, in spiSetupRxTx() 309 const struct SpiPacket packets[], size_t n, in spiMasterRxTx() 380 const struct SpiPacket packets[], size_t n, in spiSlaveRxTx()
|
| /device/google/dragon/audio/hal/dsp/ |
| D | drc.c | 261 static void sum3(float *data, float *data1, float *data2, int n) in sum3() 302 static void sum3(float *data, float *data1, float *data2, int n) in sum3() 345 static void sum3(float *data, float *data1, float *data2, int n) in sum3()
|
| /device/google/dragon/audio/hal/ |
| D | dictionary.h | 42 int n ; /** Number of entries in dictionary */ member
|
| /device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
| D | ColorWheel.java | 117 int n = java.lang.Math.round(x); in floatToByte() local 120 private int pinToByte(int n) { in pinToByte()
|
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| D | gl2_entry.cpp | 394 void glDeleteBuffers(GLsizei n, const GLuint* buffers) in glDeleteBuffers() 401 void glDeleteFramebuffers(GLsizei n, const GLuint* framebuffers) in glDeleteFramebuffers() 414 void glDeleteRenderbuffers(GLsizei n, const GLuint* renderbuffers) in glDeleteRenderbuffers() 427 void glDeleteTextures(GLsizei n, const GLuint* textures) in glDeleteTextures() 524 void glGenBuffers(GLsizei n, GLuint* buffers) in glGenBuffers() 537 void glGenFramebuffers(GLsizei n, GLuint* framebuffers) in glGenFramebuffers() 544 void glGenRenderbuffers(GLsizei n, GLuint* renderbuffers) in glGenRenderbuffers() 551 void glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() 816 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GL… in glShaderBinary() 1164 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays) in glDeleteVertexArraysOES() [all …]
|