HomeSort by relevance Sort by last modified time
    Searched refs:NewList (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.c 197 STRING_LIST *NewList;
198 NewList = AllocateStringListStruct (0);
199 if (NewList != NULL) {
200 NewList->Count = 0;
202 return NewList;
225 STRING_LIST *NewList;
229 NewList = AllocateStringListStruct (OldList->Count + 1);
230 if (NewList == NULL) {
236 free (NewList);
241 NewList->Strings,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 1077 STRING_LIST *NewList;
1114 NewList = malloc (sizeof (STRING_LIST));
1115 if (NewList == NULL) {
1120 NewList->Next = NULL;
1121 NewList->Str = malloc (strlen (Argv[1]) + 2);
1122 if (NewList->Str == NULL) {
1123 free (NewList);
1128 strcpy (NewList->Str, Argv[1]);
1129 if (NewList->Str[strlen (NewList->Str) - 1] != '\\') {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 579 FILE_NAME_LIST *NewList;
651 NewList = malloc (sizeof (FILE_NAME_LIST));
652 if (NewList == NULL) {
658 memset (NewList, 0, sizeof (FILE_NAME_LIST));
659 strcpy (NewList->FileName, Argv[0]);
662 mGlobals.PackageFile = NewList;
664 mGlobals.LastPackageFile->Next = NewList;
666 mGlobals.LastPackageFile = NewList;
668 Status = LoadPackage (NewList);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Help.c 46 CHAR16 *NewList;
58 NewList = *DestList;
61 NewList = ReallocatePool(*DestSize, (*DestSize) + SizeOfAddedNameInBytes, NewList);
67 for (LexicalSpot = NewList
68 ; LexicalSpot != NULL && LexicalSpot < NewList + (*DestSize)
90 (*DestSize) - SizeOfAddedNameInBytes - ((LexicalSpot - NewList) * sizeof(CHAR16))
102 *DestList = NewList;
  /external/llvm/include/llvm/IR/
User.h 122 void setOperandList(Use *NewList) {
125 getHungOffOperands() = NewList;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 131 void setOperandList(Use *NewList) {
134 getHungOffOperands() = NewList;
  /external/clang/utils/analyzer/
SATestBuild.py 542 NewList = glob.glob(NewDir + "/*")
548 NewList.remove(os.path.join(NewDir, LogFolderName))
550 if len(RefList) == 0 or len(NewList) == 0:
552 assert(len(RefList) == len(NewList))
559 NewList.sort()
563 PairList = zip(RefList, NewList)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 139 void setOperandList(Use *NewList) {
142 getHungOffOperands() = NewList;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 139 void setOperandList(Use *NewList) {
142 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
User.h 140 void setOperandList(Use *NewList) {
143 getHungOffOperands() = NewList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 238 # @retval NewList A new string list whose macros are replaced
241 NewList = []
244 NewList.append(ReplaceMacro(String, MacroDefinitions, SelfReplacement))
246 NewList.append(String)
248 return NewList
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 815 # @return NewList The ArchList been converted.
839 # @return NewList The ArchList been processed.
842 NewList = []
846 NewList.append(LineList[Count].strip()[:-2] + LineList[Count + 1])
849 NewList.append(LineList[Count])
853 return NewList
    [all...]

Completed in 1426 milliseconds

1 2