Home
last modified time | relevance | path

Searched refs:cint (Results 1 – 16 of 16) sorted by relevance

/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h140 #define SND_CONTROL_INTEGER(cname, cget, cput, cint, priv_val, priv_data) \ argument
145 .name = cname, .value = &cint, .get = cget, .put = cput, \
159 #define INIT_SND_CONTROL_INTEGER(c, cname, cget, cput, cint, pval, pdata) \ argument
164 c->name = cname; c->value = &cint; c->get = cget; c->put = cput; \
168 #define INIT_SND_CONTROL_BYTES(c, cname, cget, cput, cint, pval, pdata) \ argument
173 c->name = cname; c->value = &cint; c->get = cget; c->put = cput; \
/external/llvm-project/clang/test/SemaCXX/
Dcv-unqual-rvalues.cpp18 typedef const int cint; in a() typedef
19 g(cint(0)); // expected-error{{no matching function for call to 'g'}} in a()
Ddefault-assignment-operator.cpp28 const int cint; member in X
/external/clang/test/SemaCXX/
Dcv-unqual-rvalues.cpp18 typedef const int cint; in a() typedef
19 g(cint(0)); // expected-error{{no matching function for call to 'g'}} in a()
Ddefault-assignment-operator.cpp13 const int cint; // expected-note {{declared here}} member in X
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
Dp1.cpp34 typedef const int cint; typedef
35 extern cint car1[10];
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
Dp1.cpp34 typedef const int cint; typedef
35 extern cint car1[10];
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h56 #define INIT_SND_CONTROL_INTEGER(c, cname, cget, cput, cint, pval, pdata) \ argument
61 c->name = cname; c->value = &cint; c->get = cget; c->put = cput; \
65 #define INIT_SND_CONTROL_BYTES(c, cname, cget, cput, cint, pval, pdata) \ argument
70 c->name = cname; c->value = &cint; c->get = cget; c->put = cput; \
/external/llvm-project/clang/test/Sema/
Dblock-return.c127 const int cint = 100; in foo7() local
130 int (^NN) (void) = ^{ return cint; }; in foo7()
/external/clang/test/Sema/
Dblock-return.c127 const int cint = 100; in foo7() local
130 int (^NN) (void) = ^{ return cint; }; in foo7()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Round.pbtxt6 according to the current system rounding mode use std::cint.
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
Dp1.cpp22 typename B::template C<int> *cint; member
/external/cldr/common/testData/transforms/
Dund-Latn-t-und-telu.txt331 చింతా cintā
/external/hyphenation-patterns/ga/
Dhyph-ga.pat.txt1505 3cint
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt1556 4cint
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td12726 according to the current system rounding mode use std::cint.