HomeSort by: relevance | last modified time | path
    Searched defs:init_state (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libbacktrace/
state.c 50 struct backtrace_state init_state; local
61 memset (&init_state, 0, sizeof init_state);
62 init_state.filename = filename;
63 init_state.threaded = threaded;
66 backtrace_alloc (&init_state, sizeof *state, error_callback, data));
69 *state = init_state;
  /src/external/gpl3/gcc.old/dist/libbacktrace/
state.c 50 struct backtrace_state init_state; local
61 memset (&init_state, 0, sizeof init_state);
62 init_state.filename = filename;
63 init_state.threaded = threaded;
66 backtrace_alloc (&init_state, sizeof *state, error_callback, data));
69 *state = init_state;
  /src/external/gpl3/gdb/dist/libbacktrace/
state.c 50 struct backtrace_state init_state; local
61 memset (&init_state, 0, sizeof init_state);
62 init_state.filename = filename;
63 init_state.threaded = threaded;
66 backtrace_alloc (&init_state, sizeof *state, error_callback, data));
69 *state = init_state;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
state.c 50 struct backtrace_state init_state; local
61 memset (&init_state, 0, sizeof init_state);
62 init_state.filename = filename;
63 init_state.threaded = threaded;
66 backtrace_alloc (&init_state, sizeof *state, error_callback, data));
69 *state = init_state;
  /src/lib/libcrypt/
blowfish.c 107 static const blf_ctx init_state = local
379 *c = init_state;
  /src/lib/libperfuse/
perfuse.c 53 static struct perfuse_state *init_state(void);
57 init_state(void) function
454 ps = init_state();
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand-fortuna.c 171 init_state(FState * st) function
544 init_state(&main_state);
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-gulm.c 71 static enum {INIT_NOTDONE, INIT_DONE, INIT_WAITQUORATE} init_state = INIT_NOTDONE; variable in typeref:enum:__anon9406
417 init_state = INIT_DONE;
421 if (init_state == INIT_NOTDONE)
422 init_state = INIT_WAITQUORATE;
445 if (quorate && init_state == INIT_WAITQUORATE)
448 init_state = INIT_DONE;
  /src/external/gpl3/binutils/dist/gas/
scfi.c 1106 scfi_stateS *init_state; local
1108 init_state = XCNEW (scfi_stateS);
1109 init_state->traceable_p = true;
1113 ret = forward_flow_scfi_state (gcfg, root_bb, init_state);
1128 free (init_state);
  /src/external/gpl3/binutils.old/dist/gas/
scfi.c 1106 scfi_stateS *init_state; local
1108 init_state = XCNEW (scfi_stateS);
1109 init_state->traceable_p = true;
1113 ret = forward_flow_scfi_state (gcfg, root_bb, init_state);
1128 free (init_state);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 324 uint8_t init_state:4; member in struct:hvm_hw_vpic
  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 276 use for the size entry to initialize, and INIT_STATE is the communication
282 init_one_dwarf_reg_state *init_state)
291 init_state->processed_regno[regno] = true;
300 init_state->wrote_return_column = true;
322 init_one_dwarf_reg_state init_state;
324 memset ((char *)&init_state, 0, sizeof (init_state));
335 if (init_state.processed_regno[i])
342 init_one_dwarf_reg_size (i, save_mode, mem, mode, &init_state);
350 (REGNO (reg), GET_MODE (reg), mem, mode, &init_state);
320 init_one_dwarf_reg_state init_state; local
348 (REGNO (reg), GET_MODE (reg), mem, mode, &init_state); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 276 use for the size entry to initialize, and INIT_STATE is the communication
282 init_one_dwarf_reg_state *init_state)
291 init_state->processed_regno[regno] = true;
300 init_state->wrote_return_column = true;
322 init_one_dwarf_reg_state init_state;
324 memset ((char *)&init_state, 0, sizeof (init_state));
335 if (init_state.processed_regno[i])
342 init_one_dwarf_reg_size (i, save_mode, mem, mode, &init_state);
350 (REGNO (reg), GET_MODE (reg), mem, mode, &init_state);
320 init_one_dwarf_reg_state init_state; local
348 (REGNO (reg), GET_MODE (reg), mem, mode, &init_state); local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 722 re_dfastate_t *init_state; member in struct:re_dfa_t

Completed in 38 milliseconds