Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 25 of 76) sorted by relevance

1234

/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind.inc43 unsigned long frames = 1;
76 _Unwind_Frames_Increment (context, frames);
79 *frames_p = frames;
90 unsigned long frames;
140 uw_install_context (&this_context, &cur_context, frames);
154 unsigned long frames = 1;
193 _Unwind_Frames_Increment (context, frames);
196 *frames_p = frames;
209 unsigned long frames;
233 unsigned long frames;
[all …]
H A Dunwind-generic.h292 #define _Unwind_Frames_Extra(frames) argument
295 #define _Unwind_Frames_Increment(context, frames) frames++ argument
H A Dunwind-sjlj.c304 unsigned long frames __attribute__((unused))) in uw_install_context() argument
/dragonfly/usr.sbin/fwcontrol/
H A Dfwdv.c253 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; in dvsend() local
313 frames = 0; in dvsend()
350 fprintf(stderr, "%d", frames % 10); in dvsend()
351 frames ++; in dvsend()
352 if (count > 0 && frames > count) in dvsend()
354 if (frames % frame_rate[systype] == 0) in dvsend()
413 frames, rtime, frames/rtime); in dvsend()
/dragonfly/games/gomoku/
H A Dbdinit.c59 memset(frames, 0, sizeof(frames)); in bdinit()
60 cbp = frames; in bdinit()
184 cbp = &frames[frameix]; in init_overlap()
209 n = sp2->s_frame[r] - frames; in init_overlap()
H A Dmakemove.c239 str = &overlap[(a = sp1->s_frame[r] - frames) * FAREA]; in update_overlap()
258 b = sp2->s_frame[r] - frames; in update_overlap()
293 b = sp->s_frame[r1] - frames; in update_overlap()
H A Dmain.c66 struct combostr frames[FAREA]; /* storage for all frames */ variable
434 n = (sp->s_frame[d1] - frames) * FAREA; in whatsup()
444 n += sp->s_frame[d2] - frames; in whatsup()
H A Dpickmove.c1091 n = (fcbp - frames) * FAREA; in checkframes()
1106 mask = str[tcbp - frames]; in checkframes()
1122 n = ip[tcbp - frames]; in checkframes()
1158 mask = str[cbp - frames]; in checkframes()
1172 n = ip[cbp - frames]; in checkframes()
1255 cbp = hashcombos[inx = *scbpp - frames]; in sortcombo()
H A Dgomoku.h260 extern struct combostr frames[FAREA]; /* storage for single frames */
/dragonfly/tools/tools/net80211/wlaninject/
H A DREADME3 This tool generates raw 802.11 frames. The resulting frame will
22 -N Mark transmitted frames such that no ACK is expected. In practice,
61 This is mainly used for management frames. For data frames, -b
/dragonfly/contrib/file/magic/Magdir/
H A Dflif20 >>5 ubyte <255 \b, %i frames
26 >>>6 beshort x \b, %i frames,
H A Dsniffer253 >20 belong&0x03FFFFFF 268 (IBM SDLC frames
254 >20 belong&0x03FFFFFF 269 (TI LLN sniffer frames
256 >20 belong&0x03FFFFFF 272 (Nordic Semiconductor Bluetooth LE sniffer frames
257 >20 belong&0x03FFFFFF 273 (Excentis XRA-31 DOCSIS 3.1 RF sniffer frames
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcollect2.c2062 int frames = (frame_tables.number > 0); in write_c_file_stat() local
2119 if (frames) in write_c_file_stat()
2162 if (constructors.number > 0 || frames) in write_c_file_stat()
2166 if (frames) in write_c_file_stat()
2179 if (destructors.number > 0 || frames) in write_c_file_stat()
2183 if (frames) in write_c_file_stat()
2190 destructors.number + frames); in write_c_file_stat()
2209 int frames = (frame_tables.number > 0); in write_c_file_glob() local
2215 if (frames) in write_c_file_glob()
2249 if (frames) in write_c_file_glob()
[all …]
/dragonfly/sys/bus/u4b/gadget/
H A Dg_audio.c165 .frames = G_AUDIO_FRAMES,
177 .frames = G_AUDIO_FRAMES,
189 .frames = G_AUDIO_FRAMES,
201 .frames = G_AUDIO_FRAMES,
H A Dg_modem.c160 .frames = 1,
172 .frames = 1,
184 .frames = 1,
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2.c2312 int frames = (frame_tables.number > 0); in write_c_file_stat() local
2358 if (frames) in write_c_file_stat()
2390 if (constructors.number > 0 || frames) in write_c_file_stat()
2394 if (frames) in write_c_file_stat()
2407 if (destructors.number > 0 || frames) in write_c_file_stat()
2411 if (frames) in write_c_file_stat()
2418 destructors.number + frames); in write_c_file_stat()
2437 int frames = (frame_tables.number > 0); in write_c_file_glob() local
2443 if (frames) in write_c_file_glob()
2477 if (frames) in write_c_file_glob()
[all …]
/dragonfly/sys/netgraph7/hole/
H A Dng_hole.h54 uint64_t frames; member
H A Dng_hole.c210 hip->stats.frames++; in ngh_rcvdata()
/dragonfly/contrib/gdb-7/gdb/
H A Dunwind_stop_reasons.def18 /* Reasons why frames could not be further unwound
38 stack. We should migrate to a model where frames always have a
/dragonfly/sys/dev/video/meteor/
H A Dioctl_meteor.h50 u_short frames; member
/dragonfly/contrib/zstd/
H A DCHANGELOG95 api: fixed decoding of magic-less frames, by @terrelln
198 api : support decompression of empty frames into NULL (used to be an error) (#1385)
242 cli : fix : decoding invalid lz4 frames
275 api : fix : support large skippable frames, by @terrelln
276 api : fix : streaming interface was adding a useless 3-bytes null block to small frames
283 new : ability to generate and decode magicless frames (#591)
389 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames
399 cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (li…
505 New : Support for skippable frames
/dragonfly/sys/bus/u4b/net/
H A Dif_ipheth.c95 .frames = IPHETH_RX_FRAMES_MAX,
106 .frames = IPHETH_TX_FRAMES_MAX,
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog296 unencrypted EAPOL frames
375 * added RSN IE to Mesh Peering Open/Confirm frames
399 of identity frames)
651 Request frames
718 Request frames are sent)
823 - extra waits to get ACK frames through
826 - more retries for some P2P frames
986 Disassoc frames (nl80211).
1268 address frames
1974 specific TX/RX functions for EAPOL frames
[all …]
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A Dng_ubt.c333 .frames = UBT_ISOC_NFRAMES,
344 .frames = UBT_ISOC_NFRAMES,
355 .frames = UBT_ISOC_NFRAMES,
366 .frames = UBT_ISOC_NFRAMES,
/dragonfly/usr.bin/m4/
H A DNOTES37 the call frames and the arguments. Each frame is back-linked to a

1234