Searched refs:fpi (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/ntp-92/libntp/
H A Dmfptoa.c9 u_long fpi,
16 if (M_ISNEG(fpi, fpf)) {
18 M_NEG(fpi, fpf);
22 return dolfptoa(fpi, fpf, isneg, ndec, 0);
8 mfptoa( u_long fpi, u_long fpf, short ndec ) argument
H A Dmfptoms.c9 u_long fpi,
16 if (M_ISNEG(fpi, fpf)) {
18 M_NEG(fpi, fpf);
22 return dolfptoa(fpi, fpf, isneg, ndec, 1);
8 mfptoms( u_long fpi, u_long fpf, short ndec ) argument
H A Ddolfptoa.c13 u_long fpi,
43 fpi &= 0xffffffff;
51 lwork = fpi;
12 dolfptoa( u_long fpi, u_long fpv, int neg, short ndec, int msec ) argument
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa_fltrnds.h1 CONST FPI *fpi; variable
14 fpi = &fpi0;
17 fpi = &fpi1;
H A Dgdtoa-strtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
47 rv = strtodg(s00, se, fpi, exp, b->x);
56 nb = fpi->nbits;
65 if (fpi->sudden_underflow) {
78 if (++e1 > fpi->emax)
93 e1 = fpi->emax;
107 if (e1 == fpi->emin) {
108 if (fpi
[all...]
H A D_ldtoa.c56 FPI fpi = {
83 fpi.rounding ^= (fpi.rounding >> 1) & u.bits.sign;
113 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
H A Dgdtoa-gethex.c44 gethex(sp, fpi, exp, bp, sign, loc)
45 CONST char **sp; CONST FPI *fpi; Long *exp; Bigint **bp; int sign; locale_t loc;
47 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc)
163 switch(fpi->rounding) {
180 switch(fpi->rounding) {
193 nbits = fpi->nbits;
204 *exp = fpi->emin;
214 int maxdigits = ((fpi->nbits + 3) >> 2) + 2;
289 nbits = fpi->nbits;
312 if (e > fpi
[all...]
H A Dgdtoa-strtodg.c50 int rvOK(U *d, CONST FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv);
190 (d, fpi, exp, bits, exact, rd, irv)
191 U *d; CONST FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
193 (U *d, CONST FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
202 bdif -= nb = fpi->nbits;
214 fpi->rounding ==
266 if (e < fpi->emin) {
267 k = fpi->emin - e;
268 e = fpi->emin;
269 if (k > nb || fpi
[all...]
H A Dgdtoa-strtof.c51 #define fpi &fpi0 macro
55 k = strtodg(s, sp, fpi, &exp, bits, loc);
H A Dgdtoa-hexnan.c57 hexnan(sp, fpi, x0)
58 CONST char **sp; CONST FPI *fpi; ULong *x0;
60 hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0)
80 nbits = fpi->nbits;
156 nbits = fpi->nbits;
H A Dgdtoa-strtopx.c71 #define fpi &fpi0 macro
74 k = strtodg(s, sp, fpi, &exp, bits, loc);
H A Dgdtoa-gdtoa.c114 (fpi, be, bits, kindp, mode, ndigits, decpt, rve)
115 FPI *fpi; int be; ULong *bits;
118 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
187 b = bitstob(bits, nbits = fpi->nbits, &bbits);
315 if ( (rdir = fpi->rounding - 1) !=0) {
500 if (be - i++ < fpi->emin)
502 i = be - fpi->emin + 1;
550 if (bbits == 1 && be0 > fpi->emin + 1) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSFullPeerInfo.c91 SOSFullPeerInfoRef fpi = CFTypeAllocate(SOSFullPeerInfo, struct __OpaqueSOSFullPeerInfo, allocator); local
93 fpi->peer_info = SOSPeerInfoCreate(allocator, gestalt, signingKey, error);
94 if (fpi->peer_info == NULL) {
95 CFReleaseNull(fpi);
99 OSStatus result = SecKeyCopyPersistentRef(signingKey, &fpi->key_ref);
102 CFReleaseNull(fpi);
107 return fpi;
113 SOSFullPeerInfoRef fpi = CFTypeAllocate(SOSFullPeerInfo, struct __OpaqueSOSFullPeerInfo, allocator); local
117 fpi->peer_info = peer;
118 CFRetainSafe(fpi
141 SOSFullPeerInfoRef fpi = CFTypeAllocate(SOSFullPeerInfo, struct __OpaqueSOSFullPeerInfo, allocator); local
176 SOSFullPeerInfoRef fpi = (SOSFullPeerInfoRef) aObj; local
210 SOSFullPeerInfoRef fpi = (SOSFullPeerInfoRef) aObj; local
311 SOSFullPeerInfoPromoteToApplication(SOSFullPeerInfoRef fpi, SecKeyRef user_key, CFErrorRef *error) argument
332 SOSFullPeerInfoUpgradeSignatures(SOSFullPeerInfoRef fpi, SecKeyRef user_key, CFErrorRef *error) argument
357 SOSFullPeerInfoPromoteToRetiredAndCopy(SOSFullPeerInfoRef fpi, CFErrorRef *error) argument
[all...]
H A DSOSAccountPeers.c52 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircleNamed(account, SOSCircleGetName(circle), error); local
54 return fpi ? SOSFullPeerInfoGetPeerInfo(fpi) : NULL;
59 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircleNamed(account, name, error); local
61 return fpi ? SOSFullPeerInfoGetPeerInfo(fpi) : NULL;
72 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircleNamedIfPresent(account, SOSCircleGetName(circle), NULL); local
73 if(!fpi) return false;
74 return SOSCircleHasActivePeer(circle, SOSFullPeerInfoGetPeerInfo(fpi), error);
H A DSOSAccountCircles.c32 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircleNamedIfPresent(account, SOSCircleGetName(circle), NULL);
33 if (!fpi) {
37 CFRetainSafe(fpi);
39 handle_peer(circle, fpi);
40 CFReleaseSafe(fpi);
83 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircleNamed(account, circleName, error); local
84 require_quiet(fpi, fail);
85 SOSPeerInfoRef myPeer = SOSFullPeerInfoGetPeerInfo(fpi);
H A DSOSFullPeerInfo.h56 bool SOSFullPeerInfoPromoteToApplication(SOSFullPeerInfoRef fpi, SecKeyRef user_key, CFErrorRef *error);
58 bool SOSFullPeerInfoUpgradeSignatures(SOSFullPeerInfoRef fpi, SecKeyRef user_key, CFErrorRef *error);
H A DSOSAccountCredentials.c58 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircle(account, circle, NULL);
59 if(SOSCircleHasPeer(circle, SOSFullPeerInfoGetPeerInfo(fpi), NULL) &&
70 SOSCircleGenerationUpdate(circle, privKey, fpi, NULL);
82 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircle(account, circle, NULL);
83 if (fpi)
84 SOSFullPeerInfoUpgradeSignatures(fpi, privKey, NULL);
H A DSOSAccount.c201 SOSFullPeerInfoRef fpi = (SOSFullPeerInfoRef) value;
203 CFArrayAppendValue(result, SOSFullPeerInfoGetPeerInfo(fpi));
468 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircle(account, circle, NULL); local
469 if(!fpi) return false;
471 SOSPeerInfoRef retire_peer = SOSFullPeerInfoPromoteToRetiredAndCopy(fpi, &localError);
481 require_action_quiet(retire_peer, errout, secerror("Create ticket failed for peer %@: %@", fpi, localError));
509 secerror("Couldn't purge key for peer %@ on retirement: %@", fpi, localError);
796 SOSFullPeerInfoRef fpi = SOSAccountGetMyFullPeerInCircle(account, circle, error);
797 if(fpi){
798 SOSPeerInfoRef myPeer = SOSFullPeerInfoGetPeerInfo(fpi);
[all...]
/macosx-10.10.1/vim-55/src/
H A Dos_vms_mms.c8 FILE *fpi, *fpo; local
46 fpi = fopen("tmp:errors.vim_tmp", "r");
48 while (fgets(buf, BUFSIZ, fpi))
71 fclose(fpi);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-30-peerinfo.c55 SOSFullPeerInfoRef fpi = SOSCreateFullPeerInfoFromName(CFSTR("Test Peer"), &signingKey, NULL); local
56 SOSPeerInfoRef pi = SOSFullPeerInfoGetPeerInfo(fpi);
75 buffer_p = SOSFullPeerInfoEncodeToDER(fpi, NULL, buffer, buffer + sizeof(buffer));
85 ok(CFEqual(fpi, fpi2), "Full peer inflate matches");
103 ok(SOSFullPeerInfoPromoteToApplication(fpi, user_privkey, &error), "Promote to Application");
104 ok(SOSPeerInfoApplicationVerify(SOSFullPeerInfoGetPeerInfo(fpi), user_pubkey, &error), "Promote to Application");
113 CFReleaseNull(fpi);
H A Dsc-31-peerinfo-simplefuzz.c40 SOSFullPeerInfoRef fpi = SOSCreateFullPeerInfoFromName(CFSTR("Test Peer"), &signingKey, NULL); local
41 SOSPeerInfoRef pi = SOSFullPeerInfoGetPeerInfo(fpi);
H A Dsc-130-resignationticket.c46 SOSFullPeerInfoRef fpi; member in struct:piStuff_t
57 pi->fpi = SOSCreateFullPeerInfoFromName(cfName, &pi->signingKey, NULL);
59 pi->pi = SOSFullPeerInfoGetPeerInfo(pi->fpi);
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dvmstat-p.d26 * fpi filesystem page ins Kbytes
69 fpi = 0; fpo = 0; fpf = 0;
85 "epi", "epo", "epf", "api", "apo", "apf", "fpi", "fpo", "fpf");
101 vminfo:::fspgin { fpi += arg0; }
134 fpi *= `_pagesize / 1024;
147 epi, epo, epf, api, apo, apf, fpi, fpo, fpf);
153 fpi = 0; fpo = 0; fpf = 0;
/macosx-10.10.1/dtrace-147/DTTk/Mem/
H A Dvmstat-p.d26 * fpi filesystem page ins Kbytes
69 fpi = 0; fpo = 0; fpf = 0;
85 "epi", "epo", "epf", "api", "apo", "apf", "fpi", "fpo", "fpf");
101 vminfo:::fspgin { fpi += arg0; }
134 fpi *= `_pagesize / 1024;
147 epi, epo, epf, api, apo, apf, fpi, fpo, fpf);
153 fpi = 0; fpo = 0; fpf = 0;
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/libproc/
H A Ddproc.c585 struct proc_fileportinfo *fpi; local
648 fpi = &Fps[i];
653 Lf->fileport = fpi->proc_fileport;
658 switch (fpi->proc_fdtype) {
661 (void) process_fileport_pipe(pid, fpi->proc_fileport);
664 (void) process_fileport_socket(pid, fpi->proc_fileport);
668 (void) process_fileport_pshm(pid, fpi->proc_fileport);
671 (void) process_fileport_vnode(pid, fpi->proc_fileport);
675 fpi->proc_fileport);

Completed in 208 milliseconds

12