Searched refs:new_mask (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-08-21-StmtExpr.c8 void bar(structty new_mask);
/external/kernel-headers/original/linux/
H A Dsched.h1086 extern int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask);
1088 static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) argument
1090 if (!cpu_isset(0, new_mask))
1523 extern long sched_setaffinity(pid_t pid, cpumask_t new_mask);
/external/v8/src/
H A Dspaces.h147 CellType new_mask = mask_ << 1; local
148 if (new_mask == 0) {
151 return MarkBit(cell_, new_mask, data_only_);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c2879 IRTemp old_mask, new_mask, cur_mask; local
2903 new_mask = newTemp(Ity_I64);
2910 assign(new_mask, binop(Iop_Or64, mkexpr(old_mask), mkexpr(cur_mask)));
2922 old_mask = new_mask;

Completed in 168 milliseconds