Home
last modified time | relevance | path

Searched refs:Cptr (Results 1 – 25 of 87) sorted by relevance

1234

/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A DGamsSolverC_tpl.cpp26 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
38 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
40 *Cptr = NULL; in GAMSSOLVERC_CONCAT()
45 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
56 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
62 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
76 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
82 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
94 assert(Cptr != NULL); in GAMSSOLVERC_CONCAT()
96 *Cptr = NULL; in GAMSSOLVERC_CONCAT()
[all …]
H A DGamsSolverC_tpl.h54 DllExport int STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,Create)(void** Cptr, char* msgBuf, int msg…
56 DllExport void STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,Free)(void** Cptr);
58 DllExport int STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,CallSolver)(void* Cptr);
60 DllExport int STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,HaveModifyProblem)(void* Cptr);
62 DllExport int STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,ModifyProblem)(void* Cptr);
68 DllExport void STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,XCreate)(void** Cptr);
72 DllExport void STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,XFree)(void** Cptr);
74 DllExport int STDCALL GAMSSOLVERC_CONCAT(GAMSSOLVERC_ID,free)(void** Cptr);
84 DllExport int STDCALL GAMSSOLVERC_CONCAT3(C__,GAMSSOLVERC_ID,CallSolver)(void* Cptr);
86 DllExport int STDCALL GAMSSOLVERC_CONCAT3(C__,GAMSSOLVERC_ID,HaveModifyProblem)(void* Cptr);
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
H A DGuidChk.c898 Cptr += SkipWhiteSpace (Cptr); in ProcessPkgFileGuids()
1021 while (*Cptr && (isspace (*Cptr) || (*Cptr == ','))) { in ProcessIA32FileGuids()
1205 Cptr += SkipWhiteSpace (Cptr); in ProcessINFFileGuids()
1284 Cptr += SkipWhiteSpace (Cptr); in AddSignature()
1294 while (*Cptr && (*Cptr != '\'')) { in AddSignature()
1367 Cptr += SkipWhiteSpace (Cptr); in ProcessCFileSigs()
1444 Cptr += SkipWhiteSpace (Cptr); in ProcessCFileGuids()
1556 Cptr += SkipWhiteSpace (Cptr); in ProcessCFileGuids()
1564 Cptr += SkipWhiteSpace (Cptr); in ProcessCFileGuids()
1744 Cptr += SkipWhiteSpace (Cptr); in IsIA64GuidLine()
[all …]
H A DUtilsMsgs.c362 INT8 *Cptr; in PrintMessage() local
368 Cptr = FileName; in PrintMessage()
370 Cptr = mUtilityName; in PrintMessage()
372 Cptr = "Unknown utility"; in PrintMessage()
375 strcpy (Line, Cptr); in PrintMessage()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
H A DProcessDsc.c1019 while (!isspace (*Cptr) && *Cptr) { in ProcessComponentFile()
2259 for (Cptr = FilePath + strlen (FilePath) - 1; (Cptr > FilePath) && (*Cptr != '\\'); Cptr--) in ProcessSourceFilesSection()
2269 for (Cptr = FileName + strlen (FileName) - 1; (Cptr > FileName) && (*Cptr != '\\'); Cptr--) in ProcessSourceFilesSection()
2317 …for (Cptr = FilePath + strlen (FilePath) - 1; (Cptr > FilePath) && (*Cptr != '\\') && (*Cptr != '.… in ProcessSourceFilesSection()
2382 for (; (Cptr > FileName) && (*Cptr != '\\'); Cptr--); in ProcessSourceFilesSection()
2969 for (; (Cptr > FileNamePtr) && (*Cptr != '\\'); Cptr--) in GetFileParts()
3443 if (*Cptr && (*(Cptr + 1) == ':') && (*(Cptr + 2) == '\\')) { in MakeFilePath()
3448 for (; *Cptr && (*Cptr != '\\'); Cptr++) in MakeFilePath()
3519 for (Cptr = FromPtr; *Cptr && (*Cptr != ')'); Cptr++) in ExpandSymbols()
3901 for (Cptr = Value; *Cptr && *Cptr != '\"'; Cptr++) in AddSymbol()
[all …]
H A DFWVolume.c206 char *Cptr; in GetBaseAddress() local
229 Cptr = Value; in GetBaseAddress()
240 CSave = *Cptr; in GetBaseAddress()
241 *Cptr = 0; in GetBaseAddress()
246 *Cptr = CSave; in GetBaseAddress()
259 for (Cptr = Value; *Cptr && *Cptr != '\"'; Cptr++) in GetBaseAddress()
262 for (Cptr = Value; *Cptr && !isspace (*Cptr); Cptr++) in GetBaseAddress()
268 CSave = *Cptr; in GetBaseAddress()
269 *Cptr = 0; in GetBaseAddress()
1465 for (Cptr = Str; *Cptr; Cptr++) { in UpperCaseString()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
H A DMakeDeps.c262 (*Cptr != '\\') && (Cptr > TargetFileName) && (*Cptr != '.'); in main()
402 (*Cptr != '\\') && (Cptr > SumDepsFile) && (*Cptr != '.'); in ProcessFile()
403 Cptr-- in ProcessFile()
515 for (; (Cptr > FileNameCopy) && (*Cptr != '\\') && (*Cptr != '/'); Cptr--); in ProcessFile()
516 if ((*Cptr == '\\') || (*Cptr == '/')) { in ProcessFile()
536 while (*Cptr && (isspace (*Cptr))) { in ProcessFile()
537 Cptr++; in ProcessFile()
550 while (*Cptr && (isspace (*Cptr))) { in ProcessFile()
559 while (*Cptr && (isspace (*Cptr))) { in ProcessFile()
616 while (*Cptr && (isspace (*Cptr))) { in ProcessFile()
[all …]
/dports/math/scalapack/scalapack-2.1.0/PBLAS/SRC/PTOOLS/
H A DPB_CptrsmAB0.c51 * Cptr = NULL; local
166 Cptr = Mptr( *C, An - kb, 0, Cld, size );
177 mmadd( &kb, &Bnq0, one, Bptr, &Bld, zero, Cptr, &Cld );
198 Cptr = Mptr( *C, An, 0, Cld, size );
208 &Ald, Cptr, &Cld, talpha, Bptr, &Bld );
281 Cptr = Mptr( Cptr, kb, 0, Cld, size );
345 Cptr = Mptr( Cptr, kb, 0, Cld, size );
388 Cptr = Mptr( Cptr, 0, kb, Cld, size );
450 Cptr = Mptr( Cptr, 0, kb, Cld, size );
461 Cptr = Mptr( *C, 0, An - kb, Cld, size );
[all …]
H A DPB_CptrsmAB1.c59 * Cptr = NULL; local
163 Cptr = C;
176 mmadd( &kb, &Bnq0, negone, Cptr, &Cld, ALPHA, Bptr, &Bld );
192 one, Mptr( Cptr, kb, 0, Cld, size ), &Cld );
198 Cptr = C;
230 Cptr = Mptr( C, An, 0, Cld, size );
235 mmadd( &kb, &Bnq0, negone, Cptr, &Cld, ALPHA, Bptr, &Bld );
291 Cptr = Mptr( C, 0, An, Cld, size );
338 Cptr = C;
367 one, Mptr( Cptr, 0, kb, Cld, size ), &Cld );
[all …]
/dports/security/ADMsmb/ADMsmb_0.3/ubiqx/
H A Dubi_Cache.h162 #define ubi_cacheGetMaxEntries( Cptr ) (((ubi_cacheRootPtr)(Cptr))->max_entries) argument
163 #define ubi_cacheGetMaxMemory( Cptr ) (((ubi_cacheRootPtr)(Cptr))->max_memory) argument
165 #define ubi_cacheGetEntryCount( Cptr ) (((ubi_cacheRootPtr)(Cptr))->root.count) argument
166 #define ubi_cacheGetMemUsed( Cptr ) (((ubi_cacheRootPtr)(Cptr))->mem_used) argument
/dports/math/linbox/linbox-1.6.3/examples/
H A Dmpidet.C57 Communicator *Cptr = NULL; in main() local
58 Cptr = new Communicator(&argc, &argv); in main()
71 if(!Cptr->rank()){ in main()
73 cout << "Beginning parallel computation with " << Cptr->size() in main()
80 cra_det(det_A, A, RingCategories::IntegerTag(), Method::Auto(*Cptr), Cptr); in main()
83 if(!Cptr->rank()){ in main()
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/fortran_dftb/
H A DLAMMPS.F90369 type (C_ptr) :: Cptr local
377 type (C_ptr) :: Cptr local
397 type (C_ptr) :: Cptr local
407 type (C_ptr) :: Cptr local
438 type (C_ptr) :: Cptr local
479 type (C_ptr) :: Cptr local
503 type (C_ptr) :: Cptr local
524 type (C_ptr) :: Cptr local
572 type (C_ptr) :: Cptr local
604 type (C_ptr) :: Cptr local
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
H A DStrGather.c2175 Cptr++; in ProcessArgs()
2178 if ((*Cptr == '"') && (*(Cptr - 1) != '\\')) { in ProcessArgs()
2535 Cptr++; in PreprocessSourceFile()
2562 Cptr = Line; in PreprocessSourceFile()
2567 while (*Cptr == ' ' || *Cptr == '\t') { in PreprocessSourceFile()
2568 Cptr++; in PreprocessSourceFile()
2750 while ((Cptr = strstr (Cptr, STRING_TOKEN)) != NULL) { in ScanFiles()
2767 while (*Cptr && isspace (*Cptr) && (*Cptr != '(')) { in ScanFiles()
2783 if ((*Cptr == '_') || isalpha (*Cptr)) { in ScanFiles()
2784 while ((*Cptr == '_') || (isalnum (*Cptr))) { in ScanFiles()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/interfaces/
H A DGAMS.cpp394 assert(Cptr != NULL); in hisXCreate()
400 assert(Cptr != NULL); in hiscreate()
412 assert(Cptr != NULL); in hisXFree()
413 assert(*Cptr != NULL); in hisXFree()
415 free(*Cptr); in hisXFree()
416 *Cptr = NULL; in hisXFree()
423 hisXFree(Cptr); in hisfree()
459 assert(Cptr != NULL); in C__hisReadyAPI()
467 gh = (gamshighs_t*)Cptr; in C__hisReadyAPI()
482 gh = (gamshighs_t*)Cptr; in C__hisCallSolver()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
H A DStrGather.c2262 *Cptr = 0; in ScanFiles()
2265 Cptr = Line; in ScanFiles()
2266 while ((Cptr = strstr (Cptr, STRING_TOKEN)) != NULL) { in ScanFiles()
2283 while (*Cptr && isspace (*Cptr) && (*Cptr != '(')) { in ScanFiles()
2284 Cptr++; in ScanFiles()
2293 Cptr++; in ScanFiles()
2295 Cptr++; in ScanFiles()
2299 if ((*Cptr == '_') || isalpha (*Cptr)) { in ScanFiles()
2300 while ((*Cptr == '_') || (isalnum (*Cptr))) { in ScanFiles()
2305 while (*Cptr && isspace (*Cptr)) { in ScanFiles()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/COUPLE/fortran2/
H A DLAMMPS.F90708 type (C_ptr) :: Cptr local
716 type (C_ptr) :: Cptr local
758 type (C_ptr) :: Cptr local
768 type (C_ptr) :: Cptr local
798 type (C_ptr) :: Cptr local
839 type (C_ptr) :: Cptr local
863 type (C_ptr) :: Cptr local
884 type (C_ptr) :: Cptr local
932 type (C_ptr) :: Cptr local
964 type (C_ptr) :: Cptr local
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Duaf_hash.c749 quad *Cptr = (quad *)&C; /* Address of table (C) */ in Purdy() local
773 PQADD_R0 ( &X_n0Mn1, Cptr, &part1 ); /* X^(n1-n0) + C1 */ in Purdy()
780 Cptr++; /* Point to C2 */ in Purdy()
782 PQMUL_ADD (&X, Cptr, Cptr+1, &part2); /* part2= X*C2 + C3 */ in Purdy()
784 Cptr += 2; /* C4 */ in Purdy()
785 PQMUL_ADD (&X, &part2, Cptr, &part2); /* part2 = part2*X + C4 */ in Purdy()
788 Cptr++; /* C5 */ in Purdy()
789 PQMUL_ADD (&X, &part2, Cptr, &part2);/* part2=part2*X + C5 */ in Purdy()
/dports/math/scilab/scilab-6.1.1/scilab/modules/umfpack/tests/unit_tests/
H A Dtaucs_chget.dia.ref22 Cptr = taucs_chfact(A);
24 [Ct, p] = taucs_chget(Cptr);
36 [OK, n, cnz] = taucs_chinfo(Cptr);
40 taucs_chdel(Cptr);
H A Dtaucs_chget.tst25 Cptr = taucs_chfact(A);
27 [Ct, p] = taucs_chget(Cptr);
39 [OK, n, cnz] = taucs_chinfo(Cptr);
43 taucs_chdel(Cptr);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
H A DVfrServices.cpp197 INT8 *Cptr; in WriteIfrBytes() local
280 for (Cptr = gOptions.IfrOutputFileName + strlen (gOptions.IfrOutputFileName) - 1; in WriteIfrBytes()
281 (*Cptr != '.') && (Cptr > gOptions.IfrOutputFileName) && (*Cptr != '\\'); in WriteIfrBytes()
282 Cptr--) { in WriteIfrBytes()
287 if (*Cptr == '.') { in WriteIfrBytes()
288 strcpy (Cptr, ".hpk"); in WriteIfrBytes()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c774 Cptr ++; in WriteMapFile()
781 while ((*Cptr != '.') && (Cptr >= PeMapFileName)) { in WriteMapFile()
782 Cptr --; in WriteMapFile()
787 *(Cptr + 1) = 'm'; in WriteMapFile()
788 *(Cptr + 2) = 'a'; in WriteMapFile()
789 *(Cptr + 3) = 'p'; in WriteMapFile()
796 Cptr2 = Cptr; in WriteMapFile()
797 while ((*Cptr != FILE_SEP_CHAR) && (Cptr >= PeMapFileName)) { in WriteMapFile()
798 Cptr --; in WriteMapFile()
3056 Cptr --; in FfsRebase()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c422 CHAR8 *Cptr; in PrintMessage() local
437 Cptr = FileName; in PrintMessage()
439 Cptr = NULL; in PrintMessage()
458 if (Cptr != NULL) { in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
470 if (Cptr != NULL) { in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c422 CHAR8 *Cptr; in PrintMessage() local
437 Cptr = FileName; in PrintMessage()
439 Cptr = NULL; in PrintMessage()
458 if (Cptr != NULL) { in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
470 if (Cptr != NULL) { in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c422 CHAR8 *Cptr; in PrintMessage() local
437 Cptr = FileName; in PrintMessage()
439 Cptr = NULL; in PrintMessage()
458 if (Cptr != NULL) { in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
470 if (Cptr != NULL) { in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c422 CHAR8 *Cptr; in PrintMessage() local
437 Cptr = FileName; in PrintMessage()
439 Cptr = NULL; in PrintMessage()
458 if (Cptr != NULL) { in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
470 if (Cptr != NULL) { in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()

1234