Searched refs:sec1 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java62 SimpleEntityClass sec1 = new SimpleEntityClass();
68 sec1.setpKey("keyone");
69 sec1.setsKey("skeyone");
83 sda.pIdx.put(sec1);
H A DSimpleStoreGet.java58 SimpleEntityClass sec1 = sda.pIdx.get("keyone");
63 System.out.println("sec1: " + sec1.getpKey());
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dtest_dh.c331 unsigned char *sec1, *sec2; local
369 sec1 = malloc(size);
371 if (!sec1 || !sec2) {
375 ret = DH_compute_key(sec1, dh2->pub_key, dh1);
409 print_secret(sec1, ret);
414 if (memcmp(sec1, sec2, ret) == 0)
420 free(sec1);
/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_dh.c338 unsigned char *sec1, *sec2; local
374 sec1 = malloc(size);
376 if (!sec1 || !sec2) {
380 ret = DH_compute_key(sec1, dh2->pub_key, dh1);
394 print_secret(sec1, size);
399 if (memcmp(sec1, sec2, size) == 0) {
406 free(sec1);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java44 private SecondaryIndex<Integer,Integer,MyEntity> sec1; field in class:JoinTest
61 sec1 = store.getSecondaryIndex(primary, Integer.class, "k1");
117 join.addCondition(sec1, k1);
H A DForeignKeyTest.java75 private SecondaryIndex<String,String,Entity1> sec1; field in class:ForeignKeyTest
99 sec1 = store.getSecondaryIndex(pri1, String.class, "sk");
121 assertEquals(o1, sec1.get(txn, "sk1", null));
174 assertNull(sec1.get(txn, "sk1", null));
181 assertNull(sec1.get(txn, "sk1", null));
197 assertNull(sec1.get(txn, "sk1", null));
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_tpro.c176 tp->min10, tp->min1, tp->sec10, tp->sec1, tp->ms100,
/macosx-10.10.1/apr-32/apr-util/apr-util/misc/
H A Dapr_date.c306 #define TIMEPARSE(ds,hr10,hr1,min10,min1,sec10,sec1) \
310 ds.tm_sec = ((sec10 - '0') * 10) + (sec1 - '0'); \
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dmktime.c164 ydhms_diff (long int year1, long int yday1, int hour1, int min1, int sec1, argument
188 time_t seconds = 60 * minutes + sec1 - sec0;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dx509asn1.c442 char sec1, sec2; local
454 sec1 = '0';
460 sec1 = fracp[-2];
496 beg + 8, beg + 10, sec1, sec2,
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatinbuilder.cpp715 uint32_t sec1 = miniCE1 & CollationFastLatin::SECONDARY_MASK; local
717 if(sec1 >= CollationFastLatin::MIN_SEC_HIGH && case1 == 0 &&
719 // sec1>=sec_high implies pri1==0.
720 return (miniCE & ~CollationFastLatin::SECONDARY_MASK) | sec1;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c4153 const asection *sec1 = *(const asection **) arg1;
4159 if (sec1->lma < sec2->lma)
4161 else if (sec1->lma > sec2->lma)
4166 if (sec1->vma < sec2->vma)
4168 else if (sec1->vma > sec2->vma)
4175 if (TOEND (sec1))
4181 if (sec1->target_index - sec2->target_index != 0)
4182 return sec1->target_index - sec2->target_index;
4195 size1 = (sec1->flags & SEC_LOAD) ? sec1
4148 const asection *sec1 = *(const asection **) arg1; local
8857 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c2422 const asection *const *sec1 = arg1;
2427 flags1 = (*sec1)->flags;
2444 if ((*sec1)->lma > (*sec2)->lma)
2446 else if ((*sec1)->lma < (*sec2)->lma)
2450 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2))
2452 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2))
2420 const asection *const *sec1 = arg1; local

Completed in 181 milliseconds