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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_addr.c 59 static void cvtbase (long oldbase, int newbase, int input[], int inlen, unsigned char result[], int reslen);
217 int newbase,
230 /* long division: input=input/newbase */
234 input[d++] = sum / newbase;
235 sum %= newbase;
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py 704 newbase = int(fspbase, 16)
706 newbase = int(fspbase)
708 delta = newbase - oldbase
709 print "Rebase FSP-%c from 0x%08X to 0x%08X:" % (ftype.upper(),oldbase,newbase)
738 OutputFile = base + "_%08X" % newbase + ext
754 parser_rebase.add_argument('-b', '--newbase', dest='FspBase', nargs='+', type=str, help='Rebased FSP binary file name', default = '', required = True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 3068 PyTypeObject *newbase, *oldbase; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 3035 PyTypeObject *newbase, *oldbase; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 3174 PyTypeObject *newbase, *oldbase; local
    [all...]
  /external/mksh/src/
var.c 632 setint_n(struct tbl *vq, mksh_ari_t num, int newbase)
640 if (newbase != 0)
641 vq->type = newbase;
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 3882 PyTypeObject *newbase, *oldbase; local
    [all...]
  /external/libxml2/
tree.c 5273 xmlChar *base, *newbase; local
    [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c     [all...]

Completed in 367 milliseconds