Searched defs:victim (Results 1 - 16 of 16) sorted by relevance

/external/blktrace/
H A Drbtree.c368 void rb_replace_node(struct rb_node *victim, struct rb_node *new, argument
371 struct rb_node *parent = rb_parent(victim);
375 if (victim == parent->rb_left)
382 if (victim->rb_left)
383 rb_set_parent(victim->rb_left, new);
384 if (victim->rb_right)
385 rb_set_parent(victim->rb_right, new);
387 /* Copy the pointers/colour from the victim to the replacement */
388 *new = *victim;
/external/e2fsprogs/lib/ext2fs/
H A Drbtree.c430 void ext2fs_rb_replace_node(struct rb_node *victim, struct rb_node *new, argument
433 struct rb_node *parent = ext2fs_rb_parent(victim);
437 if (victim == parent->rb_left)
444 if (victim->rb_left)
445 ext2fs_rb_set_parent(victim->rb_left, new);
446 if (victim->rb_right)
447 ext2fs_rb_set_parent(victim->rb_right, new);
449 /* Copy the pointers/colour from the victim to the replacement */
450 *new = *victim;
/external/libunwind/src/x86/
H A DGinit.c94 int i, victim; local
123 victim = lga_victim;
125 if (!last_good_addr[victim]) {
126 last_good_addr[victim++] = addr;
129 victim = (victim + 1) % NLGA;
132 /* All slots full. Evict the victim. */
133 last_good_addr[victim] = addr;
134 victim = (victim
[all...]
/external/libunwind/src/x86_64/
H A DGinit.c118 int i, victim; local
140 victim = lga_victim;
142 if (!last_good_addr[victim]) {
143 last_good_addr[victim++] = addr;
146 victim = (victim + 1) % NLGA;
149 /* All slots full. Evict the victim. */
150 last_good_addr[victim] = addr;
151 victim = (victim
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java101 public void hitVictim(GameObject parent, GameObject victim, int hitType, argument
114 mLauncherComponent.prepareToLaunch(victim, parent);
129 victim.getPosition().x : parent.getPosition().x;
131 victim.getPosition().y : parent.getPosition().y;
/external/dnsmasq/src/
H A Ddhcp.c577 struct ping_result *r, *victim = NULL; local
594 victim = r; /* old record */
604 /* at this point victim may hold an expired record */
605 if (!victim)
607 if ((victim = whine_malloc(sizeof(struct ping_result))))
609 victim->next = daemon->ping_results;
610 daemon->ping_results = victim;
616 if (victim)
618 victim->addr = addr;
619 victim
[all...]
/external/libevent/
H A Devutil.c1154 struct evutil_addrinfo *victim = *ai; local
1155 *ai = victim->ai_next;
1156 victim->ai_next = NULL;
1157 freeaddrinfo(victim);
H A Devdns.c2034 struct server_reply_item *victim, *next, **list; local
2044 victim = *list;
2045 while (victim) {
2046 next = victim->next;
2047 mm_free(victim->name);
2048 if (victim->data)
2049 mm_free(victim->data);
2050 mm_free(victim);
2051 victim = next;
4002 struct hosts_entry *victim; local
[all...]
/external/valgrind/memcheck/
H A Dmc_main.c2476 OCacheLine *victim, *inL2; local
2509 victim = &ocacheL1->set[setno].line[line];
2510 c = classify_OCacheLine(victim);
2521 ocacheL2_del_tag( victim->tag );
2527 inL2 = ocacheL2_find_tag( victim->tag );
2529 *inL2 = *victim;
2531 ocacheL2_add_line( victim );
2540 tl_assert(tag != victim->tag); /* stay sane */
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
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.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
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/ ...

Completed in 988 milliseconds