Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:type_count
(Results
1 - 15
of
15
) sorted by relevance
/third_party/libsnd/src/
H
A
D
sd2.c
66
int
type_count
, type_offset ;
member
259
rsrc.
type_count
= 2 ;
in sd2_write_rsrc_fork()
260
psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 28), BHW2 (rsrc.
type_count
- 1)) ;
in sd2_write_rsrc_fork()
262
rsrc.item_offset = rsrc.type_offset + rsrc.
type_count
* 8 ;
in sd2_write_rsrc_fork()
465
rsrc.
type_count
= read_rsrc_short (&rsrc, rsrc.map_offset + 28) + 1 ;
in sd2_parse_rsrc_fork()
466
if (rsrc.
type_count
< 1)
in sd2_parse_rsrc_fork()
472
rsrc.item_offset = rsrc.type_offset + rsrc.
type_count
* 8 ;
in sd2_parse_rsrc_fork()
480
for (k = 0 ; k < rsrc.
type_count
; k ++)
in sd2_parse_rsrc_fork()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
DebugInfo.h
126
unsigned
type_count
() const { return TYs.size(); }
in type_count()
function in llvm::DebugInfoFinder
/third_party/skia/third_party/externals/freetype/src/otvalid/
H
A
D
otvgpos.c
957
/* sets otvalid->
type_count
*/
964
otvalid->
type_count
= 9;
in otv_GPOS_subtable_validate()
1028
otvalid->
type_count
= 9;
in otv_GPOS_validate()
H
A
D
otvcommn.h
46
FT_UInt
type_count
;
member
H
A
D
otvgsub.c
543
/* sets otvalid->
type_count
*/
594
otvalid->
type_count
= 8;
in otv_GSUB_validate()
H
A
D
otvcommn.c
352
/* uses otvalid->
type_count
*/
373
if ( LookupType == 0 || LookupType > otvalid->
type_count
)
in otv_Lookup_validate()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H
A
D
vulkan_command_buffer_utils.cpp
1392
VkDescriptorPoolSize
type_count
[2];
in init_descriptor_pool()
local
1393
type_count
[0].type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
in init_descriptor_pool()
1394
type_count
[0].descriptorCount = 1;
in init_descriptor_pool()
1397
type_count
[1].type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
in init_descriptor_pool()
1398
type_count
[1].descriptorCount = 1;
in init_descriptor_pool()
1406
descriptor_pool.pPoolSizes =
type_count
;
in init_descriptor_pool()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
242
unsigned
type_count
= 0;
in radv_physical_device_init_mem_types()
local
245
device->memory_domains[
type_count
] = RADEON_DOMAIN_VRAM;
in radv_physical_device_init_mem_types()
246
device->memory_flags[
type_count
] = RADEON_FLAG_NO_CPU_ACCESS;
in radv_physical_device_init_mem_types()
247
device->memory_properties.memoryTypes[
type_count
++] = (VkMemoryType){
in radv_physical_device_init_mem_types()
252
device->memory_domains[
type_count
] = RADEON_DOMAIN_VRAM;
in radv_physical_device_init_mem_types()
253
device->memory_flags[
type_count
] = RADEON_FLAG_NO_CPU_ACCESS | RADEON_FLAG_32BIT;
in radv_physical_device_init_mem_types()
254
device->memory_properties.memoryTypes[
type_count
++] = (VkMemoryType){
in radv_physical_device_init_mem_types()
261
device->memory_domains[
type_count
] = RADEON_DOMAIN_GTT;
in radv_physical_device_init_mem_types()
262
device->memory_flags[
type_count
] = RADEON_FLAG_GTT_WC | RADEON_FLAG_CPU_ACCESS;
in radv_physical_device_init_mem_types()
263
device->memory_properties.memoryTypes[
type_count
in radv_physical_device_init_mem_types()
[all...]
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.cc
598
size_t
type_count
= types_.size();
in WriteTo()
local
601
type_count
-= pair.second - 1;
in WriteTo()
604
buffer->write_size(
type_count
);
in WriteTo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
457
device->memory.
type_count
= 3;
in anv_physical_device_init_heaps()
489
device->memory.
type_count
= 1;
in anv_physical_device_init_heaps()
510
device->memory.
type_count
= 2;
in anv_physical_device_init_heaps()
526
for (unsigned i = 0; i < device->memory.
type_count
; i++) {
in anv_physical_device_init_heaps()
2737
pMemoryProperties->memoryTypeCount = physical_device->memory.
type_count
;
in anv_GetPhysicalDeviceMemoryProperties()
2738
for (uint32_t i = 0; i < physical_device->memory.
type_count
; i++) {
in anv_GetPhysicalDeviceMemoryProperties()
3795
assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.
type_count
);
in anv_AllocateMemory()
4071
(1 << device->physical->memory.
type_count
) - 1;
in anv_GetMemoryFdPropertiesKHR()
4101
(1ull << device->physical->memory.
type_count
) - 1;
in anv_GetMemoryHostPointerPropertiesEXT()
4444
uint32_t memory_types = (1ull << device->physical->memory.
type_count
)
in anv_get_buffer_memory_requirements()
[all...]
H
A
D
anv_android.c
304
uint32_t memory_types = (1ull << dev->physical->memory.
type_count
) - 1;
in anv_GetAndroidHardwareBufferPropertiesANDROID()
H
A
D
anv_private.h
1036
uint32_t
type_count
;
member
H
A
D
anv_image.c
1719
uint32_t memory_types = (1ull << device->physical->memory.
type_count
) - 1;
in anv_image_get_memory_requirements()
/third_party/ffmpeg/libavcodec/
H
A
D
mediacodec_wrapper.c
423
int
type_count
;
in ff_AMediaCodecList_getCodecNameByType()
local
480
type_count
= (*env)->GetArrayLength(env, types);
in ff_AMediaCodecList_getCodecNameByType()
481
for (j = 0; j <
type_count
; j++) {
in ff_AMediaCodecList_getCodecNameByType()
/third_party/glfw/tests/
H
A
D
triangle-vulkan.c
1358
const VkDescriptorPoolSize
type_count
= {
in demo_prepare_descriptor_pool()
local
1367
.pPoolSizes = &
type_count
,
in demo_prepare_descriptor_pool()
Completed in 35 milliseconds