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

  /external/elfutils/libelf/
elf_getarsym.c 50 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p)
69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32);
71 *nump = index64_p ? u.ret64 : u.ret32;
  /external/pdfium/third_party/libopenjpeg20/
t2.c 791 OPJ_UINT32 nump = 0; local
821 ++nump;
827 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
829 nump = 0;
842 nump++;
847 cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
849 nump = 0;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 803 int nump = ImsCallProfile.OIRToPresentation( local
810 + Rlog.pii(LOG_TAG, name) + " nump = " + nump + " namep = " + namep);
834 if (mNumberPresentation != nump) {
835 mNumberPresentation = nump;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 165 int * const nump,
184 *nump = num;
  /external/mksh/src/
var.c 518 getint(struct tbl *vp, mksh_ari_u *nump, bool arith)
530 nump->i = vp->val.i;
583 nump->u = (mksh_uari_t)wc;
607 nump->u = num;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 139 static const char * getnum(const char * strp, int * nump, int min,
686 getnum(register const char *strp, int *const nump, const int min, const int max)
702 *nump = num;
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7042 FT_ULong nump, k; local
7209 FT_ULong nump, k; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 778 getnum(register const char *strp, int *const nump, const int min, const int max)
794 *nump = num;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 4599 milliseconds