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

  /src/sys/arch/ews4800mips/stand/common/
floppy_2hc.c 39 int sector, side, cylinder; local
52 side = logical_block_number - (cylinder * 15 * 2) > 14;
53 sector = logical_block_number - (side + cylinder * 2) * 15;
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
floppy_2hd_ibmpc.c 39 int sector, side, cylinder; local
52 side = logical_block_number - (cylinder * 18 * 2) > 17;
53 sector = logical_block_number - (side + cylinder * 2) * 18;
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
floppy_2d.c 39 int i, sector, side, cylinder; local
42 * 2D: MFM format (cylinder 0 side 0 is FM format)
46 * 256 bytes/sector (cylinder 0 side 0 is 128 bytes/sector)
56 side = i - (cylinder * 26 * 2) > 25;
57 sector = i - (side + cylinder * 2) * 26;
59 *position = (cylinder << 16) | (side << 8) | (sector + 1);
  /src/games/hack/
hack.mhitu.c 377 long side = rn2(2) ? RIGHT_SIDE : LEFT_SIDE; local
379 Monnam(mtmp), (side == RIGHT_SIDE) ? "right" : "left");
380 set_wounded_legs(side, rnd(50));
hack.do.c 504 long side = local
508 (side == LEFT_SIDE) ? "left" : "right");
509 set_wounded_legs(side, 500 + rn2(1000));
559 set_wounded_legs(long side, int timex)
562 Wounded_legs |= side + timex;
564 Wounded_legs |= side;
  /src/sys/arch/mac68k/obio/
iwmreg.h 89 u_int8_t side; member in struct:sectorHdr
iwm_fdvar.h 81 short tracks; /* # of tracks per side (cyl's) */
99 short side; member in struct:diskPosition
  /src/external/bsd/openldap/dist/libraries/libldap/
tavl.c 198 int side, side_bf, shorter, nside = -1; local
211 side = fcmp( data, p->avl_data );
212 if ( !side )
214 side = ( side > 0 );
215 pdir[depth] = side;
218 if ( p->avl_bits[side] == AVL_THREAD )
220 p = p->avl_link[side];
232 side = depth;
254 pptr[side] = q
    [all...]
avl.c 191 int side, side_bf, shorter, nside; local
204 side = fcmp( data, p->avl_data );
205 if ( !side )
207 side = ( side > 0 );
208 pdir[depth] = side;
211 p = p->avl_link[side];
224 side = depth;
242 pptr[side] = q;
243 if ( side ) {
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 567 /* The side must be specified exactly once. */
578 /* The data side must be specified exactly once. */
602 /* If the format has a t field, use it for src/dst register side. */
618 /* The side of the functional unit used must now have been
631 printf ("opcode %x: xpath not applicable when side are specified both for address and data!\n",
646 than a load or store, it uses a cross path for side-A
1330 char side; local
1343 side = func_unit_side == 2 ? 'b' : 'a';
1344 snprintf (base, 4, "%c%u", side, mem_base_reg);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 567 /* The side must be specified exactly once. */
578 /* The data side must be specified exactly once. */
602 /* If the format has a t field, use it for src/dst register side. */
618 /* The side of the functional unit used must now have been
631 printf ("opcode %x: xpath not applicable when side are specified both for address and data!\n",
646 than a load or store, it uses a cross path for side-A
1330 char side; local
1343 side = func_unit_side == 2 ? 'b' : 'a';
1344 snprintf (base, 4, "%c%u", side, mem_base_reg);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cfg.cc 512 basic_block side = (do_succ ? e->dest : e->src);
519 if (side->index == ENTRY_BLOCK)
521 else if (side->index == EXIT_BLOCK)
524 fprintf (file, " %d", side->index);
505 basic_block side = (do_succ ? e->dest : e->src); local
  /src/external/gpl3/gcc.old/dist/gcc/
cfg.cc 511 basic_block side = (do_succ ? e->dest : e->src);
518 if (side->index == ENTRY_BLOCK)
520 else if (side->index == EXIT_BLOCK)
523 fprintf (file, " %d", side->index);
504 basic_block side = (do_succ ? e->dest : e->src); local
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 567 /* The side must be specified exactly once. */
578 /* The data side must be specified exactly once. */
602 /* If the format has a t field, use it for src/dst register side. */
618 /* The side of the functional unit used must now have been
631 printf ("opcode %x: xpath not applicable when side are specified both for address and data!\n",
646 than a load or store, it uses a cross path for side-A
1330 char side; local
1343 side = func_unit_side == 2 ? 'b' : 'a';
1344 snprintf (base, 4, "%c%u", side, mem_base_reg);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 567 /* The side must be specified exactly once. */
578 /* The data side must be specified exactly once. */
602 /* If the format has a t field, use it for src/dst register side. */
618 /* The side of the functional unit used must now have been
631 printf ("opcode %x: xpath not applicable when side are specified both for address and data!\n",
646 than a load or store, it uses a cross path for side-A
1330 char side; local
1343 side = func_unit_side == 2 ? 'b' : 'a';
1344 snprintf (base, 4, "%c%u", side, mem_base_reg);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset)
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
handler.h 119 int side; /* INITIATOR or RESPONDER */ member in struct:ph1handle
293 uint8_t side; /* INITIATOR or RESPONDER */ member in struct:ph2handle
307 * NOTE: In responder side, we can't identify each SAs
450 int side; member in struct:ph1dump
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 1104 /* The side the register is on (1 or 2). */
1105 unsigned int side; member in struct:__anon10128
1156 /* The side (1 or 2). */
1157 unsigned int side; member in struct:__anon10133
1188 TRUE, putting the register side and number in *REG and update *P to
1202 reg->side = 1;
1207 reg->side = 2;
1239 at *P. If OK, set *BASE and *SIDE and return true; otherwise,
1244 unsigned int *side)
1296 *side = maybe_side
1324 unsigned int side = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 1104 /* The side the register is on (1 or 2). */
1105 unsigned int side; member in struct:__anon11600
1156 /* The side (1 or 2). */
1157 unsigned int side; member in struct:__anon11605
1188 TRUE, putting the register side and number in *REG and update *P to
1202 reg->side = 1;
1207 reg->side = 2;
1239 at *P. If OK, set *BASE and *SIDE and return true; otherwise,
1244 unsigned int *side)
1296 *side = maybe_side
1324 unsigned int side = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 2076 U -- print either 1 or 2, depending on the side of the machine used by
3027 /* Compute the side of the machine used by INSN, which reserves UNITS.
3093 int side = i / 4;
3095 unsigned unit_bit = 1 << (unit + side * UNIT_QID_SIDE_OFFSET);
3113 int this_rsrv, side;
3131 side = get_insn_side (within, units);
3142 + side * UNIT_QID_SIDE_OFFSET);
3144 + side * UNIT_QID_SIDE_OFFSET);
3159 int t = exact_log2 (this_rsrv) + side * UNIT_QID_SIDE_OFFSET;
3160 rsrv[side] |= this_rsrv
3076 int side = i \/ 4; local
3096 int this_rsrv, side; local
3216 int side, req; local
3285 int side; local
3330 int side, req; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 2076 U -- print either 1 or 2, depending on the side of the machine used by
3026 /* Compute the side of the machine used by INSN, which reserves UNITS.
3092 int side = i / 4;
3094 unsigned unit_bit = 1 << (unit + side * UNIT_QID_SIDE_OFFSET);
3112 int this_rsrv, side;
3130 side = get_insn_side (within, units);
3141 + side * UNIT_QID_SIDE_OFFSET);
3143 + side * UNIT_QID_SIDE_OFFSET);
3158 int t = exact_log2 (this_rsrv) + side * UNIT_QID_SIDE_OFFSET;
3159 rsrv[side] |= this_rsrv
3075 int side = i \/ 4; local
3095 int this_rsrv, side; local
3215 int side, req; local
3284 int side; local
3329 int side, req; local
    [all...]
  /src/external/mit/isl/dist/
isl_tab_pip.c 5203 /* This function selects case "side" for non-triviality region "region",
5205 * In particular, the triviality direction side/2 is made positive
5206 * if side is even and made negative if side is odd.
5213 int side, struct isl_lexmin_data *data)
5224 if (side % 2 == 0)
5226 region->trivial->row[side / 2], len);
5229 region->trivial->row[side / 2], len);
5245 * "side" is the index of the current case at this level.
5254 int side; member in struct:isl_local_region
5455 int side, base; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 14846 /* Execution side of the group. */ member in struct:s390_sched_state
14847 int side;
15085 score += (last_scheduled_unit_distance[i][sched_state.side]
15088 int other_side = 1 - sched_state.side;
15090 /* Try to delay long-running insns when side is busy. */
15095 if (fxd_longrunning[sched_state.side]
15097 <= fxd_longrunning[sched_state.side])
15101 >= fxd_longrunning[sched_state.side])
15107 if (fpd_longrunning[sched_state.side]
15109 <= fpd_longrunning[sched_state.side])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 15351 /* Execution side of the group. */ member in struct:s390_sched_state
15352 int side;
15590 score += (last_scheduled_unit_distance[i][sched_state.side]
15593 int other_side = 1 - sched_state.side;
15595 /* Try to delay long-running insns when side is busy. */
15600 if (fxd_longrunning[sched_state.side]
15602 <= fxd_longrunning[sched_state.side])
15606 >= fxd_longrunning[sched_state.side])
15612 if (fpd_longrunning[sched_state.side]
15614 <= fpd_longrunning[sched_state.side])
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 4576 ** choice of query plan if the parameter is the left-hand side of a [LIKE]
4689 ** [virtual tables] might change the database indirectly as a side effect.
4692 ** change the database file through side-effects:
5710 ** functions that have side effects or reveal internal application state.
5853 ** that has side-effects or that could potentially leak sensitive information.
5870 ** no side effects and should not depend on any values other than its
5874 ** side effects.
5887 ** security-adverse side-effects and information-leaks.
7663 ** expr on the right-hand side can be evaluated (and thus the constraint
7688 ** the right-hand side of the corresponding aConstraint[] is evaluate
213687 unsigned char side; \/* 1 for p1, 2 for p2 *\/ member in struct:GeoSegment
    [all...]

Completed in 138 milliseconds