Searched refs:need (Results 1 - 14 of 14) sorted by relevance

/seL4-test-master/projects/musllibc/src/network/
H A Dgethostbyname2_r.c18 size_t align, need; local
45 need = 4*sizeof(char *);
46 need += (cnt + 1) * (sizeof(char *) + h->h_length);
47 need += strlen(name)+1;
48 need += strlen(canon)+1;
49 need += align;
51 if (need > buflen) return ERANGE;
/seL4-test-master/tools/nanopb/generator/
H A Dprotoc-gen-nanopb.bat8 :: path is already set up properly and there is no need to give
/seL4-test-master/projects/musllibc/src/internal/i386_sel4/
H A Dsyscall.s5 # the same type we really just want to do a jmp, but need to
/seL4-test-master/projects/musllibc/src/internal/x86_64_sel4/
H A Dsyscall.s5 # the same type we really just want to do a jmp, but need to
/seL4-test-master/projects/musllibc/src/thread/
H A Dpthread_create.c99 * detached later (== 2), we need to clear it here. */
217 size_t need = libc.tls_size + __pthread_tsd_size; local
224 if (need < size/8 && need < 2048) {
227 memset(stack, 0, need);
229 size = ROUND(need);
/seL4-test-master/projects/musllibc/src/fenv/sh/
H A Dfenv.S65 ! the default environment is complicated by the fact that we need to
/seL4-test-master/projects/musllibc/dist/
H A Dconfig.mak32 # Uncomment for warnings (as errors). Might need tuning to your gcc version.
/seL4-test-master/projects/musllibc/src/aio/
H A Daio.c73 static struct aio_queue *__aio_get_queue(int fd, int need) argument
80 if ((!map || !map[a] || !map[a][b] || !map[a][b][c] || !(q=map[a][b][c][d])) && need) {
144 /* There are four potential types of waiters we could need to wake:
/seL4-test-master/kernel/src/arch/x86/64/
H A Dtraps.S140 /* skip 128 bytes as we need to respect the */ \
160 /* we need to not skip RSP, FaultIP, R11 and RCX for now */ \
500 /* Before giving up and panicking, we need to test for the extra case that
532 /* Begin popping registers to IRET now. We don't need to consider any
631 /* We need to save r11, rdx TLS_BASE and RSP */
639 push %rdx # save FaultIP (which will need to be updated later)
/seL4-test-master/kernel/manual/parts/
H A Dvspace.tex35 a mapping operation will fail. Developers need to manually create and map all paging structures.
H A Dcspace.tex32 % this section need to be cleaned up. They were clearly written at a time when
318 % FIXME: need a references to justify the above decision
H A Dio.tex273 The Arm SMMU 2.0 specification doesn't specify how StreamIDs need to correspond
325 formats). Therefore, there is no need to provide a new set of page structure caps
H A Dipc.tex27 very short messages need not use the memory.
H A Dthreads.tex519 and return \texttt{true} in \texttt{bp\_was\_consumed}. If the underlying platform does not need a hardware

Completed in 142 milliseconds