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

1 2 3 4 5

  /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/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 32 sigset_t ign, oset; local
38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_386.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_amd64.c 32 sigset_t ign, oset; local
38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_arm.c 44 sigset_t ign, oset; local
50 pthread_sigmask(SIG_SETMASK, &ign, &oset);
63 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_386.c 31 sigset_t ign, oset; local
37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
50 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_amd64.c 31 sigset_t ign, oset; local
37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
45 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm.c 19 sigset_t ign, oset; local
25 pthread_sigmask(SIG_SETMASK, &ign, &oset);
38 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm64.c 19 sigset_t ign, oset; local
25 pthread_sigmask(SIG_SETMASK, &ign, &oset);
38 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_ppc64x.c 34 sigset_t ign, oset; local
40 pthread_sigmask(SIG_SETMASK, &ign, &oset);
48 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_386.c 32 sigset_t ign, oset; local
38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
46 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_amd64.c 32 sigset_t ign, oset; local
38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_netbsd_arm.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_solaris_amd64.c 29 sigset_t ign, oset; local
36 pthread_sigmask(SIG_SETMASK, &ign, &oset);
52 pthread_sigmask(SIG_SETMASK, &oset, nil);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_dragonfly_amd64.c 32 sigset_t ign, oset; local
38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_386.c 33 sigset_t ign, oset; local
39 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_amd64.c 32 sigset_t ign, oset; local
38 pthread_sigmask(SIG_SETMASK, &ign, &oset);
47 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_freebsd_arm.c 44 sigset_t ign, oset; local
50 pthread_sigmask(SIG_SETMASK, &ign, &oset);
63 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_386.c 31 sigset_t ign, oset; local
37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
50 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_amd64.c 31 sigset_t ign, oset; local
37 pthread_sigmask(SIG_SETMASK, &ign, &oset);
45 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm.c 19 sigset_t ign, oset; local
25 pthread_sigmask(SIG_SETMASK, &ign, &oset);
38 pthread_sigmask(SIG_SETMASK, &oset, nil);
gcc_linux_arm64.c 19 sigset_t ign, oset; local
25 pthread_sigmask(SIG_SETMASK, &ign, &oset);
38 pthread_sigmask(SIG_SETMASK, &oset, nil);

Completed in 2978 milliseconds

1 2 3 4 5