/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link04.c | 36 char *desc2; member 92 tc->desc1, tc->desc2); in verify_link() 97 tc->desc1, tc->desc2, in verify_link() 104 tc->desc1, tc->desc2, TST_RET, in verify_link()
|
/third_party/jerryscript/tests/jerry/ |
H A D | object-defineproperty.js | 55 var desc2 = Object.getOwnPropertyDescriptor(obj, "prop"); 56 assert (desc1.set === setter && desc2.set === undefined);
|
H A D | object-get-own-property-descriptor.js | 49 var desc2 = Object.getOwnPropertyDescriptor (obj, "undefined"); 50 assert (desc1.value === 1 && desc2.value === 1);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 2009 const struct util_format_description *desc1, *desc2; in vi_dcc_formats_compatible() local 2027 desc2 = util_format_description(format2); in vi_dcc_formats_compatible() 2029 if (desc1->layout != UTIL_FORMAT_LAYOUT_PLAIN || desc2->layout != UTIL_FORMAT_LAYOUT_PLAIN) in vi_dcc_formats_compatible() 2034 (desc2->channel[0].type == UTIL_FORMAT_TYPE_FLOAT)) in vi_dcc_formats_compatible() 2040 if (desc1->channel[0].size != desc2->channel[0].size || in vi_dcc_formats_compatible() 2041 (desc1->nr_channels >= 2 && desc1->channel[1].size != desc2->channel[1].size)) in vi_dcc_formats_compatible() 2057 if (desc1->channel[0].type != desc2->channel[0].type || in vi_dcc_formats_compatible() 2058 (desc1->nr_channels >= 2 && desc1->channel[1].type != desc2->channel[1].type)) in vi_dcc_formats_compatible()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_build.c | 327 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) in p2p_buf_add_noa() 331 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0)); in p2p_buf_add_noa() 335 p2p_buf_add_noa_desc(buf, desc2); in p2p_buf_add_noa() 326 p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) p2p_buf_add_noa() argument
|
H A D | p2p.c | 4383 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; in p2p_build_presence_req() local 4398 os_memset(&desc2, 0, sizeof(desc2)); in p2p_build_presence_req() 4399 desc2.count_type = 2; in p2p_build_presence_req() 4400 desc2.duration = duration2; in p2p_build_presence_req() 4401 desc2.interval = interval2; in p2p_build_presence_req() 4402 ptr2 = &desc2; in p2p_build_presence_req()
|
H A D | p2p_i.h | 765 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_build.c | 327 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) in p2p_buf_add_noa() 331 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0)); in p2p_buf_add_noa() 335 p2p_buf_add_noa_desc(buf, desc2); in p2p_buf_add_noa() 326 p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) p2p_buf_add_noa() argument
|
H A D | p2p.c | 4571 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; local 4586 os_memset(&desc2, 0, sizeof(desc2)); 4587 desc2.count_type = 2; 4588 desc2.duration = duration2; 4589 desc2.interval = interval2; 4590 ptr2 = &desc2;
|
H A D | p2p_i.h | 823 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2);
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 2095 const struct util_format_description *desc1, *desc2; in radv_dcc_formats_compatible() local 2108 desc2 = vk_format_description(format2); in radv_dcc_formats_compatible() 2110 if (desc1->nr_channels != desc2->nr_channels) in radv_dcc_formats_compatible() 2115 if (desc1->swizzle[i] <= PIPE_SWIZZLE_W && desc2->swizzle[i] <= PIPE_SWIZZLE_W && in radv_dcc_formats_compatible() 2116 desc1->swizzle[i] != desc2->swizzle[i]) in radv_dcc_formats_compatible() 2120 radv_get_dcc_channel_type(desc2, &type2, &size2); in radv_dcc_formats_compatible()
|
H A D | radv_nir_apply_pipeline_layout.c | 321 nir_ssa_def *desc2 = in get_sampler_desc() local 328 comp[i] = nir_channel(b, desc2, i); in get_sampler_desc()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 226 const char *desc1, const char *desc2, X509 *cert, in cert_acceptable() 238 self_issued ? "self-issued ": "", desc1, desc2); in cert_acceptable() 225 cert_acceptable(const OSSL_CMP_CTX *ctx, const char *desc1, const char *desc2, X509 *cert, const STACK_OF(X509) *already_checked1, const STACK_OF(X509) *already_checked2, const OSSL_CMP_MSG *msg) cert_acceptable() argument
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 226 const char *desc1, const char *desc2, X509 *cert, in cert_acceptable() 238 self_issued ? "self-issued ": "", desc1, desc2); in cert_acceptable() 225 cert_acceptable(const OSSL_CMP_CTX *ctx, const char *desc1, const char *desc2, X509 *cert, const STACK_OF(X509) *already_checked1, const STACK_OF(X509) *already_checked2, const OSSL_CMP_MSG *msg) cert_acceptable() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | pixdesc.c | 2959 const AVPixFmtDescriptor *desc2 = av_pix_fmt_desc_get(dst_pix_fmt2); in av_find_best_pix_fmt_of_2() local 2964 } else if (!desc2) { in av_find_best_pix_fmt_of_2() 2975 if(av_get_padded_bits_per_pixel(desc2) != av_get_padded_bits_per_pixel(desc1)) { in av_find_best_pix_fmt_of_2() 2976 dst_pix_fmt = av_get_padded_bits_per_pixel(desc2) < av_get_padded_bits_per_pixel(desc1) ? dst_pix_fmt2 : dst_pix_fmt1; in av_find_best_pix_fmt_of_2() 2978 dst_pix_fmt = desc2->nb_components < desc1->nb_components ? dst_pix_fmt2 : dst_pix_fmt1; in av_find_best_pix_fmt_of_2()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ivi.c | 200 * @param[in] desc2 ptr to the 2nd descriptor to compare 204 const IVIHuffDesc *desc2) in ivi_huff_desc_cmp() 206 return desc1->num_rows != desc2->num_rows || in ivi_huff_desc_cmp() 207 memcmp(desc1->xbits, desc2->xbits, desc1->num_rows); in ivi_huff_desc_cmp() 203 ivi_huff_desc_cmp(const IVIHuffDesc *desc1, const IVIHuffDesc *desc2) ivi_huff_desc_cmp() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 68 const char *desc1, const char *desc2); 1404 const char *desc1, const char *desc2) in build_data() 1431 if (!join(buf, buf_size, def, "\n", desc2)) in build_data() 1402 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2) build_data() argument
|
/third_party/openssl/apps/ |
H A D | req.c | 68 const char *desc1, const char *desc2); 1402 const char *desc1, const char *desc2) in build_data() 1429 if (!join(buf, buf_size, def, "\n", desc2)) in build_data() 1400 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2) build_data() argument
|
/third_party/skia/src/utils/mac/ |
H A D | SkCTFont.cpp | 379 SkUniqueCFRef<CTFontDescriptorRef> desc2(CTFontCopyFontDescriptor(ctFont.get())); in SkCTFontGetDataFontWeightMapping() 380 if (!desc2) { in SkCTFontGetDataFontWeightMapping() 385 CTFontDescriptorCopyAttribute(desc2.get(), kCTFontTraitsAttribute)); in SkCTFontGetDataFontWeightMapping()
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 455 const void *desc2 = data2->d_buf + desc_offset; in main() local 475 || memcmp (desc1, desc2, note1.n_descsz)) in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_waveform.c | 322 const AVPixFmtDescriptor *desc, *desc2; in query_formats() local 351 desc2 = av_pix_fmt_desc_get(avff2->formats[0]); in query_formats() 353 ncomp2 = desc2->nb_components; in query_formats() 356 depth2 = desc2->comp[0].depth; in query_formats()
|
/third_party/backends/backend/ |
H A D | fujitsu.c | 7536 unsigned char * desc2 = out + SW_header_len + SW_desc_len; /*2nd desc*/ in set_window() local 7756 memcpy (desc2, desc1, SW_desc_len); in set_window() 7758 set_WD_wid (desc2, WD_wid_back); in set_window() 7761 set_WD_paper_selection (desc2, WD_paper_SEL_UNDEFINED); in set_window() 7762 set_WD_paper_width_X (desc2, 0); in set_window() 7763 set_WD_paper_length_Y (desc2, 0); in set_window()
|