/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 133 // Decoder error with explicit PC and format arguments. 147 // Decoder error with explicit PC and no format arguments. 159 // Decoder error without explicit PC, but with format arguments. 172 // Decoder error without explicit PC and without format arguments. 1691 // clang-format off in OpcodeLength() 1702 // clang-format on in OpcodeLength() 1770 // clang-format off in OpcodeLength() 1788 // clang-format on in OpcodeLength() 1909 // clang-format off in OpcodeLength() 1922 // clang-format o in OpcodeLength() 2472 Append(const char* format, ...) Append() argument 2539 Append(const char* format, ...) Append() argument [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 3676 params.format = inst->Memory.Format; in exec_load_img() 3817 params.format = inst->Memory.Format; in exec_store_img() 3920 params.format = inst->Memory.Format; in exec_atomop_img() 4091 params.format = inst->Memory.Format; in exec_resq_img()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 378 * @return true if the extension is supported and, also, at least one binary format. 696 * @param internal_format Internal format of texture 713 * @param format Format of image 717 void Utils::texture::get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) in get() argument 723 gl.getTexImage(GL_TEXTURE_2D, 0, format, type, out_data); in get() 731 * @param format Format of data 735 void Utils::texture::update(glw::GLuint width, glw::GLuint height, glw::GLenum format, glw::GLenum type, in update() argument 742 gl.texSubImage2D(GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, width, height, format, type, data); in update()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 2172 // Convert floating-point condition flags from alternative format to Arm 2173 // format [Armv8.5]. 2176 // Convert floating-point condition flags from Arm format to alternative 2177 // format [Armv8.5]. 7564 // Instruction bits for vector format in data processing operations. 7594 // Instruction bits for vector format in floating point data processing 7634 // Eight lane floating point vector format. 7645 // Instruction bits for vector format in load and store operations. 7677 // Instruction bits for scalar format in data processing operations. 7759 static Instr ImmNEON5(Instr format, in [all...] |
/third_party/python/Lib/test/ |
H A D | test_io.py | 784 self.skipTest("{0} does not exist".format(zero)) 1531 "failed for {}: {} != 0".format(n, rawio._extraneous_reads)) 1538 "failed for {}: {} != 0".format(n, rawio._extraneous_reads)) 3537 """.format(iomod=iomod, kwargs=kwargs)
|
H A D | test_socket.py | 821 "can't create socket({0}): {1}".format( 2811 "{0:#x}".format(inboth)) 5542 "system encoding {1!r}".format( 5553 .format(path))
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 4207 /* If the i-th target format is set, all previous target formats must in r600_shader_from_tgsi() 7993 * incorrectly forces nearest filtering if the texture format is integer. in tgsi_tex() 8923 unsigned format, num_format, format_comp, endian; in tgsi_load_rat() local 8957 &format, &num_format, &format_comp, &endian); in tgsi_load_rat() 8971 vtx.data_format = format; in tgsi_load_rat() 9253 unsigned format, num_format, format_comp, endian; in tgsi_atomic_op_rat() local 9339 &format, &num_format, &format_comp, &endian); in tgsi_atomic_op_rat() 9342 format = FMT_32; in tgsi_atomic_op_rat() 9360 vtx.data_format = format; in tgsi_atomic_op_rat()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp.h | 1486 enum surface_pixel_format format,
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 467 if (entry->format == SJA1105_VL_FORMAT_PSFP) { in sja1105_vl_lookup_entry_packing()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e8aa0.c | 991 dsi->format = MIPI_DSI_FMT_RGB888; in s6e8aa0_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 1113 fmt.format = hfi_format; in venus_helper_set_raw_format()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpfe_capture.c | 149 * lookup an entry in the vpfe pix format table based on pix_format 246 * For a pix format, configure ccdc to setup the capture 256 "couldn't set pix format in ccdc\n"); in vpfe_config_ccdc_image_format() 280 /* set the frame format */ in vpfe_config_ccdc_image_format() 288 * pix format & crop values in the vpfe device and ccdc. It first 302 struct v4l2_mbus_framefmt *mbus_fmt = &fmt.format; in vpfe_config_image_format() 331 /* first field and frame format based on standard frame format */ in vpfe_config_image_format() 381 /* Configure the default format information */ in vpfe_initialize_device() 510 "frame format i in vpfe_isr() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.h | 1720 u32 format; member 1960 * ipr_sdt_is_fmt2 - Determine if a SDT address is in format 2 1964 * 1 if format 2 / 0 if not
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | cistpl.c | 1346 ret = parse_format(tuple, &parse->format); in pcmcia_parse_tuple()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fcbuild.c | 1051 rscn->event[0].format = FC_RSCN_FORMAT_PORTID; in fc_rscn_build()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_fw.h | 643 * format; but all of the "data" field gets swab32-d in the beginning 1497 uint8_t format; member 1500 /* format 0 loop */ 1505 /* format 1 fabric */ 1526 struct _f2 { /* format 2: N2N direct connect */
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 751 win.format = 0; in omapfb_update_full_screen()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | pcm.c | 82 * find a matching audio format 113 * supports the same format. in find_format() 132 /* find the format with the largest max. packet size */ in find_format() 534 * find a matching format and set up the interface 619 * - Requested PCM format is not supported. 638 "%s: (fmt @%p) no match for format %d\n", __func__, in match_endpoint_audioformats() 666 * Configure the sync ep using the rate and pcm format of the data ep. 741 /* format changed */ in configure_endpoint() 813 * allocate a buffer and set the given audio format. 841 "cannot set format in snd_usb_hw_params() [all...] |
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifspdu.h | 601 struct { /* request format */ 617 } __attribute__((packed)) req; /* NTLM request format (with 620 struct { /* request format */ 640 } __attribute__((packed)) req_no_secext; /* NTLM request format (without 643 struct { /* default (NTLM) response format */ 658 struct { /* request format */ 675 } __attribute__((packed)) old_req; /* pre-NTLM (LANMAN2.1) req format */ 677 struct { /* default (NTLM) response format */ 690 /* format of NLTMv2 Response ie "case sensitive password" hash when NTLMv2 */ 973 /* format o 2440 __le16 format; global() member [all...] |
/kernel/linux/linux-5.10/net/atm/ |
H A D | lec.c | 1214 #define pr_debug(format, args...)
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | mt9m114.h | 210 * struct misensor_reg - MI sensor register format 252 struct v4l2_mbus_framefmt format; member
|
H A D | ov2722.h | 202 struct v4l2_mbus_framefmt format; member 228 * struct ov2722_reg - MI sensor register format
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | ov5693.h | 225 struct v4l2_mbus_framefmt format; member 254 * struct ov5693_reg - MI sensor register format
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifspdu.h | 552 struct { /* request format */ 568 } __attribute__((packed)) req; /* NTLM request format (with 571 struct { /* request format */ 591 } __attribute__((packed)) req_no_secext; /* NTLM request format (without 594 struct { /* default (NTLM) response format */ 609 struct { /* request format */ 626 } __attribute__((packed)) old_req; /* pre-NTLM (LANMAN2.1) req format */ 628 struct { /* default (NTLM) response format */ 641 /* format of NLTMv2 Response ie "case sensitive password" hash when NTLMv2 */ 926 /* format o 2394 __le16 format; global() member [all...] |