Searched refs:pc (Results 1 - 25 of 599) sorted by path

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dqsort.c107 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
134 pc = pd = (char *)a + (n - 1) * es;
136 while (pb <= pc && (r = cmp(pb, a)) <= 0) {
144 while (pb <= pc && (r = cmp(pc, a)) >= 0) {
147 swap(pc, pd);
150 pc -= es;
152 if (pb > pc)
154 swap(pb, pc);
157 pc
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfig.guess277 echo alpha-pc-interix
334 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
763 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
782 echo ${UNAME_MACHINE}-pc-cygwin
785 echo ${UNAME_MACHINE}-pc-mingw32
788 # uname -m includes "-pc" on this system.
792 echo ${UNAME_MACHINE}-pc-pw32
797 echo i586-pc-interix${UNAME_RELEASE}
807 echo i${UNAME_MACHINE}-pc-mks
813 echo i586-pc
[all...]
H A Dconfig.sub178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
190 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
202 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
209 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
215 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
[all...]
H A Dconfigure6597 pc)
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr021/
H A Dt.c14 int ch, l, ok, pc; local
34 for (pc = 1; (ch = getchar()) != EOF;) {
37 ++pc;
40 --pc;
50 if (pc <= 0) {
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dsijointest.tcl97 set pc [$pdb cursor]
98 error_check_good pc($item) [is_valid_cursor $pc $pdb] TRUE
120 error_check_good pc_close($item) [$pc close] 0
H A Dtest.tcl449 ^\t*[r|R]pc[0-9][0-9][0-9].*|
/macosx-10.10/BootCache-109/
H A DBootCache.h305 #define PC_FREE_ZERO(pc) do { if (pc) { BC_free_playlist(pc); (pc) = NULL; } } while (0)
H A Dcontrol.c52 static int add_file(struct BC_playlist *pc, const char *fname, const int batch, const bool shared, const bool low_priority);
53 static int add_directory(struct BC_playlist *pc, const char *fname, const int batch, const bool shared);
54 static int add_fseventsd_files(struct BC_playlist *pc, const int batch, const bool shared);
55 static int add_playlist_for_preheated_user(struct BC_playlist *pc, bool isCompositeDisk);
56 static int add_logical_playlist(const char *playlist, struct BC_playlist *pc, int batch, int shared);
197 static int add_logical_playlist(const char *playlist, struct BC_playlist *pc, int batch, int shared) argument
220 if ((error = add_directory(pc, filename, batch, shared))
224 add_file(pc, filename, batch, shared, false);
362 struct BC_playlist *pc; local
373 pc
479 add_playlist_for_preheated_user(struct BC_playlist *pc, bool isCompositeDisk) argument
705 add_file(struct BC_playlist *pc, const char *fname, const int batch, const bool shared, const bool low_priority) argument
774 add_directory(struct BC_playlist *pc, const char *dname, const int batch, const bool shared) argument
808 add_fseventsd_files(struct BC_playlist *pc, const int batch, const bool shared) argument
883 struct BC_playlist *pc; local
941 struct BC_playlist *pc; local
1101 struct BC_playlist *pc = NULL, *npc = NULL; local
1188 struct BC_playlist *pc; local
1282 struct BC_playlist *pc; local
1435 struct BC_playlist *pc; local
1465 struct BC_playlist *pc; local
1629 struct BC_playlist *pc; local
[all...]
H A Dlibrary.c44 void BC_free_playlist(struct BC_playlist *pc) { argument
45 if (pc) {
46 if (pc->p_mounts)
47 free(pc->p_mounts);
48 if (pc->p_entries)
49 free(pc->p_entries);
50 free(pc);
70 struct BC_playlist *pc; local
75 pc = NULL;
100 if ((pc
149 BC_write_playlist(const char *pfname, const struct BC_playlist *pc) argument
335 BC_sort_playlist(struct BC_playlist *pc) argument
349 BC_coalesce_playlist(struct BC_playlist *pc) argument
451 BC_verify_playlist(const struct BC_playlist *pc) argument
556 struct BC_playlist *pc; local
685 BC_start(struct BC_playlist *pc) argument
796 struct BC_playlist* pc = NULL; local
[all...]
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs173 LARGE_INTEGER pc;
195 QueryPerformanceCounter(&r.pc);
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DFibonacci.pm356 my $pc;
358 if( $pc = $p->{child} ) {
359 link_to_left_of $pc->{left}, $c;
360 link_to_left_of $c, $pc;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DFibonacci.pm356 my $pc;
358 if( $pc = $p->{child} ) {
359 link_to_left_of $pc->{left}, $c;
360 link_to_left_of $c, $pc;
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DFibonacci.pm344 my $pc;
346 if( $pc = $p->{child} ) {
347 link_to_left_of $pc->{left}, $c;
348 link_to_left_of $c, $pc;
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2476 $js = $pc->sort_by(sub { $JSON::PP::a cmp $JSON::PP::b })->encode($obj);
2479 $js = $pc->sort_by('own_sort')->encode($obj);
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D006_pc_pretty.t15 my $pc = new JSON::PP;
18 $js = $pc->encode($obj);
22 $pc->pretty (1);
23 $js = $pc->encode($obj);
34 $pc->pretty(0);
35 $js = $pc->encode($obj);
40 $pc->pretty(1);
41 $js = $pc->encode($obj);
55 $pc->pretty(0);
56 $js = $pc
[all...]
H A D007_pc_esc.t27 my $pc = new JSON::PP;
30 $str = $pc->encode($obj);
34 $str = $pc->encode($obj);
38 $str = $pc->encode($obj); # but since version 0.99
40 $obj = $pc->decode($str);
44 $str = $pc->encode($obj);
48 $str = $pc->encode($obj);
52 $str = $pc->encode($obj);
56 $str = $pc->encode($obj);
60 $str = $pc
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/eg/
H A Dbench11 # "JSON::PC" => ['$pc->convert ($perl)' , '$pc->parse ($json)'],
33 my $pc = new JSON::PC;
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/t/
H A D06_pc_pretty.t12 my $pc = new JSON::XS;
15 $js = $pc->encode($obj);
19 $pc->pretty (1);
20 $js = $pc->encode($obj);
31 $pc->pretty(0);
32 $js = $pc->encode($obj);
37 $pc->pretty(1);
38 $js = $pc->encode($obj);
52 $pc->pretty(0);
53 $js = $pc
[all...]
/macosx-10.10/Csu-85/
H A Ddyld_glue.s121 ldr ip, [pc, ip]
127 ldr pc, [pc, ip] // jump to dyld_lazy_symbol_binding_entry_point
129 ldr pc, [ip]
222 ldr pc, [pc, ip]
224 ldr pc, [ip]
H A Dstart.s212 L2: add ip, pc, ip
215 mov lr, pc // blx not supported, so simulate it in two steps
222 L3: add ip, pc, ip
/macosx-10.10/Heimdal-398.1.2/
H A Dconfig.guess277 echo alpha-pc-interix
337 echo i386-pc-auroraux${UNAME_RELEASE}
353 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
782 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
801 echo ${UNAME_MACHINE}-pc-cygwin
804 echo ${UNAME_MACHINE}-pc-mingw32
807 # uname -m includes "-pc" on this system.
811 echo ${UNAME_MACHINE}-pc-pw32
816 echo i586-pc-interix${UNAME_RELEASE}
826 echo i${UNAME_MACHINE}-pc
[all...]
H A Dconfig.sub185 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
189 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
193 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
197 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
201 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
209 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
212 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
216 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
222 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
[all...]
H A Dconfigure5601 pc)
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dpkinit.c508 const HDB_Ext_PKINIT_cert *pc; local
543 ret = hdb_entry_get_pkinit_cert(&client->entry, &pc);
544 if (ret == 0 && pc != NULL) {
548 for (i = 0; i < pc->len; i++) {
550 pc->val[i].cert.data,
551 pc->val[i].cert.length,
1816 const HDB_Ext_PKINIT_cert *pc; local
1869 ret = hdb_entry_get_pkinit_cert(&client->entry, &pc);
1870 if (ret == 0 && pc) {
1874 for (j = 0; j < pc
[all...]

Completed in 509 milliseconds

1234567891011>>