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

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkeytab.c51 * A keytab name is on the form type:residual. The residual part is
65 * residual part is a filename. For compatibility with other
74 * the type's name is AFSKEYFILE. The residual part is a filename.
80 * opened by the residual name, so two handles can point to the
171 const char *residual; local
173 residual = strchr(name, ':');
175 if (residual == NULL ||
180 || name + 1 == residual
186 residual
217 const char *type, *residual; local
[all...]
H A Dcache.c179 * and name `residual'. Return 0 or an error code.
185 const char *residual,
192 ret = _krb5_expand_path_tokens(context, residual, &exp_residual);
196 residual = exp_residual;
208 ret = (*id)->ops->resolve(context, id, residual);
242 * Find and allocate a ccache in `id' from the specification in `residual'.
183 allocate_ccache(krb5_context context, const krb5_cc_ops *ops, const char *residual, krb5_ccache *id) argument
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemVNodeOps.c1100 off_t residual = 0; local
1105 residual = pageInArgsPtr->a_size;
1150 residual -= amountToCopy;
1156 if ( ( residual > 0 ) &&
1162 amountToCopy = ( UInt32 ) __u64min ( residual, kPhysicalMediaBlockSize - offset );
1170 residual -= amountToCopy;
1175 if ( ( residual > 0 ) &&
1190 count = ( UInt32 ) __u64min ( residual, ( kPhysicalMediaBlockSize - sectorOffset ) );
1216 residual -= count;
1235 while ( ( residual > kPhysicalMediaBlockSiz
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlogin.c183 char residual[64]; local
186 snprintf(residual, sizeof(residual), "FILE:/tmp/krb5cc_%u",
188 krb5_cc_resolve(context, residual, &id2);
191 add_env("KRB5CCNAME", residual);
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb.c459 const char *residual; local
466 h = find_method (filename, &residual);
475 residual = filename + strlen(h->prefix);
488 h = find_dynamic_method (context, filename, &residual);
492 return (*h->create)(context, db, residual);
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp261 UInt32 residual = copyToBufferDescriptors(); local
262 if(residual != 0)
359 UInt32 residual = 0; local
407 residual = copyToBufferDescriptors();
408 if(residual != 0)
H A DIOFWIPBusInterface.cpp1336 UInt32 residual = pktSize; local
1354 while (residual)
1374 UInt32 cmdLen = MIN(residual, maxPayload - sizeof(IP1394_FRAG_HDR));
1383 fragmentType = (cmdLen < residual) ? INTERIOR_FRAGMENT : LAST_FRAGMENT;
1399 residual -= cmdLen; // ...size of the fragment just sent
1442 UInt16 residual = datagramSize; local
1469 status = txUnicastUnFragmented(device, addr, m, residual, type);
1471 status = txUnicastFragmented(device, addr, m, residual, type, maxPayload, dgl);
1757 rcb->residual = rcb->datagramSize;
1770 if(amountToCopy > rcb->residual)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext3D.cpp221 unsigned int residual = validRowSize % alignment; local
222 if (residual) {
223 padding = alignment - residual;
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h359 fragment is copied to its correct location; the residual count is decremented.
360 This process repeats with successive fragments until residual is zero. */
373 UInt16 residual; /* Bytes still outstanding */ member in class:RCB
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-arm.c4352 encoded constant-and-rotation, together with the final residual. If n is
4362 bfd_vma residual = value; /* Also known as Y_n. */ local
4369 if (residual == 0)
4375 /* Determine the most significant bit in the residual and
4378 if (residual & (3 << msb))
4389 g_n = residual & (0xff << shift);
4393 /* Calculate the residual for the next time around. */
4394 residual &= ~g_n;
4397 *final_residual = residual;
5836 bfd_vma residual; local
5969 bfd_vma residual; local
6015 calculate_group_reloc_mask (abs (signed_value), group - 1, &residual); local
6052 bfd_vma residual; local
6098 calculate_group_reloc_mask (abs (signed_value), group - 1, &residual); local
6135 bfd_vma residual; local
6181 calculate_group_reloc_mask (abs (signed_value), group - 1, &residual); local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c2918 unsigned int residual; local
3265 xfer_size, &residual, io_flags);
3278 if ((error == KERN_SUCCESS) && (residual == 0)) {
3293 if (residual == xfer_size) {
3314 fill = residual & (vm_page_size - 1);
3315 lsize = (xfer_size - residual) + fill;
3996 unsigned int residual = 0; local
4111 residual = size;
4115 size, &residual, flags);
4120 size, &residual,
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dflymake.el264 (defvar flymake-output-residual nil)
266 (make-variable-buffer-local 'flymake-output-residual)
600 (flymake-parse-output-and-residual output)))))
625 (flymake-parse-residual)
660 (defun flymake-parse-output-and-residual (output)
661 "Split OUTPUT into lines, merge in residual if necessary."
662 (let* ((buffer-residual flymake-output-residual)
663 (total-output (if buffer-residual (concat buffer-residual outpu
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex5117 No more windows left. Check for residual bits of exponent. \\
5651 a multiplication by $\lfloor \beta / 3 \rfloor$ and the appropriate shift and residual fixup. In essence it is much like the Barrett reduction

Completed in 340 milliseconds