HomeSort by: relevance | last modified time | path
    Searched refs:Remaining (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 92 UINT32 Remaining;
104 Remaining = (UINT32) ACPI_PTR_DIFF (ParserState->AmlEnd, Aml);
105 if (Remaining == 0)
113 if (ByteCount >= Remaining)
458 UINT32 Remaining = (UINT32) ACPI_PTR_DIFF (ParserState->AmlEnd, Aml);
472 if (Remaining >= 1)
489 if (Remaining >= 2)
498 if (Remaining > 0)
501 memcpy (&PartialValue, Aml, Remaining);
503 Length = Remaining;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp 19 /// LETP instruction is responsible for decrementing and setting the remaining
255 // tail-predicated loop body, which calculates the remaining elements to be
386 Value *Remaining = Builder.CreateSub(Processed, Factor);
387 Processed->addIncoming(Remaining, L->getLoopLatch());
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 559 StringRef Remaining;
571 Remaining = "";
574 Remaining = Buffer->getBuffer();
577 bool empty() { return Remaining.empty(); }
583 std::tie(Line, Remaining) = Remaining.split("\n");
826 // TODO replace_path_prefix may strip the prefix even if the remaining
  /src/external/gpl3/binutils/dist/ld/scripttempl/
elfarcv2.sc 193 /* Remaining code. */
  /src/external/gpl3/binutils.old/dist/ld/scripttempl/
elfarcv2.sc 193 /* Remaining code. */
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 117 StringRef Token, Remaining;
119 std::tie(Token, Remaining) = parseSymbol(Expr);
121 std::tie(Token, Remaining) = parseNumberString(Expr);
207 // name and expression remaining to be parsed.
222 // the expression remaining to be evaluated.
289 // expression remaining to be evaluated.
327 // remaining to be evaluated.
406 // Return the result, plus the expression remaining to be parsed.
447 // pair representing the number and the expression remaining to be parsed.
464 // return a pair containing the result, and the expression remaining to b
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt1.S 262 ! Remaining registers are saved by normal ABI conventions and we assert we do not
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt1.S 262 ! Remaining registers are saved by normal ABI conventions and we assert we do not
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 292 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, DL, MVT::i32);
293 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining);
1352 // Save remaining registers, storing higher register numbers at a higher
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 2681 LARGE_INTEGER Remaining;
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 230 ! Remaining bytes are zeroed.
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 230 ! Remaining bytes are zeroed.
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 230 ! Remaining bytes are zeroed.
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 230 ! Remaining bytes are zeroed.
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
des_enc-sparc.S 232 ! Remaining bytes are zeroed.
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 232 ! Remaining bytes are zeroed.
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 740 % forces a page break if there is not space-in-mils remaining.
3006 % We have to swallow the remaining "\_STOP_".
5460 % Remaining @defun-like shortcuts:
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 732 % forces a page break if there is not space-in-mils remaining.
2911 % We have to swallow the remaining "\_STOP_".
5339 % Remaining @defun-like shortcuts:
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 732 % forces a page break if there is not space-in-mils remaining.
2911 % We have to swallow the remaining "\_STOP_".
5339 % Remaining @defun-like shortcuts:
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 701 % forces a page break if there is not space-in-mils remaining.
4123 % We have to swallow the remaining "\_STOP_".
6860 % the only thing remaining is to define \deffnheader.
6981 % Remaining @defun-like shortcuts:
7544 % No more arguments values passed to macro. Set remaining named-arg
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 701 % forces a page break if there is not space-in-mils remaining.
4123 % We have to swallow the remaining "\_STOP_".
6860 % the only thing remaining is to define \deffnheader.
6981 % Remaining @defun-like shortcuts:
7544 % No more arguments values passed to macro. Set remaining named-arg
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 800 % forces a page break if there is not space-in-mils remaining.
3915 % We have to swallow the remaining "\_STOP_".
6521 % the only thing remaining is to define \deffnheader.
6617 % Remaining @defun-like shortcuts:
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 700 % forces a page break if there is not space-in-mils remaining.
4099 % We have to swallow the remaining "\_STOP_".
6799 % the only thing remaining is to define \deffnheader.
6920 % Remaining @defun-like shortcuts:
7480 % No more arguments values passed to macro. Set remaining named-arg
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 800 % forces a page break if there is not space-in-mils remaining.
3912 % We have to swallow the remaining "\_STOP_".
6517 % the only thing remaining is to define \deffnheader.
6613 % Remaining @defun-like shortcuts:
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 800 % forces a page break if there is not space-in-mils remaining.
3912 % We have to swallow the remaining "\_STOP_".
6517 % the only thing remaining is to define \deffnheader.
6613 % Remaining @defun-like shortcuts:

Completed in 203 milliseconds

1 2