Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 5 of 5) sorted by relevance

/third_party/uapp/dash/src/
A Dmachdep.h47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) argument
A Dmemalloc.c51 ckmalloc(size_t nbytes) in ckmalloc() argument
55 p = malloc(nbytes); in ckmalloc()
67 ckrealloc(pointer p, size_t nbytes) in ckrealloc() argument
69 p = realloc(p, nbytes); in ckrealloc()
114 stalloc(size_t nbytes) in stalloc() argument
119 aligned = SHELL_ALIGN(nbytes); in stalloc()
A Dmkinit.c452 ckmalloc(int nbytes) in ckmalloc() argument
456 if ((p = malloc(nbytes)) == NULL) in ckmalloc()
/third_party/ulib/musl/src/env/
A D__libc_start_main.c22 uint32_t nbytes, nhandles; member
48 zx_status_t status = zxr_processargs_strings(p->buffer, p->nbytes, in start_main()
103 zx_status_t status = zxr_message_size(bootstrap, &p.nbytes, &p.nhandles); in __libc_start_main()
105 p.nbytes = p.nhandles = 0; in __libc_start_main()
107 ZXR_PROCESSARGS_BUFFER(buffer, p.nbytes); in __libc_start_main()
112 status = zxr_processargs_read(bootstrap, buffer, p.nbytes, in __libc_start_main()
/third_party/ulib/musl/ldso/
A Ddynlink.c1971 uint32_t nbytes, nhandles; in __dls3() local
1972 zx_status_t status = zxr_message_size(bootstrap, &nbytes, &nhandles); in __dls3()
1976 nbytes = nhandles = 0; in __dls3()
1979 ZXR_PROCESSARGS_BUFFER(buffer, nbytes); in __dls3()
1984 status = zxr_processargs_read(bootstrap, buffer, nbytes, in __dls3()
1990 nbytes, nhandles, bootstrap, status, in __dls3()
1992 nbytes = nhandles = 0; in __dls3()
2062 (const char*)&buffer[nbytes], in __dls3()

Completed in 12 milliseconds