Searched refs:push (Results 26 - 50 of 69) sorted by relevance

123

/fuchsia/zircon/system/core/userboot/
H A Duserboot-elf.h7 #pragma GCC visibility push(hidden)
H A Dbootdata.c8 #pragma GCC visibility push(hidden)
H A Doption.c8 #pragma GCC visibility push(hidden)
H A Dbootfs.c8 #pragma GCC visibility push(hidden)
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dstring-list.cpp43 push(str, true /* front */);
47 push(str, false /* !front */);
50 void StringList::push(const char* str, bool front) { function in class:fuzzing::StringList
/fuchsia/zircon/system/ulib/fuzz-utils/include/fuzz-utils/
H A Dstring-list.h71 void push(const char* str, bool front);
/fuchsia/zircon/system/ulib/runtime/include/runtime/
H A Dthread.h21 #pragma GCC visibility push(hidden)
H A Dtls.h13 #pragma GCC visibility push(hidden)
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dbase_externs.h4 #pragma GCC visibility push(hidden)
H A Dckh_externs.h4 #pragma GCC visibility push(hidden)
H A Dnstime_externs.h4 #pragma GCC visibility push(hidden)
H A Drtree_externs.h4 #pragma GCC visibility push(hidden)
H A Dwitness_externs.h4 #pragma GCC visibility push(hidden)
H A Dctl_externs.h4 #pragma GCC visibility push(hidden)
H A Dlarge_externs.h4 #pragma GCC visibility push(hidden)
H A Dtcache_externs.h4 #pragma GCC visibility push(hidden)
H A Dextent_externs.h4 #pragma GCC visibility push(hidden)
H A Dprof_externs.h4 #pragma GCC visibility push(hidden)
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c187 static int transfer_file(bool push, int s, struct sockaddr_in6* addr, const char* dst, argument
233 if (push) {
277 int push = -1; local
281 push = 0;
287 if (push == 0) {
291 push = 1;
296 if (push == -1) {
313 int ret = transfer_file(push, s, &server_addr, dst, src);
/fuchsia/zircon/system/ulib/elfload/include/elfload/
H A Delfload.h19 #pragma GCC visibility push(hidden)
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dqueue.h13 // We pop from the front (moving the head forward) and push onto the tail.
22 void push(T&& ptr) { function in class:fs::Queue
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dasm.h54 push \reg
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.c79 static void setinputfd(int fd, int push);
409 * Set the input to take input from a file. If push is set, push the
440 setinputfd(int fd, int push) argument
442 if (push) {
/fuchsia/zircon/system/utest/fbl/
H A Dstring_printf_tests.cpp28 #pragma GCC diagnostic push
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexp2l.S23 1: push %rax

Completed in 66 milliseconds

123