HomeSort by: relevance | last modified time | path
    Searched refs:frames (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/tests/lib/libexecinfo/
t_backtrace_sandbox.c 43 size_t frames; local in function:ATF_TC_BODY
47 frames = backtrace(addr, __arraycount(addr));
48 ATF_REQUIRE(frames > 0);
50 syms = backtrace_symbols_fmt(addr, frames, "%n");
66 syms = backtrace_symbols_fmt(addr, frames, "%n");
t_backtrace.c 58 } frames[] = { local in function:myfunc3
75 for (j = 0; j < __arraycount(frames); ++j) {
76 if (!frames[j].is_optional)
102 if (frames[i].is_optional &&
103 strcmp(strings[j], frames[i].name)) {
107 ATF_CHECK_STREQ(strings[j], frames[i].name);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_suppressions.cc 85 SymbolizedStack *frames = symbolizer->SymbolizePC(addr); local in function:__asan::IsStackTraceSuppressed
86 CHECK(frames);
87 for (SymbolizedStack *cur = frames; cur; cur = cur->next) {
95 frames->ClearAll();
99 frames->ClearAll();
  /src/sys/arch/amiga/dev/
grfabs_cc.c 363 custom.cop1lc = PREP_DMA_MEM(DMDATA(d)->frames[F_LONG]);
599 cp = DMDATA(VDATA(v)->mode)->frames[i];
644 cp = DMDATA(VDATA(v)->mode)->frames[i];
726 cp = DMDATA(VDATA(v)->mode)->frames[i];
802 custom.cop1lc = PREP_DMA_MEM(DMDATA(d)->frames[F_LONG]);
814 custom.cop1lc = PREP_DMA_MEM(DMDATA(d)->frames[F_LACE_LONG]);
816 custom.cop1lc = PREP_DMA_MEM(DMDATA(d)->frames[F_LACE_SHORT]);
865 h_this_data->frames = hires_frames;
866 h_this_data->frames[F_LONG] =
868 if (!h_this_data->frames[F_LONG])
    [all...]
grfabs_ccreg.h 47 cop_t **frames; member in struct:display_mode_data
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 54 // Pre-lollipop Android can not unwind through signal handler frames with
128 // We need to pop a few frames so that pc is on top.
152 InternalMmapVector<backtrace_frame_t> frames(kStackTraceMax); local in function:__sanitizer::BufferedStackTrace::SlowUnwindStackWithContext
155 frames.data(),
165 trace_buffer[size++] = frames[i].absolute_pc + 2;
sanitizer_stacktrace_libcdep.cc 35 SymbolizedStack *frames = Symbolizer::GetOrInit()->SymbolizePC(pc); local in function:__sanitizer::StackTrace::Print
36 CHECK(frames);
37 for (SymbolizedStack *cur = frames; cur; cur = cur->next) {
50 frames->ClearAll();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 23 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
122 if (ent == 0 || ent->frames == 0) {
126 SymbolizedStack *frame = ent->frames;
308 static SymbolizedStack *SkipTsanInternalFrames(SymbolizedStack *frames) {
309 while (FrameIsInternal(frames) && frames->next)
310 frames = frames->next;
311 return frames;
382 if (SymbolizedStack *frame = SkipTsanInternalFrames(stack->frames))
    [all...]
tsan_suppressions.cc 123 for (const SymbolizedStack *frame = stack->frames; frame;
129 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
130 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
tsan_debugging.cc 81 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size);
98 if (stack) CopyTrace(stack->frames, trace, trace_size);
114 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size);
133 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size);
156 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_size);
172 if (thread->stack) CopyTrace(thread->stack->frames, trace, trace_size);
tsan_report.h 41 SymbolizedStack *frames; member in struct:__tsan::ReportStack
  /src/usr.sbin/fwctl/
fwdv.c 267 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; local in function:dvsend
335 frames = 0;
372 fprintf(stderr, "%d", frames % 10);
373 frames ++;
374 if (count > 0 && frames > count)
376 if (frames % frame_rate[lsystem] == 0)
432 fprintf(stderr, "%d frames, %.2f secs, %.2f frames/sec\n",
433 frames, rtime, frames/rtime)
    [all...]
  /src/games/gomoku/
bdinit.c 104 /* Allocate one of the pre-allocated frames for each non-blocked frame. */
116 struct combostr *cbp = &frames[fi];
141 memset(frames, 0, sizeof(frames));
165 * Variable names for frames A and B:
167 * fi index of the frame in the global 'frames'
188 * As pieces are played during the game, frames that no longer share an empty
266 const struct combostr *fa = &frames[fia];
gomoku.h 82 * A 'combo' is a group of intersecting or overlapping frames and consists of
94 * it is already a force. Also, the frames have to be independent so a
146 * This structure is used to record information about single frames (F) and
147 * combinations of two more frames (C).
148 * For combinations of two or more frames, there is an additional
149 * array of pointers to the frames of the combination which is sorted
150 * by the index into the frames[] array. This is used to prevent duplication
153 * The leaves of the tree (frames) are numbered 0 (bottom, leftmost)
168 * C: number of frames in the combo */
173 u_char c_framecnt[2]; /* number of frames left to attach *
    [all...]
pickmove.c 53 * This structure is used to store overlap information between frames.
113 * TODO: Scanning for both frames misses that after loading the game
245 * Scan the sorted list of non-empty frames and
247 * Also, try to combine frames to find more complex (chained) moves.
261 /* check for empty list of frames */
271 * and try making all combinations of two frames intersecting at
294 * Try combining other frames that intersect
325 * Try combining other frames that intersect
426 * Compute all level 2 combos of frames intersecting spot 'osp'
445 /* don't include frames that overlap in the same direction *
    [all...]
makemove.c 127 struct combostr *cbp = &frames[fsp->s_frame[r]];
180 /* add this frame to the sorted list of frames by combo value */
279 * The last move was at 'os', which is part of frame 'a'. There are 6 frames
282 * frames as non-overlapping with frame 'a'.
321 * Update all other frames that intersect the current one
325 * since the two frames can overlap in more than one spot.
  /src/sys/arch/amd64/amd64/
gdt.c 315 paddr_t frames[16]; local in function:lgdt
332 frames[i] = ((paddr_t)xpmap_ptetomach((pt_entry_t *)va)) >>
337 if (HYPERVISOR_set_gdt(frames, (desc->rd_limit + 1) >> 3))
  /src/sys/arch/i386/i386/
gdt.c 223 unsigned long frames[len >> PAGE_SHIFT];
233 frames[f] = *ptp >> PAGE_SHIFT;
247 if (HYPERVISOR_set_gdt(frames, gdt_size / sizeof(gdtstore[0])))
  /src/sys/arch/xen/x86/
cpu.c 798 gdt_prepframes(paddr_t *frames, vaddr_t base, uint32_t entries)
802 frames[i] = ((paddr_t)xpmap_ptetomach(
818 /* page frames to point at GDT */
820 paddr_t frames[16]; local in function:xen_init_amd64_vcpuctxt
838 gdt_prepframes(frames, (vaddr_t)ci->ci_gdt, gdt_ents);
877 memcpy(initctx->gdt_frames, frames, sizeof(frames));
912 /* page frames to point at GDT */
914 paddr_t frames[16]; local in function:xen_init_i386_vcpuctxt
932 gdt_prepframes(frames, (vaddr_t)ci->ci_gdt, gdt_ents)
    [all...]
  /src/sys/dev/audio/
audiodef.h 178 uint64_t dropframes; /* number of dropped frames */
229 int frames_per_block; /* number of frames in a block */
289 * Convert number of frames to number of bytes.
292 frametobyte(const audio_format2_t *fmt, int frames)
294 return frames * fmt->channels * fmt->stride / NBBY;
298 * Return the number of frames per block.
327 * This position indicates next frame of the last valid frames.
379 * It points the next position of the last valid frames.
400 * Take out n frames from head of ring.
418 * Append n frames into tail of ring
    [all...]
  /src/sys/arch/mips/mips/
mips_stacktrace.c 287 unsigned int frames = 0; local in function:stacktrace_subr
300 if (frames++ > 100) {
  /src/sys/arch/hppa/hppa/
machdep.c 1142 vsize_t frames;
1177 frames = pdc_btlb.min_size << PGSHIFT;
1178 while (frames < *sizep)
1179 frames <<= 1;
1180 frames >>= PGSHIFT;
1181 if (frames > pdc_btlb.max_size) {
1184 pdc_btlb.min_size, (u_int) frames, pdc_btlb.max_size);
1191 ((pa & (frames - 1)) != 0 || (va & (frames - 1)) != 0);
1259 slot_mapped_frames = frames;
    [all...]
  /src/sys/dev/ic/
bt8xx.h 62 u_short frames; member in struct:meteor_geomet
66 /* structure for METEORGCOUNT-get count of frames, fifo errors and DMA errors */
70 u_int frames_captured; /* count of frames captured since open */
135 #define METEOR_CAP_N_FRAMES 0x0001 /* capture N frames */
136 #define METEOR_CAP_STOP_FRAMES 0x0002 /* stop capture N frames */
137 #define METEOR_HALT_N_FRAMES 0x0003 /* halt of capture N frames */
180 unsigned num_bufs; /* number of frames in buffer (1-32) */
  /src/sys/dev/hyperv/
vmbus.c 2061 uint64_t *frames; local in function:vmbus_handle_alloc
2075 frames = kmem_zalloc(total * sizeof(*frames), KM_SLEEP);
2084 frames[j++] = atop(addr);
2121 hdr->chm_range.gpa_page[i] = frames[pfn++];
2130 cmd->chm_gpa_page[j] = frames[pfn++];
2166 kmem_free(frames, total * sizeof(*frames));
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 641 SymbolizedStack *frames = Symbolizer::GetOrInit()->SymbolizePC(addr); local in function:__lsan::GetSuppressionForAddr
642 for (SymbolizedStack *cur = frames; cur; cur = cur->next) {
648 frames->ClearAll();

Completed in 25 milliseconds

1 2