Searched refs:leader (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_basic_block.cpp84 ir_instruction *leader = NULL; local
93 if (!leader)
94 leader = ir;
97 callback(leader, ir, data);
98 leader = NULL;
103 callback(leader, ir, data);
104 leader = NULL;
107 callback(leader, ir, data);
108 leader = NULL;
141 callback(leader, i
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp113 UserValue *leader; ///< Equivalence class leader. member in class:__anon8668::UserValue
139 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc)
142 /// getLeader - Get the leader of this value's equivalence class.
144 UserValue *l = leader;
145 while (l != l->leader)
146 l = l->leader;
147 return leader = l;
169 End->leader = L1, End = End->next;
170 End->leader
[all...]
/external/strace/
H A Dstrace.c1507 like NCLONE_DETACHED, only for zombie group leader that has
1652 /* If the group leader is lingering only because of this other
1653 thread now dying, then detach the leader as well. */
2328 struct tcb *leader = NULL; local
2331 leader = tcp->parent;
2334 if (leader != NULL && leader != tcp
2335 && !(leader->flags & TCB_GROUP_EXITING)
2339 "PANIC: handle_group_exit: %d leader %d\n",
2340 tcp->pid, leader
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java757 // previous instruction was a branch: this one is a leader
948 final int [] _leaders = new int [blockCount + 1]; // room for end-of-code leader at the end
981 final int leader = _leaders [bl];
983 block.m_first = leader; // m_first set
984 leaderToBlockID.put (leader, bl);
998 block.m_length = next_branch_location - leader; // m_length set
1016 block.m_length = next_leader - leader; // m_length set
1417 int m_first; // inclusive offset of the leader instruction [first instr in the block]
/external/kernel-headers/original/linux/
H A Dsched.h421 /* boolean value for session group leader */
422 int leader; member in struct:signal_struct
430 * in __exit_signal, except for the group leader.
438 * group, not including a zombie group leader. (This only differs
835 struct task_struct *group_leader; /* threadgroup leader */
/external/libffi/src/
H A Ddlmalloc.c3864 void* leader = 0; local
3874 MIN_CHUNK_SIZE leader, we can move to the next aligned spot.
3892 else { /* Otherwise, give back leader, use the rest */
3895 leader = chunk2mem(p);
3916 if (leader != 0) {
3917 internal_free(m, leader);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3874 void* leader = 0; local
3884 MIN_CHUNK_SIZE leader, we can move to the next aligned spot.
3902 else { /* Otherwise, give back leader, use the rest */
3905 leader = chunk2mem(p);
3926 if (leader != 0) {
3927 internal_free(m, leader);
/external/iproute2/doc/
H A Dip-cref.tex756 It is the leader of the group of all secondary addresses. When the leader
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 329 milliseconds