Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/lib/crt/string/
H A Dscanf.h49 #define _GETC_(file) (consumed++, _getch())
50 #define _UNGETC_(nch, file) do { _ungetch(nch); consumed--; } while(0)
71 #define _GETC_(file) (consumed==length ? '\0' : (consumed++, *file++))
72 #define _UNGETC_(nch, file) do { file--; consumed--; } while(0)
89 #define _GETC_(file) (consumed++, *file++)
90 #define _UNGETC_(nch, file) do { file--; consumed--; } while(0)
109 #define _GETC_(file) (consumed++, fgetwc(file))
119 #define _GETC_(file) (consumed++, fgetc(file))
120 #define _UNGETC_(nch, file) do { ungetc(nch, file); consumed--; } while(0)
134 int rd = 0, consumed = 0; variable
[all …]
/reactos/drivers/filesystems/btrfs/zstd/
H A Dhuf_decompress.c468 static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, const U32 consumed, in HUF_fillDTableX2Level2() argument
483 DElt.nbBits = (BYTE)(consumed); in HUF_fillDTableX2Level2()
500 DElt.nbBits = (BYTE)(nbBits + consumed); in HUF_fillDTableX2Level2()
632 U32 consumed; in HUF_readDTableX2_wksp() local
633 for (consumed = minBits; consumed < maxTableLog - minBits + 1; consumed++) { in HUF_readDTableX2_wksp()
634 U32* const rankValPtr = rankVal[consumed]; in HUF_readDTableX2_wksp()
637 rankValPtr[w] = rankVal0[w] >> consumed; in HUF_readDTableX2_wksp()
H A Dzstd.h1820 unsigned long long consumed; /* nb input bytes actually compressed */ member
H A Dzstd_compress.c1246 fp.consumed = cctx->consumedSrcSize; in ZSTD_getFrameProgression()
/reactos/dll/win32/usp10/
H A Dusp10.c970 unsigned int end, unsigned int *consumed) in get_char_script() argument
977 *consumed = 1; in get_char_script()
1013 *consumed = 2; in get_char_script()
1019 return (*consumed == 2) ? Script_Surrogates : Script_Undefined; in get_char_script()
1369 unsigned int consumed = 0; in _ItemizeInternal() local
1383 if (!consumed) in _ItemizeInternal()
1386 consumed --; in _ItemizeInternal()
1391 consumed --; in _ItemizeInternal()
3077 unsigned int i, consumed; in ScriptIsComplex() local
3084 for (i = 0; i < len; i+=consumed) in ScriptIsComplex()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Dparser.c131 size_t consumed = 0; in xmlParserEntityCheck() local
179 consumed += ctxt->inputTab[i]->consumed + in xmlParserEntityCheck()
187 consumed = 0; in xmlParserEntityCheck()
202 consumed = ctxt->input->consumed + in xmlParserEntityCheck()
205 consumed += ctxt->sizeentities; in xmlParserEntityCheck()
220 consumed = ctxt->input->consumed + in xmlParserEntityCheck()
223 consumed += ctxt->sizeentities; in xmlParserEntityCheck()
238 consumed = ctxt->input->consumed + in xmlParserEntityCheck()
241 consumed += ctxt->sizeentities; in xmlParserEntityCheck()
10097 node_info.end_pos = ctxt->input->consumed + in xmlParseElementStart()
[all …]
H A DHTMLparser.c2371 input->consumed = 0; in htmlNewInputStream()
4502 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement()
4553 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4588 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4608 ctxt->nodeInfo->end_pos = ctxt->input->consumed + in htmlParserFinishElementParsing()
4649 node_info.begin_pos = ctxt->input->consumed + in htmlParseElementInternal()
5811 node_info.begin_pos = ctxt->input->consumed + in htmlParseTryOrFinish()
H A DparserInternals.c351 in->consumed += ret; in xmlParserInputShrink()
H A Dencoding.c2922 return(in->consumed + (in->cur - in->base)); in xmlByteConsumed()
H A Dxmlschemas.c26943 int mode, int *consumed) in xmlSchemaVPushText() argument
26954 if (consumed != NULL) in xmlSchemaVPushText()
26955 *consumed = 0; in xmlSchemaVPushText()
27029 if (consumed != NULL) in xmlSchemaVPushText()
27030 *consumed = 1; in xmlSchemaVPushText()
27262 int depth, nodeType, ret = 0, consumed; in xmlSchemaVReaderWalk() local
27422 -1, XML_SCHEMA_PUSH_TEXT_CREATED, &consumed); in xmlSchemaVReaderWalk()
27423 if (! consumed) in xmlSchemaVReaderWalk()
/reactos/sdk/include/reactos/libs/libxml/
H A Dparser.h69 unsigned long consumed; /* How many xmlChars already consumed */ member
/reactos/dll/cpl/desk/lang/
H A Dit-IT.rc59 …IC, 7, 130, 104, 9//FIXME: add accel. You cannot use &V because that is consumed already. I used "…
H A Dno-NO.rc177 …I used "Spø&r før de nye skjerminnstillingene tas i bruk" for the backport. &S is consumed already.
/reactos/sdk/include/reactos/mc/
H A Dntstatus.mc4131 A NaT value is consumed on a non speculative instruction.