Home
last modified time | relevance | path

Searched refs:datatype (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dexplore.py92 def explore_type(name, datatype, is_child): argument
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
210 def explore_type(name, datatype, is_child): argument
215 if datatype.code == gdb.TYPE_CODE_ENUM:
218 (name, str(datatype)))
224 (name, str(datatype)))
287 def explore_type(name, datatype, is_child): argument
291 target_type = datatype.target()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dexplore.py92 def explore_type(name, datatype, is_child): argument
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
210 def explore_type(name, datatype, is_child): argument
215 if datatype.code == gdb.TYPE_CODE_ENUM:
218 (name, str(datatype)))
224 (name, str(datatype)))
287 def explore_type(name, datatype, is_child): argument
291 target_type = datatype.target()
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
231 switch (datatype) { in swapArray()
305 GLenum datatype = compHeader[i].datatype; in __glXDispSwap_DrawArrays() local
309 __GLX_SWAP_INT(&datatype); in __glXDispSwap_DrawArrays()
313 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDispSwap_DrawArrays()
320 GLenum datatype = compHeader[i].datatype; in __glXDispSwap_DrawArrays() local
324 __GLX_SWAP_INT(&datatype); in __glXDispSwap_DrawArrays()
328 swapArray(numVals, datatype, stride, numVertexes, pc); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
337 glNormalPointer(datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
H A Drender2.c194 GLenum datatype = compHeader[i].datatype; in __glXDisp_DrawArrays() local
197 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDisp_DrawArrays()
204 GLenum datatype = compHeader[i].datatype; in __glXDisp_DrawArrays() local
211 glVertexPointer(numVals, datatype, stride, pc); in __glXDisp_DrawArrays()
215 glNormalPointer(datatype, stride, pc); in __glXDisp_DrawArrays()
219 glColorPointer(numVals, datatype, stride, pc); in __glXDisp_DrawArrays()
223 glIndexPointer(datatype, stride, pc); in __glXDisp_DrawArrays()
227 glTexCoordPointer(numVals, datatype, stride, pc); in __glXDisp_DrawArrays()
238 SecondaryColorPointerEXT(numVals, datatype, stride, pc); in __glXDisp_DrawArrays()
246 FogCoordPointerEXT(datatype, stride, pc); in __glXDisp_DrawArrays()
[all …]
H A Drensize.c389 GLenum datatype = compHeader[i].datatype; in __glXDrawArraysReqSize() local
394 datatype = SWAPL(datatype); in __glXDrawArraysReqSize()
419 if ((numVals != 1) && (datatype != GL_UNSIGNED_BYTE)) { in __glXDrawArraysReqSize()
429 x = safe_pad(safe_mul(numVals, __glXTypeSize(datatype))); in __glXDrawArraysReqSize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel_p.h61 Q_PROPERTY(QString datatype READ datatype WRITE setDatatype NOTIFY datatypeChanged)
93 QString datatype() const;
94 void setDatatype(QString datatype);
H A Dqdeclarativelocationtestmodel.cpp104 QString QDeclarativeLocationTestModel::datatype() const in datatype() function in QDeclarativeLocationTestModel
109 void QDeclarativeLocationTestModel::setDatatype(QString datatype) in setDatatype() argument
111 if (datatype_ == datatype) in setDatatype()
113 datatype_ = datatype; in setDatatype()
/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c248 u32 datatype; member
792 if (dt != xcsi2rxss->datatype && dt != XCSI_DT_RAW8) { in xcsi2rxss_set_format()
795 fmt->format.code = xcsi2rxss_get_nth_mbus(xcsi2rxss->datatype, in xcsi2rxss_set_format()
825 } else if (state->datatype != XCSI_DT_RAW8) { in xcsi2rxss_enum_mbus_code()
827 dt = state->datatype; in xcsi2rxss_enum_mbus_code()
889 &xcsi2rxss->datatype); in xcsi2rxss_parse_of()
895 switch (xcsi2rxss->datatype) { in xcsi2rxss_parse_of()
965 xcsi2rxss->datatype); in xcsi2rxss_parse_of()
1038 xcsi2rxss_get_nth_mbus(xcsi2rxss->datatype, 0); in xcsi2rxss_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-csi2.c313 unsigned int datatype; member
318 { .code = MEDIA_BUS_FMT_RGB888_1X24, .datatype = 0x24, .bpp = 24 },
319 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
320 { .code = MEDIA_BUS_FMT_YUYV8_1X16, .datatype = 0x1e, .bpp = 16 },
321 { .code = MEDIA_BUS_FMT_UYVY8_2X8, .datatype = 0x1e, .bpp = 16 },
322 { .code = MEDIA_BUS_FMT_YUYV10_2X10, .datatype = 0x1e, .bpp = 20 },
323 { .code = MEDIA_BUS_FMT_SBGGR8_1X8, .datatype = 0x2a, .bpp = 8 },
324 { .code = MEDIA_BUS_FMT_SGBRG8_1X8, .datatype = 0x2a, .bpp = 8 },
325 { .code = MEDIA_BUS_FMT_SGRBG8_1X8, .datatype = 0x2a, .bpp = 8 },
326 { .code = MEDIA_BUS_FMT_SRGGB8_1X8, .datatype = 0x2a, .bpp = 8 },
[all …]
/OK3568_Linux_fs/kernel/drivers/most/
H A Dconfigfs.c27 char datatype[MAX_STRING_SIZE]; member
77 link->datatype); in set_cfg_datatype()
180 return snprintf(page, PAGE_SIZE, "%s\n", to_mdev_link(item)->datatype); in mdev_link_datatype_show()
192 strcpy(mdev_link->datatype, page); in mdev_link_datatype_store()
193 strim(mdev_link->datatype); in mdev_link_datatype_store()
359 CONFIGFS_ATTR(mdev_link_, datatype);
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-most30 datatype
85 datatype
140 datatype
206 datatype
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-streams.c659 int datatype; in ivtv_setup_v4l2_decode_stream() local
694 datatype = 1; in ivtv_setup_v4l2_decode_stream()
697 datatype = 2; in ivtv_setup_v4l2_decode_stream()
701 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); in ivtv_setup_v4l2_decode_stream()
705 datatype = 0; in ivtv_setup_v4l2_decode_stream()
708 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype, in ivtv_setup_v4l2_decode_stream()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkfifo.h52 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument
55 datatype *type; \
56 const datatype *const_type; \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h351 stbir_datatype datatype,
359 stbir_datatype datatype,
369 stbir_datatype datatype,
2539 stbir_datatype datatype, in stbir_resize() argument
2547 0,0,1,1,NULL,num_channels,alpha_channel,flags, datatype, filter_horizontal, filter_vertical, in stbir_resize()
2554 stbir_datatype datatype, in stbir_resize_subpixel() argument
2569 … 0,0,1,1,transform,num_channels,alpha_channel,flags, datatype, filter_horizontal, filter_vertical, in stbir_resize_subpixel()
2575 stbir_datatype datatype, in stbir_resize_region() argument
2584 … s0,t0,s1,t1,NULL,num_channels,alpha_channel,flags, datatype, filter_horizontal, filter_vertical, in stbir_resize_region()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h351 stbir_datatype datatype,
359 stbir_datatype datatype,
369 stbir_datatype datatype,
2539 stbir_datatype datatype, in stbir_resize() argument
2547 0,0,1,1,NULL,num_channels,alpha_channel,flags, datatype, filter_horizontal, filter_vertical, in stbir_resize()
2554 stbir_datatype datatype, in stbir_resize_subpixel() argument
2569 … 0,0,1,1,transform,num_channels,alpha_channel,flags, datatype, filter_horizontal, filter_vertical, in stbir_resize_subpixel()
2575 stbir_datatype datatype, in stbir_resize_region() argument
2584 … s0,t0,s1,t1,NULL,num_channels,alpha_channel,flags, datatype, filter_horizontal, filter_vertical, in stbir_resize_region()
/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6afe.h163 u16 datatype; member
H A Dq6afe.c410 u16 datatype; member
1301 pcfg->hdmi_multi_ch.datatype = cfg->datatype; in q6afe_hdmi_port_prepare()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_itemview.qml169 datatype: 'coordinate'
176 datatype: 'coordinate'
183 datatype: 'coordinate'
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_alloc.h73 int datatype; /* mask defining data type treatment */ member
H A Dxfs_alloc.c323 int datatype, /* are we allocating data? */ in xfs_alloc_compute_diff() argument
334 bool userdata = datatype & XFS_ALLOC_USERDATA; in xfs_alloc_compute_diff()
879 args->alignment, args->datatype, in xfs_alloc_cur_check()
1068 (args->datatype & XFS_ALLOC_NOBUSY)); in xfs_alloc_ag_vextent_small()
1070 if (args->datatype & XFS_ALLOC_USERDATA) { in xfs_alloc_ag_vextent_small()
2514 if (pag->pagf_metadata && (args->datatype & XFS_ALLOC_USERDATA) && in xfs_alloc_fix_freelist()
3107 if ((args->datatype & XFS_ALLOC_INITIAL_USER_DATA) && in xfs_alloc_vextent()
H A Dxfs_bmap.h43 int datatype;/* data type being allocated */ member
H A Dxfs_bmap.c3147 (ap->datatype & XFS_ALLOC_USERDATA); in xfs_bmap_adjacent()
3501 else if (ap->datatype & XFS_ALLOC_USERDATA) in xfs_bmap_btalloc()
3516 if ((ap->datatype & XFS_ALLOC_USERDATA) && in xfs_bmap_btalloc()
3556 if ((ap->datatype & XFS_ALLOC_USERDATA) && in xfs_bmap_btalloc()
3643 args.datatype = ap->datatype; in xfs_bmap_btalloc()
4070 bma->datatype = XFS_ALLOC_NOBUSY; in xfs_bmap_alloc_userdata()
4072 bma->datatype |= XFS_ALLOC_USERDATA; in xfs_bmap_alloc_userdata()
4074 bma->datatype |= XFS_ALLOC_INITIAL_USER_DATA; in xfs_bmap_alloc_userdata()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Drender2swap.c277 __GLX_SWAP_INT(&compHeader[i].datatype); in __glXDispSwap_DrawArrays()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_filestream.c346 if (ap->datatype & XFS_ALLOC_USERDATA) in xfs_filestream_new_ag()
H A Dxfs_extent_busy.c370 if (!(args->datatype & XFS_ALLOC_USERDATA) && in xfs_extent_busy_trim()

12