HomeSort by relevance Sort by last modified time
    Searched refs:rate (Results 126 - 150 of 926) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/ndk/platforms/android-21/include/linux/
fd.h 40 rate, member in struct:floppy_struct
44 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
45 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
237 unsigned char rate; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-3/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /external/iproute2/misc/
nstat.c 82 double rate; member in struct:nstat_ent
126 double rate; local
137 nr = sscanf(buf, "%s%llu%lg", idbuf, &val, &rate);
141 rate = 0;
148 n->rate = rate;
207 n->rate = 0;
289 if (!dump_zeros && !val && !n->rate)
307 fprintf(fp, "%-32s%-16llu%6.1f\n", n->id, val, n->rate);
344 if (!dump_zeros && !val && !n->rate)
    [all...]
  /external/iproute2/tc/
tc_util.h 63 extern int get_rate(unsigned *rate, const char *str);
64 extern int get_rate64(__u64 *rate, const char *str);
70 extern void print_rate(char *buf, int len, __u64 rate);
76 extern char * sprint_rate(__u64 rate, char *buf);
  /external/iproute2/testsuite/tests/tc/
cls-testbed.t 25 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
38 htb rate 100Mbit quantum 1514
  /external/iptables/extensions/
libxt_limit.c 28 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n"
44 int parse_rate(const char *rate, uint32_t *val)
50 delim = strchr(rate, '/');
66 r = atoi(rate);
73 * The rate maps to infinity. (1/day is the minimum they can
76 xtables_error(PARAMETER_PROBLEM, "Rate too fast \"%s\"\n", rate);
92 "Sorry: burst too large for that avg rate.\n");
104 "bad rate \"%s\"'", cb->arg);
  /external/kernel-headers/original/uapi/linux/
fd.h 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
39 spec1, /* stepping rate, head unload time */
132 unsigned long max_dtr; /* Step rate, usec */
136 unsigned long srt; /* Step rate, usec */
358 unsigned char rate; member in struct:floppy_raw_cmd
  /external/kernel-headers/original/uapi/rdma/
ib_user_sa.h 70 __u8 rate; member in struct:ib_user_path_rec
  /external/libvorbis/examples/
chaining_example.c 61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
  /external/tremolo/Tremolo/
ivorbiscodec.h 54 long rate; member in struct:vorbis_info
60 implies a fixed rate bitstream
66 may also be set to give a nominal rate.
  /external/v8/src/profiler/
sampling-heap-profiler.h 43 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
158 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate,
165 rate_(rate) {}
179 intptr_t GetNextSampleInterval(uint64_t rate);
  /frameworks/av/include/media/stagefright/
MediaClock.h 44 void setPlaybackRate(float rate);
  /frameworks/base/media/java/android/media/audiopolicy/
AudioMix.java 339 // FIXME Can we eliminate this? Will AudioMix work with an unspecified sample rate?
340 int rate = AudioSystem.getPrimaryOutputSamplingRate(); local
341 if (rate <= 0) {
342 rate = 44100;
344 mFormat = new AudioFormat.Builder().setSampleRate(rate).build();
  /hardware/libhardware/include/hardware/
local_time_hal.h 81 * Sets the HW slew rate of oscillator which drives the system wide local
85 * Valid values for rate range from MIN_INT16 to MAX_INT16. Platform
87 * slew rate of their hardware.
89 int (*set_local_slew)(struct local_time_hw_device* dev, int16_t rate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
39 spec1, /* stepping rate, head unload time */
132 unsigned long max_dtr; /* Step rate, usec */
136 unsigned long srt; /* Step rate, usec */
357 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 31 rate, /* data rate. |= 0x40 for perpendicular */ member in struct:floppy_struct
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
39 spec1, /* stepping rate, head unload time */
132 unsigned long max_dtr; /* Step rate, usec */
136 unsigned long srt; /* Step rate, usec */
357 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_sa.h 70 __u8 rate; member in struct:ib_user_path_rec
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd

Completed in 1002 milliseconds

1 2 3 4 56 7 8 91011>>