/external/elfutils/autom4te.cache/ |
D | traces.0 | 7 m4trace:configure.ac:20: -1- AC_INIT([Red Hat elfutils], [0.97], [http://bugzilla.redhat.com/bugzil… 8 m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?A[CHUM]_]) 9 m4trace:configure.ac:20: -1- m4_pattern_forbid([_AC_]) 10 m4trace:configure.ac:20: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LI… 11 m4trace:configure.ac:20: -1- m4_pattern_allow([^AS_FLAGS$]) 12 m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?m4_]) 13 m4trace:configure.ac:20: -1- m4_pattern_forbid([^dnl$]) 14 m4trace:configure.ac:20: -1- m4_pattern_forbid([^_?AS_]) 15 m4trace:configure.ac:20: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}]) 16 m4trace:configure.ac:20: -1- AC_SUBST([PATH_SEPARATOR]) [all …]
|
/external/opencore/android/author/ |
D | authordriver.cpp | 69 author_command *ac = new author_command(AUTHOR_QUIT); in ~AuthorDriverWrapper() local 70 enqueueCommand(ac, NULL, NULL); // will wait on mSyncSem, signaled by author thread in ~AuthorDriverWrapper() 71 delete ac; // have to delete this manually because CommandCompleted won't be called in ~AuthorDriverWrapper() 83 status_t AuthorDriverWrapper::enqueueCommand(author_command *ac, media_completion_f comp, void *coo… in enqueueCommand() argument 86 return mAuthorDriver->enqueueCommand(ac, comp, cookie); in enqueueCommand() 133 author_command *ac; in dequeueCommand() local 143 ac = *(--mCommandQueue.end()); in dequeueCommand() 152 return ac; in dequeueCommand() 155 status_t AuthorDriver::enqueueCommand(author_command *ac, media_completion_f comp, void *cookie) in enqueueCommand() argument 163 ac->comp = AuthorDriver::syncCompletion; in enqueueCommand() [all …]
|
D | PVMediaRecorder.cpp | 47 author_command *ac = new author_command(AUTHOR_INIT); in init() local 48 if (ac == NULL) { in init() 52 return mAuthorDriverWrapper->enqueueCommand(ac, 0, 0); in init() 63 set_audio_source_command *ac = new set_audio_source_command(); in setAudioSource() local 64 if (ac == NULL) { in setAudioSource() 68 ac->as = as; in setAudioSource() 69 return mAuthorDriverWrapper->enqueueCommand(ac, 0, 0); in setAudioSource() 80 set_video_source_command *ac = new set_video_source_command(); in setVideoSource() local 81 if (ac == NULL) { in setVideoSource() 85 ac->vs = vs; in setVideoSource() [all …]
|
D | authordriver.h | 244 void commandFailed(author_command *ac); 245 void handleInit(author_command *ac); 246 void handleSetAudioSource(set_audio_source_command *ac); 247 void handleSetCamera(set_camera_command *ac); 248 void handleSetVideoSource(set_video_source_command *ac); 249 void handleSetOutputFormat(set_output_format_command *ac); 250 void handleSetAudioEncoder(set_audio_encoder_command *ac); 251 void handleSetVideoEncoder(set_video_encoder_command *ac); 252 void handleSetVideoSize(set_video_size_command *ac); 253 void handleSetVideoFrameRate(set_video_frame_rate_command *ac); [all …]
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | calc_auto_corr.cpp | 134 void calc_auto_corr_LC(struct ACORR_COEFS *ac, in calc_auto_corr_LC() argument 196 ac->r01r = (Int32)(temp_r01r >> temp3); in calc_auto_corr_LC() 197 ac->r02r = (Int32)(temp_r02r >> temp3); in calc_auto_corr_LC() 198 ac->r11r = (Int32)(temp_r11r >> temp3); in calc_auto_corr_LC() 199 ac->r12r = (Int32)(temp_r12r >> temp3); in calc_auto_corr_LC() 200 ac->r22r = (Int32)(temp_r22r >> temp3); in calc_auto_corr_LC() 209 ac->r01r = (Int32)(temp_r01r << temp3); in calc_auto_corr_LC() 210 ac->r02r = (Int32)(temp_r02r << temp3); in calc_auto_corr_LC() 211 ac->r11r = (Int32)(temp_r11r << temp3); in calc_auto_corr_LC() 212 ac->r12r = (Int32)(temp_r12r << temp3); in calc_auto_corr_LC() [all …]
|
D | sbr_generate_high_freq.cpp | 488 struct ACORR_COEFS ac; in high_freq_coeff_LC() local 505 calc_auto_corr_LC(&ac, in high_freq_coeff_LC() 510 if (ac.r11r && ac.det) in high_freq_coeff_LC() 513 pv_div(ac.r01r, ac.r11r, "ient); in high_freq_coeff_LC() 570 temp1 = -fxp_mul32_Q30(ac.r02r, ac.r11r); in high_freq_coeff_LC() 571 temp1 = fxp_mac32_Q30(ac.r01r, ac.r12r, temp1); in high_freq_coeff_LC() 573 temp2 = ac.det; in high_freq_coeff_LC() 585 pv_div(temp1, ac.det, "ient); in high_freq_coeff_LC() 605 pv_div(ac.r12r, ac.r11r, "ient); in high_freq_coeff_LC() 809 struct ACORR_COEFS ac; in high_freq_coeff() local [all …]
|
D | calc_auto_corr.h | 96 void calc_auto_corr_LC(struct ACORR_COEFS *ac, 104 void calc_auto_corr(struct ACORR_COEFS *ac,
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 255 main(ac, av) in main() argument 256 int ac; in main() 278 while ((c = getopt(ac, av, "lds:")) != -1) { 298 ac -= optind; 301 combuf = get_combuf(ac, av); 368 get_combuf(ac, av) in get_combuf() argument 369 int ac; in get_combuf() 374 if (ac == 0) { 391 ac--; 393 return (cp->func)(ac, av); [all …]
|
D | main.c | 142 main(ac, av) in main() argument 143 int ac; in main() 178 parse(ac, av); 291 parse(ac, av) in parse() argument 292 int ac; in parse() 308 while ((c = getopt(ac, av, "dLFp:P:a:f:l:vZBC" 389 ac -= optind; 392 if (ac != 0) {
|
D | eaytest.c | 112 rsatest(ac, av) in rsatest() argument 113 int ac; in rsatest() 220 certtest(ac, av) in certtest() argument 221 int ac; in certtest() 340 if (ac > 1) { 648 ciphertest(ac, av) in ciphertest() argument 649 int ac; in ciphertest() 729 hmactest(ac, av) in hmactest() argument 730 int ac; in hmactest() 839 sha1test(ac, av) in sha1test() argument [all …]
|
/external/elfutils/ |
D | ChangeLog | 3 * configure.ac: Make compile with gcc 4.0. 7 * configure.ac: Use AS_HELP_STRING where applicable. 11 * configure.ac: Check for C99 compiler. 13 * configure.ac: Change locking macros in config.h to at least 18 * configure.ac: Print error message in case --disable-generic is 23 * configure.ac: Dont generate libebl-po/Makefile.in, 30 * configure.ac: Pretty printing of help message. 32 * configure.ac: Move AC_SYS_LARGEFILE test to the front. 34 * configure.ac: Add --enable-mudflap option. 38 * configure.ac: Major cleanups. Use aux dir. [all …]
|
/external/speex/libspeex/ |
D | lpc.c | 75 const spx_word16_t *ac, /* in: [0...p] autocorrelation values */ in _spx_lpc() argument 81 spx_word16_t error = ac[0]; in _spx_lpc() 83 if (ac[0] == 0) in _spx_lpc() 93 spx_word32_t rr = NEG32(SHL32(EXTEND32(ac[i + 1]),13)); in _spx_lpc() 95 rr = SUB32(rr,MULT16_16(lpc[j],ac[i - j])); in _spx_lpc() 99 r = rr/(error+.003*ac[0]); in _spx_lpc() 130 spx_word16_t *ac, /* out: [0...lag-1] ac values */ in _spx_autocorr() argument 165 ac[i] = SHR32(d, ac_shift); in _spx_autocorr() 183 float *ac, /* out: [0...lag-1] ac values */ in _spx_autocorr() argument 194 ac[lag] = d; in _spx_autocorr() [all …]
|
D | lpc.h | 42 spx_word16_t *ac, /* out: [0...lag-1] ac values */ 48 const spx_word16_t * ac, /* in: [0...p] autocorrelation values */
|
D | lpc_bfin.h | 39 spx_word16_t *ac, /* out: [0...lag-1] ac values */ in _spx_autocorr() argument 128 ac[i] = SHR32(ac32[i], ac_shift); in _spx_autocorr()
|
/external/skia/src/images/ |
D | SkImageRef_GlobalPool.cpp | 60 SkAutoMutexAcquire ac(gImageRefMutex); in GetRAMBudget() local 65 SkAutoMutexAcquire ac(gImageRefMutex); in SetRAMBudget() local 70 SkAutoMutexAcquire ac(gImageRefMutex); in GetRAMUsed() local 75 SkAutoMutexAcquire ac(gImageRefMutex); in SetRAMUsed() local 80 SkAutoMutexAcquire ac(gImageRefMutex); in DumpPool() local
|
/external/libffi/ |
D | ChangeLog.libffi | 3 * configure.ac: Bump version to 3.0.6. 21 * configure.ac: Bump version to 3.0.5. 101 * configure.ac: Accept openbsd*, not just openbsd. 113 * configure.ac: Bump version to 3.0.3. 121 * configure.ac: Add amd64-*-freebsd* target. 126 * configure.ac: Add x86 OpenBSD support. 135 * configure.ac: Bump version to 3.0.2. 143 * configure.ac: Add x86 FreeBSD support. 148 * configure.ac: Bump version to 3.0.1. 160 * configure.ac: Bump version to 3.0.0. [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/OS2/ |
D | config.h | 28 #define argv_fixup(ac,av) { _response(ac,av); _wildcard(ac,av);} argument
|
/external/e2fsprogs/e2fsck/ |
D | argv_parse.c | 143 int ac, ret; in main() local 150 ret = argv_parse(buf, &ac, &av); in main() 155 printf("Argv_parse returned %d arguments...\n", ac); in main()
|
/external/ppp/pppd/ |
D | md5.c | 75 #define FF(a, b, c, d, x, s, ac) \ argument 76 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 80 #define GG(a, b, c, d, x, s, ac) \ argument 81 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 85 #define HH(a, b, c, d, x, s, ac) \ argument 86 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ 90 #define II(a, b, c, d, x, s, ac) \ argument 91 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
|
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 197 int ac, i; in parse_escape() local 220 ac = 0; in parse_escape() 224 ac = (ac * 8) + (*p - '0'); in parse_escape() 226 *q = ac; in parse_escape()
|
/external/skia/src/core/ |
D | SkMemory_stdlib.cpp | 63 SkAutoMutexAcquire ac(get_block_mutex()); in add() local 83 SkAutoMutexAcquire ac(get_block_mutex()); in Dump() local 123 SkAutoMutexAcquire ac(get_block_mutex()); in remove() local 142 SkAutoMutexAcquire ac(get_block_mutex()); in Validate() local
|
/external/openssl/crypto/rc2/ |
D | rrc2.doc | 1 …u!minbne.mincom.oz.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news … 3 ….au!minbne.mincom.oz.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news 4 >From: pgut01@cs.auckland.ac.nz (Peter Gutmann) 10 Sender: pgut01@cs.auckland.ac.nz (Peter Gutmann) 11 Message-ID: <4fk39f$f70@net.auckland.ac.nz> 12 NNTP-Posting-Host: cs26.cs.auckland.ac.nz
|
/external/skia/src/views/ |
D | SkEventSink.cpp | 284 SkAutoMutexAcquire ac(globals.fSinkMutex); in FindSink() local 316 SkAutoMutexAcquire ac(gNamedSinkMutex); 330 SkAutoMutexAcquire ac(gNamedSinkMutex); 342 SkAutoMutexAcquire ac(gNamedSinkMutex);
|
/external/skia/src/ports/ |
D | SkThread_pthread.cpp | 10 SkAutoMutexAcquire ac(gAtomicMutex); in sk_atomic_inc() local 19 SkAutoMutexAcquire ac(gAtomicMutex); in sk_atomic_dec() local
|
/external/qemu/hw/ |
D | goldfish_battery.c | 172 void goldfish_battery_set_prop(int ac, int property, int value) in goldfish_battery_set_prop() argument 174 int new_status = (ac ? AC_STATUS_CHANGED : BATTERY_STATUS_CHANGED); in goldfish_battery_set_prop() 176 if (ac) { in goldfish_battery_set_prop()
|