OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexNew
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_update_best_index.h
27
size_t
IndexNew
, /* (i) Index of new Criteria */
cb_update_best_index.c
26
size_t
IndexNew
, /* (i) Index of new Criteria */
84
*bestIndex =
IndexNew
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c
657
INTN
IndexNew
;
673
IndexNew
= ((*MemoryMapSize) / DescriptorSize) - 1 + AdditionalRecordCount;
679
IndexNew
-= MaxSplitRecordCount;
682
(EFI_MEMORY_DESCRIPTOR *)((UINT8 *)MemoryMap +
IndexNew
* DescriptorSize),
687
// Adjust
IndexNew
according to real split.
690
((UINT8 *)MemoryMap + (
IndexNew
+ MaxSplitRecordCount - RealSplitRecordCount) * DescriptorSize),
691
((UINT8 *)MemoryMap +
IndexNew
* DescriptorSize),
694
IndexNew
=
IndexNew
+ MaxSplitRecordCount - RealSplitRecordCount;
696
IndexNew
--;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c
628
INTN
IndexNew
;
644
IndexNew
= ((*MemoryMapSize) / DescriptorSize) - 1 + AdditionalRecordCount;
650
IndexNew
-= MaxSplitRecordCount;
653
(EFI_MEMORY_DESCRIPTOR *)((UINT8 *)MemoryMap +
IndexNew
* DescriptorSize),
658
// Adjust
IndexNew
according to real split.
662
((UINT8 *)MemoryMap + (
IndexNew
+ MaxSplitRecordCount - RealSplitRecordCount) * DescriptorSize),
663
((UINT8 *)MemoryMap +
IndexNew
* DescriptorSize),
667
IndexNew
=
IndexNew
+ MaxSplitRecordCount - RealSplitRecordCount;
669
IndexNew
--;
[
all
...]
Completed in 67 milliseconds