HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 1 - 25 of 1097) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
op_exception.stdout.exp 1 0x00000000 does not loop
2 0xffffffff does not loop
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
o64loop.asm 2 o64 loop next
loopadsz.asm 2 foo: a32 loop foo ; 67 E2 FD
3 bar: loop bar, ecx ; 67 E2 FD
6 baz: a16 loop baz ; 67 E2 FD
7 qux: loop qux, cx ; 67 E2 FD
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_win32-inl.h 40 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
41 if (loop == 0) {
42 } else if (loop == 1) {
51 // Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
spinlock_posix-inl.h 44 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
46 if (loop == 0) {
47 } else if (loop == 1) {
52 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
spinlock_internal.cc 35 // void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop)
36 // SpinLockDelay() generates an apprproate spin delay on iteration "loop" of a
37 // spin loop on location *w, whose previously observed value was "value".
46 namespace base { namespace internal { static int SuggestedDelayNS(int loop); }}
64 for (int loop = 0; !done; loop++) {
70 SpinLockDelay(w, v, loop); // no matching transition
79 // Return a suggested delay in nanoseconds for iteration number "loop"
80 static int SuggestedDelayNS(int loop) {
89 if (loop < 0 || loop > 32) { // limit loop to 0..3
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
main.cpp 10 loop();
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_win32-inl.h 40 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
41 if (loop == 0) {
42 } else if (loop == 1) {
45 Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
spinlock_posix-inl.h 44 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) {
46 if (loop == 0) {
47 } else if (loop == 1) {
52 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
spinlock_internal.cc 35 // void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop)
36 // SpinLockDelay() generates an apprproate spin delay on iteration "loop" of a
37 // spin loop on location *w, whose previously observed value was "value".
46 namespace base { namespace internal { static int SuggestedDelayNS(int loop); }}
64 for (int loop = 0; !done; loop++) {
70 SpinLockDelay(w, v, loop); // no matching transition
79 // Return a suggested delay in nanoseconds for iteration number "loop"
80 static int SuggestedDelayNS(int loop) {
89 if (loop < 0 || loop > 32) { // limit loop to 0..3
    [all...]
  /external/clang/test/CodeGen/
2002-04-09-StructRetVal.c 10 void loop(void) { function
  /external/chromium_org/ash/accelerators/
nested_dispatcher_controller.cc 23 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local
24 bool did_allow_task_nesting = loop->NestableTasksAllowed();
25 loop->SetNestableTasksAllowed(nestable_tasks_allowed);
33 loop->SetNestableTasksAllowed(did_allow_task_nesting);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_dispatcher_client.cc 23 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local
24 bool did_allow_task_nesting = loop->NestableTasksAllowed();
25 loop->SetNestableTasksAllowed(nestable_tasks_allowed);
31 loop->SetNestableTasksAllowed(did_allow_task_nesting);
  /external/tcpdump/tests/
isakmp2.sh 3 uudecode isakmp-pointer-loop.puu
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
  /ndk/tests/build/graphite-loop/jni/
Android.mk 4 LOCAL_MODULE := graphite-loop-transformation
5 LOCAL_SRC_FILES := graphite-loop-transformation.c
  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.cc 12 base::MessageLoopForUI loop; local
13 AutomationMockLaunch mock_launch(&loop,
16 loop.PostDelayedTask(
26 base::MessageLoopForUI loop; local
27 AutomationMockNavigate mock_navigate(&loop,
30 loop.PostDelayedTask(
40 base::MessageLoopForUI loop; local
41 AutomationMockPostMessage mock_postmessage(&loop,
44 loop.PostDelayedTask(
54 base::MessageLoopForUI loop; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
enginetest.c 78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop] = ENGINE_new()) == NULL) |
    [all...]
  /external/openssl/crypto/engine/
enginetest.c 78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop] = ENGINE_new()) == NULL) |
    [all...]
  /external/chromium_org/media/audio/
scoped_loop_observer.cc 13 const scoped_refptr<base::MessageLoopProxy>& loop)
14 : loop_(loop) {
26 base::MessageLoop* loop = base::MessageLoop::current(); local
28 loop->AddDestructionObserver(this);
30 loop->RemoveDestructionObserver(this);
39 // The message loop's thread has already terminated, so no need to wait.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 59 struct loop_info * loop)
62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1;
63 /* +1 because the program already has one iteration of the loop. */
67 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop,
72 struct rc_instruction * first = loop->BeginLoop->Next;
73 struct rc_instruction * last = loop->EndLoop->Prev;
75 rc_remove_instruction(loop->BeginLoop);
76 rc_remove_instruction(loop->EndLoop);
186 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop)
424 struct loop_info * loop; local
492 struct loop_info loop; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 59 struct loop_info * loop)
62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1;
63 /* +1 because the program already has one iteration of the loop. */
67 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop,
72 struct rc_instruction * first = loop->BeginLoop->Next;
73 struct rc_instruction * last = loop->EndLoop->Prev;
75 rc_remove_instruction(loop->BeginLoop);
76 rc_remove_instruction(loop->EndLoop);
186 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop)
424 struct loop_info * loop; local
492 struct loop_info loop; local
    [all...]

Completed in 2684 milliseconds

1 2 3 4 5 6 7 8 91011>>