Searched refs:data_ptr (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp7 int (Base::*data_ptr) = &Base::data; variable
13 int (Derived::*d) = data_ptr;
22 int (Derived::*d) = data_ptr; // expected-error {{cannot cast private base class 'Base' to 'test1::Derived'}}
33 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
42 int (Derived::*d) = data_ptr; // expected-error {{conversion from pointer to member of class 'Base' to pointer to member of class 'test3::Derived' via virtual base 'Base' is not allowed}}
52 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}
62 int (Derived::*d) = data_ptr;
/external/kernel-headers/original/uapi/linux/mmc/
H A Dioctl.h37 * For 64-bit machines, the next member, ``__u64 data_ptr``, wants to
44 __u64 data_ptr; member in struct:mmc_ioc_cmd
46 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
/external/webrtc/src/modules/audio_processing/utility/
H A Dring_buffer.h25 // Reads data from the buffer. The |data_ptr| will point to the address where
27 // buffer wrap around |data_ptr| will point to the location in the buffer.
29 // user) and |data_ptr| points to the address of |data|. |data_ptr| is only
33 void** data_ptr,
H A Dring_buffer.c127 void** data_ptr,
139 if (data_ptr == NULL) {
160 *data_ptr = data;
162 *data_ptr = buf_ptr_1;
126 WebRtc_ReadBuffer(void* handle, void** data_ptr, void* data, size_t element_count) argument
/external/vboot_reference/host/lib/include/
H A Dhost_misc.h50 * @param data_ptr On exit, pointer to newly allocated buffer with data
56 int vb2_read_file(const char *filename, uint8_t **data_ptr, uint32_t *size_ptr);
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp200 SourceDataType *data_ptr = (SourceDataType*)data.GetDataStart(); local
201 SourceDataType *data_end_ptr = data_ptr + sourceSize;
203 while (data_ptr < data_end_ptr)
205 if (!*data_ptr)
207 data_end_ptr = data_ptr;
210 data_ptr++;
213 data_ptr = (SourceDataType*)data.GetDataStart();
224 ConvertFunction ( (const SourceDataType**)&data_ptr, data_end_ptr, &utf8_data_ptr, utf8_data_end_ptr, lenientConversion );
225 utf8_data_ptr = (UTF8*)utf8_data_buffer_sp->GetBytes(); // needed because the ConvertFunction will change the value of the data_ptr
231 utf8_data_ptr = (UTF8*)data_ptr;
[all...]
H A DNSDictionary.cpp392 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); local
393 *data_ptr = dict_item.key_ptr;
394 *(data_ptr+1) = dict_item.val_ptr;
398 uint32_t *data_ptr = (uint32_t *)buffer_sp->GetBytes(); local
399 *data_ptr = dict_item.key_ptr;
400 *(data_ptr+1) = dict_item.val_ptr;
556 uint64_t *data_ptr = (uint64_t *)buffer_sp->GetBytes(); local
557 *data_ptr = dict_item.key_ptr;
558 *(data_ptr+1) = dict_item.val_ptr;
562 uint32_t *data_ptr local
[all...]
H A DCF.cpp152 addr_t data_ptr = process_sp->ReadPointerFromMemory(valobj_addr+2*ptr_size+2*ptr_size, error); local
159 num_bytes = process_sp->ReadMemory(data_ptr, buffer_sp->GetBytes(), num_bytes, error);
/external/vboot_reference/host/lib21/
H A Dhost_misc.c18 int vb2_read_file(const char *filename, uint8_t **data_ptr, uint32_t *size_ptr) argument
24 *data_ptr = NULL;
57 *data_ptr = buf;
/external/libdrm/tests/
H A Dgem_mmap.c52 read.data_ptr = (uintptr_t)buf;
65 write.data_ptr = (uintptr_t)buf;
H A Dgem_readwrite.c52 read.data_ptr = (uintptr_t)buf;
65 write.data_ptr = (uintptr_t)buf;
/external/vboot_reference/utility/
H A Dbmpblk_util.c192 void *ptr, *data_ptr; local
331 data_ptr = ptr + offset + sizeof(ImageInfo);
335 data_ptr = do_efi_decompress(img);
336 if (!data_ptr) {
345 data_ptr = do_lzma_decompress(img);
346 if (!data_ptr) {
361 if (1 != fwrite(data_ptr, img->original_size, 1, bfp)) {
371 free(data_ptr);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp316 const uint8_t* data_ptr = m_value.data; local
317 if (data_ptr)
319 const uint8_t* end_data_ptr = data_ptr + uvalue; // uvalue contains size of block
320 while (data_ptr < end_data_ptr)
322 s.Printf("%2.2x ", *data_ptr);
323 ++data_ptr;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp409 const uint8_t* data_ptr = Value.data; local
410 if (data_ptr) {
412 const uint8_t* end_data_ptr = data_ptr + uvalue;
413 while (data_ptr < end_data_ptr) {
414 OS << format("%2.2x ", *data_ptr);
415 ++data_ptr;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c151 DRAW_LLVM_TEXTURE_MEMBER(data_ptr, DRAW_JIT_TEXTURE_DATA, FALSE)
241 sampler->dynamic_state.base.data_ptr = draw_llvm_texture_data_ptr;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c156 LP_LLVM_TEXTURE_MEMBER(data_ptr, LP_JIT_TEXTURE_DATA, FALSE)
251 sampler->dynamic_state.base.data_ptr = lp_llvm_texture_data_ptr;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_array.h265 T* data_ptr();
356 inline T* pod_deque<T, S>::data_ptr() function in class:agg::pod_deque
367 *data_ptr() = val;
387 data_ptr();
396 data_ptr();
/external/jpeg/
H A Dwrbmp.c349 register JSAMPROW data_ptr; local
369 data_ptr = image_ptr[0];
371 putc(GETJSAMPLE(*data_ptr), outfile);
372 data_ptr++;
H A Djmemmgr.c262 char * data_ptr; local
318 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
319 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
323 return (void *) data_ptr;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c23 __inline static void IntrepolFilter(double *data_ptr, double *intrp) argument
25 *intrp = kInterpolWin[0] * data_ptr[-3];
26 *intrp += kInterpolWin[1] * data_ptr[-2];
27 *intrp += kInterpolWin[2] * data_ptr[-1];
28 *intrp += kInterpolWin[3] * data_ptr[0];
29 *intrp += kInterpolWin[4] * data_ptr[1];
30 *intrp += kInterpolWin[5] * data_ptr[2];
31 *intrp += kInterpolWin[6] * data_ptr[3];
32 *intrp += kInterpolWin[7] * data_ptr[4];
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c447 LLVMValueRef data_ptr,
488 data_ptr, offset);
496 data_ptr, offset,
518 LLVMValueRef data_ptr,
629 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
647 LLVMValueRef data_ptr,
715 lp_build_sample_fetch_image_nearest(bld, data_ptr, offset,
727 LLVMValueRef data_ptr,
852 data_ptr, offset[k][j][i]);
860 data_ptr, offse
446 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
514 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
643 lp_build_sample_image_nearest_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
726 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
964 lp_build_sample_image_linear(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
1147 lp_build_sample_image_linear_afloat(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef *colors_lo, LLVMValueRef *colors_hi) argument
[all...]
H A Dlp_bld_sample_soa.c84 LLVMValueRef data_ptr,
158 data_ptr, offset,
596 LLVMValueRef data_ptr,
664 data_ptr, colors_out);
678 LLVMValueRef data_ptr,
759 data_ptr, neighbors[0][0]);
764 data_ptr, neighbors[0][1]);
783 data_ptr, neighbors[1][0]);
788 data_ptr, neighbors[1][1]);
809 data_ptr, neighbors
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
591 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
673 lp_build_sample_image_linear(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
[all...]
H A Dlp_bld_sample.h162 (*data_ptr)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
/external/clang/test/SemaCXX/
H A Dmember-pointer-ms.cpp226 int T::*data_ptr; member in class:MemPtrInTemplate::T
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c265 char * data_ptr; local
321 data_ptr = (char *) (hdr_ptr + 1); /* point to first data byte in pool */
322 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
326 return (void *) data_ptr;

Completed in 3021 milliseconds

12