/external/qemu/distrib/jpeg-6b/ |
jidctfst.c | 229 tmp10 = tmp0 + tmp2; /* phase 3 */ 235 tmp0 = tmp10 + tmp13; /* phase 2 */ 247 z13 = tmp6 + tmp5; /* phase 6 */ 252 tmp7 = z11 + z13; /* phase 5 */ 259 tmp6 = tmp12 - tmp7; /* phase 2 */ 334 tmp7 = z11 + z13; /* phase 5 */ 341 tmp6 = tmp12 - tmp7; /* phase 2 */
|
/external/speex/libspeex/ |
kiss_fft.c | 483 spx_word32_t phase = i; local 485 phase = -phase; 486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft)); 491 double phase = ( -2*pi /nfft ) * i; local 493 phase *= -1; 494 kf_cexp(st->twiddles+i, phase );
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 59 have been phase equalized. The first QLOOKAHEAD samples are 66 have been phase equalized. The first QLOOKAHEAD samples are 74 These samples are not phase equalized. They are computed 77 that are not phase equalized. They are computed from 110 % backwards all-pass filtering to obtain zero-phase 116 to eventually obtain zero phase. The composite all-pass filter (comprised of both 230 backwards filtering is performed, and hence no phase equalization is involved.
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ttls.c | 205 "for Phase 2 EAP data"); 216 "for Phase 2 EAP data"); 376 "EAP-TTLS/EAP: Encapsulate Phase 2 data", buf); 386 "Phase 2 data", buf); 426 wpa_hexdump_buf_key(MSG_DEBUG, "EAP-TTLS/MSCHAPV2: Encrypting Phase 2 " 906 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: initializing Phase 2"); 916 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: too short Phase 2 EAP " 923 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: received Phase 2 EAP: code=%d " 927 wpa_printf(MSG_INFO, "EAP-TTLS/EAP: Length mismatch in Phase 2" 940 "Phase 2 EAP header", hdr->code) [all...] |
/external/chromium/chrome/browser/net/ |
passive_log_collector.cc | 88 net::NetLog::EventPhase phase, 92 ChromeNetLog::Entry entry(num_events_seen_++, type, time, source, phase, 133 if (entry.phase == net::NetLog::PHASE_BEGIN && entry.params) { 397 entry.phase == net::NetLog::PHASE_END) { 429 entry.phase == net::NetLog::PHASE_END) { 460 entry.phase == net::NetLog::PHASE_END) { 489 entry.phase == net::NetLog::PHASE_END) { 512 entry.phase == net::NetLog::PHASE_END) { 535 entry.phase == net::NetLog::PHASE_END) { 558 entry.phase == net::NetLog::PHASE_END) [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 481 // Helper to set and clear the painting phase as well as auto restore the 482 // original phase. 494 void set(GraphicsLayerPaintingPhase phase) 496 m_layer->setPaintingPhase(phase); 499 void clear(GraphicsLayerPaintingPhase phase) 502 (GraphicsLayerPaintingPhase) (m_originalPhase & ~phase)); 696 PaintingPhase phase(this); 698 phase.set(GraphicsLayerPaintBackground); 714 phase.clear(GraphicsLayerPaintBackground); 758 PaintingPhase phase(this) [all...] |
/external/chromium/net/base/ |
net_log_event_type_list.h | 25 // The BEGIN phase contains the following parameters: 36 // The BEGIN phase contains the following parameters: 43 // If an error occurred, the END phase will contain these parameters: 57 // The BEGIN phase contains the following parameters: 79 // phase contains the following parameters: 87 // The BEGIN phase contains the following parameters: 94 // On success, the END phase has these parameters: 98 // If an error occurred, the END phase will contain these parameters: 125 // If the fetch failed, then the END phase has these parameters: 134 // If the parsing of the script failed, the END phase will have parameters [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp.c | 515 /* must be same addresses in one stream of a phase at least. */ 544 /* phase 1 validity check */ 551 /* search for isakmp status record of phase 1 */ 591 * Don't delete phase 1 handler when the exchange type 609 /* call main process of phase 1 */ 631 * exchange in phase 1. 685 /* check status of phase 1 whether negotiated or not. */ 694 /* search isakmp phase 2 stauts record. */ 773 * main function of phase 1. 808 * with a notify and delete phase 1 handler, OR not to respon [all...] |
handler.c | 96 /* %%% management phase 1 handler */ 142 * with phase 2's destinaion. 197 * with phase 2's destinaion. 255 * create new isakmp Phase 1 status record to handle isakmp in Phase1 281 * delete new isakmp Phase 1 status record to handle isakmp in Phase1 382 * create new isakmp Phase 1 status record to handle isakmp in Phase1 432 /* %%% management phase 2 handler */ 572 * create new isakmp Phase 2 status record to handle isakmp in Phase2 648 * delete new isakmp Phase 2 status record to handle isakmp in Phase2 682 * create new isakmp Phase 2 status record to handle isakmp in Phase [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
APh.h | 24 #include "b_BasicEm/Phase.h" 36 /** Object representing absolute and phase value of a complex number */ 47 /** phase value */
|
Complex.h | 24 #include "b_BasicEm/Phase.h" 94 /** returns phase value */ 97 /** imports abs-phase value */
|
/external/valgrind/main/coregrind/ |
pub_core_scheduler.h | 91 // Initialise, phase 1. Zero out VG_(threads), decide on the root 95 // Initialise, phase 2. Is passed the extent of the root thread's 96 // client stack and the root ThreadId decided on by phase 1.
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 180 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator, const FloatRect& dstRect) 204 float adjustedX = phase.x() + srcRect.x() * 206 float adjustedY = phase.y() + srcRect.y() *
|
/packages/apps/Gallery2/src/com/android/camera/ |
CaptureAnimManager.java | 37 // times mark endpoint of animation phase 152 // determine phase and time in phase
|
/external/dexmaker/src/dx/java/com/android/dx/cf/code/ |
Merger.java | 72 * Object in this phase. This is fine here, but it
|
/external/e2fsprogs/ext2ed/ |
ext2_com.c | 30 initialization phase (but is constant - 1024).
|
/external/icu4c/tools/gennorm2/ |
n2builder.h | 106 int32_t phase; member in class:Normalizer2DataBuilder
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 48 # maximum time to wait for completing each phase.
|
/external/libpcap/ |
ppp.h | 28 #define PPP_DECNET 0x0027 /* DECnet Phase IV */
|
/external/llvm/test/Transforms/PhaseOrdering/ |
basic.ll | 26 ; This function exposes a phase ordering problem when InstCombine is
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
fatbuild.sh | 57 # Figure out which phase to build: 64 phase=all 66 phase="$1" 68 case $phase in
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMediaPlayer.java | 82 * Test cases are expected to simulate completion of the 'prepare' phase
|
/external/valgrind/main/docs/internals/ |
howto_oprofile.txt | 49 --dump" phase, complaining that the daemon died (or something like
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
parser-tests.js | 4 '<li>56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag.</li>' +
|
/external/webkit/Source/WebCore/platform/graphics/ |
GeneratedImage.h | 62 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect);
|