HomeSort by relevance Sort by last modified time
    Searched refs:nump (Results 1 - 8 of 8) sorted by null

  /development/ndk/platforms/android-3/include/linux/
moduleparam.h 95 #define module_param_array_named(name, array, type, nump, perm) static struct kparam_array __param_arr_##name = { ARRAY_SIZE(array), nump, param_set_##type, param_get_##type, sizeof(array[0]), array }; module_param_call(name, param_array_set, param_array_get, &__param_arr_##name, perm); __MODULE_PARM_TYPE(name, "array of " #type)
97 #define module_param_array(name, type, nump, perm) module_param_array_named(name, name, type, nump, perm)
  /bootable/recovery/mtdutils/
mtdutils.c 80 const int nump = 32; local
81 MtdPartition *partitions = malloc(nump * sizeof(*partitions));
87 g_mtd_state.partitions_allocd = nump;
88 memset(partitions, 0, nump * sizeof(*partitions));
  /external/mksh/src/
var.c 483 getint(struct tbl *vp, mksh_ari_u *nump, bool arith)
495 nump->i = vp->val.i;
532 nump->u = (mksh_uari_t)wc;
552 nump->u = num;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 144 static const char * getnum(const char * strp, int * nump, int min,
657 getnum(strp, nump, min, max)
659 int * const nump;
677 *nump = num;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 144 static const char * getnum(const char * strp, int * nump, int min,
657 getnum(strp, nump, min, max)
659 int * const nump;
677 *nump = num;
    [all...]
  /bionic/libc/tzcode/
localtime.c 155 static const char * getnum(const char * strp, int * nump, int min,
699 getnum(register const char * strp, int * const nump, const int min, const int max)
715 *nump = num;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 7375 FT_ULong k, nump; local
7554 FT_ULong nump, k; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7490 FT_ULong k, nump; local
7669 FT_ULong nump, k; local
    [all...]

Completed in 2589 milliseconds