Searched defs:d1 (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Drmdirp.c35 * The remaining path, which is not removed for some reason, is stored in "d1".
36 * If nothing remains, "d1" is empty.
54 rmdirp(char *d, char *d1) argument
72 (void) strcpy(d1, d);
93 (void) strcpy(d1, d);
101 (void) strcpy(d1, d);
108 (void) strcpy(d1, d);
117 (void) strcpy(d1, d);
130 *d1 = '\0';
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcollate.c84 u32 d1, d2; local
91 d1 = le32_to_cpup(data1);
93 if (d1 < d2)
96 if (d1 == d2)
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dutil.c150 memcmp_pad_max(void *d1, uint_t d1_len, void *d2, uint_t d2_len, uint_t max_sz) argument
169 marker = d1;
173 if (memcmp(d1, d2, len) != 0)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dscandir.c242 alphasort(const struct dirent **d1, const struct dirent **d2) argument
244 return (strcoll((*d1)->d_name,
250 alphasort64(const struct dirent64 **d1, const struct dirent64 **d2) argument
252 return (strcoll((*d1)->d_name,
H A Dndbm.c861 cmpdatum(datum d1, datum d2) argument
866 n = d1.dsize;
871 p1 = d1.dptr;
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c59 directory_t d1 = NULL; local
78 de = directory_open(&d1);
82 d1 = d;
85 de = directory_get_v(d1, &ret_list, &name, 1, type, attrs);
121 directory_close(d1);
170 directory_t d1 = NULL; local
194 de = directory_open(&d1);
198 d1 = d;
201 de = directory_get_v(d1, &ret_list, &id, 1, id_type, attrs);
234 directory_close(d1);
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c414 cmpdatum(datum d1, datum d2) argument
419 n = d1.dsize;
424 p1 = d1.dptr;
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Dmm.c211 grub_efi_memory_descriptor_t *d1; local
214 for (d1 = memory_map;
215 d1 < memory_map_end;
216 d1 = NEXT_MEMORY_DESCRIPTOR (d1, desc_size))
218 grub_efi_memory_descriptor_t *max_desc = d1;
220 for (d2 = NEXT_MEMORY_DESCRIPTOR (d1, desc_size);
228 if (max_desc != d1)
232 tmp = *d1;
233 *d1
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dblowfish.c414 u32 d1, d2; local
416 d1 = inbuf[0] << 24 | inbuf[1] << 16 | inbuf[2] << 8 | inbuf[3];
418 do_encrypt( bc, &d1, &d2 );
419 outbuf[0] = (d1 >> 24) & 0xff;
420 outbuf[1] = (d1 >> 16) & 0xff;
421 outbuf[2] = (d1 >> 8) & 0xff;
422 outbuf[3] = d1 & 0xff;
441 u32 d1, d2; local
443 d1 = inbuf[0] << 24 | inbuf[1] << 16 | inbuf[2] << 8 | inbuf[3];
445 decrypt( bc, &d1,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dblowfish.c414 u32 d1, d2; local
416 d1 = inbuf[0] << 24 | inbuf[1] << 16 | inbuf[2] << 8 | inbuf[3];
418 do_encrypt( bc, &d1, &d2 );
419 outbuf[0] = (d1 >> 24) & 0xff;
420 outbuf[1] = (d1 >> 16) & 0xff;
421 outbuf[2] = (d1 >> 8) & 0xff;
422 outbuf[3] = d1 & 0xff;
441 u32 d1, d2; local
443 d1 = inbuf[0] << 24 | inbuf[1] << 16 | inbuf[2] << 8 | inbuf[3];
445 decrypt( bc, &d1,
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c467 IsEqualData(KMF_DATA *d1, KMF_DATA *d2) argument
469 return ((d1->Length == d2->Length) &&
470 !memcmp(d1->Data, d2->Data, d1->Length));
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java437 compare(ProbeData d1, ProbeData d2) argument
439 return ProbeData.compare(d1, d2, sortFields);
593 compareRecordLists(ProbeData d1, ProbeData d2) argument
595 List <Record> list1 = d1.getRecords();
623 compare(ProbeData d1, ProbeData d2, KeyField[] comparedFields) argument
629 int cpu1 = d1.getCPU();
634 ProbeDescription p1 = d1.getEnabledProbeDescription();
639 int epid1 = d1.getEnabledProbeID();
644 cmp = compareRecordLists(d1, d2);
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dfbblit.c1241 grub_uint8_t d1 = (*dstptr >> 0) & 0xFF; local
1245 d1 = (d1 * (255 - a) + s1 * a) / 255;
1249 *dstptr = (a << 24) | (d3 << 16) | (d2 << 8) | d1;
1343 grub_uint8_t d1 = (*(grub_uint32_t *) dstptr >> 0) & 0xFF; local
1347 ((grub_uint8_t *) dstptr)[0] = (d1 * (255 - a) + s1 * a) / 255;
1439 grub_uint8_t d1 = (*dstptr >> 0) & 0x1F; local
1443 d1 = (d1 * (255 - a) + s1 * a) / 255;
1447 *dstptr = (d1
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mh.c586 uint_t c1 = 0, t1 = 0, d1 = 0, s1 = 0; local
600 if ((sscanf(n1, "c%ut%ud%us%u%n", &c1, &t1, &d1, &s1, &l) != 4 &&
601 sscanf(n1, "c%ud%us%u%n", &c1, &d1, &s1, &l) != 3 &&
602 sscanf(n1, "c%ut%ud%u%n", &c1, &t1, &d1, &l) != 3 &&
603 sscanf(n1, "c%ud%u%n", &c1, &d1, &l) != 2) || (l != cl))
619 if (d1 != d2)
620 return ((d1 > d2) ? 1 : -1);
/osnet-11/usr/src/common/mpi/
H A Dmp_gf2m.c356 int n, dN, d0, d1; local
385 d1 = MP_DIGIT_BITS - d0;
389 z[j-n-1] ^= (zz<<d1);
395 d1 = MP_DIGIT_BITS - d0;
398 z[j-n-1] ^= (zz << d1);
408 d1 = MP_DIGIT_BITS - d0;
410 /* clear up the top d1 bits */
411 if (d0) z[dN] = (z[dN] << d1) >> d1;
418 d1
[all...]
H A Dmpi.c2529 /*static const mp_digit d1 = 1; */
2530 /*static const mp_int one = { MP_ZPOS, 1, 1, (mp_digit *)&d1 }; */
4322 mp_digit d1, d0, q1, q0; local
4325 d1 = divisor >> MP_HALF_DIGIT_BIT;
4327 r1 = Nhi % d1;
4328 q1 = Nhi / d1;
4338 r0 = r1 % d1;
4339 q0 = r1 / d1;
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c772 grub_uint8_t *d1, *d2; local
774 d1 = (*data->bitmap)->data;
779 i++, d1++, d2+=2)
780 *d1 = *d2;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1373 int d0, d1, d2; local
1380 : "=&c" (d0), "=&S" (d1), "=&D" (d2)
1390 : "=&c" (d0), "=&S" (d1), "=&D" (d2)
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c762 * d+ (d1.lo d1.hi d2.lo d2.hi -- dsum.lo dsum.hi)
767 dforth_t d1, d2; local
771 d1 = pop_double(env);
772 d1 += d2;
773 push_double(env, d1);
777 * d- (d1.lo d1.hi d2.lo d2.hi -- ddif.lo ddif.hi)
782 dforth_t d1, d2; local
786 d1
[all...]

Completed in 102 milliseconds