HomeSort by relevance Sort by last modified time
    Searched refs:sbit (Results 1 - 25 of 25) sorted by null

  /external/libpng/tests/
pngvalid-gamma-sbit 2 exec ./pngvalid --strict --gamma-sbit
  /external/freetype/src/cache/
ftcsbits.c 36 /***** SBIT CACHE NODES *****/
43 ftc_sbit_copy_bitmap( FTC_SBit sbit,
59 if ( !FT_ALLOC( sbit->buffer, size ) )
60 FT_MEM_COPY( sbit->buffer, bitmap->buffer, size );
71 FTC_SBit sbit = snode->sbits; local
76 for ( ; count > 0; sbit++, count-- )
77 FT_FREE( sbit->buffer );
97 * to a bad font file), this function will mark the sbit as `unavailable'
114 FTC_SBit sbit; local
124 sbit = snode->sbits + ( gindex - gnode->gindex )
286 FTC_SBit sbit = snode->sbits; local
346 FTC_SBit sbit = snode->sbits + ( gindex - gnode->gindex ); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
itbl-parse.y 275 static int sbit, ebit;
318 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
319 insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
354 DBG (("line %d: field type=%d sbit=%d ebit=%d, flags=0x%x\n",
355 insntbl_line, $1, sbit, ebit, $3));
356 itbl_add_operand (insn, $1, sbit, ebit, $3);
391 sbit = $2;
396 sbit = 31;
itbl-ops.h 98 unsigned long value, int sbit, int ebit, unsigned long flags);
100 int sbit, int ebit, unsigned long flags);
itbl-ops.c 116 int sbit; /* mask starting bit position */ member in struct:itbl_range
163 static struct itbl_field *alloc_field (e_type type, int sbit,
208 int sbit, int ebit, unsigned long flags)
214 e->range.sbit = sbit;
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit,
232 f = alloc_field (get_type (yytype), sbit, ebit, flags);
671 int len = MAX_BITPOS - r.sbit;
673 ASSERT (r.sbit >= r.ebit);
674 ASSERT (MAX_BITPOS >= r.sbit);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86-mont.pl 439 $sbit=$num;
446 &mov ($sbit,"edx");
448 &and ($sbit,1);
457 &lea ($carry,&DWP(0,$sbit,"eax",2));
460 &mov ($sbit,"eax");
471 &lea ($carry,&DWP(0,$sbit,"eax",2));
545 &mov ($sbit,"edx"); # zaps $num
547 &and ($sbit,1);
559 &add ($carry,$sbit);
563 &mov ($sbit,"eax")
    [all...]
  /external/freetype/include/freetype/
ftcache.h     [all...]
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 127 var bit0, rbit, sbit uint
135 sbit = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
float.go 276 func (z *Float) setExpAndRound(exp int64, sbit uint) {
293 z.round(sbit)
375 // sbit must be 0 or 1 and summarizes any "sticky bit" information one might
382 func (z *Float) round(sbit uint) {
404 // sticky bit (sbit). The rbit is the bit immediately before the
405 // z.prec leading mantissa bits (the "0.5"). The sbit is set if any
408 // rbit sbit => "fractional part"
420 if sbit == 0 && (rbit == 0 || z.mode == ToNearestEven) {
421 sbit = z.mant.sticky(r)
423 sbit &= 1 // be safe and ensure it's a single bi
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 127 var bit0, rbit, sbit uint
135 sbit = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
float.go 276 func (z *Float) setExpAndRound(exp int64, sbit uint) {
293 z.round(sbit)
375 // sbit must be 0 or 1 and summarizes any "sticky bit" information one might
382 func (z *Float) round(sbit uint) {
404 // sticky bit (sbit). The rbit is the bit immediately before the
405 // z.prec leading mantissa bits (the "0.5"). The sbit is set if any
408 // rbit sbit => "fractional part"
420 if sbit == 0 && (rbit == 0 || z.mode == ToNearestEven) {
421 sbit = z.mant.sticky(r)
423 sbit &= 1 // be safe and ensure it's a single bi
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcache.h     [all...]
  /external/libpng/
pngwutil.c     [all...]
pngpriv.h     [all...]
  /external/pdfium/third_party/libpng16/
pngwutil.c     [all...]
pngpriv.h     [all...]
  /external/syslinux/com32/lib/libpng/
pngwutil.c 929 /* Write the sBIT chunk */
931 png_write_sBIT(png_structp png_ptr, png_color_8p sbit, int color_type)
948 if (sbit->red == 0 || sbit->red > maxbits ||
949 sbit->green == 0 || sbit->green > maxbits ||
950 sbit->blue == 0 || sbit->blue > maxbits)
952 png_warning(png_ptr, "Invalid sBIT depth specified");
955 buf[0] = sbit->red
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
bit_insn.s 43 # sbit instructions.
  /external/libpng/contrib/libtests/
pngvalid.c 3425 png_byte sbit; member in struct:sbit_modification
3431 png_byte sbit = ((sbit_modification*)me)->sbit; local
9217 png_byte sbit; member in struct:gamma_display
9398 png_byte sbit; member in struct:validate_info
10667 png_byte sbit; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 179 void Move(Register dst, const Operand& src, SBit sbit = LeaveCC,
181 if (!src.is_reg() || !src.rm().is(dst) || sbit != LeaveCC) {
182 mov(dst, src, sbit, cond);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic54x.c 3896 tic54x_symbol *sbit = (tic54x_symbol *) local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-tic6x.c 2688 bfd_vma sbit = 1 << (howto->bitsize - 1); local
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]

Completed in 559 milliseconds