HomeSort by: relevance | last modified time | path
    Searched refs:fresh (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_uart.h 26 bu16 bfin_uart_get_next_byte (struct hw *, bu16, bu16, bool *fresh);
dv-bfin_uart.c 195 bfin_uart_get_next_byte (struct hw *me, bu16 rbr, bu16 mcr, bool *fresh)
204 if (!fresh)
205 fresh = &_fresh;
207 *fresh = false;
211 *fresh = true;
226 *fresh = true;
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_uart.h 26 bu16 bfin_uart_get_next_byte (struct hw *, bu16, bu16, bool *fresh);
dv-bfin_uart.c 195 bfin_uart_get_next_byte (struct hw *me, bu16 rbr, bu16 mcr, bool *fresh)
204 if (!fresh)
205 fresh = &_fresh;
207 *fresh = false;
211 *fresh = true;
226 *fresh = true;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rbtree.cc 125 struct rbt_string_node *fresh = rbt_create_node (t, str); local
126 fresh->par = trail;
129 t->rbt_root = fresh;
130 else if (strcmp (fresh->str, trail->str) < 0)
131 trail->left = fresh;
133 trail->right = fresh;
135 fresh->left = t->rbt_nil;
136 fresh->right = t->rbt_nil;
138 /* FRESH has now been inserted as a red leaf. If we have invalidated
146 curr = fresh;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rbtree.cc 125 struct rbt_string_node *fresh = rbt_create_node (t, str); local
126 fresh->par = trail;
129 t->rbt_root = fresh;
130 else if (strcmp (fresh->str, trail->str) < 0)
131 trail->left = fresh;
133 trail->right = fresh;
135 fresh->left = t->rbt_nil;
136 fresh->right = t->rbt_nil;
138 /* FRESH has now been inserted as a red leaf. If we have invalidated
146 curr = fresh;
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
bin.c 306 * Test refill slabcur with a fresh slab.
313 edata_t fresh; local
316 create_mock_slab(&fresh, binind, 0);
319 bin_refill_slabcur_with_fresh_slab(tsdn, &bin, binind, &fresh);
320 expect_ptr_eq(bin.slabcur, &fresh,
321 "Fresh slab should become slabcur");
324 "nslabs should be 1 after installing fresh slab");
326 "curslabs should be 1 after installing fresh slab");
329 "Fresh slab should have all regions free");
332 free(edata_addr_get(&fresh));
417 edata_t fresh; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regengine.inc 82 states fresh; /* states for a fresh start */
178 SETUP(m->fresh);
687 states fresh = m->fresh;
699 ASSIGN(fresh, st);
706 if (EQ(st, fresh))
748 ASSIGN(st, fresh);
  /src/lib/libc/regex/
engine.c 101 states fresh; /* states for a fresh start */ member in struct:match
296 SETUP(m->fresh);
882 states fresh = m->fresh; local
904 ASSIGN(fresh, st);
927 if (fast && EQ(st, fresh))
998 ASSIGN(st, fresh);
  /src/external/bsd/nvi/dist/regex/
engine.c 83 states fresh; /* states for a fresh start */ member in struct:match
192 SETUP(m->fresh);
718 states fresh = m->fresh; local
730 ASSIGN(fresh, st);
737 if (EQ(st, fresh))
779 ASSIGN(st, fresh);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h 507 int hsize, int vsize, int fresh,
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.mli 215 (** Emits assembly or object data for the given module to a fresh memory
  /src/external/zlib/pigz/dist/
pigz.c 1937 int fresh; /* if true, reset compression history */ local
2060 fresh = 0;
2064 fresh = 1;
2071 if (fresh)
2116 if (fresh)
  /src/usr.bin/make/unit-tests/
varmod-indirect.mk 230 # (which creates a new ModChain containing a fresh separator),
  /src/external/mpl/bind/dist/bin/tests/system/kasp/ns3/
setup.sh 187 setup fresh-sigs.autosign
198 # These signatures are still good, but not fresh enough, update immediately.
  /src/external/mit/isl/dist/
isl_input.c 1787 isl_stream_error(s, tok, "expecting fresh identifier");
3493 int fresh; local
3499 fresh = tok->type == ISL_TOKEN_IDENT && vars_pos(v, tok->u.s, -1) >= n;
3504 return fresh;
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 2182 * @fresh: Mode refresh rate
2190 int hsize, int vsize, int fresh,
2201 if (fresh != drm_mode_vrefresh(ptr))
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 653 To insure a fresh fileset, remove all
  /src/external/gpl3/autoconf/dist/
maint.mk 1312 # cannot be built from a fresh clone.

Completed in 36 milliseconds