| /src/external/public-domain/xz/dist/src/liblzma/delta/ |
| delta_private.h | 24 /// Position in history[] 27 /// Buffer to hold history of the original data 28 uint8_t history[LZMA_DELTA_DIST_MAX]; member in struct:__anon383
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| selftest_timeline.c | 46 struct intel_timeline **history; member in struct:mock_hwsp_freelist 59 tl = xchg(&state->history[idx], tl); 97 i915_prandom_shuffle(state->history, 98 sizeof(*state->history), 141 state.max = PAGE_SIZE / sizeof(*state.history); 143 state.history = kcalloc(state.max, sizeof(*state.history), GFP_KERNEL); 144 if (!state.history) { 161 kfree(state.history);
|
| /src/bin/ksh/ |
| c_sh.c | 249 int expandv = 1, history = 0; local 276 history = 1; 324 if (history) 354 if (history) { 410 if (history) {
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_tx.c | 179 int level, uint64_t blkid, boolean_t freeable, uint64_t *history) 188 if (level >= dn->dn_nlevels || history[level] == blkid) 191 history[level] = blkid; 224 blkid >> epbs, freeable, history); 245 uint64_t history[DN_MAX_LEVELS]; local 325 history[l] = -1ULL; 341 history);
|
| /src/external/gpl2/xcvs/dist/src/ |
| history.c | 15 __RCSID("$NetBSD: history.c,v 1.4 2016/05/17 14:00:09 christos Exp $"); 17 /* **************** History of Users and Module **************** 22 * one line of text is written to a History log. 26 * where: [The spaces in the example line above are not in the history file.] 101 * Module history for named modules. 112 * TAG history 126 * -t tag - The "tag" is searched for in the history file and no 151 * EXAMPLES: ("cvs history", "cvs his" or "cvs hi") 164 *** Committed (modified) files since tag "TAG" was stored in the history file: 176 *** Tag history 419 history (int argc, char **argv) function [all...] |
| /src/external/mpl/dhcp/dist/server/ |
| mdb6.c | 931 static u_int32_t history[2]; local 941 history[0] = arc4random(); 942 history[1] = arc4random(); 948 isc_md(ISC_MD_MD5, input->data, input->len, (void *)&history[0], &len); 986 * Save history for the next call. 988 memcpy((unsigned char *)&history[0], md + 8, 8);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| record-btrace.c | 54 N_("Collect control-flow trace and provide the execution history.") 895 struct btrace_insn_history *history; local 901 ui_out_emit_tuple tuple_emitter (uiout, "insn history"); 904 error (_("Bad record instruction-history-size.")); 907 history = btinfo->insn_history; 908 if (history == NULL) 912 DEBUG ("insn-history (0x%x): %d", (unsigned) flags, size); 941 begin = history->begin; 942 end = history->end; 944 DEBUG ("insn-history (0x%x): %d, prev: [%u; %u)", (unsigned) flags, size 1279 struct btrace_call_history *history; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| record-btrace.c | 54 N_("Collect control-flow trace and provide the execution history.") 892 struct btrace_insn_history *history; local 898 ui_out_emit_tuple tuple_emitter (uiout, "insn history"); 901 error (_("Bad record instruction-history-size.")); 904 history = btinfo->insn_history; 905 if (history == NULL) 909 DEBUG ("insn-history (0x%x): %d", (unsigned) flags, size); 938 begin = history->begin; 939 end = history->end; 941 DEBUG ("insn-history (0x%x): %d, prev: [%u; %u)", (unsigned) flags, size 1276 struct btrace_call_history *history; local [all...] |
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp.h | 441 ARGV *history; /* transaction log */ member in struct:SMTP_SESSION
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd.h | 104 ARGV *history; /* protocol transcript */ member in struct:__anon69
|
| /src/external/gpl3/gcc/dist/gcc/ |
| modulo-sched.cc | 168 int history; /* Threshold for conflict checking using DFA. */ 195 static partial_schedule_ptr create_partial_schedule (int ii, ddg_ptr, int history); 2833 create_partial_schedule (int ii, ddg_ptr g, int history) 2840 ps->history = history; 3234 if (ps->history > 0 && !has_conflicts) 3238 first = c - ps->history; 3239 amount = 2 * ps->history + 1; 3245 i - ps->history, 3246 i + ps->history); 167 int history; \/* Threshold for conflict checking using DFA. *\/ member in struct:partial_schedule [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| modulo-sched.cc | 168 int history; /* Threshold for conflict checking using DFA. */ 195 static partial_schedule_ptr create_partial_schedule (int ii, ddg_ptr, int history); 2833 create_partial_schedule (int ii, ddg_ptr g, int history) 2840 ps->history = history; 3233 if (ps->history > 0 && !has_conflicts) 3237 first = c - ps->history; 3238 amount = 2 * ps->history + 1; 3244 i - ps->history, 3245 i + ps->history); 167 int history; \/* Threshold for conflict checking using DFA. *\/ member in struct:partial_schedule [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 173 /* True if this instruction is cleared from history by unconditional 826 instruction further if we're thinking about using history[0] to 828 static struct mips_cl_insn history[1 + MAX_NOPS + MAX_LLSC_RANGE]; variable in typeref:struct:mips_cl_insn 2537 /* Insert N copies of INSN into the history buffer, starting at 2548 for (i = ARRAY_SIZE (history); i-- > first;) 2550 history[i] = history[i - n]; 2552 history[i] = *insn; 3765 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0; 3766 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 173 /* True if this instruction is cleared from history by unconditional 822 instruction further if we're thinking about using history[0] to 824 static struct mips_cl_insn history[1 + MAX_NOPS + MAX_LLSC_RANGE]; variable in typeref:struct:mips_cl_insn 2533 /* Insert N copies of INSN into the history buffer, starting at 2544 for (i = ARRAY_SIZE (history); i-- > first;) 2546 history[i] = history[i - n]; 2548 history[i] = *insn; 3530 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0; 3531 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != [all...] |
| /src/external/public-domain/sqlite/dist/autosetup/ |
| jimsh0.c | 1349 "set tcl::autocomplete_commands {array clock debug dict file history info namespace package signal socket string tcl::prefix zlib}\n" 1382 "set tcl::stdhint_commands {array clock debug dict file history info namespace package signal string zlib}\n" 24059 objPtr = Jim_GetVariableStr(interp, "history::multiline", JIM_NONE); 24124 char **history = linenoiseHistory(&len); local 24126 printf("%4d %s\n", i + 1, history[i]);
|