Searched refs:duplex (Results 26 - 44 of 44) sorted by relevance

12

/external/ImageMagick/www/api/
H A Dimage-view.php103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
109 const ImageView *duplex,ImageView *destination,const ssize_t y,
125 ImageView *duplex,ImageView *destination,
140 <dt>duplex</dt>
141 <dd>the duplex image view. </dd>
H A Dwand-view.php103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
109 const WandView *duplex,WandView *destination,const ssize_t y,
125 WandView *duplex,WandView *destination,
140 <dt>duplex</dt>
141 <dd>the duplex wand view. </dd>
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp1349 ByteString duplex = viewRef.Duplex(); local
1350 if ("Simplex" == duplex)
1352 if ("DuplexFlipShortEdge" == duplex)
1354 if ("DuplexFlipLongEdge" == duplex)
/external/syslinux/gpxe/src/drivers/net/
H A Dr8169.h464 int ( *set_speed ) (struct net_device *, u8 autoneg, u16 speed, u8 duplex );
H A Dsky2.c416 /* forced speed/duplex settings */
419 /* Disable auto update for duplex flow control and speed */
433 if (sky2->duplex == DUPLEX_FULL) {
1433 DBG(PFX "%s: Link is up at %d Mbps, %s duplex, flow control %s\n",
1435 sky2->duplex == DUPLEX_FULL ? "full" : "half",
1475 DBG(PFX "%s: speed/duplex mismatch\n", sky2->netdev->name);
1480 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
1497 if (sky2->duplex == DUPLEX_HALF && sky2->speed < SPEED_1000
1532 sky2->duplex =
2204 sky2->duplex
[all...]
H A Datl1e.h277 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
278 u32 atl1e_auto_get_fc(struct atl1e_adapter *adapter, u16 duplex);
519 #define MAC_CTRL_DUPLX 0x20 /* 1: Full-duplex mode 0: Half-duplex mode */
536 #define MAC_CTRL_DBG_TX_BKPRESURE 0x400000 /* 1: transmit maximum backoff (half-duplex test bit) */
573 #define MAC_HALF_DUPLX_CTRL_JAMIPG_SHIFT 24 /* IPG to start JAM for collision based flow control in half-duplex */
900 #define MII_CR_FULL_DUPLEX 0x0100 /* FDX =1, half duplex =0 */
933 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
934 #define MII_LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
935 #define MII_LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
[all...]
H A Dsky2.h1098 PHY_AN_100FULL = 1<<8, /* Bit 8: Try for 100mbps full-duplex */
1099 PHY_AN_100HALF = 1<<7, /* Bit 7: Try for 100mbps half-duplex */
1100 PHY_AN_10FULL = 1<<6, /* Bit 6: Try for 10mbps full-duplex */
1101 PHY_AN_10HALF = 1<<5, /* Bit 5: Try for 10mbps half-duplex */
2061 u8 duplex; /* DUPLEX_HALF, DUPLEX_FULL */ member in struct:sky2_port
H A Dskge.h1137 PHY_AN_100FULL = 1<<8, /* Bit 8: Try for 100mbps full-duplex */
1138 PHY_AN_100HALF = 1<<7, /* Bit 7: Try for 100mbps half-duplex */
1139 PHY_AN_10FULL = 1<<6, /* Bit 6: Try for 10mbps full-duplex */
1140 PHY_AN_10HALF = 1<<5, /* Bit 5: Try for 10mbps half-duplex */
1179 PHY_X_RS_ABLMIS = 1<<4, /* Bit 4: duplex or pause cap mismatch */
1995 /* forced speed and duplex mode (don't mix with other ANEG bits) */
2067 XM_BURST = 0x000c, /* 32 bit r/w Burst Register for half duplex*/
2509 u8 duplex; /* DUPLEX_HALF, DUPLEX_FULL */ member in struct:skge_port
H A Dtg3.h1865 uint8_t duplex;
H A Dtg3.c431 /* Set full-duplex, 1000 mbps. */
543 printf("Link is up at %d Mbps, %s duplex. %s %s %s\n",
600 struct tg3 *tp __unused, uint32_t val, uint8_t *speed, uint8_t *duplex)
615 *duplex = result & 3;
2146 * run at gigabit with half duplex.
599 tg3_aux_stat_to_speed_duplex( struct tg3 *tp __unused, uint32_t val, uint8_t *speed, uint8_t *duplex) argument
H A Dbnx2.h4148 u8 duplex; member in struct:bnx2
/external/libcups/cups/
H A Dppd-cache.c964 *duplex; /* Duplex option */ local
1553 if ((duplex = ppdFindOption(ppd, "Duplex")) == NULL)
1554 if ((duplex = ppdFindOption(ppd, "JCLDuplex")) == NULL)
1555 if ((duplex = ppdFindOption(ppd, "EFDuplex")) == NULL)
1556 if ((duplex = ppdFindOption(ppd, "EFDuplexing")) == NULL)
1557 duplex = ppdFindOption(ppd, "KD03Duplex");
1559 if (duplex)
1561 pc->sides_option = _cupsStrAlloc(duplex->keyword);
1563 for (i = duplex->num_choices, choice = duplex
[all...]
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000_hw.c132 uint16_t duplex);
1445 /* With 82543, we need to force speed and duplex on the MAC equal to what
1446 * the PHY speed and duplex configuration is. In addition, we need to
1657 /* Enable CRS on TX for half-duplex operation. */
1805 /* Enable CRS on TX. This must be set for half-duplex operation. */
1959 * 1) Set up the MAC to the current PHY speed/duplex
2003 * Detects which PHY is present and setup the speed and duplex
2081 DEBUGOUT("Forcing speed and duplex\n");
2122 e1000_configure_kmrn_for_10_100(struct e1000_hw *hw, uint16_t duplex) argument
2147 if (duplex
2758 uint16_t duplex; local
3081 uint16_t speed, duplex; local
3192 e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex) argument
7133 uint16_t phy_data, phy_saved_data, speed, duplex, i; local
[all...]
H A De1000_hw.h324 int32_t e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex);
1489 #define E1000_CTRL_FD 0x00000001 /* Full duplex.0=half; 1=full */
1527 #define E1000_STATUS_FD 0x00000001 /* Full duplex.0=half,1=full */
2002 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */
2003 #define E1000_TXCW_HD 0x00000040 /* TXCW half duplex */
2380 * half-duplex-capable hardware only. */
2735 #define MII_CR_FULL_DUPLEX 0x0100 /* FDX =1, half duplex =0 */
3264 #define IFE_PESC_DUPLEX 0x0001 /* Auto-negotiation duplex result 1=Full, 0=Half */
/external/python/cpython3/Lib/test/
H A D_test_multiprocessing.py361 rconn, wconn = self.Pipe(duplex=False)
2384 reader, writer = self.Pipe(duplex=False)
2476 conn, child_conn = self.Pipe(duplex=True)
2502 conn, child_conn = self.Pipe(duplex=True)
2535 conn, child_conn = self.Pipe(duplex=True)
2828 r, w = self.Pipe(duplex=False)
2834 r, w = self.Pipe(duplex=False)
3099 reader, writer = multiprocessing.Pipe(duplex=False)
3342 r, w = multiprocessing.Pipe(duplex=False)
3528 r, w = multiprocessing.Pipe(duplex
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_multiprocessing.py308 rconn, wconn = self.Pipe(duplex=False)
1622 reader, writer = self.Pipe(duplex=False)
1714 conn, child_conn = self.Pipe(duplex=True)
1739 conn, child_conn = self.Pipe(duplex=True)
1771 conn, child_conn = self.Pipe(duplex=True)
2152 reader, writer = multiprocessing.Pipe(duplex=False)
2453 parent, child = multiprocessing.Pipe(duplex=True)
2497 r, w = multiprocessing.Pipe(duplex=False)
/external/python/cpython2/Lib/multiprocessing/
H A Dmanagers.py514 reader, writer = connection.Pipe(duplex=False)
/external/python/cpython3/Lib/multiprocessing/
H A Dmanagers.py503 reader, writer = connection.Pipe(duplex=False)
/external/valgrind/include/vki/
H A Dvki-linux.h3413 __vki_u8 duplex; member in struct:vki_ethtool_cmd

Completed in 711 milliseconds

12