HomeSort by relevance Sort by last modified time
    Searched defs:ptr (Results 501 - 525 of 2235) sorted by null

<<21222324252627282930>>

  /external/libopus/celt/tests/
test_unit_entropy.c 65 unsigned char *ptr; local
81 ptr = (unsigned char *)malloc(DATA_SIZE);
82 ec_enc_init(&enc,ptr, DATA_SIZE);
109 ec_dec_init(&dec,ptr,DATA_SIZE);
141 ec_enc_init(&enc,ptr,2);
152 ec_dec_init(&dec,ptr,2);
178 ec_enc_init(&enc,ptr,DATA_SIZE2);
205 ec_dec_init(&dec,ptr,DATA_SIZE2);
240 ec_enc_init(&enc,ptr,DATA_SIZE2);
273 ec_dec_init(&dec,ptr,DATA_SIZE2)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_win.cc 39 movq xmm0, qword ptr [eax]
41 movq xmm1, qword ptr [eax + edi]
44 movq xmm2, qword ptr [eax]
47 movq xmm3, qword ptr [eax + edi]
51 movq xmm4, qword ptr [eax]
53 movq xmm5, qword ptr [eax + edi]
57 movq xmm6, qword ptr [eax]
59 movq xmm7, qword ptr [eax + edi]
80 movq qword ptr [edx], xmm0 local
83 movq qword ptr [edx + esi], xmm local
88 movq qword ptr [edx], xmm2 local
90 movq qword ptr [edx + esi], xmm6 local
93 movq qword ptr [edx], xmm1 local
96 movq qword ptr [edx + esi], xmm5 local
98 movq qword ptr [edx], xmm3 local
102 movq qword ptr [edx + esi], xmm7 local
197 movlpd qword ptr [edx], xmm0 local
198 movhpd qword ptr [ebx], xmm0 local
199 movlpd qword ptr [edx + esi], xmm4 local
201 movhpd qword ptr [ebx + ebp], xmm4 local
205 movlpd qword ptr [edx], xmm2 local
206 movhpd qword ptr [ebx], xmm2 local
208 movlpd qword ptr [edx + esi], xmm0 local
210 movhpd qword ptr [ebx + ebp], xmm0 local
214 movlpd qword ptr [edx], xmm1 local
215 movhpd qword ptr [ebx], xmm1 local
217 movlpd qword ptr [edx + esi], xmm0 local
219 movhpd qword ptr [ebx + ebp], xmm0 local
223 movlpd qword ptr [edx], xmm3 local
224 movhpd qword ptr [ebx], xmm3 local
227 movlpd qword ptr [edx + esi], xmm0 local
229 movhpd qword ptr [ebx + ebp], xmm0 local
    [all...]
  /external/libxcam/xcore/
smartptr.h 155 Obj *ptr() const { function in class:XCam::SmartPtr
  /external/libyuv/files/source/
rotate_win.cc 41 movq xmm0, qword ptr [eax]
43 movq xmm1, qword ptr [eax + edi]
46 movq xmm2, qword ptr [eax]
49 movq xmm3, qword ptr [eax + edi]
53 movq xmm4, qword ptr [eax]
55 movq xmm5, qword ptr [eax + edi]
59 movq xmm6, qword ptr [eax]
61 movq xmm7, qword ptr [eax + edi]
82 movq qword ptr [edx], xmm0 local
85 movq qword ptr [edx + esi], xmm local
90 movq qword ptr [edx], xmm2 local
92 movq qword ptr [edx + esi], xmm6 local
95 movq qword ptr [edx], xmm1 local
98 movq qword ptr [edx + esi], xmm5 local
100 movq qword ptr [edx], xmm3 local
104 movq qword ptr [edx + esi], xmm7 local
202 movlpd qword ptr [edx], xmm0 local
203 movhpd qword ptr [ebx], xmm0 local
204 movlpd qword ptr [edx + esi], xmm4 local
206 movhpd qword ptr [ebx + ebp], xmm4 local
210 movlpd qword ptr [edx], xmm2 local
211 movhpd qword ptr [ebx], xmm2 local
213 movlpd qword ptr [edx + esi], xmm0 local
215 movhpd qword ptr [ebx + ebp], xmm0 local
219 movlpd qword ptr [edx], xmm1 local
220 movhpd qword ptr [ebx], xmm1 local
222 movlpd qword ptr [edx + esi], xmm0 local
224 movhpd qword ptr [ebx + ebp], xmm0 local
228 movlpd qword ptr [edx], xmm3 local
229 movhpd qword ptr [ebx], xmm3 local
232 movlpd qword ptr [edx + esi], xmm0 local
234 movhpd qword ptr [ebx + ebp], xmm0 local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionutils.c 16 unsigned char *ptr = (unsigned char *)buffer; local
18 if (!ptr) {
24 memset(ptr, 0xfd, len);
26 printf("0x%x ", ptr[i]);
33 unsigned char *ptr = (unsigned char *)buffer; local
35 if (!ptr) {
42 printf("0x%x ", ptr[i]);
  /external/linux-kselftest/tools/testing/selftests/vm/
transhuge-stress.c 30 int64_t allocate_transhuge(void *ptr)
35 if (mmap(ptr, HPAGE_SIZE, PROT_READ | PROT_WRITE,
37 MAP_NORESERVE | MAP_PRIVATE, -1, 0) != ptr)
40 if (madvise(ptr, HPAGE_SIZE, MADV_HUGEPAGE))
44 *(volatile void **)ptr = ptr;
47 (uintptr_t)ptr >> (PAGE_SHIFT - 3)) != sizeof(ent))
61 void *ptr, *p; local
89 ptr = mmap(NULL, len + HPAGE_SIZE, PROT_READ | PROT_WRITE,
91 if (ptr == MAP_FAILED
    [all...]
virtual_address_range.c 65 static int validate_addr(char *ptr, int high_addr)
67 unsigned long addr = (unsigned long) ptr;
86 char *ptr; local
88 ptr = mmap((void *) (1UL << 45), MAP_CHUNK_SIZE, PROT_READ |
91 if (ptr == MAP_FAILED)
99 char *ptr[NR_CHUNKS_LOW]; local
105 ptr[i] = mmap(NULL, MAP_CHUNK_SIZE, PROT_READ | PROT_WRITE,
108 if (ptr[i] == MAP_FAILED) {
114 if (validate_addr(ptr[i], 0))
133 munmap(ptr[i], MAP_CHUNK_SIZE)
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 66 (MD5_u32plus) ptr[(n) * 4] | ((MD5_u32plus) ptr[(n) * 4 + 1] << 8) | \
67 ((MD5_u32plus) ptr[(n) * 4 + 2] << 16) | \
68 ((MD5_u32plus) ptr[(n) * 4 + 3] << 24))
76 const uint8_t *ptr; local
81 ptr = Data.data();
171 ptr += 64;
179 return ptr;
190 const uint8_t *Ptr = Data.data();
204 memcpy(&buffer[used], Ptr, Size)
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 45 void checkAdd(uint64_t ptr) {
46 ASSERT_TRUE(ptr != 0) << "Unable to get pointer to function.";
47 int (*AddPtr)(int, int) = (int (*)(int, int))ptr;
57 void checkAccumulate(uint64_t ptr) {
58 ASSERT_TRUE(ptr != 0) << "Unable to get pointer to function.";
59 int32_t (*FPtr)(int32_t) = (int32_t (*)(int32_t))(intptr_t)ptr;
100 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); local
101 checkAdd(ptr);
103 ptr = TheJIT->getFunctionAddress(FB->getName().str());
104 checkAdd(ptr);
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); local
141 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); local
162 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); local
183 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); local
257 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str()); local
282 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); local
307 uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str()); local
332 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); local
356 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); local
377 uint64_t ptr = TheJIT->getFunctionAddress(FB1->getName().str()); local
398 uint64_t ptr = TheJIT->getFunctionAddress(FB1->getName().str()); local
    [all...]
  /external/ltp/lib/
self_exec.c 44 va_list ptr; local
51 va_start(ptr, fmt);
52 rv = vsnprintf(NULL, 0, fmt, ptr);
53 va_end(ptr);
64 va_start(ptr, fmt);
65 rv = vsnprintf(p, rv, fmt, ptr);
66 va_end(ptr);
  /external/ltp/testcases/kernel/syscalls/epoll2/include/
epoll.h 75 void *ptr; member in union:epoll_data
  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage03.c 331 void *ptr; local
334 ptr = SAFE_MALLOC(cleanup, sz);
335 memset(ptr, 0, sz);
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
modify_ldt01.c 35 * Invoke mprotect() with ptr == NULL. Verify that EINVAL
98 void *ptr; local
120 ptr = malloc(10);
122 retval = modify_ldt(func, ptr, sizeof(ptr));
142 free(ptr);
151 ptr = 0;
153 retval = modify_ldt(1, ptr, sizeof(ptr));
186 ptr = sbrk(0)
    [all...]
  /external/ltp/testcases/kernel/syscalls/nftw/
lib.c 135 char *ptr, *ptr_end, *buffer; local
141 ptr = buffer + strlen(buffer);
142 ptr_end = ptr + name_length + 1;
144 *(ptr++) = '/';
145 while (ptr <= ptr_end)
146 *(ptr++) = 'E';
147 *ptr = '\000';
157 char *ptr, *ptr_end, *buffer; local
163 ptr = buffer + strlen(buffer);
164 ptr_end = ptr + name_length + 2
    [all...]
lib64.c 135 char *ptr, *ptr_end, *buffer; local
141 ptr = buffer + strlen(buffer);
142 ptr_end = ptr + name_length + 1;
144 *(ptr++) = '/';
145 while (ptr <= ptr_end)
146 *(ptr++) = 'E';
147 *ptr = '\000';
157 char *ptr, *ptr_end, *buffer; local
163 ptr = buffer + strlen(buffer);
164 ptr_end = ptr + name_length + 2
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_array_refcount.cpp 147 void *ptr = reralloc_size(mem_ctx, derefs, derefs_size + 4096); local
149 if (ptr == NULL)
153 derefs = (array_deref_range *)ptr;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_variant.c 68 const void *ptr,
76 ptr,
89 char *ptr = buffer + vertex_idx * stride; local
90 unsigned *data = (unsigned *)ptr;
107 char *ptr = (char *)output_buffer; local
111 ptr += vsvg->base.vs->position_output * 4 * sizeof(float);
113 for (j = 0; j < count; j++, ptr += stride) {
119 float *data = (float *)ptr;
133 char *ptr = (char *)output_buffer; local
137 ptr += vsvg->base.vs->position_output * 4 * sizeof(float)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 190 void *ptr = pb_map(buf->buffer, PB_USAGE_DONTBLOCK, NULL); local
192 if (!ptr)
  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.c 294 struct util_queue_job *ptr; local
306 ptr = &queue->jobs[queue->write_idx];
307 assert(ptr->job == NULL);
308 ptr->job = job;
309 ptr->fence = fence;
310 ptr->execute = execute;
311 ptr->cleanup = cleanup;
u_upload_mgr.c 186 void **ptr)
205 *ptr = NULL;
223 *ptr = NULL;
235 *ptr = upload->map + offset;
250 uint8_t *ptr; local
254 (void**)&ptr);
255 if (ptr)
256 memcpy(ptr, data, size);
284 debug_printf("upload ptr %p ofs %d sz %d\n", map, offset, size);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cmdline.c 103 read_file(const char *filename, void **ptr, size_t *size)
108 *ptr = MAP_FAILED;
121 *ptr = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0);
122 if (*ptr == MAP_FAILED)
159 void *ptr; local
304 ret = read_file(filenames[0], &ptr, &size);
311 debug_printf("%s\n", (char *)ptr);
313 if (!tgsi_text_translate(ptr, toks, ARRAY_SIZE(toks)))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 101 LLVMValueRef ptr; local
115 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
118 res = LLVMBuildLoad(builder, ptr, "");
120 res = ptr;
179 LLVMValueRef ptr; local
193 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
196 res = LLVMBuildLoad(builder, ptr, "");
198 res = ptr;
  /external/mesa3d/src/gallium/drivers/swr/
swr_tex_sample.cpp 110 LLVMValueRef ptr; local
135 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
138 res = LLVMBuildLoad(builder, ptr, "");
140 res = ptr;
204 LLVMValueRef ptr; local
229 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
232 res = LLVMBuildLoad(builder, ptr, "");
234 res = ptr;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 45 void *ptr; member in struct:radeon_bo::__anon30269::__anon30270
  /external/mesa3d/src/mesa/vbo/
vbo.h 74 const void *ptr; member in struct:_mesa_index_buffer

Completed in 5032 milliseconds

<<21222324252627282930>>