/third_party/rust/crates/rustix/src/thread/ |
D | prctl.rs | 48 unsafe { prctl_2args(PR_SET_KEEPCAPS, enable as usize as *mut _) }.map(|_r| ()) in set_keep_capabilities() 69 CString::new(&buffer[..len]).map_err(|_r| io::Errno::ILSEQ) in name() 82 unsafe { prctl_2args(PR_SET_NAME, name.as_ptr() as *mut _) }.map(|_r| ()) in set_name() 153 unsafe { prctl_2args(PR_SET_SECCOMP, mode as usize as *mut _) }.map(|_r| ()) in set_secure_computing_mode() 405 unsafe { prctl_2args(PR_CAPBSET_DROP, capability as usize as *mut _) }.map(|_r| ()) in remove_capability_from_capability_bounding_set() 464 unsafe { prctl_2args(PR_SET_SECUREBITS, bits.bits() as usize as *mut _) }.map(|_r| ()) in set_capabilities_secure_bits() 494 let value = usize::try_from(value.map_or(0, NonZeroU64::get)).map_err(|_r| io::Errno::RANGE)?; in set_current_timer_slack() 495 unsafe { prctl_2args(PR_SET_TIMERSLACK, value as *mut _) }.map(|_r| ()) in set_current_timer_slack() 525 unsafe { prctl_2args(PR_SET_NO_NEW_PRIVS, no_new_privs as usize as *mut _) }.map(|_r| ()) in set_no_new_privs() 573 unsafe { prctl_2args(PR_SET_THP_DISABLE, thp_disable as usize as *mut _) }.map(|_r| ()) in disable_transparent_huge_pages() [all …]
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 98 unsafe { prctl_2args(PR_SET_PDEATHSIG, signal as *mut _) }.map(|_r| ()) in set_parent_process_death_signal() 163 unsafe { prctl_2args(PR_SET_DUMPABLE, config as usize as *mut _) }.map(|_r| ()) in set_dumpable_behavior() 204 unsafe { prctl_2args(PR_SET_UNALIGN, config.bits() as usize as *mut _) }.map(|_r| ()) in set_unaligned_access_control() 247 unsafe { prctl_2args(PR_SET_FPEMU, config.bits() as usize as *mut _) }.map(|_r| ()) in set_floating_point_emulation_control() 306 unsafe { prctl_2args(PR_SET_FPEXC, config as usize as *mut _) }.map(|_r| ()) in set_floating_point_exception_mode() 362 unsafe { prctl_2args(PR_SET_TIMING, method as usize as *mut _) }.map(|_r| ()) in set_timing_method() 426 prctl_2args(PR_SET_ENDIAN, mode as usize as *mut _).map(|_r| ()) in set_endian_mode() 483 unsafe { prctl_2args(PR_SET_TSC, readability as usize as *mut _) }.map(|_r| ()) in set_time_stamp_counter_readability() 509 unsafe { prctl_1arg(option) }.map(|_r| ()) in configure_performance_counters() 581 unsafe { prctl_3args(PR_MCE_KILL, sub_operation as *mut _, policy) }.map(|_r| ()) in set_machine_check_memory_corruption_kill_policy() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_blendline.c | 32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() argument 39 r = DRAW_MUL(_r, _a); in SDL_BlendLine_RGB2() 44 r = _r; in SDL_BlendLine_RGB2() 124 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() argument 130 r = DRAW_MUL(_r, _a); in SDL_BlendLine_RGB555() 135 r = _r; in SDL_BlendLine_RGB555() 215 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() argument 221 r = DRAW_MUL(_r, _a); in SDL_BlendLine_RGB565() 226 r = _r; in SDL_BlendLine_RGB565() 306 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() argument [all …]
|
D | SDL_drawline.c | 69 Uint8 _r, _g, _b, _a; in SDL_DrawLine2() local 71 SDL_GetRGBA(color, fmt, &_r, &_g, &_b, &_a); in SDL_DrawLine2() 99 Uint8 _r, _g, _b, _a; in SDL_DrawLine4() local 101 SDL_GetRGBA(color, fmt, &_r, &_g, &_b, &_a); in SDL_DrawLine4()
|
/third_party/mesa3d/src/util/format/ |
D | u_format_yuv.h | 62 const float _r = SATURATE(r); in util_format_rgb_float_to_yuv() local 68 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() 69 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv() 70 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() 114 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local 118 *r = CLAMP(_r, 0, 255); in util_format_yuv_to_rgb_8unorm()
|
/third_party/typescript/tests/baselines/reference/ |
D | deleteChain.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable 42 ((_r = (_q = o6.b) === null || _q === void 0 ? void 0 : _q['c'].d) === null || _r === void 0 ? true…
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS2.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable 26 var result_foo3 = (_q = foo())[_r = 0] = Math.pow(_q[_r], Math.pow(foo()[0], 2));
|
D | destructuringEvaluationOrder(target=es5).js | 49 var _p = [{ x: 1 }], _q = _p[0], _r = _p[1], a = __rest(_q, []), b = _r === void 0 ? a : _r; variable
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js | 58 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z,… variable 78 _r = ["trimmer", ["trimming", "edging"]][0], nameMB = _r === void 0 ? "helloNoName" : _r;
|
D | noImplicitAnyDestructuringVarDeclaration2.js | 22 var _q = { x1: 1, y1: 2, z1: 3 }, _r = _q.x1, x1 = _r === void 0 ? 10 : _r, _s = _q.y1, y1 = _s ===… variable
|
/third_party/flutter/flutter/packages/flutter/lib/src/physics/ |
D | spring_simulation.dart | 186 : _r = r, 190 final double _r, _c1, _c2; 194 return (_c1 + _c2 * time) * math.pow(math.e, _r * time); 199 final double power = math.pow(math.e, _r * time); 200 return _r * (_c1 + _c2 * time) * power + _c2 * power; 261 _r = r, 265 final double _w, _r, _c1, _c2; 269 return math.pow(math.e, _r * time) * 275 final double power = math.pow(math.e, _r * time); 279 _r * power * (_c2 * sine + _c1 * cosine);
|
/third_party/pulseaudio/src/pulsecore/ |
D | authkey.c | 134 static int normalize_path(const char *fn, char **_r) { in normalize_path() argument 136 pa_assert(_r); in normalize_path() 139 return pa_append_to_config_home_dir(fn, _r); in normalize_path() 141 *_r = pa_xstrdup(fn); in normalize_path()
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() argument 5 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncmp()
|
D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncasecmp()
|
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strcasecmp()
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() argument 5 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncmp()
|
D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncasecmp()
|
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strcasecmp()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() argument 5 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncmp()
|
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strcasecmp()
|
D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncasecmp()
|
/third_party/musl/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() argument 5 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncmp()
|
D | strcasecmp.c | 4 int strcasecmp(const char *_l, const char *_r) in strcasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strcasecmp()
|
D | strncasecmp.c | 4 int strncasecmp(const char *_l, const char *_r, size_t n) in strncasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in strncasecmp()
|
/third_party/musl/porting/linux/user/src/string/ |
D | strcasecmp.c | 4 int __strcasecmp(const char *_l, const char *_r) in __strcasecmp() argument 6 const unsigned char *l=(void *)_l, *r=(void *)_r; in __strcasecmp()
|