Searched refs:zero (Results 276 - 300 of 595) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecport.h141 extern void PORT_FreeArena(PLArenaPool *arena, PRBool zero);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecport.h141 extern void PORT_FreeArena(PLArenaPool *arena, PRBool zero);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecport.h141 extern void PORT_FreeArena(PLArenaPool *arena, PRBool zero);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecport.h141 extern void PORT_FreeArena(PLArenaPool *arena, PRBool zero);
/macosx-10.10/WebCore-7600.1.25/platform/audio/ios/
H A DAudioFileReaderIOS.cpp208 audioBus->channel(i)->zero();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatPoint.h60 static FloatPoint zero() { return FloatPoint(); } function in class:WebCore::FloatPoint
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperLayer.h184 return FloatRect(FloatPoint::zero(), m_state.size);
H A DTextureMapperGL.cpp349 IntRect sourceRect(IntPoint::zero(), size);
355 static_cast<BitmapTextureGL*>(texture.get())->updateContentsNoSwizzle(bits, sourceRect, IntPoint::zero(), stride);
812 && !(bytesPerLine == static_cast<int>(targetRect.width() * bytesPerPixel) && adjustedSourceOffset == IntPoint::zero());
869 FloatRect targetRect(IntPoint::zero(), sampler.contentSize());
964 m_clipStack.reset(IntRect(IntPoint::zero(), m_textureSize), TextureMapperGL::ClipStack::DefaultYAxis);
/macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DWebCoordinatedSurface.cpp208 texture->updateContents(image.get(), target, IntPoint::zero(), BitmapTexture::UpdateCanModifyOriginalImageData);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DCoordinatedDrawingAreaProxy.cpp118 return IntRect(IntPoint::zero(), m_webPageProxy->viewSize());
H A DPageViewportController.cpp268 visibleContentsRect.intersect(FloatRect(FloatPoint::zero(), m_contentsSize));
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemDefines.h234 UInt8 zero; member in struct:SubQTOCInfo
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp128 // If the PHI node is dead, because it has zero entries, nuke it now.
1845 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1847 zero, Op,
1853 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1855 zero, Op,
1861 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1862 return BinaryOperator::CreateNSWSub(zero, Op, Name, InsertBefore);
1867 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1868 return BinaryOperator::CreateNSWSub(zero, Op, Name, InsertAtEnd);
1873 Value *zero local
1879 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1885 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
1892 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); local
[all...]
/macosx-10.10/ntp-92/sntp/
H A Dsntp-opts.def246 The program returns a zero exit
247 status for success, and a non-zero one otherwise.
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb275 if bno.zero?
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A DDbg.c41 static int zero (Tcl_Interp *interp, char *string);
48 static Dbg_IgnoreFuncsProc *ignoreproc = &zero;
1180 ignoreproc = (proc?proc:zero);
1249 /* this may seem excessive, but this avoids the explicit test for non-zero */
1253 zero (Tcl_Interp *interp, char *string) function
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-rsa-cc.c224 /* We only need a leading zero if the msb of the first byte is one */
254 /* now store msbyte of zero if num is non-zero */
275 BIGNUM *zero = BN_new(); local
277 BN_clear(zero);
306 blksz = der_length_int(zero) + der_length_int(rsakey->n) +
323 if (der_encode_int(zero, derbuf + offset, &outlen) != 0) {
377 BN_free(zero);
667 /* pad out with non-zero random data */
H A Dossl-bn.c935 /* OK, make sure the returned bignum is "zero" */
2195 /* actually this an error (division by zero) */
2235 /* degenerate case: w is zero */
2239 /* degenerate case: a is zero */
2288 /* degenerate case: w is zero */
2292 /* degenerate case: a is zero */
3244 unsigned int neg, zero; local
3278 zero = neg = 0;
3286 zero = 1;
3298 zero
3594 int neg, oneg, zero; local
5416 int zero, c1; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex616 a given integer. The \textbf{used} count must be positive (or zero) and may not exceed the \textbf{alloc} count.
624 precision integer. It is padded with $(\textbf{alloc} - \textbf{used})$ zero digits. The array is maintained in a least
626 first starting at the location indexed by zero\footnote{In C all arrays begin at zero.} in the array. For example,
631 \item The \textbf{sign} parameter denotes the sign as either zero/positive (\textbf{MP\_ZPOS}) or negative (\textbf{MP\_NEG}).
641 \item The value of \textbf{used} may not exceed \textbf{alloc} and must be greater than or equal to zero.
642 \item The value of \textbf{used} implies the digit at index $(used - 1)$ of the \textbf{dp} array is non-zero. That is,
643 leading zero digits in the most significant positions must be trimmed.
645 \item Digits in the \textbf{dp} array at and above the \textbf{used} location must be zero.
647 \item The value of \textbf{sign} must be \textbf{MP\_ZPOS} if \textbf{used} is zero;
[all...]
H A Dbn.tex385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used
523 The $size$ parameter must be greater than zero. If the function succeeds the mp\_int $a$ will be initialized
524 to have $size$ digits (which are all initially zero).
655 This will zero the contents of $a$ and make it represent an integer equal to the value of $b$. Note that this
1051 zero the function will copy $a$ to ``c'' without performing any further actions.
1147 $b$ is zero the function returns \textbf{MP\_VAL}.
1597 the default is to set it to zero first.}.
1606 is set to zero.
1615 Otherwise $result$ is set to zero.
1641 If $a$ passes all of the tests $result$ is set to one, otherwise it is set to zero
[all...]
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_backup.c999 u_int32_t bufsz, filecnt, fvers, mvers, zero; local
1062 zero = 0;
1067 (ret = __os_write(env, fhp, &zero, sizeof(zero), &cnt)) != 0 ||
2613 u_int32_t dbtvers, fvers, zero; local
2649 * If they are non-zero it means we have an old-style init file.
2652 if ((ret = __os_read(env, fhp, &zero, sizeof(zero), &cnt)) != 0)
2657 if (cnt != sizeof(zero))
2659 if (zero !
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c458 int zero = 0; local
459 CFNumberRef cfzero = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &zero);
470 int zero = 0; local
471 CFNumberRef cfzero = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &zero);
491 int zero = 0; local
492 CFNumberRef cfzero = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &zero);
616 int zero = 0; local
618 CFNumberRef cfzero = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &zero);
648 int zero = 0; local
650 CFNumberRef cfzero = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &zero);
773 int zero = 0; local
2944 int zero = 0; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c475 * ROUND_UP, :up:: round away from zero
476 * ROUND_DOWN, :down, :truncate:: round towards zero (truncate)
477 * ROUND_HALF_UP, :half_up, :default:: round towards the nearest neighbor, unless both neighbors are equidistant, in which case round away from zero. (default)
478 * ROUND_HALF_DOWN, :half_down:: round towards the nearest neighbor, unless both neighbors are equidistant, in which case round towards zero.
1036 /* Returns True if the value is zero. */
1044 /* Returns self if the value is non-zero, nil otherwise. */
1256 if(VpHasVal(div)) { /* frac[0] must be zero for NaN,INF,Zero */
2200 VALUE zero = INT2FIX(0); local
2201 VALUE rounded = BigDecimal_round(1, &zero, vexp);
2532 * zero i
2780 int zero = 0; local
5287 int zero = 1; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/kx/
H A Dkx.c447 socklen_t zero = 0; local
462 fd = accept (thisfd, NULL, &zero);
H A Dkxd.c564 socklen_t zero = 0; local
566 fd = accept (sockets[i].fd, NULL, &zero);

Completed in 499 milliseconds

<<11121314151617181920>>