HomeSort by relevance Sort by last modified time
    Searched defs:data_ptr (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /toolchain/binutils/binutils-2.27/bfd/
nlmcode.h 1312 file_ptr text_ptr, data_ptr, other_ptr; local
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 515 UINT8 *data_ptr; local
521 data_ptr = (UINT8 *) cmd_ptr + sizeof (struct CB_Header);
527 data_ptr[Index] = basic_config_cmd[Index];
533 data_ptr[15] = (UINT8) (data_ptr[15] | my_filter);
534 data_ptr[19] = (UINT8) (AdapterInfo->Duplex ? 0xC0 : 0x80);
535 data_ptr[21] = (UINT8) ((AdapterInfo->Rx_Filter & PXE_OPFLAGS_RECEIVE_FILTER_ALL_MULTICAST) ? 0x0D : 0x05);
541 data_ptr[15] |= 0x80;
542 data_ptr[8] = 0;
586 UINT16 *data_ptr; local
868 struct MC_CB_STRUCT *data_ptr; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseBufferTests.cpp 434 glw::GLvoid* data_ptr = DE_NULL; local
646 data_ptr = gl.mapBuffer(GL_ARRAY_BUFFER, GL_READ_ONLY);
648 if (data_ptr != DE_NULL)
670 data_ptr = gl.mapBufferRange(GL_ARRAY_BUFFER, 0, /* offset */
674 if (data_ptr != DE_NULL)
    [all...]
gl4cPipelineStatisticsQueryTests.cpp 2515 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2545 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2573 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2594 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2615 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2635 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2667 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2686 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2705 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2724 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2760 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
2796 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; local
    [all...]
gl4cVertexAttrib64BitTest.cpp 3540 unsigned char* data_ptr = m_bo_1_data + n_element * m_bo_1_batch_size + m_bo_1_offset_ubyte; local
3548 unsigned short* data_ptr = (unsigned short*)(m_bo_1_data + n_element * m_bo_1_batch_size + m_bo_1_offset_short); local
3568 signed char* data_ptr = (signed char*)(m_bo_2_data + n_element * m_bo_2_batch_size + m_bo_2_offset_sbyte); local
    [all...]
gl4cTextureViewTests.cpp 8179 const glw::GLint* data_ptr = (const glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); local
8417 unsigned char* data_ptr = new unsigned char[write_to_width * write_to_height * m_texture_n_components]; local
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1461 char *data_ptr = msblk->read_page; local
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.cc 307 uint32_t* data_ptr = reinterpret_cast<uint32_t*>(data); local
309 w = data_ptr[0];
310 h = data_ptr[1];
316 uint8_t* rgba = ArgbToRgba(&data_ptr[2], 0, 0, w, h, w, h, true);
  /hardware/qcom/msm8994/kernel-headers/media/
msm_vpu.h 192 void __user *data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_vpu.h 405 void __user *data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8996/kernel-headers/media/
msm_vpu.h 192 void __user * data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_vpu.h 405 void __user *data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8998/kernel-headers/media/
msm_vpu.h 192 void * data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_vpu.h 405 void *data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vpu.h 187 void __user *data_ptr; member in struct:vpu_control_extended
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 385 void __user *data_ptr; member in struct:vpu_control_extended
  /system/media/camera/src/
camera_metadata.c 1100 uint8_t *data_ptr; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderTCTE.cpp 2901 const float* data_ptr = local
2913 const float* data_ptr = local
2926 const float* data_ptr = local
2939 const int* data_ptr = (const int*)(xfb_data + xfb_varyings_size * n_vertex + xfb_value2_data_offset); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 795 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr); local
802 data_ptr = LLVMBuildGEP(builder, data_ptr, indices, 3, "");
803 data_ptr = LLVMBuildPointerCast(builder, data_ptr, data_ptr_type, "");
806 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
810 LLVMSetAlignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1025 LLVMValueRef indexes[2], data_ptr, mip_offset; local
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 2658 Node* data_ptr = assembler.IntPtrAdd( local
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 1186 uint8_t* data_ptr = page_buffer.get(); local
    [all...]
  /external/python/cpython3/Modules/
_elementtree.c 3427 const char *data_ptr = PyUnicode_AsUTF8AndSize(data, &data_len); local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 7982 OMX_U8 *data_ptr = extra->data, data = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 783 OMX_U8 data = 0, *data_ptr = (OMX_U8 *)pExtra->data; local
787 data = *data_ptr;
793 data_ptr++;
    [all...]

Completed in 2100 milliseconds

1 23 4 5