HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 126 - 150 of 2707) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/psb_video/src/
tng_slotorder.c 108 unsigned long long val; local
113 val = ((idrcnt == 0) ? encoding_count : encoding_count % (intracnt * idrcnt + 1));
118 } else if (((val - 1) % (bframes + 1)) != 0) {
122 ((val - 1) / (bframes + 1) % (intracnt / (bframes + 1))) != 0) {
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_trace.c 98 char *val = getenv("TIMM_OSAL_DEBUG_TRACE_LEVEL"); local
100 val ? strtol(val, NULL, 0) : DEFAULT_TRACE_LEVEL;
  /ndk/sources/android/support/src/wcstox/
intscan.c 56 const unsigned char *val = table+1; local
73 if (val[c]>=16) {
85 if (val[c] >= base) {
100 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f))
101 x = x<<bs | val[c];
102 for (y=x; val[c]<base && y<=ULLONG_MAX>>bs; c=shgetc(f))
103 y = y<<bs | val[c];
105 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f))
106 x = x*base + val[c];
107 for (y=x; val[c]<base && y<=ULLONG_MAX/base && base*y<=ULLONG_MAX-val[c]; c=shgetc(f)
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.h 71 to the value given in the field `val' when the option is found, but
76 option's `flag' field to zero and its `val' field to a nonzero
79 returns the contents of the `val' field. */
92 int val; member in struct:option
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atm_he.h 16 unsigned addr, val; member in struct:he_ioctl_reg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_he.h 16 unsigned addr, val; member in struct:he_ioctl_reg
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon31241
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon31595
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon31949
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon32368
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon32731
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon33155
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon33517
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon34136
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
swap.h 32 unsigned long val; member in struct:__anon34473
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option

Completed in 642 milliseconds

1 2 3 4 56 7 8 91011>>