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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
div-err.asm 1 div byte si
2 div word si
3 div dword si
  /external/clang/test/CodeGen/
unsigned-promotion.c 9 unsigned short si, sj, sk; variable
33 si = sj + sk;
55 si = sj - sk;
76 si = sj * sk;
Atomics.c 9 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_and (&si, 1); // CHECK: atomicrmw and i32
69 si = __sync_fetch_and_add (&si, 11); // CHECK: atomicrmw add
78 si = __sync_fetch_and_sub (&si, 11); // CHECK: atomicrmw su
    [all...]
  /external/openssl/crypto/cms/
cms_att.c 63 int CMS_signed_get_attr_count(const CMS_SignerInfo *si)
65 return X509at_get_attr_count(si->signedAttrs);
68 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
71 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
77 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc)
82 return X509at_get_attr(si->signedAttrs, loc);
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc)
87 return X509at_delete_attr(si->signedAttrs, loc)
    [all...]
cms_sd.c 115 CMS_SignerInfo *si; local
153 si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
154 if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER)
156 if (si->version < 3)
157 si->version = 3;
161 else if (si->version < 1)
162 si->version = 1;
172 static int cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si)
182 if (sitmp == si)
186 if (OBJ_cmp(si->digestAlgorithm->algorithm
305 CMS_SignerInfo *si = NULL; local
505 CMS_SignerInfo *si; local
559 CMS_SignerInfo *si; local
689 CMS_SignerInfo *si; local
    [all...]
  /external/llvm/test/MC/X86/
address-size.s 10 movb $0x0, (%si)
14 movw $0x1234, (%si)
16 movl $0x12345678, (%bx,%si,1)
22 movb $0x0, (%si)
x86_errors.s 33 movl %eax,(%bp,%si)
36 movl %eax,(%bp,%si,2)
  /external/dhcpcd/
if-pref.c 37 ifcmp(struct interface *si, struct interface *ti)
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->carrier < ti->carrier
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
main.cpp 26 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/
svc_encodeframe.c 218 SvcInternal *const si = (SvcInternal *)malloc(sizeof(*si)); local
219 if (si != NULL) {
220 memset(si, 0, sizeof(*si));
222 svc_ctx->internal = si;
233 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; local
234 si->message_buffer[0] = '\0';
241 SvcInternal *const si = get_svc_internal(svc_ctx); local
254 strncat(si->message_buffer, buf
291 SvcInternal *const si = get_svc_internal(svc_ctx); local
351 SvcInternal *const si = get_svc_internal(svc_ctx); local
438 SvcInternal *const si = get_svc_internal(svc_ctx); local
458 SvcInternal *const si = get_svc_internal(svc_ctx); local
470 SvcInternal *const si = get_svc_internal(svc_ctx); local
486 SvcInternal *const si = get_svc_internal(svc_ctx); local
500 SvcInternal *const si = get_svc_internal(svc_ctx); local
667 SvcInternal *const si = get_svc_internal(svc_ctx); local
740 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
769 SvcInternal *const si = get_svc_internal(svc_ctx); local
861 SvcInternal *const si = get_svc_internal(svc_ctx); local
1010 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1016 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1022 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1028 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1034 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1040 SvcInternal *const si = get_svc_internal(svc_ctx); local
1060 SvcInternal *const si = get_svc_internal(svc_ctx); local
1117 SvcInternal *si; local
1133 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1139 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
    [all...]
  /external/jemalloc/test/include/test/
SFMT-sse2.h 89 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/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 114 SvcInternal *const si = (SvcInternal *)malloc(sizeof(*si)); local
115 if (si != NULL) {
116 memset(si, 0, sizeof(*si));
118 svc_ctx->internal = si;
129 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; local
130 si->message_buffer[0] = '\0';
138 SvcInternal *const si = get_svc_internal(svc_ctx); local
151 strncat(si->message_buffer, buf
236 SvcInternal *const si = get_svc_internal(svc_ctx); local
319 SvcInternal *const si = get_svc_internal(svc_ctx); local
331 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
367 SvcInternal *const si = get_svc_internal(svc_ctx); local
463 SvcInternal *const si = get_svc_internal(svc_ctx); local
527 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
547 SvcInternal *const si = get_svc_internal(svc_ctx); local
598 SvcInternal *si; local
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
waitid.cc 15 siginfo_t *si = (siginfo_t*)(x + argc * 3); local
16 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG);
  /external/chromium_org/third_party/icu/source/samples/layout/
clayout.c 53 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.cbSize = sizeof si
232 SCROLLINFO si; local
    [all...]
layout.cpp 52 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.cbSize = sizeof si
230 SCROLLINFO si; local
    [all...]
  /external/icu/icu4c/source/samples/layout/
clayout.c 53 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.cbSize = sizeof si
232 SCROLLINFO si; local
    [all...]
layout.cpp 52 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.cbSize = sizeof si
230 SCROLLINFO si; local
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
main.cpp 44 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/
main.cpp 44 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/openssl/crypto/pkcs7/
pk7_attr.c 69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap)
78 return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities,
82 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si)
87 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
128 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid)
130 if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType))
134 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
138 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t)
146 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,
150 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si,
    [all...]
  /external/libcxx/test/utilities/ratio/ratio.si/
Android.mk 17 test_makefile := external/libcxx/test/utilities/ratio/ratio.si/Android.mk
19 test_name := utilities/ratio/ratio.si/nothing_to_do
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 53 int si; /* index into s */ local
63 for (si = 0; isxdigit(s[si]); si++)
72 if (--si < 0)
74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /external/ipsec-tools/src/racoon/
sainfo.c 179 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...]
  /bionic/linker/
linker.cpp 291 soinfo* si = new (g_soinfo_allocator.alloc()) soinfo(name, file_stat, file_offset); local
293 sonext->next = si;
294 sonext = si;
296 TRACE("name %s: allocated soinfo @ %p", name, si);
297 return si;
300 static void soinfo_free(soinfo* si) {
301 if (si == nullptr) {
305 if (si->base != 0 && si->size != 0) {
306 munmap(reinterpret_cast<void*>(si->base), si->size)
833 soinfo* si = soinfo_alloc(SEARCH_NAME(name), &file_stat, file_offset); local
867 soinfo* si = find_loaded_library_by_name(name); local
    [all...]
  /external/libpcap/
pcap-snit.c 242 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) < 0)
290 struct strioctl si; \/* struct for ioctl() *\/ local
    [all...]

Completed in 4556 milliseconds

1 2 3 4 5 6 7 8 91011>>