| /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/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/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/mpl/dhcp/dist/omapip/ |
| dispatch.c | 515 fd_set r, w, x, rr, ww, xx; local 614 ww=w; 624 w = ww;
|
| /src/sbin/newfs_lfs/ |
| make_lfs.c | 413 int curw, ww; local 960 ww = snprintf(tbuf, sizeof(tbuf), "%lld", 962 curw += ww; 965 curw = ww;
|
| /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/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/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/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/external/bsd/pcc/dist/pcc/mip/ |
| reader.c | 1749 int cw, ooff, ww; local 1757 switch (ww = XASMVAL(cw)) { 1766 if (ww == 'g' && p->n_left->n_op == ICON) {
|
| 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...] |
| /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/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/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...] |