Home
last modified time | relevance | path

Searched refs:edest (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libuemf/
H A Dsymbol_convert.c947 void UnicodeToNon(uint16_t *text, int *ecount, int *edest){ in UnicodeToNon() argument
959 *edest=target; in UnicodeToNon()
963 *edest=CVTNON; in UnicodeToNon()
H A Dsymbol_convert.h31 void UnicodeToNon(uint16_t *text, int *ecount, int *edest); //translate Unicode to NonUnicode
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dmroute.h181 struct mroute_addr *edest,
193 struct mroute_addr *edest, in mroute_extract_addr_from_packet() argument
206 ret = mroute_extract_addr_ether(src, dest, esrc, edest, vid, buf); in mroute_extract_addr_from_packet()
H A Dmroute.c266 struct mroute_addr *edest, in mroute_extract_addr_ether() argument
292 if (esrc || edest) in mroute_extract_addr_ether()
318 ret |= (mroute_extract_addr_ip(esrc, edest, &b) << MROUTE_SEC_SHIFT); in mroute_extract_addr_ether()
322 ret |= (mroute_extract_addr_arp(esrc, edest, &b) << MROUTE_SEC_SHIFT); in mroute_extract_addr_ether()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dmroute.h181 struct mroute_addr *edest,
193 struct mroute_addr *edest, in mroute_extract_addr_from_packet() argument
206 ret = mroute_extract_addr_ether(src, dest, esrc, edest, vid, buf); in mroute_extract_addr_from_packet()
H A Dmroute.c266 struct mroute_addr *edest, in mroute_extract_addr_ether() argument
292 if (esrc || edest) in mroute_extract_addr_ether()
318 ret |= (mroute_extract_addr_ip(esrc, edest, &b) << MROUTE_SEC_SHIFT); in mroute_extract_addr_ether()
322 ret |= (mroute_extract_addr_arp(esrc, edest, &b) << MROUTE_SEC_SHIFT); in mroute_extract_addr_ether()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dmroute.h181 struct mroute_addr *edest,
193 struct mroute_addr *edest, in mroute_extract_addr_from_packet() argument
206 ret = mroute_extract_addr_ether(src, dest, esrc, edest, vid, buf); in mroute_extract_addr_from_packet()
H A Dmroute.c266 struct mroute_addr *edest, in mroute_extract_addr_ether() argument
292 if (esrc || edest) in mroute_extract_addr_ether()
318 ret |= (mroute_extract_addr_ip(esrc, edest, &b) << MROUTE_SEC_SHIFT); in mroute_extract_addr_ether()
322 ret |= (mroute_extract_addr_arp(esrc, edest, &b) << MROUTE_SEC_SHIFT); in mroute_extract_addr_ether()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dturbo_vidhrdw.c574 static void draw_one_sprite(const struct sprite_params_data *data, UINT32 *dest, UINT8 *edest, int … in draw_one_sprite() argument
618 edest[xoffs++] |= srcenable; in draw_one_sprite()
641 edest[xoffs++] |= srcenable; in draw_one_sprite()
654 static void draw_sprites(UINT32 *dest, UINT8 *edest, int scanline, UINT8 mask, int xclip) in draw_sprites() argument
668 draw_one_sprite(data, dest, edest, xclip, scanline); in draw_sprites()
673 draw_one_sprite(data, dest, edest, xclip, scanline); in draw_sprites()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dturbo_vidhrdw.c574 static void draw_one_sprite(const struct sprite_params_data *data, UINT32 *dest, UINT8 *edest, int … in draw_one_sprite() argument
618 edest[xoffs++] |= srcenable; in draw_one_sprite()
641 edest[xoffs++] |= srcenable; in draw_one_sprite()
654 static void draw_sprites(UINT32 *dest, UINT8 *edest, int scanline, UINT8 mask, int xclip) in draw_sprites() argument
668 draw_one_sprite(data, dest, edest, xclip, scanline); in draw_sprites()
673 draw_one_sprite(data, dest, edest, xclip, scanline); in draw_sprites()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http-reverse-proxy-0.6.0/Network/HTTP/
H A DReverseProxy.hs100 edest <- getDest headers
101 case edest of
363 let edest =
375 case edest of
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcprop.c1527 edge e, edest; in bypass_block() local
1621 edest = FALLTHRU_EDGE (bb); in bypass_block()
1622 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1628 edest = find_edge (bb, dest); in bypass_block()
1629 if (edest && edest->insns.r) in bypass_block()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcprop.c1524 edge e, edest; in bypass_block() local
1618 edest = FALLTHRU_EDGE (bb); in bypass_block()
1619 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1625 edest = find_edge (bb, dest); in bypass_block()
1626 if (edest && edest->insns.r) in bypass_block()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcprop.c1529 edge e, edest; in bypass_block() local
1623 edest = FALLTHRU_EDGE (bb); in bypass_block()
1624 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1630 edest = find_edge (bb, dest); in bypass_block()
1631 if (edest && edest->insns.r) in bypass_block()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcprop.c1497 edge e, edest; in bypass_block() local
1591 edest = FALLTHRU_EDGE (bb); in bypass_block()
1592 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1598 edest = find_edge (bb, dest); in bypass_block()
1599 if (edest && edest->insns.r) in bypass_block()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcprop.c1508 edge e, edest; in bypass_block() local
1602 edest = FALLTHRU_EDGE (bb); in bypass_block()
1603 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1609 edest = find_edge (bb, dest); in bypass_block()
1610 if (edest && edest->insns.r) in bypass_block()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcprop.c1527 edge e, edest; in bypass_block() local
1621 edest = FALLTHRU_EDGE (bb); in bypass_block()
1622 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1628 edest = find_edge (bb, dest); in bypass_block()
1629 if (edest && edest->insns.r) in bypass_block()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcprop.c1526 edge e, edest; in bypass_block() local
1620 edest = FALLTHRU_EDGE (bb); in bypass_block()
1621 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1627 edest = find_edge (bb, dest); in bypass_block()
1628 if (edest && edest->insns.r) in bypass_block()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcprop.c1528 edge e, edest; in bypass_block() local
1622 edest = FALLTHRU_EDGE (bb); in bypass_block()
1623 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1629 edest = find_edge (bb, dest); in bypass_block()
1630 if (edest && edest->insns.r) in bypass_block()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcprop.c1496 edge e, edest; in bypass_block() local
1590 edest = FALLTHRU_EDGE (bb); in bypass_block()
1591 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1597 edest = find_edge (bb, dest); in bypass_block()
1598 if (edest && edest->insns.r) in bypass_block()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcprop.c1496 edge e, edest; in bypass_block() local
1590 edest = FALLTHRU_EDGE (bb); in bypass_block()
1591 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1597 edest = find_edge (bb, dest); in bypass_block()
1598 if (edest && edest->insns.r) in bypass_block()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcprop.c1527 edge e, edest; in bypass_block() local
1621 edest = FALLTHRU_EDGE (bb); in bypass_block()
1622 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1628 edest = find_edge (bb, dest); in bypass_block()
1629 if (edest && edest->insns.r) in bypass_block()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcprop.c1528 edge e, edest; in bypass_block() local
1622 edest = FALLTHRU_EDGE (bb); in bypass_block()
1623 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1629 edest = find_edge (bb, dest); in bypass_block()
1630 if (edest && edest->insns.r) in bypass_block()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcprop.c1527 edge e, edest; in bypass_block() local
1621 edest = FALLTHRU_EDGE (bb); in bypass_block()
1622 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1628 edest = find_edge (bb, dest); in bypass_block()
1629 if (edest && edest->insns.r) in bypass_block()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcprop.c1527 edge e, edest; in bypass_block() local
1621 edest = FALLTHRU_EDGE (bb); in bypass_block()
1622 dest = edest->insns.r ? NULL : edest->dest; in bypass_block()
1628 edest = find_edge (bb, dest); in bypass_block()
1629 if (edest && edest->insns.r) in bypass_block()

123456789