Searched refs:types (Results 1 – 25 of 2762) sorted by relevance
12345678910>>...111
| /OK3568_Linux_fs/buildroot/package/wlroots/ |
| H A D | 0001-Add-feature-macros-to-more-C-files-.patch | 14 types/data_device/wlr_data_device.c | 1 + 15 types/data_device/wlr_drag.c | 1 + 16 types/wlr_export_dmabuf_v1.c | 1 + 17 types/wlr_idle.c | 1 + 18 types/wlr_keyboard_shortcuts_inhibit_v1.c | 1 + 19 types/wlr_pointer_constraints_v1.c | 1 + 20 types/wlr_primary_selection.c | 1 + 21 types/wlr_relative_pointer_v1.c | 1 + 22 types/wlr_screencopy_v1.c | 1 + 23 types/wlr_virtual_pointer_v1.c | 1 + [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/ |
| H A D | components_as_mpl_sequence.hpp | 30 : mpl::size <typename S::types> 37 : mpl::empty <typename S::types> 44 : mpl::front <typename S::types> 51 : mpl::back <typename S::types> 58 : mpl::at <typename S::types, N > 65 : mpl::begin <typename S::types> 72 : mpl::end <typename S::types> 83 typedef typename mpl::clear< typename S::types >::type types; typedef 95 typedef typename mpl::push_front< typename S::types, T >::type types; typedef 107 typedef typename mpl::pop_front< typename S::types >::type types; typedef [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx-cross.patch | 124 Index: nginx-1.12.2/auto/types/sizeof 126 --- nginx-1.12.2.orig/auto/types/sizeof 127 +++ nginx-1.12.2/auto/types/sizeof 141 #include <sys/types.h> 172 # C types 174 -ngx_type="int"; . auto/types/sizeof 175 +ngx_type="int"; ngx_param="INT"; . auto/types/sizeof 177 -ngx_type="long"; . auto/types/sizeof 178 +ngx_type="long"; ngx_param="LONG"; . auto/types/sizeof 180 -ngx_type="long long"; . auto/types/sizeof [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 122 static void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups() argument 136 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups() 140 } else if (types & STF_BARRIER_EIEIO) { in do_stf_entry_barrier_fixups() 142 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups() 155 if (types & STF_BARRIER_FALLBACK) in do_stf_entry_barrier_fixups() 167 (types == STF_BARRIER_NONE) ? "no" : in do_stf_entry_barrier_fixups() 168 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_entry_barrier_fixups() 169 (types == STF_BARRIER_EIEIO) ? "eieio" : in do_stf_entry_barrier_fixups() 170 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups() 174 static void do_stf_exit_barrier_fixups(enum stf_barrier_type types) in do_stf_exit_barrier_fixups() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | event.c | 26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put() argument 29 while (types) { in nvkm_event_put() 30 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_put() 39 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get() argument 42 while (types) { in nvkm_event_get() 43 int type = __ffs(types); types &= ~(1 << type); in nvkm_event_get() 52 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send() argument 63 if (notify->index == index && (notify->types & types)) { in nvkm_event_send()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | .resource_tool.o.cmd | |
| H A D | .bmp2gray16.o.cmd | |
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | vgpu.c | 129 gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type), in intel_gvt_init_vgpu_types() 131 if (!gvt->types) in intel_gvt_init_vgpu_types() 139 gvt->types[i].low_gm_size = vgpu_types[i].low_mm; in intel_gvt_init_vgpu_types() 140 gvt->types[i].high_gm_size = vgpu_types[i].high_mm; in intel_gvt_init_vgpu_types() 141 gvt->types[i].fence = vgpu_types[i].fence; in intel_gvt_init_vgpu_types() 147 gvt->types[i].weight = vgpu_types[i].weight; in intel_gvt_init_vgpu_types() 148 gvt->types[i].resolution = vgpu_types[i].edid; in intel_gvt_init_vgpu_types() 149 gvt->types[i].avail_instance = min(low_avail / vgpu_types[i].low_mm, in intel_gvt_init_vgpu_types() 153 sprintf(gvt->types[i].name, "GVTg_V4_%s", in intel_gvt_init_vgpu_types() 156 sprintf(gvt->types[i].name, "GVTg_V5_%s", in intel_gvt_init_vgpu_types() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | .proftool.cmd | |
| H A D | .mkenvimage.o.cmd | |
| H A D | .gen_ethaddr_crc.o.cmd | |
| H A D | .pbl_crc32.o.cmd | |
| H A D | .os_support.o.cmd | |
| H A D | .gen_eth_addr.cmd | |
| H A D | .relocate-rela.cmd | |
| H A D | .mxsimage.o.cmd | |
| /OK3568_Linux_fs/u-boot/tools/lib/ |
| H A D | .rc4.o.cmd | |
| H A D | .crc8.o.cmd | |
| H A D | .md5.o.cmd | |
| H A D | .sha1.o.cmd | |
| H A D | .sha256.o.cmd | |
| H A D | .fdtdec_common.o.cmd | |
| H A D | .crc32.o.cmd | |
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | .srcpos.o.cmd | |
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | linux-dummy.bbclass | 14 types = d.getVar('KERNEL_IMAGETYPES') or "" 15 if type not in types.split(): 16 types = (type + ' ' + types).strip() 17 if alttype not in types.split(): 18 types = (alttype + ' ' + types).strip() 21 for type in types.split():
|
12345678910>>...111