| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_scatterlist.c | 17 struct sg_table new_st; local 24 if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN)) 27 new_sg = new_st.sgl; 39 *orig_st = new_st;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| st.cc | 31 gfc_code new_st; variable 34 /* Zeroes out the new_st structure. */ 39 memset (&new_st, '\0', sizeof (new_st)); 40 new_st.op = EXEC_NOP;
|
| resolve.cc | 9843 gfc_code *body, *new_st, *if_st, *tail; local 10061 new_st = gfc_get_code (code->op); 10062 new_st->expr1 = code->expr1; 10063 new_st->expr2 = code->expr2; 10064 new_st->block = code->block; 10068 ns->code = new_st; 10070 ns->code->next = new_st; 10071 code = new_st; 10157 new_st = gfc_get_code (EXEC_BLOCK); 10158 new_st->ext.block.ns = gfc_build_block_ns (ns) 10312 gfc_code *body, *new_st, *tail; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| st.cc | 31 gfc_code new_st; variable 34 /* Zeroes out the new_st structure. */ 39 memset (&new_st, '\0', sizeof (new_st)); 40 new_st.op = EXEC_NOP;
|
| resolve.cc | 9387 gfc_code *body, *new_st, *if_st, *tail; local 9599 new_st = gfc_get_code (code->op); 9600 new_st->expr1 = code->expr1; 9601 new_st->expr2 = code->expr2; 9602 new_st->block = code->block; 9606 ns->code = new_st; 9608 ns->code->next = new_st; 9609 code = new_st; 9695 new_st = gfc_get_code (EXEC_BLOCK); 9696 new_st->ext.block.ns = gfc_build_block_ns (ns) 9851 gfc_code *body, *new_st, *tail; local [all...] |
| /src/external/lgpl3/mpfr/dist/tests/ |
| tstckintc.c | 99 new_st (size_t s) function 124 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); 125 void *mantissa = new_st (mpfr_custom_get_size (p)); 136 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); 137 void *mantissa = new_st ((mpfr_custom_get_size) (p)); 148 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); 149 void *mantissa = new_st ((mpfr_custom_get_size) (p)); 186 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); 187 void *mantissa = new_st ((mpfr_custom_get_size) (p)); 373 r = (long *) new_st (ALIGNED (2 * sizeof (long)) [all...] |
| /src/sbin/routed/ |
| rdisc.c | 463 u_int new_st = 0; local 495 || (!((new_st ^ drp->dr_ifp->int_state) & IS_SICK) 501 || ((new_st & IS_SICK) 504 new_st = drp->dr_ifp->int_state;
|