HomeSort by relevance Sort by last modified time
    Searched refs:newbase (Results 1 - 13 of 13) 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;
  /external/syslinux/memdisk/
setup.c 649 static void relocate_rm_code(uint32_t newbase)
653 uint32_t delta = newbase - oldbase;
656 memmove((void *)newbase, (void *)oldbase, rm_args.rm_size);
    [all...]
  /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 3134 PyTypeObject *newbase, *oldbase; local
    [all...]
  /external/mksh/src/
var.c 630 setint_n(struct tbl *vq, mksh_ari_t num, int newbase)
638 if (newbase != 0)
639 vq->type = newbase;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 1740 String newbase = new String(dir + File.separator); local
    [all...]
  /external/libxml2/
tree.c 5263 xmlChar *base, *newbase; local
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/dlmalloc/
malloc.c     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 537 delta uintptr // ptr distance from old to new stack (newbase - oldbase)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 537 delta uintptr // ptr distance from old to new stack (newbase - oldbase)
    [all...]

Completed in 934 milliseconds