HomeSort by: relevance | last modified time | path
    Searched refs:ww (Results 1 - 23 of 23) sorted by relevancy

  /src/games/gomoku/
bdisp.c 125 int ww = (int)strlen(plyr[WHITE]); local
128 int total = fixed + bw + ww;
138 ww = remaining - bw;
139 else if (ww <= half)
140 bw = remaining - ww;
142 bw = half, ww = remaining - half;
148 bw, plyr[BLACK], ww, plyr[WHITE]);
  /src/share/doc/standards/xopen/
Makefile 12 ARGS_HTML= ${GFLAGS} -dformat=HTML ${POST_PLAIN} -ww
  /src/lib/libm/ld80/
e_powl.c 564 long double ww, y; local
643 ww = x;
647 ww = ww * ww; /* arg to the 2-to-the-kth power */
649 y *= ww;
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
search.c 353 mdb_rtxn_snap( Operation *op, ww_ctx *ww )
356 if ( ww->mcd ) {
358 mdb_cursor_get( ww->mcd, &key, &data, MDB_GET_CURRENT );
359 memcpy( &ww->key, key.mv_data, sizeof(ID) );
360 ww->data.mv_size = data.mv_size;
361 ww->data.mv_data = op->o_tmpalloc( data.mv_size, op->o_tmpmemctx );
362 memcpy(ww->data.mv_data, data.mv_data, data.mv_size);
364 mdb_txn_reset( ww->txn );
365 ww->flag = 1;
371 ww_ctx *ww = sc->sc_private local
    [all...]
  /src/sys/arch/atari/dev/
grfabs_reg.h 172 #define INIT_BOX(b,xx,yy,ww,hh) \
176 (b)->width = ww; \
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 154 static void addidir(char *idir, struct incs **ww);
422 addidir(char *idir, struct incs **ww)
429 if (*ww != NULL) {
430 for (w = *ww; w->next; w = w->next) {
446 ww = &w->next;
453 *ww = w;
1208 struct blocker *w, *ww; local
1218 ww = calloc(sizeof(*w), 1);
1219 ww->sp = w->sp;
1220 ww->next = blkidx[blkidp]
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
local2.c 777 int ww; local
780 ww = XASMVAL(cw);
781 again: switch (ww) {
793 if (ww == XASMVAL(cw))
794 ww = XASMVAL1(cw);
796 ww = XASMVAL2(cw);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 343 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
346 ww.s.high -= uu.s.low;
347 if (__builtin_expect (ww.s.high < 0, 1))
348 return ww.ll; local
358 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
361 ww.s.high -= vv.s.low; local
362 if (__builtin_expect (ww.s.high < 0, 1))
363 return ww.ll;
371 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
374 ww.s.high -= uu.s.low
333 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low local
1203 const DWunion ww = {{.low = q0, .high = q1}}; local
    [all...]
  /src/sys/arch/amiga/dev/
grfabs_reg.h 279 #define INIT_BOX(b,xx,yy,ww,hh) do{(b)->x = xx; (b)->y = yy; (b)->width = ww; (b)->height = hh;}while (0)
  /src/external/gpl3/gcc/dist/libgcc/config/visium/
lib2funcs.c 228 const DWunion ww = {{.low = q0, .high = q1}};
229 return ww.ll;
226 const DWunion ww = {{.low = q0, .high = q1}}; local
  /src/external/gpl3/gcc.old/dist/libgcc/config/visium/
lib2funcs.c 228 const DWunion ww = {{.low = q0, .high = q1}};
229 return ww.ll;
226 const DWunion ww = {{.low = q0, .high = q1}}; local
  /src/external/bsd/tmux/dist/
session.c 643 struct winlinks old_windows, *ww; local
648 ww = &target->windows;
649 if (RB_EMPTY(ww))
654 winlink_find_by_index(ww, s->curw->idx) == NULL &&
663 RB_FOREACH(wl, winlinks, ww) {
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 343 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
346 ww.s.high -= uu.s.low;
347 if (__builtin_expect (ww.s.high < 0, 1))
348 return ww.ll; local
358 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
361 ww.s.high -= vv.s.low; local
362 if (__builtin_expect (ww.s.high < 0, 1))
363 return ww.ll;
371 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
374 ww.s.high -= uu.s.low
333 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low local
1203 const DWunion ww = {{.low = q0, .high = q1}}; local
    [all...]
  /src/external/bsd/am-utils/dist/amq/
amq.c 272 int ww = strlen(mi->mi_wildcard ? mi->mi_wildcard : "(null"); local
275 if (ww > *wwid)
276 *wwid = ww;
  /src/sbin/newfs_lfs/
make_lfs.c 413 int curw, ww; local
965 ww = snprintf(tbuf, sizeof(tbuf), "%lld",
967 curw += ww;
970 curw = ww;
  /src/external/bsd/pcc/dist/pcc/mip/
regs.c 1926 ADJL *w, *ww; local
1956 for (ww = ADJLIST(u); ww; ww = ww->r_next)
1957 if (ww->a_temp == n)
1959 if (ww)
2294 REGW *w, *ww; local
2306 ww = w = p->n_regw;
2313 p->n_reg |= ENCRA(COLOR(ww), i)
2421 REGW *ww = GetAlias(w); local
    [all...]
reader.c 1749 int cw, ooff, ww; local
1757 switch (ww = XASMVAL(cw)) {
1766 if (ww == 'g' && p->n_left->n_op == ICON) {
  /src/external/mpl/dhcp/dist/omapip/
dispatch.c 515 fd_set r, w, x, rr, ww, xx; local
614 ww=w;
624 w = ww;
  /src/external/gpl2/rcs/dist/src/
rcstest 218 ci -d"$date" -nOz -ss -ww -u2.1 -mm $q a.c &&
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 1429 ! const DWunion ww = {{.low = q0, .high = q1}};
1430 ! return ww.ll;
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 1429 ! const DWunion ww = {{.low = q0, .high = q1}};
1430 ! return ww.ll;
  /src/external/public-domain/sqlite/dist/
shell.c 17815 " ww.s, c, t.k"
17817 " FROM case_statement, wrapper_with ww, thiskey t"
17897 " w, ww.s, c, thiskey.k, whereclause.w_c, t.o_pk"
17900 " wrapper_with ww, thiskey, whereclause"
27348 " --ww Shorthand for \"--wordwrap on\"\n"
31428 ** --ww Shorthand for "--wordwrap on"
31787 }else if( optionMatch(z,"ww") ){
31936 if( !bAll ) sqlite3_str_append(pDesc, " --ww", 5);
    [all...]
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 6379 # ww |
6404 # ww |

Completed in 147 milliseconds