Home
last modified time | relevance | path

Searched refs:fromP (Results 1 – 25 of 223) sorted by last modified time

123456789

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/expat/lib/
H A Dxmltok.h162 const char **fromP,
167 const char **fromP,
255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
256 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
259 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
H A Dxmltok.c330 for (fromLim = *fromP + (toLim - *toP); fromLim > *fromP; fromLim--) in utf8_toUtf8()
336 *fromP = from; in utf8_toUtf8()
378 *fromP = from; in utf8_toUtf16()
443 (*fromP)++; in latin1_toUtf8()
598 *fromP = from; \
611 for (; *fromP != fromLim && *toP != toLim; *fromP += 2) \
612 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1311 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1317 (*fromP)++; in unknown_toUtf8()
1336 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
/dports/games/spring/spring_98.0/rts/Game/
H A DChatMessage.h16 ChatMessage(int fromP, int dest, const std::string& chat);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dwrite.c383 append (char **charPP, char *fromP, unsigned long length) in append() argument
389 memcpy (*charPP, fromP, length); in append()
H A Dwrite.h191 extern void append (char **charPP, char *fromP, unsigned long length);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-m68k.c3927 short *fromP; in md_assemble() local
4003 fromP = &the_ins.opcode[0]; in md_assemble()
4006 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4008 fromP++; in md_assemble()
4074 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble()
4087 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4089 fromP++; in md_assemble()
4130 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4132 fromP++; in md_assemble()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/expat/lib/
H A Dxmltok.h168 const char **fromP,
173 const char **fromP,
261 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
262 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
264 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
265 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
H A Dxmltok.c375 *fromP = from; in utf8_toUtf8()
441 *fromP = from; in utf8_toUtf16()
507 (*fromP)++; in latin1_toUtf8()
639 *fromP = from; \
677 *fromP = from; \
698 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
699 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1415 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1421 (*fromP)++; in unknown_toUtf8()
1440 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRenderingBorders.cpp2071 Point fromP = (start * (count - from) + end * from) / count; in DrawDottedSideSlow() local
2099 if (fromP.x < left) { in DrawDottedSideSlow()
2123 if (fromP.y < top) { in DrawDottedSideSlow()
2146 if (fromP.x > right) { in DrawDottedSideSlow()
2169 if (fromP.y > bottom) { in DrawDottedSideSlow()
/dports/www/firefox/firefox-99.0/parser/expat/lib/
H A Dxmltok.h168 const char **fromP,
173 const char **fromP,
261 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
262 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
264 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
265 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
H A Dxmltok.c375 *fromP = from; in utf8_toUtf8()
441 *fromP = from; in utf8_toUtf16()
507 (*fromP)++; in latin1_toUtf8()
639 *fromP = from; \
677 *fromP = from; \
698 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
699 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1415 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1421 (*fromP)++; in unknown_toUtf8()
1440 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRenderingBorders.cpp2072 Point fromP = (start * (count - from) + end * from) / count; in DrawDottedSideSlow() local
2100 if (fromP.x < left) { in DrawDottedSideSlow()
2124 if (fromP.y < top) { in DrawDottedSideSlow()
2147 if (fromP.x > right) { in DrawDottedSideSlow()
2170 if (fromP.y > bottom) { in DrawDottedSideSlow()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRenderingBorders.cpp2071 Point fromP = (start * (count - from) + end * from) / count; in DrawDottedSideSlow() local
2099 if (fromP.x < left) { in DrawDottedSideSlow()
2123 if (fromP.y < top) { in DrawDottedSideSlow()
2146 if (fromP.x > right) { in DrawDottedSideSlow()
2169 if (fromP.y > bottom) { in DrawDottedSideSlow()
/dports/www/firefox-esr/firefox-91.8.0/parser/expat/lib/
H A Dxmltok.c375 *fromP = from; in utf8_toUtf8()
441 *fromP = from; in utf8_toUtf16()
507 (*fromP)++; in latin1_toUtf8()
639 *fromP = from; \
677 *fromP = from; \
698 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
699 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1415 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1421 (*fromP)++; in unknown_toUtf8()
1440 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
H A Dxmltok.h168 const char **fromP,
173 const char **fromP,
261 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
262 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
264 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
265 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
/dports/textproc/expat2/expat-2.4.7/lib/
H A Dxmltok.h189 const char **fromP,
193 const char **fromP,
275 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
276 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
278 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
279 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
H A Dxmltok.c390 *fromP += bytesToCopy; in utf8_toUtf8()
453 *fromP = from; in utf8_toUtf16()
506 if (*fromP == fromLim) in latin1_toUtf8()
514 (*fromP)++; in latin1_toUtf8()
702 fromLim = *fromP + (((fromLim - *fromP) >> 1) << 1); /* shrink to even */ \
709 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
710 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1371 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1376 (*fromP)++; in unknown_toUtf8()
1391 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/page/
H A DWikiPage.php3367 * @param string $fromP Name of the user whose edits to rollback.
3387 $fromP, $summary, $token, $bot, &$resultDetails, Authority $performer, $tags = null argument
3412 return $this->commitRollback( $fromP, $summary, $bot, $resultDetails, $performer, $tags );
3426 * @param string $fromP Name of the user whose edits to rollback.
3437 public function commitRollback( $fromP, $summary, $bot, argument
3464 $from = str_replace( '_', ' ', $fromP );
3479 htmlspecialchars( $fromP ),
3655 htmlspecialchars( $fromP ),
/dports/www/mediawiki135/mediawiki-1.35.5/includes/page/
H A DWikiPage.php3226 * @param string $fromP Name of the user whose edits to rollback.
3246 $fromP, $summary, $token, $bot, &$resultDetails, User $user, $tags = null argument
3269 return $this->commitRollback( $fromP, $summary, $bot, $resultDetails, $user, $tags );
3283 * @param string $fromP Name of the user whose edits to rollback.
3294 public function commitRollback( $fromP, $summary, $bot, argument
3320 $from = str_replace( '_', ' ', $fromP );
3335 htmlspecialchars( $fromP ),
3514 htmlspecialchars( $fromP ),
H A DArticle.php3185 * @param string $fromP
3194 $fromP, argument
3206 return $this->mPage->doRollback( $fromP, $summary, $token, $bot, $resultDetails, $user );
3212 * @param string $fromP
3219 public function commitRollback( $fromP, $summary, $bot, &$resultDetails, User $guser = null ) { argument
3225 return $this->mPage->commitRollback( $fromP, $summary, $bot, $resultDetails, $guser );
/dports/lang/python311/Python-3.11.0a3/Modules/expat/
H A Dxmltok.h189 const char **fromP,
193 const char **fromP,
275 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
276 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
278 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
279 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
H A Dxmltok.c394 *fromP += bytesToCopy; in utf8_toUtf8()
457 *fromP = from; in utf8_toUtf16()
510 if (*fromP == fromLim) in latin1_toUtf8()
518 (*fromP)++; in latin1_toUtf8()
706 fromLim = *fromP + (((fromLim - *fromP) >> 1) << 1); /* shrink to even */ \
713 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
714 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1375 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1380 (*fromP)++; in unknown_toUtf8()
1395 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmexpat/lib/
H A Dxmltok.h189 const char **fromP,
193 const char **fromP,
275 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
276 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
278 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
279 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
H A Dxmltok.c394 *fromP += bytesToCopy; in utf8_toUtf8()
457 *fromP = from; in utf8_toUtf16()
510 if (*fromP == fromLim) in latin1_toUtf8()
518 (*fromP)++; in latin1_toUtf8()
706 fromLim = *fromP + (((fromLim - *fromP) >> 1) << 1); /* shrink to even */ \
713 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
714 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1375 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1380 (*fromP)++; in unknown_toUtf8()
1395 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmexpat/lib/
H A Dxmltok.c394 *fromP += bytesToCopy; in utf8_toUtf8()
457 *fromP = from; in utf8_toUtf16()
510 if (*fromP == fromLim) in latin1_toUtf8()
518 (*fromP)++; in latin1_toUtf8()
706 fromLim = *fromP + (((fromLim - *fromP) >> 1) << 1); /* shrink to even */ \
713 for (; *fromP < fromLim && *toP < toLim; *fromP += 2) \
714 *(*toP)++ = (GET_HI(*fromP) << 8) | GET_LO(*fromP); \
1375 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf8()
1380 (*fromP)++; in unknown_toUtf8()
1395 *fromP += (AS_NORMAL_ENCODING(enc)->type[(unsigned char)**fromP] in unknown_toUtf16()
[all …]

123456789