/external/chromium_org/third_party/mesa/src/src/glsl/ |
H A D | ir_basic_block.cpp | 58 ir_instruction *leader = NULL; local 67 if (!leader) 68 leader = ir; 71 callback(leader, ir, data); 72 leader = NULL; 77 callback(leader, ir, data); 78 leader = NULL; 81 callback(leader, ir, data); 82 leader = NULL; 103 if (leader) { [all...] |
/external/mesa3d/src/glsl/ |
H A D | ir_basic_block.cpp | 58 ir_instruction *leader = NULL; local 67 if (!leader) 68 leader = ir; 71 callback(leader, ir, data); 72 leader = NULL; 77 callback(leader, ir, data); 78 leader = NULL; 81 callback(leader, ir, data); 82 leader = NULL; 103 if (leader) { [all...] |
/external/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 114 UserValue *leader; ///< Equivalence class leader. member in class:__anon22083::UserValue 140 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this), 144 /// getLeader - Get the leader of this value's equivalence class. 146 UserValue *l = leader; 147 while (l != l->leader) 148 l = l->leader; 149 return leader = l; 171 End->leader = L1, End = End->next; 172 End->leader [all...] |
/external/strace/ |
H A D | strace.c | 1504 like NCLONE_DETACHED, only for zombie group leader that has 1649 /* If the group leader is lingering only because of this other 1650 thread now dying, then detach the leader as well. */ 2325 struct tcb *leader = NULL; local 2328 leader = tcp->parent; 2331 if (leader != NULL && leader != tcp 2332 && !(leader->flags & TCB_GROUP_EXITING) 2336 "PANIC: handle_group_exit: %d leader %d\n", 2337 tcp->pid, leader [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
H A D | InstrVisitor.java | 757 // 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/eigen/unsupported/test/mpreal/ |
H A D | dlmalloc.c | 4395 void* leader = 0;
local 4405 MIN_CHUNK_SIZE leader, we can move to the next aligned spot.
4423 else { /* Otherwise, give back leader, use the rest */
4426 leader = chunk2mem(p);
4447 if (leader != 0) {
4448 internal_free(m, leader);
|
/external/kernel-headers/original/linux/ |
H A D | sched.h | 421 /* 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 D | dlmalloc.c | 3864 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 D | SDL_malloc.c | 3874 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 D | ip-cref.tex | 756 It is the leader of the group of all secondary addresses. When the leader
|
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |