HomeSort by relevance Sort by last modified time
    Searched full:strtoptr (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/
r.c 11 #define strtoptr strtoull macro
13 #define strtoptr strtoul macro
38 uintptr_t addr = strtoptr(argv[1], 0, 16);
43 endaddr = strtoptr(end + 1, 0, 16);
  /prebuilts/go/darwin-x86/src/runtime/
os1_windows.go 103 strtoptr := func(s string) uintptr {
107 l := stdcall1(_LoadLibraryA, strtoptr("kernel32.dll"))
109 f := stdcall2(_GetProcAddress, l, strtoptr(name))
  /prebuilts/go/linux-x86/src/runtime/
os1_windows.go 103 strtoptr := func(s string) uintptr {
107 l := stdcall1(_LoadLibraryA, strtoptr("kernel32.dll"))
109 f := stdcall2(_GetProcAddress, l, strtoptr(name))

Completed in 407 milliseconds