Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/vixl/src/aarch64/
Ddecoder-constants-aarch64.h43 constexpr uint32_t operator"" _b(const char* x, size_t s) {
54 { {"0111001"_b, "fcvtnu_asimdmiscfp16_r"},
55 {"0x00001"_b, "fcvtnu_asimdmisc_r"},
56 {"1111001"_b, "fcvtpu_asimdmiscfp16_r"},
57 {"1x00001"_b, "fcvtpu_asimdmisc_r"},
58 {"xx10000"_b, "umaxv_asimdall_only"},
59 {"xx10001"_b, "uminv_asimdall_only"},
65 { {"0"_b, "bl_only_branch_imm"},
66 {"1"_b, "_qpzynz"},
72 { {"0000000"_b, "rbit_32_dp_1src"},
[all …]
/external/clang/test/CXX/over/over.oper/over.literal/
Dp3.cpp22 char operator "" _b(); // expected-error {{parameter}}
23 char operator "" _b(const wchar_t *); // expected-error {{parameter}}
24 char operator "" _b(long long); // expected-error {{parameter}}
25 char operator "" _b(double); // expected-error {{parameter}}
26 char operator "" _b(short); // expected-error {{parameter}}
28 char operator "" _b(unsigned short); // expected-error {{parameter}}
29 char operator "" _b(signed char); // expected-error {{parameter}}
30 char operator "" _b(unsigned char); // expected-error {{parameter}}
31 char operator "" _b(const short *, size_t); // expected-error {{parameter}}
32 char operator "" _b(const unsigned short *, size_t); // expected-error {{parameter}}
[all …]
Dp5.cpp15 friend void operator "" _b(); // expected-error {{parameters}}
18 template<char... C, int N = 0> void operator "" _b(); // expected-error {{template}}
19 template<char... C> void operator "" _b(int N = 0); // expected-error {{template}}
20 template<char, char...> void operator "" _b(); // expected-error {{template}}
21 template<typename T> T operator "" _b(const char *); // expected-error {{template}}
22 template<typename T> int operator "" _b(const T *, size_t); // expected-error {{template}}
/external/libdivsufsort/include/
Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument
154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
157 stack[ssize].a = (_a), stack[ssize].b = (_b),\
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
163 stack[ssize].a = (_a), stack[ssize].b = (_b),\
166 #define STACK_POP(_a, _b, _c, _d)\ argument
170 (_a) = stack[--ssize].a, (_b) = stack[ssize].b,\
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
[all …]
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DMergedStream.java19 private byte[] _b; field in MergedStream
28 _b = buf; in MergedStream()
35 if (_b != null) { in available()
47 if (_b == null) { _in.mark(readlimit); } in mark()
52 return (_b == null) && _in.markSupported(); in markSupported()
56 if (_b != null) { in read()
57 int c = _b[_ptr++] & 0xFF; in read()
72 if (_b != null) { in read()
77 System.arraycopy(_b, _ptr, b, off, len); in read()
89 if (_b == null) { _in.reset(); } in reset()
[all …]
/external/ltp/include/
Dtst_minmax.h11 typeof(b) _b = (b); \
12 (void) (&_a == &_b); \
13 _a < _b ? _a : _b; \
20 typeof(b) _b = (b); \
21 (void) (&_a == &_b); \
22 _a > _b ? _a : _b; \
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DByteBufferBackedInputStream.java12 protected final ByteBuffer _b; field in ByteBufferBackedInputStream
14 public ByteBufferBackedInputStream(ByteBuffer buf) { _b = buf; } in ByteBufferBackedInputStream()
16 @Override public int available() { return _b.remaining(); } in available()
19 public int read() throws IOException { return _b.hasRemaining() ? (_b.get() & 0xFF) : -1; } in read()
23 if (!_b.hasRemaining()) return -1; in read()
24 len = Math.min(len, _b.remaining()); in read()
25 _b.get(bytes, off, len); in read()
DByteBufferBackedOutputStream.java11 protected final ByteBuffer _b; field in ByteBufferBackedOutputStream
13 public ByteBufferBackedOutputStream(ByteBuffer buf) { _b = buf; } in ByteBufferBackedOutputStream()
15 @Override public void write(int b) throws IOException { _b.put((byte) b); } in write()
16 …@Override public void write(byte[] bytes, int off, int len) throws IOException { _b.put(bytes, off… in write()
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/
Dacquisition_network_device_pb2.py5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
21 …serialized_pb=_b('\n acquisition_network_device.proto\x12\x0cts_mon.proto\"\x88\x02\n\rNetworkDevi…
56 has_default_value=False, default_value=_b("").decode('utf-8'),
63 has_default_value=False, default_value=_b("").decode('utf-8'),
70 has_default_value=False, default_value=_b("").decode('utf-8'),
84 has_default_value=False, default_value=_b("").decode('utf-8'),
98 has_default_value=False, default_value=_b("").decode('utf-8'),
105 has_default_value=False, default_value=_b("").decode('utf-8'),
112 has_default_value=False, default_value=_b("").decode('utf-8'),
119 has_default_value=False, default_value=_b("").decode('utf-8'),
[all …]
Dany_pb2.py5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
21 …serialized_pb=_b('\n\tany.proto\x12\x0cts_mon.proto\".\n\x03\x41ny\x12\x14\n\x08type_url\x18\x01 \…
38 has_default_value=False, default_value=_b("").decode('utf-8'),
41 options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\002'))),
45 has_default_value=False, default_value=_b(""),
48 options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\001'))),
75 …ame['type_url']._options = _descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\010\002'))
77 _ANY.fields_by_name['value']._options = _descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b
Dacquisition_task_pb2.py5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
21 …serialized_pb=_b('\n\x16\x61\x63quisition_task.proto\x12\x0cts_mon.proto\"\xd3\x01\n\x04Task\x12\x…
56 has_default_value=False, default_value=_b("").decode('utf-8'),
63 has_default_value=False, default_value=_b("").decode('utf-8'),
70 has_default_value=False, default_value=_b("").decode('utf-8'),
77 has_default_value=False, default_value=_b("").decode('utf-8'),
84 has_default_value=False, default_value=_b("").decode('utf-8'),
91 has_default_value=False, default_value=_b("").decode('utf-8'),
105 has_default_value=False, default_value=_b("").decode('utf-8'),
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMismatchedRangeException.cs42 private readonly int _b; field in Antlr.Runtime.MismatchedRangeException
58 this._b = b; in MismatchedRangeException()
64 this._b = b; in MismatchedRangeException()
70 this._b = b; in MismatchedRangeException()
79 this._b = info.GetInt32("B"); in MismatchedRangeException()
90 return _b;
100 info.AddValue("B", _b); in GetObjectData()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.c143 static void _upb_mapsorter_getkeys(const void *_a, const void *_b, void *a_key, in _upb_mapsorter_getkeys() argument
146 const upb_tabent *const*b = _b; in _upb_mapsorter_getkeys()
153 static int _upb_mapsorter_cmpi64(const void *_a, const void *_b) { in _upb_mapsorter_cmpi64() argument
155 _upb_mapsorter_getkeys(_a, _b, &a, &b, 8); in _upb_mapsorter_cmpi64()
159 static int _upb_mapsorter_cmpu64(const void *_a, const void *_b) { in _upb_mapsorter_cmpu64() argument
161 _upb_mapsorter_getkeys(_a, _b, &a, &b, 8); in _upb_mapsorter_cmpu64()
165 static int _upb_mapsorter_cmpi32(const void *_a, const void *_b) { in _upb_mapsorter_cmpi32() argument
167 _upb_mapsorter_getkeys(_a, _b, &a, &b, 4); in _upb_mapsorter_cmpi32()
171 static int _upb_mapsorter_cmpu32(const void *_a, const void *_b) { in _upb_mapsorter_cmpu32() argument
173 _upb_mapsorter_getkeys(_a, _b, &a, &b, 4); in _upb_mapsorter_cmpu32()
[all …]
/external/compiler-rt/test/BlocksRuntime/
Dbyrefcopycopy.c23 __typeof(b) _b; in main() local
29 _b = Block_copy(b); // make a new copy each time in main()
30 assert(_b); in main()
32 _b(); // should still update the stack in main()
33 Block_release(_b); in main()
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
/external/llvm/test/MC/MachO/
Dreloc-pcrel.s8 _b: label
21 call _b
22 call _b - 1
23 call _b + 1
28 call _b - L0
Dtls.s38 .tbss _b$tlv$init, 4, 2
40 .globl _b symbol
41 _b: label
44 .quad _b$tlv$init
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DMultiArgConstructorTest.java17 protected int _a, _b; field in MultiArgConstructorTest.MultiArgCtorBean
23 _b = b; in MultiArgCtorBean()
29 protected int _a, _b; field in MultiArgConstructorTest.MultiArgCtorBeanWithAnnotations
35 _b = b; in MultiArgCtorBeanWithAnnotations()
73 assertEquals(13, bean._b); in testMultiArgVisible()
86 assertEquals(7, bean._b); in testMultiArgWithPartialOverride()
/external/fsverity-utils/common/
Dcommon_defs.h48 __typeof__(b) _b = (b); \
49 _a < _b ? _a : _b; \
54 __typeof__(b) _b = (b); \
55 _a > _b ? _a : _b; \
/external/mesa3d/src/freedreno/rnn/
Dutil.h73 typeof (b) _b = (b); \
74 _a < _b ? _a : _b; \
80 typeof (b) _b = (b); \
81 _a > _b ? _a : _b; \
/external/wmediumd/wmediumd/inc/usfstl/
Dassert.h72 typeof(b) _b = b; \
73 if (!((_a) op (_b))) \
76 _a, _b); \
81 typeof(b) _b = b; \
82 if (!((_a) op (_b))) \
85 prfn(_a), prfn(_b)); \
/external/AFLplusplus/include/
Dtypes.h82 __typeof__(b) _b = (b); \
83 _a < _b ? _a : _b; \
91 __typeof__(b) _b = (b); \
92 _a > _b ? _a : _b; \
/external/AFLplusplus/
Dtypes.h82 __typeof__(b) _b = (b); \
83 _a < _b ? _a : _b; \
91 __typeof__(b) _b = (b); \
92 _a > _b ? _a : _b; \
/external/llvm/test/MC/AsmParser/
Dmacros-gas.s28 .macro test3 _a _b _c
38 .macro test3_prime _a _b _c
72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
22 …serialized_pb=_b('\n\x10helloworld.proto\x12\nhelloworld\"\x1c\n\x0cHelloRequest\x12\x0c\n\x04name…
38 has_default_value=False, default_value=_b("").decode('utf-8'),
69 has_default_value=False, default_value=_b("").decode('utf-8'),
109 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\033io.grpc.exa…

1234567891011