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

  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7-wraps.h 12 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 ;; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see variable
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7-wraps.h 12 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 ;; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see variable
  /src/games/hunt/huntd/
draw.c 41 static void see(PLAYER *, int);
150 see(pp, LEFTS);
151 see(pp, ABOVE);
152 see(pp, BELOW);
155 see(pp, RIGHT);
156 see(pp, ABOVE);
157 see(pp, BELOW);
160 see(pp, ABOVE);
161 see(pp, LEFTS);
162 see(pp, RIGHT)
178 see(PLAYER *pp, int face) function
    [all...]
  /src/sys/dev/sysmon/
sysmon_envsys_events.c 122 sme_event_t *see = NULL, *osee = NULL; local
189 see = osee;
218 if (props && see->see_type == PENVSYS_EVENT_NULL)
219 see->see_type = crittype;
223 if (crittype == PENVSYS_EVENT_NULL && see != NULL) {
228 if (see == NULL) {
232 see = kmem_zalloc(sizeof(*see), KM_SLEEP);
236 see->see_type = crittype;
237 see->see_sme = sme
347 sme_event_t *see; local
400 sme_event_t *see; local
456 sme_event_t *see; local
702 sme_event_t *see; local
748 sme_event_t *see; local
778 sme_event_t *see = (void *)wk; local
866 sme_event_t *see; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7.c 130 (see the calculation of m->MinContext). */
365 CPpmd_See *s = &p->See[i][k];
674 CPpmd_See *see; local
678 see = p->See[p->NS2Indx[nonMasked - 1]] +
684 unsigned r = (see->Summ >> see->Shift);
685 see->Summ = (UInt16)(see->Summ - r);
691 see = &p->DummySee
929 CPpmd_See *see; local
1112 CPpmd_See *see; local
    [all...]
archive_ppmd8.c 403 CPpmd_See *s = &p->See[m][k];
1047 CPpmd_See *see; local
1050 see = p->See[(unsigned)p->NS2Indx[(unsigned)p->MinContext->NumStats + 2] - 3] +
1056 unsigned r = (see->Summ >> see->Shift);
1057 see->Summ = (UInt16)(see->Summ - r);
1063 see = &p->DummySee;
1066 return see;
1227 CPpmd_See *see; local
    [all...]

Completed in 44 milliseconds