Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/libevdev/test/
Dtest-libevdev-has-event.c33 struct input_absinfo abs = { ABS_X, 0, 2, 0, 0, 0}; in START_TEST() local
69 struct input_absinfo abs = { ABS_X, 0, 2, 0, 0, 0}; in START_TEST() local
115 struct input_absinfo abs = { code, 0, 2, 0, 0, 0}; in START_TEST() local
158 struct input_absinfo abs = { ABS_X, 0, 2, 0, 0, 0}; in START_TEST() local
244 struct input_absinfo abs = { .value = 0, .minimum = 0, .maximum = 2}; in START_TEST() local
277 struct input_absinfo abs = { .value = 0, .minimum = 0, .maximum = 2}; in START_TEST() local
320 struct input_absinfo abs[] = { in START_TEST() local
375 struct input_absinfo abs[] = { in START_TEST() local
398 struct input_absinfo abs[] = { in START_TEST() local
423 struct input_absinfo abs[] = { in START_TEST() local
[all …]
Dtest-libevdev-events.c354 struct input_absinfo abs[3] = { in START_TEST() local
405 struct input_absinfo abs[6] = { in START_TEST() local
490 struct input_absinfo abs[6] = { in START_TEST() local
665 struct input_absinfo abs[6] = { in START_TEST() local
817 struct input_absinfo abs[6] = { in START_TEST() local
1017 struct input_absinfo abs[6] = { in START_TEST() local
1234 struct input_absinfo abs[] = { in START_TEST() local
1316 struct input_absinfo abs[2] = { in START_TEST() local
1355 struct input_absinfo abs[2] = { in START_TEST() local
1424 struct input_absinfo abs[2] = { in START_TEST() local
[all …]
Dtest-context.c56 const struct input_absinfo abs = { in START_TEST() local
80 struct input_absinfo abs = {0}; in START_TEST() local
103 struct input_absinfo abs = {0}; in START_TEST() local
132 struct input_absinfo abs = { .maximum = 5 }; in START_TEST() local
/third_party/musl/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dabs.c3 int abs(int a) in abs() function
/third_party/typescript/tests/cases/fourslash/
DcompletionsRecommended_local.ts26 const abs = (ctr: boolean): FourSlashInterface.ExpectedCompletionEntry => ({ constant
/third_party/ffmpeg/tests/
Drefcmp-metadata.awk5 function abs(val) { function
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c71 uint8_t swizzle[4], bool *negate, bool *abs) in get_mul_for_src()
193 bool negate, abs; in brw_nir_opt_peephole_ffma_instr() local
/third_party/libwebsockets/lib/abstract/
Dabstract.c153 lws_abs_bind_and_create_instance(const lws_abs_t *abs) in lws_abs_bind_and_create_instance()
297 lws_abs_t *abs = lws_zalloc(sizeof(*abs), __func__); in lws_abstract_alloc() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DSingleFunctionEffects.h26 auto abs = std::abs(x); in _overdrive() local
/third_party/tzdata/
Dtzselect.ksh287 function abs(x) { function
/third_party/vixl/examples/aarch64/
Dabs.cc55 Label abs; in main() local
/third_party/toybox/porting/liteos_a/toys/lsb/
Dumount.c107 char *abs = xabspath(*optargs, 0); in umount_main() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
/third_party/vixl/examples/aarch32/
Dabs.cc50 Label abs; in main() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DHalf.cpp23 unsigned int abs = fp32i & 0x7FFFFFFF; in half() local
/third_party/libinput/udev/
Dlibinput-fuzz-to-zero.c63 struct input_absinfo abs; in reset_absfuzz_to_zero() local
/third_party/libinput/src/
Dutil-input-event.h71 absinfo_range(const struct input_absinfo *abs) in absinfo_range()
/third_party/mesa3d/src/compiler/nir/
Dnir_normalize_cubemap_coords.c59 nir_ssa_def *abs = nir_fabs(b, orig_coord); in normalize_cubemap_coords_block() local
/third_party/libwebsockets/lib/abstract/transports/
Draw-skt.c29 struct lws_abs *abs; member
218 lws_atcrs_client_conn(const lws_abs_t *abs) in lws_atcrs_client_conn()
/third_party/libwebsockets/include/libwebsockets/
Dlws-test-sequencer.h30 lws_abs_t *abs; /* abstract protocol + unit test txport */ member
/third_party/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp.c55 const struct lws_abs *abs; member
359 lws_smtpc_child_bind(lws_abs_t *abs) in lws_smtpc_child_bind()
/third_party/rust/crates/rustix/src/fs/
Dmod.rs3 mod abs; module

1234567