/third_party/selinux/secilc/ |
H A D | Makefile | 26 CFLAGS ?= -Wall -Wshadow -Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CuTest.h | 55 void CuStringAppendFormat(CuString* str, const char* format, ...);
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_caselists.py | 61 buildPath = buildPathPtrn.format(
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | call_log_wrapper.py | 27 from khr_util.format import indentLines
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 132 const vk::VkFormat format,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_group_add.py | 36 print("WPS Authentication Failure".format(status))
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | gen_release_info.py | 59 """[1:].format(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
H A D | p2p_group_add.py | 36 print("WPS Authentication Failure".format(status))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.h | 147 GLenum format,
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-capture.c | 813 /* Retrieve format at the sensor subdev source pad */ in camif_pipeline_validate() 824 if (src_fmt.format.width != camif->mbus_fmt.width || in camif_pipeline_validate() 825 src_fmt.format.height != camif->mbus_fmt.height || in camif_pipeline_validate() 826 src_fmt.format.code != camif->mbus_fmt.code) in camif_pipeline_validate() 1215 struct v4l2_mbus_framefmt *mf = &fmt->format; in s3c_camif_subdev_get_fmt() 1219 fmt->format = *mf; in s3c_camif_subdev_get_fmt() 1283 struct v4l2_mbus_framefmt *mf = &fmt->format; in s3c_camif_subdev_set_fmt() 1295 * No pixel format change at the camera input is allowed in s3c_camif_subdev_set_fmt() 1308 *mf = fmt->format; in s3c_camif_subdev_set_fmt() 1322 * Reset source format (th in s3c_camif_subdev_set_fmt() [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | sonicvibes.c | 201 unsigned char format; member 403 " 0x12: DMA data format = 0x%02x 0x32: --- = 0x%02x\n", 457 sonic->format = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_setfmt() 460 sonic->format = (sonic->format & mask) | value; in snd_sonicvibes_setfmt() 461 outb(sonic->format, SV_REG(sonic, DATA)); in snd_sonicvibes_setfmt() 696 if (snd_pcm_format_width(runtime->format) == 16) in snd_sonicvibes_playback_prepare() 721 if (snd_pcm_format_width(runtime->format) == 16) in snd_sonicvibes_capture_prepare()
|
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
H A D | tm6000-video.c | 53 static struct tm6000_fmt format[] = { variable 729 /* The only currently supported format is 16 bits/pixel */ in buffer_prepare() 872 if (f->index >= ARRAY_SIZE(format)) in vidioc_enum_fmt_vid_cap() 875 f->pixelformat = format[f->index].fourcc; in vidioc_enum_fmt_vid_cap() 901 for (i = 0; i < ARRAY_SIZE(format); i++) in format_by_fourcc() 902 if (format[i].fourcc == fourcc) in format_by_fourcc() 903 return format+i; in format_by_fourcc() 916 dprintk(dev, 2, "Fourcc format (0x%08x) invalid.\n", in vidioc_try_fmt_vid_cap() 1336 dev->fourcc = format[0].fourcc; in __tm6000_open()
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/dw100/ |
H A D | dw100.c | 373 * The coordinates are saved in UQ12.4 fixed point format. 437 const struct v4l2_pix_format_mplane *format; in dw100_queue_setup() local 440 format = &dw100_get_q_data(ctx, vq->type)->pix_fmt; in dw100_queue_setup() 443 if (*nplanes != format->num_planes) in dw100_queue_setup() 447 if (sizes[i] < format->plane_fmt[i].sizeimage) in dw100_queue_setup() 454 *nplanes = format->num_planes; in dw100_queue_setup() 456 for (i = 0; i < format->num_planes; ++i) in dw100_queue_setup() 457 sizes[i] = format->plane_fmt[i].sizeimage; in dw100_queue_setup() 842 "Setting format for type %u, wxh: %ux%u, fmt: %p4cc\n", in dw100_s_fmt() 1154 * Input format YUV422_S in dw100_hw_init_ctrl() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-capture.c | 815 /* Retrieve format at the sensor subdev source pad */ in camif_pipeline_validate() 825 if (src_fmt.format.width != camif->mbus_fmt.width || in camif_pipeline_validate() 826 src_fmt.format.height != camif->mbus_fmt.height || in camif_pipeline_validate() 827 src_fmt.format.code != camif->mbus_fmt.code) in camif_pipeline_validate() 1216 struct v4l2_mbus_framefmt *mf = &fmt->format; in s3c_camif_subdev_get_fmt() 1220 fmt->format = *mf; in s3c_camif_subdev_get_fmt() 1284 struct v4l2_mbus_framefmt *mf = &fmt->format; in s3c_camif_subdev_set_fmt() 1296 * No pixel format change at the camera input is allowed in s3c_camif_subdev_set_fmt() 1309 *mf = fmt->format; in s3c_camif_subdev_set_fmt() 1323 * Reset source format (th in s3c_camif_subdev_set_fmt() [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | sonicvibes.c | 200 unsigned char format; member 402 " 0x12: DMA data format = 0x%02x 0x32: --- = 0x%02x\n", 456 sonic->format = inb(SV_REG(sonic, DATA)); in snd_sonicvibes_setfmt() 459 sonic->format = (sonic->format & mask) | value; in snd_sonicvibes_setfmt() 460 outb(sonic->format, SV_REG(sonic, DATA)); in snd_sonicvibes_setfmt() 695 if (snd_pcm_format_width(runtime->format) == 16) in snd_sonicvibes_playback_prepare() 720 if (snd_pcm_format_width(runtime->format) == 16) in snd_sonicvibes_capture_prepare()
|
/third_party/backends/backend/ |
H A D | dc25.c | 1281 convert_pic (char *base_name, int format) in convert_pic() argument 1309 DBG (10, "convert_pic: error: file %s is not in COMET format\n", in convert_pic() 1353 components = (format & SAVE_24BITS) ? 3 : 1; in convert_pic() 1369 if (format & SAVE_ADJASPECT) in convert_pic() 2091 parms.format = in sane_control_option() 2099 parms.format = SANE_FRAME_RGB; in sane_control_option() 2135 parms.format = SANE_FRAME_RGB; in sane_control_option() 2391 parms.format = in sane_start()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_emit.c | 29 #include "util/format/u_format.h" 103 * format-dependent order. Even though samplers don't know about in setup_border_colors() 112 enum pipe_format format = view->format; in setup_border_colors() local 114 util_format_description(format); in setup_border_colors() 124 fdl6_format_swiz(format, false, swiz); in setup_border_colors() 137 * special Z24UINT_S8UINT format. in setup_border_colors() 139 if ((format == PIPE_FORMAT_X24S8_UINT) || in setup_border_colors() 140 (format == PIPE_FORMAT_X32_S8X24_UINT)) { in setup_border_colors() 143 cd = (format in setup_border_colors() [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 136 d3d12_get_format_start_plane(view->base.format), in fill_srv_descriptors() 137 d3d12_get_format_num_planes(view->base.format), in fill_srv_descriptors() 269 view_format = view->format; in fill_image_descriptors() 305 uav_desc.Format = d3d12_get_format(shader->uav_bindings[i].format); in fill_image_descriptors() 306 uint format_size = util_format_get_blocksize(shader->uav_bindings[i].format); in fill_image_descriptors() 705 d3d12_get_format_start_plane(psurf->format), in transition_surface_subresources_state() 706 d3d12_get_format_num_planes(psurf->format), in transition_surface_subresources_state()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 398 output_vector.push(format!("{}={}", item, abi)); in command_line_flags() 1515 /// Set whether rustfmt should format the generated bindings. 1543 /// If a struct needs to be serialized in its native format (padding bytes 2110 /// Whether rustfmt should format the generated bindings. 2541 .insert(0, format!("--target={}", effective_target)); 2701 let header = format!( in write() 2747 Err(io::Error::new(io::ErrorKind::Other, format!("{}", e))) in rustfmt_path() 2813 warn!("Rustfmt could not format some lines."); 2888 let msg = d.format(); in parse() 2968 if let Ok(v) = env::var(format!("{} in get_target_dependent_env_var() [all...] |
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 624 pub const ENOEXEC: ::c_int = 8; /* Exec format error */ 1174 pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fprintf() 1175 pub fn printf(format: *const ::c_char, ...) -> ::c_int; in printf() 1176 pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; in snprintf() 1177 pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; in sprintf() 1178 pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fscanf() 1179 pub fn scanf(format: *const ::c_char, ...) -> ::c_int; in scanf() 1180 pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; in sscanf()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 582 pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fprintf() 583 pub fn printf(format: *const ::c_char, ...) -> ::c_int; in printf() 584 pub fn snprintf(s: *mut ::c_char, n: ::size_t, format: *const ::c_char, ...) -> ::c_int; in snprintf() 585 pub fn sprintf(s: *mut ::c_char, format: *const ::c_char, ...) -> ::c_int; in sprintf() 590 pub fn fscanf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fscanf() 595 pub fn scanf(format: *const ::c_char, ...) -> ::c_int; in scanf() 600 pub fn sscanf(s: *const ::c_char, format: *const ::c_char, ...) -> ::c_int; in sscanf()
|
/third_party/python/Lib/ |
H A D | _pyio.py | 889 return "<{}.{}>".format(modname, clsname) 891 return "<{}.{} name={!r}>".format(modname, clsname, name) 2095 result = "<{}.{}".format(self.__class__.__module__, 2102 result += " name={0!r}".format(name) 2108 result += " mode={0!r}".format(mode) 2109 return result + " encoding={0!r}>".format(self.encoding) 2680 .format(type(initial_value).__name__))
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 274 hash_combine(seed, deUint32(ptr->format)); in hashPNextChain() 408 hash_combine(seed, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].location, gpCI.pVertexInputState->pVertexAttributeDescriptions[i].binding, deUint32(gpCI.pVertexInputState->pVertexAttributeDescriptions[i].format), gpCI.pVertexInputState->pVertexAttributeDescriptions[i].offset); in calculateGraphicsPipelineHash() 569 hash_combine(seed, deUint32(scCI.format), deUint32(scCI.ycbcrModel), deUint32(scCI.ycbcrRange), deUint32(scCI.components.r), deUint32(scCI.components.g), deUint32(scCI.components.b), deUint32(scCI.components.a), deUint32(scCI.xChromaOffset), deUint32(scCI.yChromaOffset), deUint32(scCI.chromaFilter), scCI.forceExplicitReconstruction); in calculateSamplerYcbcrConversionHash() 660 hash_combine(seed, deUint32(rCI.pAttachments[i].flags), deUint32(rCI.pAttachments[i].format), deUint32(rCI.pAttachments[i].samples), deUint32(rCI.pAttachments[i].loadOp), deUint32(rCI.pAttachments[i].storeOp), deUint32(rCI.pAttachments[i].stencilLoadOp), deUint32(rCI.pAttachments[i].stencilStoreOp), deUint32(rCI.pAttachments[i].initialLayout), deUint32(rCI.pAttachments[i].finalLayout)); in calculateRenderPassHash() 700 hash_combine(seed, deUint32(rCI.pAttachments[i].flags), deUint32(rCI.pAttachments[i].format), deUint32(rCI.pAttachments[i].samples), deUint32(rCI.pAttachments[i].loadOp), deUint32(rCI.pAttachments[i].storeOp), deUint32(rCI.pAttachments[i].stencilLoadOp), deUint32(rCI.pAttachments[i].stencilStoreOp), deUint32(rCI.pAttachments[i].initialLayout), deUint32(rCI.pAttachments[i].finalLayout)); in calculateRenderPass2Hash() 883 VkRenderPassCreateInfo prepareSimpleRenderPassCI (VkFormat format, in prepareSimpleRenderPassCI() argument 891 format, // VkFormat format; in prepareSimpleRenderPassCI()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 172 Move<VkRenderPass> createCustomRenderPass (const DeviceInterface& vkd, VkDevice device, VkFormat format, bool multiview, uint32_t numLayers) in createCustomRenderPass() argument 180 format, // VkFormat format in createCustomRenderPass() 277 const auto format = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 278 const auto tcuFormat = mapVkFormat(format); in iterate() 295 format, // VkFormat format; in iterate() 308 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), viewType, format, colorSRR); in iterate() 319 const auto renderPass = createCustomRenderPass(vkd, device, format, m_params.multiview, m_params.numLayers); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 288 // Check color image format support (depth/stencil will be chosen at runtime). in checkSupport() 402 // Choose depth/stencil format. in iterate() 418 log << tcu::TestLog::Message << "Chosen depth/stencil format: " << dsFormat << tcu::TestLog::EndMessage; in iterate() 435 kColorFormat, // VkFormat format; in iterate() 456 dsFormat, // VkFormat format; in iterate() 577 kColorFormat, // VkFormat format; in iterate() 591 dsFormat, // VkFormat format; in iterate() 1143 VkFormat format; member 1268 this->format = fmt; in selectOptimalBlendableFormat() 1359 m_params.format, // VkForma in createRenderPass() [all...] |