Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 6995) sorted by relevance

12345678910>>...280

/external/clang/test/CodeGen/
Ddebug-info-257-args.c7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
/external/llvm-project/clang/test/CodeGen/
Ddebug-info-257-args.c7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
/external/llvm-project/clang/test/Parser/
Dmethod-prototype-1.m3 - (void) bycopy : (int) woodo, ... ; argument
4 - (void) break : (int) woodo, ... ; argument
5 - (void) enum : (int) woodo, ... ; argument
6 - (void) struct : (int) woodo, ... ; argument
7 - (void) union : (int) woodo, ... ; argument
8 - (void) if : (int) woodo, int i, char chh, ... ; argument
9 - (void) else : (int) woodo, ... ; argument
10 - (void) while : (int) woodo, ... ; argument
11 - (void) do : (int) woodo, ... ; argument
12 - (void) for : (int) woodo, ... ; argument
[all …]
Dmessage-expr-alt-op.mm15 xor_eq:(int)l; argument
17 -(void)justAnd:(int)x and:(int)y; argument
19 -(void)and:(int)x; argument
/external/clang/test/Parser/
Dmethod-prototype-1.m3 - (void) bycopy : (int) woodo, ... ; argument
4 - (void) break : (int) woodo, ... ; argument
5 - (void) enum : (int) woodo, ... ; argument
6 - (void) struct : (int) woodo, ... ; argument
7 - (void) union : (int) woodo, ... ; argument
8 - (void) if : (int) woodo, int i, char chh, ... ; argument
9 - (void) else : (int) woodo, ... ; argument
10 - (void) while : (int) woodo, ... ; argument
11 - (void) do : (int) woodo, ... ; argument
12 - (void) for : (int) woodo, ... ; argument
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dattr-deprecated-replacement-fixit.m19 - (void)multi:(int)param1 parameter:(int)param2 replacement:(int)param3 DEPRECATED("multi_new:param… argument
20 - (void)multi_new:(int)param1 parameter_new:(int)param2 replace_new_ment:(int)param3; argument
24 - (void)renameVarArgs:(int)params, ...; argument
28 - (void)leadingMinusRenamed:(int)param; argument
32 - (void)leadingPlusRenamed:(int)param; argument
35 - (void)sourceEmptyName:(int)param1 :(int)param2 DEPRECATED("renameEmptyName:toNonEmpty:"); argument
36 - (void)renameEmptyName:(int)param1 toNonEmpty:(int)param2; argument
39 - (void)target:(int)param1 willBecomeEmpty:(int)param2 emptyName:(int)param3 DEPRECATED("target::em… argument
40 - (void)target:(int)param1 :(int)param2 emptyName:(int)param3; argument
43 - (void)extra:(int)param1 whiteSpace:(int)param2 DEPRECATED("renameExtra:whiteSpace:"); argument
[all …]
Dmethod-direct-properties.m32 @property(nonatomic) int propertyWithNonDirectGetter2; // expected-note {{previous declaration is h… category
34 @property(nonatomic, readwrite) int getDirect_setDirectMembers; // expected-note {{previous declar… category
35 @property(nonatomic, readwrite) int getDynamic_setDirectMembers; // expected-note {{previous declar… category
39 @property(nonatomic, readwrite) int getDirect_setDynamic; category
40 @property(nonatomic, readwrite, direct) int getDirect_setDirect; // expected-note {{previous declar… category
42 @property(nonatomic, readwrite, direct) int getDynamic_setDirect; // expected-note {{previous decla… category
46 @property(nonatomic, direct) int propertyWithNonDirectGetterInParent; // expected-note {{previous d… category
48 - (int)propertyWithNonDirectGetter; // no error: legal override category
49 - (int)propertyWithNonDirectGetter2; // no error: legal override category
50 - (int)propertyWithNonDirectGetterInParent; // no error: legal override category
[all …]
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dsoc_interface.cc26 bool soc_interface_AllocateInOutNodeBuffers(int /*input_count*/, in soc_interface_AllocateInOutNodeBuffers() argument
27 int* /*input_sizes*/, in soc_interface_AllocateInOutNodeBuffers() argument
32 bool soc_interface_FillInputNodeWithPort(int /*port*/, int /*x*/, int /*y*/, in soc_interface_FillInputNodeWithPort() argument
38 bool soc_interface_FillInputNodeFloat(int /*x*/, int /*y*/, int /*z*/, in soc_interface_FillInputNodeFloat() argument
43 bool soc_interface_ReadOutputNodeWithPort(int /*port*/, uint8_t** /*buf*/, in soc_interface_ReadOutputNodeWithPort() argument
52 bool soc_interface_setupDummyGraph(int /*version*/) { return false; } in soc_interface_setupDummyGraph() argument
53 bool soc_interface_AllocateNodeInputAndNodeOutputArray( in soc_interface_AllocateNodeInputAndNodeOutputArray() argument
58 void* soc_interface_SetOneNodeInputs(int /*input_count*/, in soc_interface_SetOneNodeInputs() argument
63 void* soc_interface_SetOneNodeOutputs(int /*output_count*/, int* /*max_size*/) { in soc_interface_SetOneNodeOutputs() argument
66 bool soc_interface_AppendConstNode(const char* const /*name*/, int /*node_id*/, in soc_interface_AppendConstNode() argument
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DUrlComponentEncodingTester.java51 map.put((int) '\b', Encoding.PERCENT); // Backspace in map.put() argument
52 map.put((int) '\t', Encoding.SKIP); // Horizontal Tab in map.put() argument
53 map.put((int) '\n', Encoding.SKIP); // Line feed in map.put() argument
55 map.put((int) '\f', Encoding.SKIP); // Form feed in map.put() argument
56 map.put((int) '\r', Encoding.SKIP); // Carriage return in map.put() argument
75 map.put((int) ' ', Encoding.PERCENT); in map.put() argument
76 map.put((int) '!', Encoding.IDENTITY); in map.put() argument
77 map.put((int) '"', Encoding.PERCENT); in map.put() argument
78 map.put((int) '#', Encoding.PERCENT); in map.put() argument
79 map.put((int) '$', Encoding.IDENTITY); in map.put() argument
[all …]
/external/ruy/ruy/
Dpack_avx.cc34 void Pack8bitColMajorForAvx(const std::int8_t*, std::int8_t, const std::int8_t*, in Pack8bitColMajorForAvx() argument
40 void PackFloatColMajorForAvx(const float*, const float*, int, int, int, in PackFloatColMajorForAvx() argument
46 void Pack8bitRowMajorForAvx(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx() argument
Dpack_avx2_fma.cc34 void Pack8bitColMajorForAvx2(const std::int8_t*, std::int8_t, in Pack8bitColMajorForAvx2() argument
41 void PackFloatColMajorForAvx2(const float*, const float*, int, int, int, in PackFloatColMajorForAvx2() argument
47 void Pack8bitRowMajorForAvx2(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx2() argument
Dpack_avx512.cc34 void Pack8bitColMajorForAvx512(const std::int8_t*, std::int8_t, in Pack8bitColMajorForAvx512() argument
41 void PackFloatColMajorForAvx512(const float*, const float*, int, int, int, in PackFloatColMajorForAvx512() argument
47 void Pack8bitRowMajorForAvx512(const std::uint8_t*, int, int, std::int8_t*, int, in Pack8bitRowMajorForAvx512() argument
/external/python/rsa/rsa/
Dcommon.py21 def __init__(self, a: int, b: int, d: int, msg: str = '') -> None:
28 def bit_size(num: int) -> int:
56 def byte_size(number: int) -> int:
81 def ceil_div(num: int, div: int) -> int:
105 def extended_gcd(a: int, b: int) -> typing.Tuple[int, int, int]:
130 def inverse(x: int, n: int) -> int:
147 def crt(a_values: typing.Iterable[int], modulo_values: typing.Iterable[int]) -> int:
Dkey.py54 def __init__(self, n: int, e: int) -> None:
151 def blind(self, message: int) -> int:
168 def unblind(self, blinded: int) -> int:
238 def __setstate__(self, state: typing.Tuple[int, int]) -> None: argument
392 def __init__(self, n: int, e: int, d: int, p: int, q: int) -> None:
413 def __setstate__(self, state: typing.Tuple[int, int, int, int, int, int, int, int]) -> None: argument
439 def blinded_decrypt(self, encrypted: int) -> int:
453 def blinded_encrypt(self, message: int) -> int:
589 def find_p_q(nbits: int,
590 getprime_func: typing.Callable[[int], int] = rsa.prime.getprime,
[all …]
Dprime.py27 def gcd(p: int, q: int) -> int:
39 def get_primality_testing_rounds(number: int) -> int:
65 def miller_rabin_primality_testing(n: int, k: int) -> bool:
118 def is_prime(number: int) -> bool:
144 def getprime(nbits: int) -> int:
172 def are_relatively_prime(a: int, b: int) -> bool:
/external/llvm-project/clang/test/Index/
Dcomplete-super.m7 - (void)add:(int)x to:(int)y; argument
8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
14 - (void)add:(int)x to:(int)y; argument
15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
19 - (void)add:(int)a to:(int)b { argument
23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
30 - (void)multiply:(int)x by:(int)y; argument
37 - (void)multiply:(int)a by:(int)b { argument
/external/clang/test/Index/
Dcomplete-super.m7 - (void)add:(int)x to:(int)y; argument
8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
14 - (void)add:(int)x to:(int)y; argument
15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument
19 - (void)add:(int)a to:(int)b { argument
23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
30 - (void)multiply:(int)x by:(int)y; argument
37 - (void)multiply:(int)a by:(int)b { argument
/external/python/pybind11/tests/
Dtest_docstring_options.cpp18 m.def("test_function1", [](int, int) {}, py::arg("a"), py::arg("b")); in TEST_SUBMODULE() argument
19 m.def("test_function2", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); in TEST_SUBMODULE() argument
21 m.def("test_overloaded1", [](int) {}, py::arg("i"), "Overload docstring"); in TEST_SUBMODULE() argument
24 m.def("test_overloaded2", [](int) {}, py::arg("i"), "overload docstring 1"); in TEST_SUBMODULE() argument
27 m.def("test_overloaded3", [](int) {}, py::arg("i")); in TEST_SUBMODULE() argument
32 m.def("test_function3", [](int, int) {}, py::arg("a"), py::arg("b")); in TEST_SUBMODULE() argument
33 m.def("test_function4", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); in TEST_SUBMODULE() argument
37 m.def("test_function5", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); in TEST_SUBMODULE() argument
42 … m.def("test_function6", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); in TEST_SUBMODULE() argument
46 m.def("test_function7", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); in TEST_SUBMODULE() argument
/external/llvm-project/clang/test/CodeGenObjCXX/
Dmangle.mm37 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i; argument
41 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i… argument
/external/clang/test/CodeGenObjCXX/
Dmangle.mm37 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i; argument
41 - (void) process: (int)r3 :(int)r4 :(int)r5 :(int)r6 :(int)r7 :(int)r8 :(int)r9 :(int)r10 :(int &)i… argument
/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py133 def coordinates(self, replica: int, logical_core: int) -> Tuple: # pylint:disable=g-bare-generic
137 def lookup_replicas(self, task_id: int, logical_core: int) -> List[int]:
157 def tpu_ordinal(self, replica: int = 0, logical_core: int = 0) -> int:
163 replica: int = 0,
164 logical_core: int = 0,
171 replica: int = 0,
172 logical_core: int = 0,
182 num_replicas: int = 1) -> "DeviceAssignment":
187 def _open_ring_2d(x_size: int, y_size: int,
188 z_coord: int) -> List[Tuple[int, int, int]]:
[all …]
/external/golang-protobuf/proto/
Dtable_unmarshal.go659 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) {
673 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) {
687 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) {
725 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) {
739 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) {
753 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) {
791 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) {
805 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) {
819 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) {
857 func unmarshalInt32Value(b []byte, f pointer, w int) ([]byte, error) {
[all …]
/external/clang/test/CodeGenObjC/
Ddot-syntax-1.m18 -(void) setX: (int) arg; argument
26 -(void) _setX: (int) arg { argument
36 -(void) setX: (int) arg { argument
45 -(void) setX: (int) arg; argument
57 -(void) setX: (int) arg { argument
67 -(void) _setX: (int) arg { argument
76 -(void) _setX: (int) arg; argument
88 -(void) _setX: (int) arg { argument
98 -(void) setX: (int) arg { argument
107 -(void) setX: (int) arg; argument
[all …]
/external/llvm-project/clang/test/CodeGenObjC/
Ddot-syntax-1.m18 -(void) setX: (int) arg; argument
26 -(void) _setX: (int) arg { argument
36 -(void) setX: (int) arg { argument
45 -(void) setX: (int) arg; argument
57 -(void) setX: (int) arg { argument
67 -(void) _setX: (int) arg { argument
76 -(void) _setX: (int) arg; argument
88 -(void) _setX: (int) arg { argument
98 -(void) setX: (int) arg { argument
107 -(void) setX: (int) arg; argument
[all …]
/external/llvm-project/clang/test/Analysis/copypaste/
Dobjc-methods.m6 - (int) setOk : (int) a : (int) b; argument
10 - (int) setOk : (int) a : (int) b { // expected-warning{{Duplicate code detected}} argument
18 - (int) setOk : (int) a : (int) b; argument
22 - (int) setOk : (int) a : (int) b { // expected-note{{Similar code here}} argument

12345678910>>...280