| /third_party/alsa-utils/iecset/ |
| D | iecset.c | 106 static void parse_command(int *parms, const char *c, const char *arg) in parse_command() argument 125 parms[cmds[i].idx] = val; in parse_command() 142 static void parse_file(int *parms, FILE *fp) in parse_file() argument 157 parse_command(parms, cmd, arg); in parse_file() 164 static int update_iec958_status(snd_aes_iec958_t *iec958, int *parms) in update_iec958_status() argument 167 if (parms[IDX_PRO] >= 0) { in update_iec958_status() 168 if (parms[IDX_PRO]) in update_iec958_status() 174 if (parms[IDX_NOAUDIO] >= 0) { in update_iec958_status() 175 if (parms[IDX_NOAUDIO]) in update_iec958_status() 181 if (parms[IDX_RATE] >= 0) { in update_iec958_status() [all …]
|
| /third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
| D | gstmpeg2encoder.cc | 82 reader = new GstMpeg2EncPictureReader (element, caps, &parms); in setup() 96 writer = new GstMpeg2EncStreamWriter (video_encoder, &parms); in setup() 99 quantizer = new Quantizer (parms); in setup() 100 pass1ratectl = new OnTheFlyPass1 (parms); in setup() 101 pass2ratectl = new GstOnTheFlyPass2 (parms, disable_encode_retries); in setup() 103 seqencoder = new SeqEncoder (parms, *reader, *quantizer, in setup() 113 parms.Init (options); in init()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
| D | GLU_SGI_filter4_parameters.txt | 63 const GLfloat *parms, GLint n, GLfloat *weights) 69 the parms parameter may point to a vector of two floats containing B and 76 GLU_LAGRANGIAN_SGI is passed into filtertype and the parms parameter 79 filtertype is GLU_MITCHELL_NETRAVALI_SGI, the parms parameter may point 80 to a vector of two floats containing B and C control values or the parms 153 and parms is not NULL.
|
| /third_party/openGLES/extensions/SGI/ |
| D | GLU_SGI_filter4_parameters.txt | 63 const GLfloat *parms, GLint n, GLfloat *weights) 69 the parms parameter may point to a vector of two floats containing B and 76 GLU_LAGRANGIAN_SGI is passed into filtertype and the parms parameter 79 filtertype is GLU_MITCHELL_NETRAVALI_SGI, the parms parameter may point 80 to a vector of two floats containing B and C control values or the parms 153 and parms is not NULL.
|
| /third_party/ffmpeg/libavcodec/ |
| D | sipr.c | 193 static void decode_parameters(SiprParameters* parms, GetBitContext *pgb, in decode_parameters() argument 199 parms->ma_pred_switch = get_bits(pgb, p->ma_predictor_bits); in decode_parameters() 202 parms->vq_indexes[i] = get_bits(pgb, p->vq_indexes_bits[i]); in decode_parameters() 205 parms->pitch_delay[i] = get_bits(pgb, p->pitch_delay_bits[i]); in decode_parameters() 207 parms->gp_index[i] = get_bits(pgb, p->gp_index_bits); in decode_parameters() 210 parms->fc_indexes[i][j] = get_bits(pgb, p->fc_index_bits[j]); in decode_parameters() 212 parms->gc_index[i] = get_bits(pgb, p->gc_index_bits); in decode_parameters()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiCopiesAndBlittingTests.cpp | 383 inline deUint32 getArraySize(const ImageParms& parms) in getArraySize() argument 385 return (parms.imageType != VK_IMAGE_TYPE_3D) ? parms.extent.depth : 1u; in getArraySize() 388 inline VkImageCreateFlags getCreateFlags(const ImageParms& parms) in getCreateFlags() argument 390 if (parms.createFlags == VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM) in getCreateFlags() 391 …return parms.imageType == VK_IMAGE_TYPE_2D && parms.extent.depth % 6 == 0 ? VK_IMAGE_CREATE_CUBE_C… in getCreateFlags() 393 return parms.createFlags; in getCreateFlags() 396 inline VkExtent3D getExtent3D(const ImageParms& parms, deUint32 mipLevel = 0u) in getExtent3D() argument 398 const bool isCompressed = isCompressedFormat(parms.format); in getExtent3D() 399 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D() 400 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D() [all …]
|
| /third_party/NuttX/include/nuttx/ |
| D | scsi.h | 732 uint8_t parms[1]; /* 2-n: Mode parameters */ member 740 uint8_t parms[1]; /* 4-n: Mode parameters */ member
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
| D | gstd3d11memory.h | 140 gboolean gst_d3d11_allocation_params_alignment (GstD3D11AllocationParams * parms,
|
| /third_party/libabigail/src/ |
| D | abg-ir-priv.h | 1318 priv(const parameters& parms, in priv() 1320 : parms_(parms), in priv()
|
| D | abg-reader.cc | 3369 std::vector<function_decl::parameter_sptr> parms; in build_function_decl() local 3380 parms.push_back(p); in build_function_decl() 3395 parms, /*is_const=*/false, in build_function_decl() 3398 parms, size, align)); in build_function_decl() 4029 std::vector<shared_ptr<function_decl::parameter> > parms; in build_function_type() local 4046 parms, size, align)); in build_function_type() 4060 parms.push_back(p); in build_function_type() 4074 fn_type->set_parameters(parms); in build_function_type()
|
| D | abg-suppression.cc | 3255 function_suppression::parameter_specs_type parms; in read_function_suppression() local 3266 parms.push_back(parm); in read_function_suppression() 3274 parms, in read_function_suppression()
|
| D | abg-ir.cc | 13832 function_type::parameters parms; in synthesize_function_type_from_translation_unit() local 13850 parms.push_back(parm); in synthesize_function_type_from_translation_unit() 13867 parms, in synthesize_function_type_from_translation_unit() 13873 parms, in synthesize_function_type_from_translation_unit() 19306 const parameters& parms, in function_type() argument 19312 priv_(new priv(parms, return_type)) in function_type() 20367 function_decl::append_parameters(std::vector<shared_ptr<parameter> >& parms) in append_parameters() argument 20369 for (std::vector<shared_ptr<parameter> >::const_iterator i = parms.begin(); in append_parameters() 20370 i != parms.end(); in append_parameters() 26240 const function_decl::parameters &parms = fn->get_type()->get_parameters(); in get_function_parameter() local [all …]
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | ca.c | 2004 LHASH_OF(CONF_VALUE) *parms = NULL; in certify_spkac() 2021 parms = CONF_load(NULL, infile, &errline); in certify_spkac() 2022 if (parms == NULL) { in certify_spkac() 2027 sk = CONF_get_section(parms, "default"); in certify_spkac() 2117 CONF_free(parms); in certify_spkac()
|
| /third_party/openssl/apps/ |
| D | ca.c | 1984 LHASH_OF(CONF_VALUE) *parms = NULL; in certify_spkac() 2001 parms = CONF_load(NULL, infile, &errline); in certify_spkac() 2002 if (parms == NULL) { in certify_spkac() 2007 sk = CONF_get_section(parms, "default"); in certify_spkac() 2097 CONF_free(parms); in certify_spkac()
|
| /third_party/libabigail/tests/data/ |
| D | Makefile.am | 367 test-diff-dwarf/libtest24-added-fn-parms-v0.so \ 368 test-diff-dwarf/libtest24-added-fn-parms-v1.so \ 369 test-diff-dwarf/test24-added-fn-parms-report-0.txt \ 370 test-diff-dwarf/test24-added-fn-parms-v0.c \ 371 test-diff-dwarf/test24-added-fn-parms-v1.c \ 372 test-diff-dwarf/libtest25-removed-fn-parms-v0.so \ 373 test-diff-dwarf/libtest25-removed-fn-parms-v1.so \ 374 test-diff-dwarf/test25-removed-fn-parms-report-0.txt \ 375 test-diff-dwarf/test25-removed-fn-parms-v0.c \ 376 test-diff-dwarf/test25-removed-fn-parms-v1.c \ [all …]
|
| /third_party/libabigail/include/ |
| D | abg-ir.h | 3043 append_parameters(std::vector<parameter_sptr >& parms); 3283 const parameters& parms, 3369 const std::vector<function_decl::parameter_sptr>& parms, 3376 const std::vector<function_decl::parameter_sptr>& parms,
|
| /third_party/libabigail/ |
| D | NEWS | 112 dwarf-reader: compare_dies sometimes compares empty formal parms 149 comparison: Ensure that fn parms with basic types can't be redundant 877 Remove references, arrays and fn parms from leaf diff nodes
|
| D | ChangeLog | 1282 comparison: Ensure that fn parms with basic types can't be redundant 2910 dwarf-reader: compare_dies sometimes compares empty formal parms 16163 Remove references, arrays and fn parms from leaf diff nodes 16166 references, array and fn parms diff nodes as leaf nodes. 16396 * tests/data/test-diff-dwarf/test26-added-parms-before-variadic-report.txt: Likewise. 30794 * tests/data/test-diff-dwarf/test24-added-fn-parms-report-0.txt: Adjust. 30795 * tests/data/test-diff-dwarf/test25-removed-fn-parms-report-0.txt: Adjust. 30796 * tests/data/test-diff-dwarf/test26-added-parms-before-variadic-report.txt: Adjust. 30874 * tests/data/test-diff-dwarf/test26-added-parms-before-variadic-report.txt: Likewise. 30971 type and variadic parms diff nodes as redundant for local changes. [all …]
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 13122 struct neigh_parms *parms; member 14711 struct neigh_parms parms; member 86587 struct ip_tunnel_parm parms; member 87743 struct __ip6_tnl_parm parms; member
|
| /third_party/libffi/ |
| D | ChangeLog.old | 277 Handle homogenous floating point struct parms.
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V17.md | 1075 …//github.com/nodejs/node/commit/6b6e1d054e)] - **node-api,doc**: document parms which can be optio…
|
| D | CHANGELOG_V16.md | 555 …//github.com/nodejs/node/commit/375d04a455)] - **node-api,doc**: document parms which can be optio…
|
| /third_party/json/ |
| D | ChangeLog.md | 114 - Incomplete Type in request parms [\#3318](https://github.com/nlohmann/json/issues/3318)
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| D | test-PR27569-v1.abi | 17785 …<var-decl name="parms" type-id="1429eee4" visibility="default" filepath="include/net/neighbour.h" … 20822 …<var-decl name="parms" type-id="affe0fe2" visibility="default" filepath="include/net/neighbour.h" … 53424 …<var-decl name="parms" type-id="affe0fe2" visibility="default" filepath="include/net/neighbour.h" … 53525 …<var-decl name="parms" type-id="1429eee4" visibility="default" filepath="include/net/neighbour.h" …
|
| D | test-PR27569-v0.abi | 17785 …<var-decl name="parms" type-id="1429eee4" visibility="default" filepath="include/net/neighbour.h" … 20814 …<var-decl name="parms" type-id="affe0fe2" visibility="default" filepath="include/net/neighbour.h" … 53395 …<var-decl name="parms" type-id="affe0fe2" visibility="default" filepath="include/net/neighbour.h" … 53496 …<var-decl name="parms" type-id="1429eee4" visibility="default" filepath="include/net/neighbour.h" …
|