Searched defs:spins (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c194 uint32_t spins = 0; local
211 if (!spins)
213 spins++;
215 if (!(spins % 8)) /* donate a few cycles */
220 } while (spins < NOUVEAU_FENCE_MAX_SPINS);
/external/fio/
H A Dgoptions.c57 GtkWidget *spins[GOPT_RANGE_SPIN]; member in struct:gopt_range
663 if (GTK_SPIN_BUTTON(r->spins[i]) == spin) {
675 GtkWidget *mspin = r->spins[changed + 1];
677 val = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(r->spins[changed]));
682 GtkWidget *mspin = r->spins[changed - 1];
684 val = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(r->spins[changed]));
704 gtk_spin_button_set_value(GTK_SPIN_BUTTON(r->spins[i]), vals[i]);
744 r->spins[i] = gtk_spin_button_new_with_range(o->minval, maxval, interval);
745 gtk_spin_button_set_update_policy(GTK_SPIN_BUTTON(r->spins[i]), GTK_UPDATE_IF_VALID);
746 gtk_box_pack_start(GTK_BOX(r->gopt.box), r->spins[
[all...]
/external/dlmalloc/
H A Dmalloc.c1861 #endif /* ... gcc spins locks ... */
1879 int spins = 0; local
1881 if ((++spins & SPINS_PER_YIELD) == 0) {
1931 int spins = 0; local
1944 if ((++spins & SPINS_PER_YIELD) == 0) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 203 milliseconds