/external/grub/stage2/ |
D | start.S | 41 #define MSG(x) movw $ABS(x), %si; call message 69 pushw %si 71 popw %si 90 cmpb $0, -1(%si) 122 movw $0x0010, (%si) 125 movw %ax, 2(%si) 128 movl %ebx, 8(%si) 131 movw $BUFFERSEG, 6(%si) 140 movw %ax, 4(%si) 143 movl %eax, 12(%si) [all …]
|
D | start_eltorito.S | 49 #define MSG(x) mov $ABS(x), %si; call message; 115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si 116 mov (%si), %ebp 137 mov $ABS(dapa), %si /* Load up the DAPA */ 138 mov %bx, 4(%si) 140 mov %bx, 6(%si) 141 mov %eax, 8(%si) 144 push %si 149 mov %bp, 2(%si) 153 pop %si [all …]
|
/external/icu4c/samples/layout/ |
D | layout.cpp | 52 SCROLLINFO si; in InitParagraph() local 61 si.cbSize = sizeof si; in InitParagraph() 62 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL; in InitParagraph() 63 si.nMin = 0; in InitParagraph() 64 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph() 65 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 66 SetScrollInfo(hwnd, SB_VERT, &si, TRUE); in InitParagraph() 170 SCROLLINFO si; in WndProc() local 173 si.cbSize = sizeof si; in WndProc() 174 si.fMask = SIF_ALL; in WndProc() [all …]
|
D | clayout.c | 53 SCROLLINFO si; in InitParagraph() local 62 si.cbSize = sizeof si; in InitParagraph() 63 si.fMask = SIF_RANGE | SIF_PAGE | SIF_DISABLENOSCROLL; in InitParagraph() 64 si.nMin = 0; in InitParagraph() 65 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph() 66 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph() 67 SetScrollInfo(hwnd, SB_VERT, &si, TRUE); in InitParagraph() 172 SCROLLINFO si; in WndProc() local 175 si.cbSize = sizeof si; in WndProc() 176 si.fMask = SIF_ALL; in WndProc() [all …]
|
/external/grub/stage1/ |
D | stage1.S | 33 #define MSG(x) movw $ABS(x), %si; call message 186 movl 0x10(%si), %ecx 189 movw $ABS(disk_address_packet), %si 192 movb $1, -1(%si) 197 movw $0x0010, (%si) 200 movw $1, 2(%si) 203 movl %ebx, 8(%si) 206 movw $STAGE1_BUFFERSEG, 6(%si) 209 movw %ax, 4(%si) 210 movl %eax, 12(%si) [all …]
|
/external/clang/test/CodeGen/ |
D | Atomics.c | 9 signed int si; variable 20 (void) __sync_fetch_and_add (&si, 1); // CHECK: atomicrmw add i32 in test_op_ignore() 29 (void) __sync_fetch_and_sub (&si, 1); // CHECK: atomicrmw sub i32 in test_op_ignore() 38 (void) __sync_fetch_and_or (&si, 1); // CHECK: atomicrmw or i32 in test_op_ignore() 47 (void) __sync_fetch_and_xor (&si, 1); // CHECK: atomicrmw xor i32 in test_op_ignore() 56 (void) __sync_fetch_and_and (&si, 1); // CHECK: atomicrmw and i32 in test_op_ignore() 69 si = __sync_fetch_and_add (&si, 11); // CHECK: atomicrmw add in test_fetch_and_op() 78 si = __sync_fetch_and_sub (&si, 11); // CHECK: atomicrmw sub in test_fetch_and_op() 87 si = __sync_fetch_and_or (&si, 11); // CHECK: atomicrmw or in test_fetch_and_op() 96 si = __sync_fetch_and_xor (&si, 11); // CHECK: atomicrmw xor in test_fetch_and_op() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 179 delsainfo(si) in delsainfo() argument 180 struct sainfo *si; in delsainfo() 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | SequenceInputStreamTest.java | 29 SequenceInputStream si; field in SequenceInputStreamTest 51 si = new SequenceInputStream(null , null); in test_Constructor_LInputStreamLInputStream_Null() 59 si = new SequenceInputStream(is , null); in test_Constructor_LInputStreamLInputStream_Null() 88 si = new SequenceInputStream(new StreamEnumerator()); in test_ConstructorLjava_util_Enumeration() 90 si.read(buf, 0, s1.length()); in test_ConstructorLjava_util_Enumeration() 91 si.read(buf, s1.length(), s2.length()); in test_ConstructorLjava_util_Enumeration() 107 assertTrue("Returned incorrect number of bytes: " + si.available(), in test_available() 108 si.available() == s1.length()); in test_available() 118 si.close(); in test_close() 120 si.close(); in test_close() [all …]
|
/external/llvm/test/CodeGen/CellSPU/ |
D | intrinsics_logical.ll | 7 declare <4 x i32> @llvm.spu.si.and(<4 x i32>, <4 x i32>) 8 declare <4 x i32> @llvm.spu.si.andc(<4 x i32>, <4 x i32>) 9 declare <4 x i32> @llvm.spu.si.andi(<4 x i32>, i16) 10 declare <8 x i16> @llvm.spu.si.andhi(<8 x i16>, i16) 11 declare <16 x i8> @llvm.spu.si.andbi(<16 x i8>, i8) 13 declare <4 x i32> @llvm.spu.si.or(<4 x i32>, <4 x i32>) 14 declare <4 x i32> @llvm.spu.si.orc(<4 x i32>, <4 x i32>) 15 declare <4 x i32> @llvm.spu.si.ori(<4 x i32>, i16) 16 declare <8 x i16> @llvm.spu.si.orhi(<8 x i16>, i16) 17 declare <16 x i8> @llvm.spu.si.orbi(<16 x i8>, i8) [all …]
|
D | intrinsics_branch.ll | 13 declare <4 x i32> @llvm.spu.si.shli(<4 x i32>, i8) 15 declare <4 x i32> @llvm.spu.si.ceq(<4 x i32>, <4 x i32>) 16 declare <16 x i8> @llvm.spu.si.ceqb(<16 x i8>, <16 x i8>) 17 declare <8 x i16> @llvm.spu.si.ceqh(<8 x i16>, <8 x i16>) 18 declare <4 x i32> @llvm.spu.si.ceqi(<4 x i32>, i16) 19 declare <8 x i16> @llvm.spu.si.ceqhi(<8 x i16>, i16) 20 declare <16 x i8> @llvm.spu.si.ceqbi(<16 x i8>, i8) 22 declare <4 x i32> @llvm.spu.si.cgt(<4 x i32>, <4 x i32>) 23 declare <16 x i8> @llvm.spu.si.cgtb(<16 x i8>, <16 x i8>) 24 declare <8 x i16> @llvm.spu.si.cgth(<8 x i16>, <8 x i16>) [all …]
|
D | intrinsics_float.ll | 15 declare <4 x i32> @llvm.spu.si.shli(<4 x i32>, i8) 17 declare <4 x float> @llvm.spu.si.fa(<4 x float>, <4 x float>) 18 declare <4 x float> @llvm.spu.si.fs(<4 x float>, <4 x float>) 19 declare <4 x float> @llvm.spu.si.fm(<4 x float>, <4 x float>) 21 declare <4 x float> @llvm.spu.si.fceq(<4 x float>, <4 x float>) 22 declare <4 x float> @llvm.spu.si.fcmeq(<4 x float>, <4 x float>) 23 declare <4 x float> @llvm.spu.si.fcgt(<4 x float>, <4 x float>) 24 declare <4 x float> @llvm.spu.si.fcmgt(<4 x float>, <4 x float>) 26 declare <4 x float> @llvm.spu.si.fma(<4 x float>, <4 x float>, <4 x float>) 27 declare <4 x float> @llvm.spu.si.fnms(<4 x float>, <4 x float>, <4 x float>) [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 188 for (symbol_iterator si = Obj->begin_symbols(), in DisassembleObject() local 190 si != se; si.increment(ec)) { in DisassembleObject() 192 if (!error(i->containsSymbol(*si, contains)) && contains) { in DisassembleObject() 194 if (error(si->getAddress(Address))) break; in DisassembleObject() 198 if (error(si->getName(Name))) break; in DisassembleObject() 284 for (unsigned si = 0, se = Symbols.size(); si != se; ++si) { in DisassembleObject() local 285 uint64_t Start = Symbols[si].first; in DisassembleObject() 289 if (si == se - 1) in DisassembleObject() 292 else if (Symbols[si + 1].first != Start) in DisassembleObject() 293 End = Symbols[si + 1].first - 1; in DisassembleObject() [all …]
|
/external/dhcpcd/ |
D | if-pref.c | 37 ifcmp(struct interface *si, struct interface *ti) in ifcmp() argument 41 if (si->state && !ti->state) in ifcmp() 43 if (!si->state && ti->state) in ifcmp() 45 if (!si->state && !ti->state) in ifcmp() 48 if (si->state->new && !ti->state->new) in ifcmp() 50 if (!si->state->new && ti->state->new) in ifcmp() 54 if (si->state->new && ti->state->new) { in ifcmp() 55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE)); in ifcmp() 63 if (si->carrier > ti->carrier) in ifcmp() 65 if (si->carrier < ti->carrier) in ifcmp() [all …]
|
/external/libpcap/ |
D | pcap-snit.c | 234 struct strioctl si; in nit_setflags() local 237 si.ic_timout = INFTIM; in nit_setflags() 241 si.ic_cmd = NIOCSTIME; in nit_setflags() 242 si.ic_len = sizeof(timeout); in nit_setflags() 243 si.ic_dp = (char *)&timeout; in nit_setflags() 244 if (ioctl(fd, I_STR, (char *)&si) < 0) { in nit_setflags() 253 si.ic_cmd = NIOCSFLAGS; in nit_setflags() 254 si.ic_len = sizeof(flags); in nit_setflags() 255 si.ic_dp = (char *)&flags; in nit_setflags() 256 if (ioctl(fd, I_STR, (char *)&si) < 0) { in nit_setflags() [all …]
|
/external/valgrind/main/memcheck/tests/linux/ |
D | sigqueue.c | 13 siginfo_t *si; in main() local 14 const size_t sz = sizeof(*si); in main() 27 si = calloc(1, sz); in main() 28 si->si_signo = SIGWINCH; in main() 29 si->si_code = SI_QUEUE; in main() 30 si->si_pid = getpid(); in main() 31 si->si_uid = getuid(); in main() 32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si); in main() 33 free(si); in main()
|
/external/openssl/crypto/pkcs7/ |
D | pk7_attr.c | 69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) in PKCS7_add_attrib_smimecap() argument 78 return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities, in PKCS7_add_attrib_smimecap() 82 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si) in STACK_OF() 87 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities); in STACK_OF() 128 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) in PKCS7_add_attrib_content_type() argument 130 if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType)) in PKCS7_add_attrib_content_type() 134 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, in PKCS7_add_attrib_content_type() 138 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t) in PKCS7_add0_attrib_signing_time() argument 146 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime, in PKCS7_add0_attrib_signing_time() 150 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, in PKCS7_add1_attrib_digest() argument [all …]
|
D | example.c | 8 int add_signed_time(PKCS7_SIGNER_INFO *si) in add_signed_time() argument 15 PKCS7_add_signed_attribute(si,NID_pkcs9_signingTime, in add_signed_time() 20 ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si) in get_signed_time() argument 24 so=PKCS7_get_signed_attribute(si,NID_pkcs9_signingTime); in get_signed_time() 32 void add_signed_string(PKCS7_SIGNER_INFO *si, char *str) in add_signed_string() argument 43 PKCS7_add_signed_attribute(si,signed_string_nid, in add_signed_string() 47 int get_signed_string(PKCS7_SIGNER_INFO *si, char *buf, int len) in get_signed_string() argument 57 so=PKCS7_get_signed_attribute(si,signed_string_nid); in get_signed_string() 75 int add_signed_seq2string(PKCS7_SIGNER_INFO *si, char *str1, char *str2) in add_signed_seq2string() argument 109 PKCS7_add_signed_attribute(si,signed_seq2string_nid, in add_signed_seq2string() [all …]
|
/external/emma/core/java12/com/vladium/util/ |
D | WCMatcher.java | 245 int si = 0, pi = 0; in matches() local 260 si += i; in matches() 267 final int si_i = si + i; in matches() 276 ++ si; in matches() 283 if (si + i == stringLength) return true; in matches() 286 ++ si; in matches() 304 int si = 0, pi = 0; in matches() local 319 si += i; in matches() 326 final int si_i = si + i; in matches() 335 ++ si; in matches() [all …]
|
/external/libffi/testsuite/libffi.call/ |
D | struct3.c | 12 int si; member 17 ts.si = -(ts.si*2); in struct3() 48 ts3_arg.si = -123; in main() 49 compare_value = ts3_arg.si; in main() 53 printf ("%d %d\n", ts3_result->si, -(compare_value*2)); in main() 55 CHECK(ts3_result->si == -(compare_value*2)); in main()
|
/external/dhcpcd/compat/ |
D | arc4random.c | 59 uint8_t si; in arc4_addrandom() local 64 si = as->s[as->i]; in arc4_addrandom() 65 as->j = (as->j + si + dat[n % datlen]); in arc4_addrandom() 67 as->s[as->j] = si; in arc4_addrandom() 75 uint8_t si, sj; in arc4_getbyte() local 78 si = as->s[as->i]; in arc4_getbyte() 79 as->j = (as->j + si); in arc4_getbyte() 82 as->s[as->j] = si; in arc4_getbyte() 83 return (as->s[(si + sj) & 0xff]); in arc4_getbyte()
|
/external/chromium/net/tools/spdyshark/ |
D | packet-spdy.c | 337 spdy_stream_info_t *si; in spdy_save_stream_info() local 345 si = se_alloc(sizeof(spdy_stream_info_t)); in spdy_save_stream_info() 346 si->content_type = content_type; in spdy_save_stream_info() 347 si->content_type_parameters = content_type_params; in spdy_save_stream_info() 348 si->content_encoding = content_encoding; in spdy_save_stream_info() 349 si->data_frames = NULL; in spdy_save_stream_info() 350 si->num_data_frames = 0; in spdy_save_stream_info() 351 si->assembled_data = NULL; in spdy_save_stream_info() 352 g_array_index(conv_data->streams, spdy_stream_info_t*, stream_id) = si; in spdy_save_stream_info() 370 spdy_stream_info_t *si = spdy_get_stream_info(conv_data, stream_id); in spdy_add_data_chunk() local [all …]
|
/external/libvpx/vp8/ |
D | vp8_dx_iface.c | 33 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t); 55 vp8_stream_info_t si; member 73 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags) in vp8_priv_sz() argument 80 (void)si; in vp8_priv_sz() 108 static vpx_codec_err_t vp8_validate_mmaps(const vp8_stream_info_t *si, in vp8_validate_mmaps() argument 129 cfg.w = si->w; in vp8_validate_mmaps() 130 cfg.h = si->h; in vp8_validate_mmaps() 156 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si); in vp8_init_ctx() 230 vpx_codec_stream_info_t *si) in vp8_peek_si() argument 244 si->is_kf = 0; in vp8_peek_si() [all …]
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPSoundInterface.cpp | 148 ANPAudioTrackInterfaceV0* si = reinterpret_cast<ANPAudioTrackInterfaceV0*>(value); in ANPAudioTrackInterfaceV0_Init() local 149 si->newTrack = ANPCreateTrack; in ANPAudioTrackInterfaceV0_Init() 150 si->deleteTrack = ANPDeleteTrack; in ANPAudioTrackInterfaceV0_Init() 151 si->start = ANPTrackStart; in ANPAudioTrackInterfaceV0_Init() 152 si->pause = ANPTrackPause; in ANPAudioTrackInterfaceV0_Init() 153 si->stop = ANPTrackStop; in ANPAudioTrackInterfaceV0_Init() 154 si->isStopped = ANPTrackIsStopped; in ANPAudioTrackInterfaceV0_Init() 161 ANPAudioTrackInterfaceV1* si = reinterpret_cast<ANPAudioTrackInterfaceV1*>(value); in ANPAudioTrackInterfaceV1_Init() local 162 si->trackLatency = ANPTrackLatency; in ANPAudioTrackInterfaceV1_Init()
|
/external/qemu-pc-bios/vgabios/ |
D | clext.c | 412 push si 416 mov si, #cirrus_not_installed 418 mov si, #cirrus_installed variable 422 pop si 467 push si 473 mov si, [cirrus_vesa_sel0000_data] 475 xor si, si 477 mov ds, si 488 pop si 559 mov si, [cirrus_vesa_sel0000_data] [all …]
|
/external/libvpx/vpx/src/ |
D | vpx_decoder.c | 73 vpx_codec_stream_info_t *si) in vpx_codec_peek_stream_info() argument 77 if (!iface || !data || !data_sz || !si in vpx_codec_peek_stream_info() 78 || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_peek_stream_info() 83 si->w = 0; in vpx_codec_peek_stream_info() 84 si->h = 0; in vpx_codec_peek_stream_info() 86 res = iface->dec.peek_si(data, data_sz, si); in vpx_codec_peek_stream_info() 94 vpx_codec_stream_info_t *si) in vpx_codec_get_stream_info() argument 98 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_get_stream_info() 105 si->w = 0; in vpx_codec_get_stream_info() 106 si->h = 0; in vpx_codec_get_stream_info() [all …]
|