Home
last modified time | relevance | path

Searched defs:_r (Results 1 – 25 of 55) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp()
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp()
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp()
/third_party/musl/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp()
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp()
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp()
/third_party/typescript/tests/cases/conformance/node/
DnodeModulesTripleSlashReferenceModeDeclarationEmit7.ts23 interface RequireInterface { _r: any; } property
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp()
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp()
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp()
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrncasecmp.c4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp()
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp()
Dstrcasecmp.c4 int strcasecmp(const char *_l, const char *_r) in strcasecmp()
/third_party/mesa3d/src/util/format/
Du_format_yuv.h62 const float _r = SATURATE(r); in util_format_rgb_float_to_yuv() local
114 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
/third_party/musl/porting/linux/user/src/string/
Dstrcasecmp.c4 int __strcasecmp(const char *_l, const char *_r) in __strcasecmp()
Dstrncasecmp.c4 int __strncasecmp(const char *_l, const char *_r, size_t n) in __strncasecmp()
/third_party/python/Objects/
Dsliceobject.c171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, in PySlice_GetIndices()
203 PySlice_Unpack(PyObject *_r, in PySlice_Unpack()
292 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, in PySlice_GetIndicesEx()
/third_party/typescript/tests/baselines/reference/
DdeleteChain.js29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
DemitCompoundExponentiationAssignmentWithIndexingOnLHS2.js15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
DdestructuringEvaluationOrder(target=es5).js49 var _p = [{ x: 1 }], _q = _p[0], _r = _p[1], a = __rest(_q, []), b = _r === void 0 ? a : _r; variable
DlateBoundDestructuringImplicitAnyError.js52 var _q = numIndexed, _r = symed2, prop8 = _q[_r]; variable
DnewWithSpreadES5.js108 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t; variable
DnewWithSpread.js109 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t; variable
DnullPropertyName.js190 var _r: number; variable
/third_party/pulseaudio/src/pulsecore/
Dauthkey.c134 static int normalize_path(const char *fn, char **_r) { in normalize_path()

123