/external/compiler-rt/lib/builtins/ |
floatdisf.c | 35 int sd = N - __builtin_clzll(a); /* number of significant digits */ local 36 int e = sd - 1; /* exponent */ 37 if (sd > FLT_MANT_DIG) 47 switch (sd) 55 a = ((du_int)a >> (sd - (FLT_MANT_DIG+2))) | 56 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0); 72 a <<= (FLT_MANT_DIG - sd);
|
floattidf.c | 35 int sd = N - __clzti2(a); /* number of significant digits */ local 36 int e = sd - 1; /* exponent */ 37 if (sd > DBL_MANT_DIG) 47 switch (sd) 55 a = ((tu_int)a >> (sd - (DBL_MANT_DIG+2))) | 56 ((a & ((tu_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0); 72 a <<= (DBL_MANT_DIG - sd);
|
floattisf.c | 35 int sd = N - __clzti2(a); /* number of significant digits */ local 36 int e = sd - 1; /* exponent */ 37 if (sd > FLT_MANT_DIG) 47 switch (sd) 55 a = ((tu_int)a >> (sd - (FLT_MANT_DIG+2))) | 56 ((a & ((tu_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0); 72 a <<= (FLT_MANT_DIG - sd);
|
floattixf.c | 37 int sd = N - __clzti2(a); /* number of significant digits */ local 38 int e = sd - 1; /* exponent */ 39 if (sd > LDBL_MANT_DIG) 49 switch (sd) 57 a = ((tu_int)a >> (sd - (LDBL_MANT_DIG+2))) | 58 ((a & ((tu_int)(-1) >> ((N + LDBL_MANT_DIG+2) - sd))) != 0); 74 a <<= (LDBL_MANT_DIG - sd);
|
floatuntidf.c | 33 int sd = N - __clzti2(a); /* number of significant digits */ local 34 int e = sd - 1; /* exponent */ 35 if (sd > DBL_MANT_DIG) 45 switch (sd) 53 a = (a >> (sd - (DBL_MANT_DIG+2))) | 54 ((a & ((tu_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0); 70 a <<= (DBL_MANT_DIG - sd);
|
floatuntixf.c | 35 int sd = N - __clzti2(a); /* number of significant digits */ local 36 int e = sd - 1; /* exponent */ 37 if (sd > LDBL_MANT_DIG) 47 switch (sd) 55 a = (a >> (sd - (LDBL_MANT_DIG+2))) | 56 ((a & ((tu_int)(-1) >> ((N + LDBL_MANT_DIG+2) - sd))) != 0); 72 a <<= (LDBL_MANT_DIG - sd);
|
/external/vboot_reference/firmware/2lib/ |
2misc.c | 68 struct vb2_shared_data *sd = vb2_get_sd(ctx); local 71 if (!(sd->status & VB2_SD_STATUS_NV_INIT)) 75 if (sd->status & VB2_SD_STATUS_CHOSE_SLOT) { 88 vb2_nv_set(ctx, VB2_NV_TRY_NEXT, 1 - sd->fw_slot); 94 if (sd->last_fw_slot != 1 - sd->fw_slot || 95 sd->last_fw_result != VB2_FW_RESULT_FAILURE) 117 struct vb2_shared_data *sd = vb2_get_sd(ctx); local 128 if (ctx->workbuf_size < sizeof(*sd)) 134 memset(sd, 0, sizeof(*sd)) 141 struct vb2_shared_data *sd = vb2_get_sd(ctx); local 179 struct vb2_shared_data *sd = vb2_get_sd(ctx); local 206 struct vb2_shared_data *sd = vb2_get_sd(ctx); local 317 struct vb2_shared_data *sd = vb2_get_sd(ctx); local [all...] |
/external/valgrind/coregrind/m_dispatch/ |
dispatch-mips64-linux.S | 70 sd $31, 72($29) 73 sd $16, 80($29) 74 sd $17, 88($29) 75 sd $18, 96($29) 76 sd $19, 104($29) 77 sd $20, 112($29) 78 sd $21, 120($29) 79 sd $22, 128($29) 80 sd $23, 136($29) 83 sd $28, 144($29 [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
ldstla-n64.s | 10 sd $2, 0x0123456789abcdef($3) 11 sd $2, 0xabcdef0123456789($3) 12 sd $2, 0xffffffff80000000($3) 13 sd $2, 0xffffffff00000000($3) 14 sd $2, 0xffffffff7fffffff($3) 15 sd $2, 0xabcdef01($3) 16 sd $2, 0x01234567($3)
|
ldstla-32-1.s | 17 sd $2, 0xfffffffeffffffff($4) 18 sd $2, 0xfffffffe00000000($4) 19 sd $2, 0xabcdef0123456789($4) 20 sd $2, 0x0123456789abcdef($4) 21 sd $2, 0x00000001ffffffff($4) 22 sd $2, 0x0000000100000000($4) 24 sd $2, 0xfffffffeffffffff 25 sd $2, 0xfffffffe00000000 26 sd $2, 0xabcdef0123456789 27 sd $2, 0x0123456789abcde [all...] |
ldstla-32-mips3-1.s | 17 sd $2, 0xfffffffeffffffff($4) 18 sd $2, 0xfffffffe00000000($4) 19 sd $2, 0xabcdef0123456789($4) 20 sd $2, 0x0123456789abcdef($4) 21 sd $2, 0x00000001ffffffff($4) 22 sd $2, 0x0000000100000000($4) 24 sd $2, 0xfffffffeffffffff 25 sd $2, 0xfffffffe00000000 26 sd $2, 0xabcdef0123456789 27 sd $2, 0x0123456789abcde [all...] |
sd-forward-n32.d | 3 #name: MIPS sd forward n32 5 #dump: sd-n32.d
|
sd-forward-n64.d | 3 #name: MIPS sd forward n64 5 #dump: sd-n64.d
|
elf-rel28-n32.d | 54 .*: fc840000 sd a0,0\(a0\) 56 .*: fc840000 sd a0,0\(a0\) 58 .*: fc840000 sd a0,0\(a0\) 60 .*: fc840000 sd a0,0\(a0\) 62 .*: fc840000 sd a0,0\(a0\) 64 .*: fc840000 sd a0,0\(a0\) 66 .*: fc840000 sd a0,0\(a0\) 68 .*: fc840000 sd a0,0\(a0\) 70 .*: fc840000 sd a0,0\(a0\) 72 .*: fc840000 sd a0,0\(a0\ [all...] |
/art/runtime/interpreter/mterp/mips64/ |
entry.S | 43 sd t8, STACK_OFFSET_GP(sp) 45 sd ra, STACK_OFFSET_RA(sp) 48 sd s0, STACK_OFFSET_S0(sp) 50 sd s1, STACK_OFFSET_S1(sp) 52 sd s2, STACK_OFFSET_S2(sp) 54 sd s3, STACK_OFFSET_S3(sp) 56 sd s4, STACK_OFFSET_S4(sp) 58 sd s5, STACK_OFFSET_S5(sp) 62 sd a3, SHADOWFRAME_RESULT_REGISTER_OFFSET(a2) 65 sd a1, SHADOWFRAME_CODE_ITEM_OFFSET(a2 [all...] |
/libcore/ojluni/src/main/java/java/io/ |
InputStreamReader.java | 64 private final StreamDecoder sd; field in class:InputStreamReader 74 sd = StreamDecoder.forInputStreamReader(in, this, (String)null); // ## check lock object 100 sd = StreamDecoder.forInputStreamReader(in, this, charsetName); 116 sd = StreamDecoder.forInputStreamReader(in, this, cs); 132 sd = StreamDecoder.forInputStreamReader(in, this, dec); 156 return sd.getEncoding(); 168 return sd.read(); 184 return sd.read(cbuf, offset, length); 195 return sd.ready(); 199 sd.close() [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_picklpf.h | 24 void vp9_pick_filter_level(const struct yv12_buffer_config *sd,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_picklpf.h | 24 void vp9_pick_filter_level(const struct yv12_buffer_config *sd,
|
/external/vboot_reference/firmware/lib20/ |
api.c | 41 struct vb2_shared_data *sd = vb2_get_sd(ctx); local 54 if (!sd->workbuf_preamble_size) 57 (ctx->workbuf + sd->workbuf_preamble_offset); 64 if (sd->workbuf_hash_size) { 66 (ctx->workbuf + sd->workbuf_hash_offset); 74 sd->workbuf_hash_offset = vb2_offset_of(ctx->workbuf, dc); 75 sd->workbuf_hash_size = dig_size; 76 ctx->workbuf_used = sd->workbuf_hash_offset + dig_size; 88 if (!sd->workbuf_data_key_size) 92 ctx->workbuf + sd->workbuf_data_key_offset 126 struct vb2_shared_data *sd = vb2_get_sd(ctx); local [all...] |
/external/fio/engines/ |
sync.c | 77 struct syncio_data *sd = td->io_ops->data; local 78 struct iovec *iov = &sd->iovecs[0]; 145 struct syncio_data *sd = td->io_ops->data; local 149 ret = sd->events; 150 sd->events = 0; 160 struct syncio_data *sd = td->io_ops->data; local 162 return sd->io_us[event]; 167 struct syncio_data *sd = td->io_ops->data; local 172 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file & 194 struct syncio_data *sd = td->io_ops->data; local 234 struct syncio_data *sd = td->io_ops->data; local 274 struct syncio_data *sd = td->io_ops->data; local 304 struct syncio_data *sd; local 318 struct syncio_data *sd = td->io_ops->data; local [all...] |
solarisaio.c | 31 struct solarisaio_data *sd = td->io_ops->data; local 34 io_u->engine_data = sd; 40 struct solarisaio_data *sd; local 57 sd = io_u->engine_data; 69 sd->aio_events[sd->aio_pending] = io_u; 71 sd->aio_pending++; 72 sd->nr--; 78 struct solarisaio_data *sd = td->io_ops->data; local 90 while (sd->aio_pending < min 103 struct solarisaio_data *sd = td->io_ops->data; local 111 struct solarisaio_data *sd = td->io_ops->data; local 158 struct solarisaio_data *sd = td->io_ops->data; local 188 struct solarisaio_data *sd = malloc(sizeof(*sd)); local [all...] |
sg.c | 33 static void sgio_hdr_init(struct sgio_data *sd, struct sg_io_hdr *hdr, 36 struct sgio_cmd *sc = &sd->cmds[io_u->index]; 68 struct sgio_data *sd = td->io_ops->data; local 70 void *buf = sd->sgbuf; 82 sd->fd_flags[i] = fio_set_fd_nonblocking(f->fd, "sg"); 84 sd->fd_flags[i] = -1; 86 sd->pfds[i].fd = f->fd; 87 sd->pfds[i].events = POLLIN; 97 ret = poll(sd->pfds, td->o.nr_files, -1); 106 if (pollin_events(sd->pfds, td->o.nr_files) 163 struct sgio_data *sd = td->io_ops->data; local 208 struct sgio_data *sd = td->io_ops->data; local 276 struct sgio_data *sd = td->io_ops->data; local 283 struct sgio_data *sd = td->io_ops->data; local 311 struct sgio_data *sd = td->io_ops->data; local 325 struct sgio_data *sd; local 351 struct sgio_data *sd = td->io_ops->data; local 387 struct sgio_data *sd = td->io_ops->data; local [all...] |
/external/mdnsresponder/Clients/ |
Makefile | 29 TARGETS = build/dns-sd build/dns-sd64 32 TARGETS = build/dns-sd 44 build/dns-sd: build dns-sd.c ClientCommon.c 47 build/dns-sd64: build dns-sd.c ClientCommon.c 50 # Note, we can make a 'fat' version of dns-sd using 'lipo', as shown below, but we 51 # don't, because we don't want or need a 'fat' version of dns-sd, because it will 54 # lipo -create dns-sd dns-sd64 -output dns-sd-fat
|
/external/libchrome/crypto/third_party/nss/ |
secsign.cc | 108 CERTSignedData sd; 109 PORT_Memset(&sd, 0, sizeof(sd)); 111 sd.data.data = (unsigned char*) input->data; 112 sd.data.len = input->len; 115 rv = SECOID_SetAlgorithmID(arena, &sd.signatureAlgorithm, algo_id, 0); 120 rv = DSAU_EncodeDerSigWithLen(&sd.signature, &sig, sig.len); 123 sd.signature.len <<= 3; // Convert to bit string. 127 arena, result, &sd, SEC_ASN1_GET(CERT_SignedDataTemplate)); 129 PORT_Free(sd.signature.data) [all...] |
/external/libmicrohttpd/src/testcurl/https/ |
test_https_time_out.c | 50 MHD_socket sd; local 53 sd = socket (AF_INET, SOCK_STREAM, 0); 54 if (sd == -1) 65 gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t) (intptr_t) sd); 67 ret = connect (sd, &sa, sizeof (struct sockaddr_in)); 72 close (sd); 80 close (sd); 88 if (send (sd, "", 1, 0) == 0) 91 close (sd); 95 close (sd); [all...] |