HomeSort by relevance Sort by last modified time
    Searched refs:oset (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/memcheck/tests/
unit_oset.c 85 void example1singleset(OSet* oset, char *descr)
93 // Try some operations on an empty OSet to ensure they don't screw up.
94 vg_assert( ! VG_(OSetGen_Contains)(oset, &v) );
95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
96 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) );
97 vg_assert( ! VG_(OSetGen_Next)(oset) );
98 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
103 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word));
118 VG_(OSetGen_Insert)(oset, vs[i])
260 OSet *oset, *oset_empty_clone; local
310 OSet* oset = VG_(OSetWord_Create)(allocate_node, "oset_test.2", free_node); local
469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), local
    [all...]
  /external/libedit/src/
sig.c 72 sigset_t nset, oset; local
76 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
105 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
117 sigset_t *nset, oset; local
128 (void) sigprocmask(SIG_BLOCK, nset, &oset);
136 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
161 sigset_t oset; local
168 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
177 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
188 sigset_t oset; local
    [all...]
  /external/valgrind/drd/
drd_barrier.c 44 // this member variable is the key of an OSet.
134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
141 * all the nodes in the OSet p->oset.
149 OSet* oset; local
166 oset = p->oset[1 - (p->pre_iteration & 1)];
167 VG_(OSetGen_ResetIter)(oset);
168 for ( ; (q = VG_(OSetGen_Next)(oset)) != 0; )
334 OSet* oset; local
411 OSet* oset; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
rt_sigprocmask01.c 81 sigset_t set, oset; local
109 &oset, SIGSETSIZE));
126 TEST(ltp_syscall(__NR_rt_sigpending, &oset,
132 TEST(sigismember(&oset, TEST_SIG));
141 SIG_UNBLOCK, &set, &oset,
  /external/tcpdump/
print-ascii.c 94 register const u_char *cp, register u_int length, register u_int oset)
121 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
124 oset += HEXDUMP_BYTES_PER_LINE;
138 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
156 u_int oset)
169 ND_PRINT((ndo,"%s0x%04x: ", ident, oset));
170 oset += HEXDUMP_BYTES_PER_LINE;
177 ND_PRINT((ndo,"%s0x%04x: ", ident, oset));
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_dragonfly_amd64.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_386.c 34 sigset_t ign, oset; local
40 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_amd64.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_arm.c 45 sigset_t ign, oset; local
51 pthread_sigmask(SIG_SETMASK, &ign, &oset);
64 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_386.c 40 sigset_t ign, oset; local
46 pthread_sigmask(SIG_SETMASK, &ign, &oset);
59 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_amd64.c 62 sigset_t ign, oset; local
68 pthread_sigmask(SIG_SETMASK, &ign, &oset);
76 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm.c 20 sigset_t ign, oset; local
26 pthread_sigmask(SIG_SETMASK, &ign, &oset);
39 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm64.c 20 sigset_t ign, oset; local
26 pthread_sigmask(SIG_SETMASK, &ign, &oset);
39 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_mips64x.c 24 sigset_t ign, oset; local
30 pthread_sigmask(SIG_SETMASK, &ign, &oset);
43 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_mipsx.c 24 sigset_t ign, oset; local
30 pthread_sigmask(SIG_SETMASK, &ign, &oset);
43 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_ppc64x.c 35 sigset_t ign, oset; local
41 pthread_sigmask(SIG_SETMASK, &ign, &oset);
49 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_s390x.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_386.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_amd64.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_arm.c 34 sigset_t ign, oset; local
40 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_solaris_amd64.c 36 sigset_t ign, oset; local
43 pthread_sigmask(SIG_SETMASK, &ign, &oset);
59 pthread_sigmask(SIG_SETMASK, &oset, nil);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_dragonfly_amd64.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_386.c 34 sigset_t ign, oset; local
40 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_amd64.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_arm.c 45 sigset_t ign, oset; local
51 pthread_sigmask(SIG_SETMASK, &ign, &oset);
64 pthread_sigmask(SIG_SETMASK, &oset, nil);

Completed in 858 milliseconds

1 2 3 4 5 6 7