Home
last modified time | relevance | path

Searched refs:enumerated (Results 1 – 25 of 47) sorted by relevance

12

/external/tinyalsa/
Dmixer.c76 unsigned int max = mixer->ctl[n].info->value.enumerated.items; in mixer_close()
143 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open()
147 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open()
150 tmp.value.enumerated.item = m; in mixer_open()
153 enames[m] = strdup(tmp.value.enumerated.name); in mixer_open()
324 return ev.value.enumerated.item[id]; in mixer_ctl_get_value()
444 ev.value.enumerated.item[id] = value; in mixer_ctl_set_value()
548 return ctl->info->value.enumerated.items; in mixer_ctl_get_num_enums()
555 (enum_id >= ctl->info->value.enumerated.items)) in mixer_ctl_get_enum_string()
570 num_enums = ctl->info->value.enumerated.items; in mixer_ctl_set_enum_by_string()
[all …]
/external/clang/include/clang/Basic/
DOpenCLExtensions.def17 // If the extensions are to be enumerated without the supported OpenCL version,
20 // If the extensions are to be enumerated with supported OpenCL version,
DOperatorKinds.def17 /// In this file, each of the overloadable C++ operators is enumerated
/external/libxml2/result/VC/
DEnumeration1 …: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
DEnumeration.rdr1 …: element doc: validity error : Value "v4" for attribute val of doc is not among the enumerated set
/external/llvm/test/CodeGen/MIR/Generic/
Dinvalid-jump-table-kind.mir34 # CHECK: [[@LINE+1]]:18: unknown enumerated scalar
/external/clang/include/clang/AST/
DTypeLocNodes.def11 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
DTypeNodes.def11 // enumerated by providing its name (e.g., "Builtin" or "Enum") and
DOperationKinds.def17 /// In this file, each of the C/C++ operations is enumerated CAST_OPERATION,
/external/cblas/
DREADME45 the interface. According to the document, the enumerated types for
/external/apache-commons-math/
DNOTICE55 sources enumerated above at the time of code translation are in the LICENSE.txt
/external/libvpx/libvpx/
Dusage.dox95 defined in the definitions of each enumerated value. Error values can be
100 outside any context. The enumerated value returned from the last call can be
/external/kernel-headers/original/uapi/sound/
Dasound.h910 } enumerated; member
935 } enumerated; member
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst80 - ``-fsanitize=enum``: Load of a value of an enumerated type which
81 is not in the range of representable values for that enumerated
DObjectiveCLiterals.rst122 Expressions of scalar (numeric, enumerated, BOOL), C string pointer
131 // enumerated types.
/external/libexif/
DREADME129 -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents
/external/boringssl/src/include/openssl/
Dasn1.h494 ASN1_ENUMERATED * enumerated; member
/external/valgrind/VEX/
DMakefile-gcc118 # 188: enumerated type mixed with another type
/external/valgrind/docs/internals/
Dxml-output.txt263 types (enumerated below), so that GUIs may roughly categorise
/external/icu/tools/srcgen/resources/
Dreplacements.txt50 * Most of them are simple boolean flags, or constants from a small enumerated list.
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md246 are enumerated. If pLayerName is equal to a discovered layer module name then
248 enumerated. Duplicate extensions (e.g. an implicit layer and ICD might report
1212 If a layer is not enumerated by this function, it will not participate in
1276 …e of "GLOBAL" or "INSTANCE" for the loader to include the layer in the enumerated instance layer l…
/external/protobuf/docs/swift/
DDesignDoc.md14 enumerated types, value types, and so forth—in a natural way that will delight,
/external/nanopb-c/docs/
Dreference.rst682 …For decoding numeric (including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decod…
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle446 * @tree: the tree of enumerated value set
/external/llvm/docs/
DYamlIO.rst94 For instance, if you have an enumerated type FooBar you could specialize

12