OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entrycount
(Results
151 - 175
of
311
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
519
void markFunctionAttributes(uint64_t
EntryCount
, uint64_t MaxCount) {
526
if (
EntryCount
>= HotFunctionThreshold.scale(ProgramMaxCount))
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
482
int32_t entry_count =
EntryCount
(high_byte);
531
int32_t CMapTable::CMapFormat2::
EntryCount
(int32_t sub_header_index) {
[
all
...]
cmap_table.h
313
int32_t
EntryCount
(int32_t sub_header_index);
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
[
all
...]
/external/v8/src/arm64/
assembler-arm64.cc
333
if (
EntryCount
() > Assembler::kApproxMaxPoolEntryCount) {
366
return 4 * kInstructionSize +
EntryCount
() * kPointerSize;
384
return prologue_size +
EntryCount
() * kPointerSize;
466
int word_count =
EntryCount
() * 2 + 1 +
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c
584
UINTN
EntryCount
;
650
&
EntryCount
660
for (Index = 0; Index <
EntryCount
; Index++) {
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h
[
all
...]
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
543
const MCExpr *
EntryCount
= MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx);
545
OS.EmitValue(
EntryCount
, 4);
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java
[
all
...]
/frameworks/base/tools/aapt/
ResourceTable.cpp
[
all
...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h
767
OUT UINTN *
EntryCount
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi40.h
[
all
...]
Acpi50.h
[
all
...]
Acpi51.h
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h
[
all
...]
/frameworks/base/services/autofill/java/com/android/server/autofill/
Session.java
[
all
...]
/frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.cpp
283
const size_t entry_count = dtohl(type_spec->
entryCount
);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h
[
all
...]
/frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h
[
all
...]
Completed in 2084 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>