Searched refs:si (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/strace/
H A Dsysinfo.c6 struct sysinfo si; local
12 umove(tcp, tcp->u_arg[0], &si) < 0) {
34 (unsigned long long) si.uptime
35 , (unsigned long long) si.loads[0]
36 , (unsigned long long) si.loads[1]
37 , (unsigned long long) si.loads[2]
38 , (unsigned long long) si.totalram
39 , (unsigned long long) si.freeram
40 , (unsigned long long) si.sharedram
41 , (unsigned long long) si
[all...]
/external/clang/test/CodeGen/
H A Dunsigned-promotion.c9 unsigned short si, sj, sk; variable
33 si = sj + sk;
55 si = sj - sk;
76 si = sj * sk;
H A DAtomics.c9 signed int si; variable
20 (void) __sync_fetch_and_add (&si, 1); // CHECK: atomicrmw add i32
29 (void) __sync_fetch_and_sub (&si, 1); // CHECK: atomicrmw sub i32
38 (void) __sync_fetch_and_or (&si, 1); // CHECK: atomicrmw or i32
47 (void) __sync_fetch_and_xor (&si, 1); // CHECK: atomicrmw xor i32
56 (void) __sync_fetch_and_nand (&si, 1); // CHECK: atomicrmw nand i32
65 (void) __sync_fetch_and_and (&si, 1); // CHECK: atomicrmw and i32
78 si = __sync_fetch_and_add (&si, 11); // CHECK: atomicrmw add
87 si
[all...]
/external/valgrind/memcheck/tests/linux/
H A Dsigqueue.c13 siginfo_t *si; local
14 const size_t sz = sizeof(*si);
17 fprintf(stderr, "sizeof(*si) = %zu\n", sz);
27 si = calloc(1, sz);
28 si->si_signo = SIGWINCH;
29 si->si_code = SI_QUEUE;
30 si->si_pid = getpid();
31 si->si_uid = getuid();
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
33 free(si);
[all...]
/external/llvm/test/MC/X86/
H A Daddress-size.s10 movb $0x0, (%si)
14 movw $0x1234, (%si)
16 movl $0x12345678, (%bx,%si,1)
22 movb $0x0, (%si)
H A Dx86-16.s792 // CHECK: outsb (%si), %dx # encoding: [0x6e]
796 outsb %ds:(%si), %dx
797 outsb (%si), %dx
799 // CHECK: outsw (%si), %dx # encoding: [0x6f]
803 outsw %ds:(%si), %dx
804 outsw (%si), %dx
806 // CHECK: outsl (%si), %dx # encoding: [0x66,0x6f]
809 outsl %ds:(%si), %dx
810 outsl (%si), %dx
827 // CHECK: movsb (%si),
[all...]
H A Dx86_errors.s33 movl %eax,(%bp,%si)
36 movl %eax,(%bp,%si,2)
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-macho.c38 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size) argument
/external/valgrind/coregrind/
H A Dpub_core_coredump.h41 extern void VG_(make_coredump) ( ThreadId tid, const vki_siginfo_t *si,
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
H A Dmain.cpp26 strint_map si; local
28 si["zero"] = 0;// Set break point at this line.
29 si["one"] = 1;// Set break point at this line.
30 si["two"] = 2;
31 si["three"] = 3;
32 si["four"] = 4;
34 si.clear();// Set break point at this line.
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c152 SvcInternal *const si = (SvcInternal *)malloc(sizeof(*si)); local
153 if (si != NULL) {
154 memset(si, 0, sizeof(*si));
156 svc_ctx->internal = si;
167 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; local
168 si->message_buffer[0] = '\0';
176 SvcInternal *const si = get_svc_internal(svc_ctx); local
189 strncat(si
208 SvcInternal *const si = get_svc_internal(svc_ctx); local
252 SvcInternal *const si = get_svc_internal(svc_ctx); local
311 SvcInternal *const si = get_svc_internal(svc_ctx); local
408 SvcInternal *const si = get_svc_internal(svc_ctx); local
419 SvcInternal *const si = get_svc_internal(svc_ctx); local
430 SvcInternal *const si = get_svc_internal(svc_ctx); local
444 SvcInternal *const si = get_svc_internal(svc_ctx); local
557 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
586 SvcInternal *const si = get_svc_internal(svc_ctx); local
623 SvcInternal *const si = get_svc_internal(svc_ctx); local
737 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
747 SvcInternal *const si = get_svc_internal(svc_ctx); local
760 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
766 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
772 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
778 SvcInternal *const si = get_svc_internal(svc_ctx); local
798 SvcInternal *const si = get_svc_internal(svc_ctx); local
850 SvcInternal *si; local
867 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
873 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
[all...]
/external/jemalloc/test/include/test/
H A DSFMT-sse2.h89 r1 = _mm_load_si128(&ctx->sfmt[N - 2].si);
90 r2 = _mm_load_si128(&ctx->sfmt[N - 1].si);
92 r = mm_recursion(&ctx->sfmt[i].si, &ctx->sfmt[i + POS1].si, r1, r2,
94 _mm_store_si128(&ctx->sfmt[i].si, r);
99 r = mm_recursion(&ctx->sfmt[i].si, &ctx->sfmt[i + POS1 - N].si, r1, r2,
101 _mm_store_si128(&ctx->sfmt[i].si, r);
119 r1 = _mm_load_si128(&ctx->sfmt[N - 2].si);
120 r2 = _mm_load_si128(&ctx->sfmt[N - 1].si);
[all...]
/external/dhcpcd/
H A Dif-pref.c37 ifcmp(struct interface *si, struct interface *ti) argument
41 if (si->state && !ti->state)
43 if (!si->state && ti->state)
45 if (!si->state && !ti->state)
48 if (si->state->new && !ti->state->new)
50 if (!si->state->new && ti->state->new)
54 if (si->state->new && ti->state->new) {
55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
63 if (si->carrier > ti->carrier)
65 if (si
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_readmacho.h48 extern Bool ML_(read_macho_debug_info) ( DebugInfo* si );
/external/icu/icu4c/source/samples/layout/
H A Dclayout.c53 SCROLLINFO si; local
62 si.cbSize = sizeof si;
63 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
64 si.nMin = 0;
65 si.nMax = pf_getLineCount(context->paragraph) - 1;
66 si.nPage = context->height / pf_getLineHeight(context->paragraph);
67 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
172 SCROLLINFO si; local
175 si
232 SCROLLINFO si; local
[all...]
H A Dlayout.cpp52 SCROLLINFO si; local
61 si.cbSize = sizeof si;
62 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL;
63 si.nMin = 0;
64 si.nMax = context->paragraph->getLineCount() - 1;
65 si.nPage = context->height / context->paragraph->getLineHeight();
66 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
170 SCROLLINFO si; local
173 si
230 SCROLLINFO si; local
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
H A Dmain.cpp44 strint_map si; local
47 si["zero"] = 0;
49 si["one"] = 1;
50 si["two"] = 2;
51 si["three"] = 3;
53 si["four"] = 4;
55 si.clear();
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
H A Dmain.cpp44 strint_map si; local
47 si.emplace("zero",0);
49 si.emplace("one",1);
50 si.emplace("two",2);
51 si.emplace("three",3);
53 si.emplace("four",4);
55 si.clear();
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dwaitid.cc16 siginfo_t *si = (siginfo_t*)(x + argc * 3); local
17 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG);
/external/ipsec-tools/src/racoon/
H A Dsainfo.c179 delsainfo(si)
180 struct sainfo *si;
185 delsainfoalg(si->algs[i]);
187 if (si->idsrc)
188 vfree(si->idsrc);
189 if (si->iddst)
190 vfree(si->iddst);
193 if (si->group)
194 vfree(si->group);
197 racoon_free(si);
[all...]
/external/libpcap/
H A Dpcap-snit.c242 struct strioctl si; local
251 si.ic_cmd = NIOCSCHUNK;
252 si.ic_len = sizeof(zero);
253 si.ic_dp = (char *)&zero;
254 if (ioctl(p->fd, I_STR, (char *)&si) < 0) {
260 si.ic_timout = INFTIM;
264 si.ic_cmd = NIOCSTIME;
265 si.ic_len = sizeof(timeout);
266 si.ic_dp = (char *)&timeout;
267 if (ioctl(p->fd, I_STR, (char *)&si) <
290 struct strioctl si; /* struct for ioctl() */ local
[all...]
/external/emma/core/java12/com/vladium/util/
H A DWCMatcher.java75 // private boolean matches (int pi, int si, final char [] string)
77 // System.out.println ("pi = " + pi + ", si = " + si);
80 // return si == string.length;
87 // return (si < string.length) && matches (pi + 1, si + 1, string);
92 // return matches (pi + 1, si, string) || ((si < string.length) && matches (pi, si + 1, string));
97 // return (si < strin
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dcpu_info.cc37 SYSTEM_INFO si; local
38 GetSystemInfo(&si);
39 _numberOfCores = static_cast<WebRtc_UWord32>(si.dwNumberOfProcessors);
/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp12 static int si = 0; // expected-error {{non-const static data member must be initialized out of line}} member in class:C
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.cpp63 set<int> si = intersection(s1, s2); local
64 DE_TEST_ASSERT(!contains(si, 2));
65 DE_TEST_ASSERT(contains(si, 3));
66 DE_TEST_ASSERT(!contains(si, 5));

Completed in 707 milliseconds

12345678910