Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 69) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_audiodev.c151 int cycle; in SDL_OpenAudioPath() local
158 cycle = 0; in SDL_OpenAudioPath()
159 while( devsettings[cycle][0] != '\0' ) { in SDL_OpenAudioPath()
162 devsettings[cycle][0], in SDL_OpenAudioPath()
163 devsettings[cycle][1], in SDL_OpenAudioPath()
164 devsettings[cycle][2]); in SDL_OpenAudioPath()
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c72 static void cycle(ulong32 *R) in cycle() function
161 cycle(c->R); in s128_genkonst()
226 cycle(c->R); in sober128_add_entropy()
253 cycle(c->R); in sober128_add_entropy()
340 cycle(c->R); in sober128_read()
349 cycle(c->R); in sober128_read()
/external/webkit/WebCore/platform/
DAutodrainedPool.h47 void cycle();
60 inline void AutodrainedPool::cycle() { } in cycle() function
DEventLoop.h40 void cycle();
/external/quake/quake/src/QW/client/
Dview.c115 float cycle; in V_CalcBob() local
124 cycle = bobtime - (int)(bobtime/cl_bobcycle.value)*cl_bobcycle.value; in V_CalcBob()
125 cycle /= cl_bobcycle.value; in V_CalcBob()
126 if (cycle < cl_bobup.value) in V_CalcBob()
127 cycle = M_PI * cycle / cl_bobup.value; in V_CalcBob()
129 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value); in V_CalcBob()
135 bob = bob*0.3 + bob*0.7*sin(cycle); in V_CalcBob()
/external/quake/quake/src/WinQuake/
Dview.cpp115 float cycle; in V_CalcBob() local
117 cycle = cl.time - (int)(cl.time/cl_bobcycle.value)*cl_bobcycle.value; in V_CalcBob()
118 cycle /= cl_bobcycle.value; in V_CalcBob()
119 if (cycle < cl_bobup.value) in V_CalcBob()
120 cycle = M_PI * cycle / cl_bobup.value; in V_CalcBob()
122 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value); in V_CalcBob()
129 bob = bob*0.3 + bob*0.7*sin(cycle); in V_CalcBob()
/external/guava/src/com/google/common/collect/
DIterables.java294 public static <T> Iterable<T> cycle(final Iterable<T> iterable) {
298 return Iterators.cycle(iterable);
324 public static <T> Iterable<T> cycle(T... elements) {
325 return cycle(Lists.newArrayList(elements));
DIterators.java373 public static <T> Iterator<T> cycle(final Iterable<T> iterable) {
414 public static <T> Iterator<T> cycle(T... elements) {
415 return cycle(Lists.newArrayList(elements));
/external/webkit/WebCore/platform/android/
DEventLoopAndroid.cpp33 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/WebCore/platform/haiku/
DEventLoopHaiku.cpp34 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/WebCore/platform/qt/
DEventLoopQt.cpp27 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/WebCore/platform/gtk/
DEventLoopGtk.cpp27 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/WebCore/platform/wx/
DEventLoopWx.cpp34 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/WebCore/platform/win/
DEventLoopWin.cpp33 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/openssl/crypto/des/asm/
Dreadme75 386 - 1 cycle stall
76 486 - 1 cycle stall
77 586 - 0 cycle stall
78 686 - at least 7 cycle stall (page 22 of the above mentioned document).
/external/icu4c/i18n/
Dchnsecal.cpp190 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
191 year = cycle * 60 + internalGet(UCAL_YEAR, 1); in handleGetExtendedYear()
665 int32_t cycle = ClockMath::floorDivide(year - 1, 60, yearOfCycle); in computeChineseFields() local
666 internalSet(UCAL_ERA, cycle + 1); in computeChineseFields()
/external/chromium/third_party/icu/source/i18n/
Dchnsecal.cpp190 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle in handleGetExtendedYear() local
191 year = cycle * 60 + internalGet(UCAL_YEAR, 1); in handleGetExtendedYear()
665 int32_t cycle = ClockMath::floorDivide(year - 1, 60, yearOfCycle); in computeChineseFields() local
666 internalSet(UCAL_ERA, cycle + 1); in computeChineseFields()
/external/webkit/WebCore/storage/
DDatabaseThread.cpp100 pool.cycle(); in databaseThread()
/external/iptables/extensions/
Dlibipt_DNAT.man28 after another in cycle) load balancing takes place between these addresses.
Dlibipt_SNAT.man26 in cycle) takes place between these addresses.
/external/webkit/WebCore/platform/mac/
DEventLoopMac.mm31 void EventLoop::cycle()
DAutodrainedPool.mm46 void AutodrainedPool::cycle()
/external/webkit/WebCore/loader/icon/
DIconDatabase.cpp569 pool.cycle(); in setIconDataForIconURL()
1251 pool.cycle(); in performURLImport()
1326 pool.cycle(); in performURLImport()
1531 pool.cycle(); in readFromDatabase()
/external/dbus/dbus/
Ddbus-marshal-recursive-util.c1315 static int cycle = 0; in run_test_delete_values() local
1320 elem = cycle; in run_test_delete_values()
1326 cycle, reader.value_pos, array.value_pos); in run_test_delete_values()
1342 if (cycle > 2) in run_test_delete_values()
1343 cycle = 0; in run_test_delete_values()
1345 cycle += 1; in run_test_delete_values()
/external/webkit/WebKit/mac/Plugins/
DWebPluginContainerCheck.mm62 // controller owns us so don't retain, to avoid cycle

123