Home
last modified time | relevance | path

Searched refs:PPtr (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Derroutc.adb1329 PPtr : Natural := P'First; variable
1335 PPtr := P'First;
1339 if PPtr = PLast and then P (PPtr) = '*' then
1344 elsif PPtr > PLast and then SPtr > Slast then
1349 elsif PPtr > PLast or else SPtr > Slast then
1354 elsif P (PPtr) = '*' then
1361 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
1370 elsif S (SPtr) = P (PPtr) then
1372 PPtr := PPtr + 1;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Derroutc.adb1329 PPtr : Natural := P'First; variable
1335 PPtr := P'First;
1339 if PPtr = PLast and then P (PPtr) = '*' then
1344 elsif PPtr > PLast and then SPtr > Slast then
1349 elsif PPtr > PLast or else SPtr > Slast then
1354 elsif P (PPtr) = '*' then
1361 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
1370 elsif S (SPtr) = P (PPtr) then
1372 PPtr := PPtr + 1;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Derroutc.adb332 PPtr : Natural := P'First; variable
338 PPtr := P'First;
342 if PPtr = PLast and then P (PPtr) = '*' then
347 elsif PPtr > PLast and then SPtr > Slast then
352 elsif PPtr > PLast or else SPtr > Slast then
357 elsif P (PPtr) = '*' then
364 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
373 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
375 PPtr := PPtr + 1;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Derroutc.adb352 PPtr : Natural := P'First; variable
358 PPtr := P'First;
362 if PPtr = PLast and then P (PPtr) = '*' then
367 elsif PPtr > PLast and then SPtr > Slast then
372 elsif PPtr > PLast or else SPtr > Slast then
377 elsif P (PPtr) = '*' then
384 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
393 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
395 PPtr := PPtr + 1;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Derroutc.adb365 PPtr : Natural := P'First; variable
371 PPtr := P'First;
375 if PPtr = PLast and then P (PPtr) = '*' then
380 elsif PPtr > PLast and then SPtr > Slast then
385 elsif PPtr > PLast or else SPtr > Slast then
390 elsif P (PPtr) = '*' then
397 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
406 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
408 PPtr := PPtr + 1;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Derroutc.adb399 PPtr : Natural := P'First; variable
405 PPtr := P'First;
409 if PPtr = PLast and then P (PPtr) = '*' then
414 elsif PPtr > PLast and then SPtr > Slast then
419 elsif PPtr > PLast or else SPtr > Slast then
424 elsif P (PPtr) = '*' then
431 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
440 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
442 PPtr := PPtr + 1;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Derroutc.adb365 PPtr : Natural := P'First; variable
371 PPtr := P'First;
375 if PPtr = PLast and then P (PPtr) = '*' then
380 elsif PPtr > PLast and then SPtr > Slast then
385 elsif PPtr > PLast or else SPtr > Slast then
390 elsif P (PPtr) = '*' then
397 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
406 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
408 PPtr := PPtr + 1;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/lang/gnat_util/gnat_util/
H A Derroutc.adb352 PPtr : Natural := P'First; variable
358 PPtr := P'First;
362 if PPtr = PLast and then P (PPtr) = '*' then
367 elsif PPtr > PLast and then SPtr > Slast then
372 elsif PPtr > PLast or else SPtr > Slast then
377 elsif P (PPtr) = '*' then
384 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
393 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
395 PPtr := PPtr + 1;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Derroutc.adb399 PPtr : Natural := P'First; variable
405 PPtr := P'First;
409 if PPtr = PLast and then P (PPtr) = '*' then
414 elsif PPtr > PLast and then SPtr > Slast then
419 elsif PPtr > PLast or else SPtr > Slast then
424 elsif P (PPtr) = '*' then
431 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
440 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
442 PPtr := PPtr + 1;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Derroutc.adb365 PPtr : Natural := P'First; variable
371 PPtr := P'First;
375 if PPtr = PLast and then P (PPtr) = '*' then
380 elsif PPtr > PLast and then SPtr > Slast then
385 elsif PPtr > PLast or else SPtr > Slast then
390 elsif P (PPtr) = '*' then
397 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
406 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
408 PPtr := PPtr + 1;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Derroutc.adb399 PPtr : Natural := P'First; variable
405 PPtr := P'First;
409 if PPtr = PLast and then P (PPtr) = '*' then
414 elsif PPtr > PLast and then SPtr > Slast then
419 elsif PPtr > PLast or else SPtr > Slast then
424 elsif P (PPtr) = '*' then
431 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
440 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
442 PPtr := PPtr + 1;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Derroutc.adb359 PPtr : Natural := P'First; variable
365 PPtr := P'First;
369 if PPtr = PLast and then P (PPtr) = '*' then
374 elsif PPtr > PLast and then SPtr > Slast then
379 elsif PPtr > PLast or else SPtr > Slast then
384 elsif P (PPtr) = '*' then
391 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
400 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
402 PPtr := PPtr + 1;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Derroutc.adb352 PPtr : Natural := P'First; variable
358 PPtr := P'First;
362 if PPtr = PLast and then P (PPtr) = '*' then
367 elsif PPtr > PLast and then SPtr > Slast then
372 elsif PPtr > PLast or else SPtr > Slast then
377 elsif P (PPtr) = '*' then
384 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
393 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
395 PPtr := PPtr + 1;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Derroutc.adb396 PPtr : Natural := P'First; variable
402 PPtr := P'First;
406 if PPtr = PLast and then P (PPtr) = '*' then
411 elsif PPtr > PLast and then SPtr > Slast then
416 elsif PPtr > PLast or else SPtr > Slast then
421 elsif P (PPtr) = '*' then
428 if Matches (S (J .. Slast), P (PPtr + 1 .. PLast)) then
437 elsif Fold_Lower (S (SPtr)) = Fold_Lower (P (PPtr)) then
439 PPtr := PPtr + 1;
/dports/games/antipolix/antipolix-2.1_2/
H A Dserver.c859 int i, PPtr, NbInQueue=0; in GetWhichQueue() local
865 PPtr=i; in GetWhichQueue()
871 PPtr=Queue[desir]; in GetWhichQueue()
878 strncpy(Names[desir][PPtr], Name, NAME_BUF); /* le NOM */ in GetWhichQueue()
879 Sockets[desir][PPtr]=sockfd; /* memorise le SOCKET du client */ in GetWhichQueue()
880 strncpy(Emails[desir][PPtr], email, EMAILENGTH); in GetWhichQueue()
881 V[desir][PPtr]=Va; in GetWhichQueue()
892 if (i!=PPtr && Sockets[desir][i]>=0) in GetWhichQueue()
/dports/net/asterisk-g72x/asterisk-g72x-1.4.3/ipp/
H A Downg729fp.c954 Ipp32f *pLPCFlt, *PPtr; in SetLPCMode_G729FPE() local
959 PPtr = &pExtBuff[0]; /*FRM_LEN elements*/ in SetLPCMode_G729FPE()
965 …ippsConvBiased_32f(pLPCFlt,BWD_LPC_ORDER+1,pSrcSignal,FRM_LEN+BWD_LPC_ORDER,PPtr,FRM_LEN,BWD_LPC_O… in SetLPCMode_G729FPE()
966 backwardPredGain = ener_DB_pSrcSignal - CalcEnergy_dB_G729(PPtr, FRM_LEN); in SetLPCMode_G729FPE()
972 …(pSrcBackwardLPCFilter,BWD_LPC_ORDER+1,pSrcSignal,SUBFR_LEN+BWD_LPC_ORDER,PPtr,SUBFR_LEN,BWD_LPC_O… in SetLPCMode_G729FPE()
973 …ippsConvBiased_32f(pLPCFlt,BWD_LPC_ORDER+1,&pSrcSignal[SUBFR_LEN],SUBFR_LEN+BWD_LPC_ORDER,&PPtr[SU… in SetLPCMode_G729FPE()
974 intBackwardPredGain = ener_DB_pSrcSignal - CalcEnergy_dB_G729(PPtr, FRM_LEN); in SetLPCMode_G729FPE()
977 …ippsConvBiased_32f(pSrcForwardLPCFilter,LPC_ORDER+1,pSrcSignal,SUBFR_LEN+LPC_ORDER,PPtr,SUBFR_LEN,… in SetLPCMode_G729FPE()
978 …lter[LPC_ORDERP1],LPC_ORDER+1,&pSrcSignal[SUBFR_LEN],SUBFR_LEN+LPC_ORDER,&PPtr[SUBFR_LEN],SUBFR_LE… in SetLPCMode_G729FPE()
979 forwardPredGain = ener_DB_pSrcSignal - CalcEnergy_dB_G729(PPtr, FRM_LEN); in SetLPCMode_G729FPE()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/
H A Darray_ref.hpp263 template<class EElement, typename PPtr,
264 …decltype(_implicit_cast<ElementPtr>(std::declval<array_iterator<EElement, D, PPtr>>().ptr_.base())…
266 …constexpr array_iterator(array_iterator<EElement, D, PPtr> const& o) : ptr_{o.ptr_.base_,… in array_iterator()
267 template<class EElement, typename PPtr,
268 …decltype(_explicit_cast<ElementPtr>(std::declval<array_iterator<EElement, D, PPtr>>().ptr_.base())…
270 …constexpr explicit array_iterator(array_iterator<EElement, D, PPtr> const& o) : ptr_{o.ptr_.base_,… in array_iterator()
1054 template<class EElement, typename PPtr,
1055 typename = decltype(_implicit_cast<Ptr>(std::declval<array_iterator<EElement, 1, PPtr>>().data_))
1057 …constexpr array_iterator(array_iterator<EElement, 1, PPtr> const& other) : data_{other.data_}, str… in array_iterator()

12