Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 25 of 4298) sorted by relevance

12345678910>>...172

/external/webrtc/webrtc/base/
Dbyteorder.h30 inline void Set8(void* memory, size_t offset, uint8_t v) { in Set8() argument
31 static_cast<uint8_t*>(memory)[offset] = v; in Set8() local
34 inline uint8_t Get8(const void* memory, size_t offset) { in Get8() argument
35 return static_cast<const uint8_t*>(memory)[offset]; in Get8()
38 inline void SetBE16(void* memory, uint16_t v) { in SetBE16() argument
39 Set8(memory, 0, static_cast<uint8_t>(v >> 8)); in SetBE16()
40 Set8(memory, 1, static_cast<uint8_t>(v >> 0)); in SetBE16()
43 inline void SetBE32(void* memory, uint32_t v) { in SetBE32() argument
44 Set8(memory, 0, static_cast<uint8_t>(v >> 24)); in SetBE32()
45 Set8(memory, 1, static_cast<uint8_t>(v >> 16)); in SetBE32()
[all …]
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh25 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then
26 echo $msg memory hotplug is not supported >&2
30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then
31 echo $msg no hot-pluggable memory >&2
43 for memory in $SYSFS/devices/system/memory/memory*; do
44 if grep -q 1 $memory/removable &&
45 grep -q $state $memory/state; then
46 echo ${memory##/*/memory}
63 grep -q online $SYSFS/devices/system/memory/memory$1/state
68 grep -q offline $SYSFS/devices/system/memory/memory$1/state
[all …]
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/ds-5-dumps/
DTrace_Report_0x11_cpu_1_2015Sep17_104748.txt4 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory
7 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory
8 EL1N:0xFFFFFFC000781E8C ? Cannot access target memory
9 EL1N:0xFFFFFFC0000F3698 ? Cannot access target memory
11 EL1N:0xFFFFFFC0000F408C ? Cannot access target memory
59 EL1N:0xFFFFFFC0001124D8 ? Cannot access target memory
62 EL1N:? ? Cannot access target memory
63 EL1N:? ? Cannot access target memory
64 EL1N:? ? Cannot access target memory
65 EL1N:? ? Cannot access target memory
[all …]
DTrace_Report_0x13_cpu_3_2015Sep17_104147.txt8 EL1N:0xFFFFFFC000594AC0 ? Cannot access target memory
9 EL1N:0xFFFFFFC000592B58 ? Cannot access target memory
11 EL1N:? ? Cannot access target memory
12 EL1N:? ? Cannot access target memory
13 EL1N:0xFFFFFFC0005AC4C8 ? Cannot access target memory
15 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
16 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
17 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
66 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
67 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
[all …]
DTrace_Report_0x10_cpu_0_2015Sep17_104900.txt8 EL1N:0xFFFFFFC000594AC0 ? Cannot access target memory
9 EL1N:0xFFFFFFC000592B58 ? Cannot access target memory
11 EL1N:? ? Cannot access target memory
12 EL1N:? ? Cannot access target memory
13 EL1N:0xFFFFFFC0005AC4C8 ? Cannot access target memory
15 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
16 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
17 EL1N:0xFFFFFFC0000EA588 ? Cannot access target memory
66 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
67 EL1N:0xFFFFFFC000117CF0 ? Cannot access target memory
[all …]
DTrace_Report_0x15_cpu_5_2015Sep17_105126.txt3 EL1N:0xFFFFFFC0000F3CC0 ? Cannot access target memory
5 EL1N:? ? Cannot access target memory
6 EL1N:? ? Cannot access target memory
7 EL1N:? ? Cannot access target memory
8 EL1N:? ? Cannot access target memory
9 EL1N:? ? Cannot access target memory
10 EL1N:? ? Cannot access target memory
11 EL1N:? ? Cannot access target memory
17 EL1N:0xFFFFFFC0000F9494 ? Cannot access target memory
18 EL1N:0xFFFFFFC0000F9494 ? Cannot access target memory
[all …]
/external/llvm/test/MC/Mips/eva/
Dinvalid-noeva-wrong-error.s22 …cachee 31, 255($7) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed of…
23 …cachee 0, -256($4) # CHECK: :[[@LINE]]:22: error: expected memory with 9-bit signed of…
24 …cachee 5, -140($4) # CHECK: :[[@LINE]]:22: error: expected memory with 9-bit signed of…
25 …lbe $10,-256($25) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
26 …lbe $13,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
27 …lbe $11,146($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
28 …lbue $13,-256($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
29 …lbue $13,255($v0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
30 …lbue $13,-190($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
31 …lhe $13,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
[all …]
Dinvalid_R6.s9 …lwle $s6,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
10 …lwle $s7,-256($10) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
11 …lwle $s7,-176($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
12 …lwre $zero,255($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
13 …lwre $zero,-256($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
14 …lwre $zero,-176($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
15 …swle $9,255($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
16 …swle $10,-256($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
17 …swle $8,131($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
18 …swre $s4,255($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
[all …]
/external/libchrome/base/memory/
Dshared_memory_unittest.cc73 SharedMemory memory; in CleanUp() local
74 memory.Delete(s_test_name_); in CleanUp()
80 SharedMemory memory; in ThreadMain() local
81 bool rv = memory.CreateNamedDeprecated(s_test_name_, true, kDataSize); in ThreadMain()
83 rv = memory.Map(kDataSize); in ThreadMain()
85 int* ptr = static_cast<int*>(memory.memory()) + id_; in ThreadMain()
96 memory.Close(); in ThreadMain()
162 EXPECT_NE(memory1.memory(), memory2.memory()); // Compare the pointers. in TEST_P()
165 ASSERT_NE(memory1.memory(), static_cast<void*>(nullptr)); in TEST_P()
166 ASSERT_NE(memory2.memory(), static_cast<void*>(nullptr)); in TEST_P()
[all …]
Dshared_memory_region_unittest.cc20 bool IsMemoryFilledWithByte(const void* memory, size_t size, char byte) { in IsMemoryFilledWithByte() argument
21 const char* start_ptr = static_cast<const char*>(memory); in IsMemoryFilledWithByte()
39 memset(rw_mapping_.memory(), 'G', kRegionSize); in SetUp()
40 EXPECT_TRUE(IsMemoryFilledWithByte(rw_mapping_.memory(), kRegionSize, 'G')); in SetUp()
70 EXPECT_NE(this->rw_mapping_.memory(), mapping.memory()); in TYPED_TEST()
71 EXPECT_EQ(memcmp(this->rw_mapping_.memory(), mapping.memory(), kRegionSize), in TYPED_TEST()
75 memset(this->rw_mapping_.memory(), '#', kRegionSize); in TYPED_TEST()
76 EXPECT_EQ(memcmp(this->rw_mapping_.memory(), mapping.memory(), kRegionSize), in TYPED_TEST()
86 IsMemoryFilledWithByte(this->rw_mapping_.memory(), kRegionSize, 'G')); in TYPED_TEST()
93 EXPECT_NE(this->rw_mapping_.memory(), mapping.memory()); in TYPED_TEST()
[all …]
/external/freetype/builds/vms/
Dftsystem.c96 ft_alloc( FT_Memory memory, in ft_alloc() argument
99 FT_UNUSED( memory ); in ft_alloc()
126 ft_realloc( FT_Memory memory, in ft_realloc() argument
131 FT_UNUSED( memory ); in ft_realloc()
152 ft_free( FT_Memory memory, in ft_free() argument
155 FT_UNUSED( memory ); in ft_free()
284 ft_mem_debug_init( FT_Memory memory );
287 ft_mem_debug_done( FT_Memory memory );
297 FT_Memory memory; in FT_New_Memory() local
300 memory = (FT_Memory)malloc( sizeof ( *memory ) ); in FT_New_Memory()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_conv2d_mkl.cc44 using mkldnn::memory;
68 memory::dims conv1_src_dim = {ToInt(input_batch), ToInt(input_channels), in MKLConvImpl()
70 memory::dims conv1_weights_dim = {ToInt(kernel_filters), in MKLConvImpl()
73 memory::dims conv1_dst_dim = {ToInt(input_batch), ToInt(kernel_filters), in MKLConvImpl()
75 memory::dims conv1_strides = {ToInt(row_stride), ToInt(col_stride)}; in MKLConvImpl()
77 memory::dims conv1_dilates = {ToInt(rhs_row_dilation - 1), in MKLConvImpl()
79 memory::dims conv1_padding_l = {ToInt(padding_top), ToInt(padding_left)}; in MKLConvImpl()
80 memory::dims conv1_padding_r = {ToInt(padding_bottom), ToInt(padding_right)}; in MKLConvImpl()
87 memory({{{conv1_src_dim}, memory::data_type::f32, memory::format::nhwc}, in MKLConvImpl()
90 auto user_weights_memory = memory( in MKLConvImpl()
[all …]
/external/freetype/builds/amiga/src/base/
Dftsystem.c89 APTR memory ) in Free_VecPooled() argument
91 ULONG *realmem = (ULONG *)memory - 1; in Free_VecPooled()
141 ft_alloc( FT_Memory memory, in ft_alloc() argument
145 return AllocVecPooled( memory->user, size ); in ft_alloc()
147 return Alloc_VecPooled( memory->user, size ); in ft_alloc()
173 ft_realloc( FT_Memory memory, in ft_realloc() argument
181 new_block = AllocVecPooled ( memory->user, new_size ); in ft_realloc()
183 new_block = Alloc_VecPooled ( memory->user, new_size ); in ft_realloc()
190 FreeVecPooled ( memory->user, block ); in ft_realloc()
192 Free_VecPooled ( memory->user, block ); in ft_realloc()
[all …]
/external/freetype/src/base/
Dftsystem.c71 ft_alloc( FT_Memory memory, in ft_alloc() argument
74 FT_UNUSED( memory ); in ft_alloc()
105 ft_realloc( FT_Memory memory, in ft_realloc() argument
110 FT_UNUSED( memory ); in ft_realloc()
133 ft_free( FT_Memory memory, in ft_free() argument
136 FT_UNUSED( memory ); in ft_free()
289 ft_mem_debug_init( FT_Memory memory );
292 ft_mem_debug_done( FT_Memory memory );
302 FT_Memory memory; in FT_New_Memory() local
305 memory = (FT_Memory)ft_smalloc( sizeof ( *memory ) ); in FT_New_Memory()
[all …]
/external/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_stat_test.sh64 echo 1 > memory.use_hierarchy
67 echo $PAGESIZE > memory.limit_in_bytes
68 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
80 echo 0 > memory.use_hierarchy
83 echo $PAGESIZE > memory.limit_in_bytes
84 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
101 echo 1 > memory.use_hierarchy
104 echo $PAGESIZE > memory.limit_in_bytes
105 echo $PAGESIZE > memory.memsw.limit_in_bytes
106 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
[all …]
/external/freetype/src/pshinter/
Dpshrec.c51 FT_Memory memory ) in ps_hint_table_done() argument
63 FT_Memory memory ) in ps_hint_table_ensure() argument
83 FT_Memory memory, in ps_hint_table_alloc() argument
96 error = ps_hint_table_ensure( table, count, memory ); in ps_hint_table_alloc()
125 FT_Memory memory ) in ps_mask_done() argument
138 FT_Memory memory ) in ps_mask_ensure() argument
187 FT_Memory memory ) in ps_mask_set_bit() argument
195 error = ps_mask_ensure( mask, idx + 1, memory ); in ps_mask_set_bit()
213 FT_Memory memory ) in ps_mask_table_done() argument
220 ps_mask_done( mask, memory ); in ps_mask_table_done()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dmkl_pooling_ops_common.h28 using mkldnn::memory;
34 using mkldnn::memory;
42 memory::dims src_dims;
43 memory::dims dst_dims;
44 memory::dims filter_dims;
45 memory::dims strides;
46 memory::dims padding_left;
47 memory::dims padding_right;
50 memory::format src_format;
52 MklPoolingParams(memory::dims src_dims, memory::dims dst_dims, in MklPoolingParams()
[all …]
Dmkl_conv_grad_filter_ops.cc44 using mkldnn::memory;
52 memory::dims src_dims;
53 memory::dims diff_filter_dims;
54 memory::dims diff_bias_dims;
55 memory::dims diff_dst_dims;
56 memory::dims strides;
57 memory::dims dilations;
58 memory::dims padding_left;
59 memory::dims padding_right;
62 MklConvBwdFilterParams(memory::dims src_dims, memory::dims diff_filter_dims, in MklConvBwdFilterParams()
[all …]
Dmkl_conv_grad_input_ops.cc57 memory::dims diff_src_dims;
58 memory::dims filter_dims;
59 memory::dims diff_dst_dims;
60 memory::dims strides;
61 memory::dims dilations;
62 memory::dims padding_left;
63 memory::dims padding_right;
66 MklConvBwdInputParams(memory::dims diff_src_dims, memory::dims filter_dims, in MklConvBwdInputParams()
67 memory::dims diff_dst_dims, memory::dims strides, in MklConvBwdInputParams()
68 memory::dims dilations, memory::dims padding_left, in MklConvBwdInputParams()
[all …]
/external/freetype/builds/unix/
Dftsystem.c97 ft_alloc( FT_Memory memory, in ft_alloc() argument
100 FT_UNUSED( memory ); in ft_alloc()
127 ft_realloc( FT_Memory memory, in ft_realloc() argument
132 FT_UNUSED( memory ); in ft_realloc()
153 ft_free( FT_Memory memory, in ft_free() argument
156 FT_UNUSED( memory ); in ft_free()
376 ft_mem_debug_init( FT_Memory memory );
379 ft_mem_debug_done( FT_Memory memory );
389 FT_Memory memory; in FT_New_Memory() local
392 memory = (FT_Memory)malloc( sizeof ( *memory ) ); in FT_New_Memory()
[all …]
/external/ImageMagick/MagickCore/
Dmemory.c269 *memory; in AcquireAlignedMemory_POSIX() local
271 if (posix_memalign(&memory,CACHE_LINE_SIZE,size)) in AcquireAlignedMemory_POSIX()
273 return(memory); in AcquireAlignedMemory_POSIX()
316 *memory, in AcquireAlignedMemory_Generic() local
331 memory=adjust(p); in AcquireAlignedMemory_Generic()
332 *pointer_to_space_for_actual_base_address(memory)=p; in AcquireAlignedMemory_Generic()
333 return(memory); in AcquireAlignedMemory_Generic()
524 *memory; in AcquireMagickMemory() local
527 memory=memory_methods.acquire_memory_handler(size == 0 ? 1UL : size); in AcquireMagickMemory()
556 memory=AcquireBlock(size == 0 ? 1UL : size); in AcquireMagickMemory()
[all …]
/external/tensorflow/tensorflow/core/util/
Dmkl_types.h61 memory(mem_desc, engine, data)
65 memory(GET_MEMORY_DESC_CONSTRUCTOR(dims, type, fm), engine, data)
66 #define MEMORY_CONSTRUCTOR_USING_MD(md, engine, data) memory(md, engine, data)
68 memory(GET_MEMORY_DESC_FROM_MEM_PTR(mem_ptr), cpu_engine, data)
70 memory(mem_desc, engine)
71 #define MEMORY_DATA_TYPE_UNDEF memory::data_type::undef
72 #define MEMORY_DESC memory::desc
73 #define MEMORY_FORMAT mkldnn::memory::format_tag
75 #define MEMORY_FORMAT_UNDEF mkldnn::memory::format_tag::undef
77 memory::desc({dims}, MklDnnType<type>(), fm)
[all …]
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Dmemory_pool_posix.h26 int32_t PopMemory(MemoryType*& memory);
27 int32_t PushMemory(MemoryType*& memory);
70 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory) in PopMemory() argument
75 memory = NULL; in PopMemory()
83 memory = NULL; in PopMemory()
87 memory = _memoryPool.front(); in PopMemory()
94 int32_t MemoryPoolImpl<MemoryType>::PushMemory(MemoryType*& memory) in PushMemory() argument
96 if(memory == NULL) in PushMemory()
106 delete memory; in PushMemory() local
107 memory = NULL; in PushMemory()
[all …]
/external/tensorflow/tensorflow/core/lib/core/
Darena_test.cc50 char* memory = a.Alloc(100); in TEST() local
51 ASSERT_NE(memory, nullptr); in TEST()
52 TestMemory(memory, 100); in TEST()
55 memory = a.Alloc(100); in TEST()
56 ASSERT_NE(memory, nullptr); in TEST()
57 TestMemory(memory, 100); in TEST()
78 char* memory = a.Alloc(1024); in TEST() local
79 ASSERT_NE(memory, nullptr); in TEST()
80 TestMemory(memory, 1024); in TEST()
94 char* memory = a.Alloc(768); in TEST() local
[all …]
/external/swiftshader/src/System/
DMemory.cpp112 void *memory = allocateRaw(bytes, alignment); in allocate() local
114 if(memory) in allocate()
116 memset(memory, 0, bytes); in allocate()
119 return memory; in allocate()
122 void deallocate(void *memory) in deallocate() argument
125 free(memory); in deallocate()
127 if(memory) in deallocate()
129 unsigned char *aligned = (unsigned char *)memory; in deallocate()
137 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() argument
140 __stosw(memory, element, count); in clear()
[all …]

12345678910>>...172