/external/tremolo/Tremolo/ |
mapping0.c | 59 static int ilog(unsigned int v){ function 87 int testM=info->coupling[i].mag=(unsigned char)(oggpack_read(opb,ilog(vi->channels))); 88 int testA=info->coupling[i].ang=(unsigned char)(oggpack_read(opb,ilog(vi->channels)));
|
floor1.c | 67 static int ilog(unsigned int v){ function 299 fit_value[0]=oggpack_read(&vd->opb,ilog(quant_q-1)); 300 fit_value[1]=oggpack_read(&vd->opb,ilog(quant_q-1));
|
dsp.c | 198 static int ilog(ogg_uint32_t v){ function 222 mode=oggpack_read(&vd->opb,ilog(ci->modes));
|
bitwise.c | 352 static int ilog(unsigned long v){ function 398 int tbit=bits?bits:ilog(b[i]);
|
/dalvik/vm/mterp/c/ |
header.c | 138 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 139 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 140 # define ILOG(_level, ...) do { \
|
/dalvik/vm/mterp/out/ |
InterpC-armv4t.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-armv5te-vfp.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-armv5te.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-armv7-a-neon.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-armv7-a.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-x86.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-x86-atom.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-allstubs.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-portdbg.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
InterpC-portstd.c | 145 # define ILOGD(...) ILOG(LOG_DEBUG, __VA_ARGS__) 146 # define ILOGV(...) ILOG(LOG_VERBOSE, __VA_ARGS__) 147 # define ILOG(_level, ...) do { \ [all...] |
/external/tcpdump/ |
print-bootp.c | 199 { TAG_LOG_SERVER, "iLOG" }, /* MIT log servers */
|
/dalvik/vm/interp/ |
Interp.c | 694 * Dump the v-registers. Sent to the ILOG log tag. [all...] |