OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newfp
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/m4/
trace.c
65
FILE *
newfp
;
local
68
newfp
= stderr;
71
newfp
= NULL;
74
newfp
= fopen(name, "a");
75
if (
newfp
== NULL)
81
traceout =
newfp
;
/src/sys/arch/hppa/hppa/
db_trace.c
138
register_t *
newfp
;
local
155
db_read_bytes((db_addr_t)&fp[0], sizeof(
newfp
), (char *)&
newfp
);
161
if (!
newfp
) {
195
fp =
newfp
;
/src/external/bsd/zstd/dist/lib/compress/
zstd_preSplit.c
111
const Fingerprint*
newfp
,
116
assert(
newfp
->nbEvents > 0);
117
{ U64 p50 = (U64)ref->nbEvents * (U64)
newfp
->nbEvents;
118
U64 deviation = fpDistance(ref,
newfp
, hashLog);
124
static void mergeEvents(Fingerprint* acc, const Fingerprint*
newfp
)
128
acc->events[n] +=
newfp
->events[n];
130
acc->nbEvents +=
newfp
->nbEvents;
/src/external/gpl3/gdb.old/dist/gdb/
linux-fork.c
421
struct fork_info *
newfp
= nullptr;
local
426
newfp
= find_fork_ptid (pptid);
427
gdb_assert (
newfp
!= nullptr);
430
fork_load_infrun_state (
newfp
);
767
linux_fork_context (struct fork_info *
newfp
, int from_tty)
772
gdb_assert (
newfp
!= NULL);
779
fork_load_infrun_state (
newfp
);
/src/external/gpl3/gdb/dist/gdb/
linux-fork.c
575
auto [
newfp
, newinf] = find_fork_ptid (pptid);
576
gdb_assert (
newfp
!= nullptr);
587
fork_load_infrun_state (
newfp
);
1065
linux_fork_context (struct fork_info *
newfp
, int from_tty, inferior *newinf)
1070
gdb_assert (
newfp
!= NULL);
1082
if (oldfp !=
newfp
)
1086
fork_load_infrun_state (
newfp
);
Completed in 19 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026