Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 25 of 39) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h91 register __typeof__ (n) _n = (n), _t = _n; \
94 _n ^= _t; \
95 _n -= _t; \
96 } else if (_n < 0) { /* also warns if n is unsigned type */ \
97 _n = -_n; \
99 /* return */ _n; \
130 __typeof__ (n) _n = (n); \
133 (void)(&_n == &_min); /* warn if types do not match */ \
134 (void)(&_n == &_max); \
135 if (_n < _min) \
[all …]
/third_party/mesa3d/src/imagination/common/
Dpvr_device_info.c290 #define CASE_PACKED_BVNC_DEVICE_INFO(_b, _v, _n, _c) \ in pvr_device_info_init() argument
291 case PVR_BVNC_PACK(_b, _v, _n, _c): \ in pvr_device_info_init()
292 info->ident = pvr_device_ident_##_b##_V_##_n##_##_c; \ in pvr_device_info_init()
294 info->ident.n = _n; \ in pvr_device_info_init()
297 info->features = pvr_device_features_##_b##_V_##_n##_##_c; \ in pvr_device_info_init()
298 info->enhancements = pvr_device_enhancements_##_b##_##_v##_##_n##_##_c; \ in pvr_device_info_init()
299 info->quirks = pvr_device_quirks_##_b##_##_v##_##_n##_##_c; \ in pvr_device_info_init()
/third_party/mesa3d/src/compiler/glsl/
Dint64.glsl72 idiv64(ivec2 _n, ivec2 _d)
74 const bool negate = (_n.y < 0) != (_d.y < 0);
75 uvec2 n = unpackUint2x32(uint64_t(abs(packInt2x32(_n))));
90 imod64(ivec2 _n, ivec2 _d)
92 const bool negate = (_n.y < 0) != (_d.y < 0);
93 uvec2 n = unpackUint2x32(uint64_t(abs(packInt2x32(_n))));
/third_party/openssl/crypto/camellia/
Dcamellia.c278 #define RotLeft128(_s0,_s1,_s2,_s3,_n) do {\ argument
279 u32 _t0=_s0>>(32-_n);\
280 _s0 = (_s0<<_n) | (_s1>>(32-_n));\
281 _s1 = (_s1<<_n) | (_s2>>(32-_n));\
282 _s2 = (_s2<<_n) | (_s3>>(32-_n));\
283 _s3 = (_s3<<_n) | _t0;\
/third_party/python/Parser/
Dparser.c21947 Py_ssize_t _n = 0; in _loop0_1_rule() local
21960 if (_n == _children_capacity) { in _loop0_1_rule()
21971 _children[_n++] = _res; in _loop0_1_rule()
21978 asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena); in _loop0_1_rule()
21986 for (int i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]); in _loop0_1_rule()
22016 Py_ssize_t _n = 0; in _loop0_2_rule() local
22029 if (_n == _children_capacity) { in _loop0_2_rule()
22040 _children[_n++] = _res; in _loop0_2_rule()
22047 asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena); in _loop0_2_rule()
22055 for (int i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]); in _loop0_2_rule()
[all …]
/third_party/libunwind/include/
Dlibunwind_i.h285 int _n = level; \
286 if (_n > 16) \
287 _n = 16; \
288 fprintf (stderr, "%*c>%s: ", _n, ' ', __FUNCTION__); \
/third_party/ltp/testcases/kernel/syscalls/select/
Dselect_var.h12 long _n; member
33 ._n = (long)nfds, in do_select_faulty_to()
/third_party/typescript/tests/cases/compiler/
DparseBigInt.ts66 const trailingSeparator = 123_n; constant
/third_party/libwebsockets/lib/misc/
Ddiskcache.c81 #define lp_to_fe(p, _n) lws_list_ptr_container(p, struct file_entry, _n) argument
/third_party/typescript/tests/baselines/reference/
DparseBigInt.types209 const trailingSeparator = 123_n;
211 >123_n : 123n
DparseBigInt.js65 const trailingSeparator = 123_n;
DparseBigInt.symbols153 const trailingSeparator = 123_n;
DparseBigInt.errors.txt104 const trailingSeparator = 123_n;
/third_party/jerryscript/tools/
Drun-perf-test.sh125 ((${PRE}_n++))
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h375 size_t _n = (dwords + 3) / 4; in SDL_memset4()
386 } while ( --_n ); in SDL_memset4()
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c55 #define lp_to_dir_entry(p, _n) lws_list_ptr_container(p, struct dir_entry, _n) argument
/third_party/node/deps/npm/node_modules/y18n/
DREADME.md81 ### y18n.\_\_n(singularString, pluralString, count, arg, arg, arg)
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js155 var _n = true;
160 for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
170 if (!_n && _i["return"]) _i["return"]();
/third_party/alsa-lib/src/
Dconf.c1179 static int parse_value(snd_config_t **_n, snd_config_t *parent, input_t *input, char **id, int skip) in parse_value() argument
1181 snd_config_t *n = *_n; in parse_value()
1212 *_n = n; in parse_value()
1234 *_n = n; in parse_value()
1251 *_n = n; in parse_value()
/third_party/mbedtls/library/
Decp_curves.c4615 G ## _n, sizeof( G ## _n ), \
4625 G ## _n, sizeof( G ## _n ), \
/third_party/icu/icu4c/source/data/translit/
Dund_FONIPA_und_FONXSAMP.txt150 ⁿ ↔ '_n'; # MODIFIER LETTER LATIN SMALL LETTER N
/third_party/skia/third_party/externals/icu/source/data/translit/
Dund_FONIPA_und_FONXSAMP.txt150 ⁿ ↔ '_n'; # MODIFIER LETTER LATIN SMALL LETTER N
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dund_FONIPA_und_FONXSAMP.txt149 ⁿ ↔ '_n'; # MODIFIER LETTER LATIN SMALL LETTER N
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_multiple_textures.txt295 Changed all enumerants ending in _n to
/third_party/openGLES/extensions/EXT/
DEXT_multiple_textures.txt295 Changed all enumerants ending in _n to

12