Searched refs:step (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/kernel/common/sound/
H A Dtlv.h31 #define TLV_DB_SCALE_ITEM(min, step, mute) SNDRV_CTL_TLVT_DB_SCALE, 2 * sizeof(unsigned int), (min), ((step) & TLV_DB_SCALE_MASK) | ((mute) ? TLV_DB_SCALE_MUTE : 0)
32 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
H A Dasound.h365 unsigned int step; member in struct:snd_pcm_channel_info
775 long step; member in struct:snd_ctl_elem_info::__anon618::__anon619
781 long long step; member in struct:snd_ctl_elem_info::__anon618::__anon620
/bionic/libc/upstream-netbsd/libc/regex/
H A Dengine.c87 #define step sstep macro
99 #define step lstep macro
134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft);
767 - fast - step through the string at top speed
795 st = step(m->g, startst, stopst, st, NOTHING, st);
821 st = step(m->g, startst, stopst, st, flagch, st);
835 st = step(m->g, startst, stopst, st, flagch, st);
847 st = step(m->g, startst, stopst, tmp, c, st);
849 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
862 - slow - step throug
967 step( function
1184 #undef step macro
[all...]
/bionic/linker/
H A DAndroid.mk52 # hand, as we want to insert an extra step that is not supported by the build system, and
H A Dlinker.cpp1162 int step = reverse ? -1 : 1; local
1164 for (int i = begin; i != end; i += step) {
/bionic/libc/kernel/common/linux/
H A Dvideodev.h157 __u16 step; member in struct:video_audio
H A Dvideodev2.h377 struct v4l2_fract step; member in struct:v4l2_frmival_stepwise
856 __s32 step; member in struct:v4l2_queryctrl
2009 __s32 step; member in struct:v4l2_event_ctrl

Completed in 357 milliseconds