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

  /external/bison/lib/
strtoul.c 17 #define UNSIGNED 1
strtol.c 44 unsigned integers. */
45 #ifndef UNSIGNED
46 # define UNSIGNED 0
49 # define INT unsigned LONG int
54 # if UNSIGNED
84 # if UNSIGNED
151 # define ULLONG_MAX TYPE_MAXIMUM (unsigned long long)
162 static const unsigned long long int maxquad = ULLONG_MAX;
206 # define UCHAR_TYPE unsigned char
230 /* Convert NPTR to an 'unsigned long int' or 'long int' in base BASE
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 63 print ' unsigned %s:%u;' % (channel.name, channel.size)
64 elif channel.type == UNSIGNED:
65 print ' unsigned %s:%u;' % (channel.name, channel.size)
74 print ' unsigned %s:%u;' % (channel.name, channel.size)
82 elif channel.type == UNSIGNED:
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
132 if channel.type not in (VOID, UNSIGNED):
134 if channel.type == UNSIGNED and channel.pure == False:
165 if channel.type in (UNSIGNED, VOID):
204 if type.type == UNSIGNED
    [all...]
u_format_parse.py 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
83 if self.type == UNSIGNED:
95 if self.type == UNSIGNED:
175 if channel.type not in (VOID, UNSIGNED, SIGNED):
193 if channel.type not in (VOID, UNSIGNED, SIGNED):
214 'u': UNSIGNED,
u_format_table.py 57 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 65 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT):
84 print 'lp_tile_%s_swizzle_%s(%s * restrict dst, const uint8_t * restrict src, unsigned src_stride, unsigned x0, unsigned y0)' % (name, dst_suffix, dst_native_type)
86 print ' unsigned x, y;'
219 print ' const unsigned dstpix_stride = dst_stride / %d;' % format.stride()
221 print ' unsigned int qx, qy, i;'
224 print ' const unsigned py = y0 + qy;'
226 print ' const unsigned px = x0 + qx;'
235 print ' const unsigned offset = (py + tile_y_offset[i]) * dstpix_stride + (px + tile_x_offset[i]);
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 64 #define UNSIGNED 0x00800 /* %[oupxX] conversions */
90 #define u_char unsigned char
91 #define u_long unsigned long
223 flags |= UNSIGNED;
229 flags |= UNSIGNED;
237 flags |= UNSIGNED;
268 flags |= UNSIGNED;
611 /* size_t is unsigned, hence this optimisation */
732 if (flags & UNSIGNED)
767 /* size_t is unsigned, hence this optimisation *
    [all...]
vfwscanf.c 65 #define UNSIGNED 0x00800 /* %[oupxX] conversions */
91 #define u_char unsigned char
92 #define u_long unsigned long
237 flags |= UNSIGNED;
243 flags |= UNSIGNED;
251 flags |= UNSIGNED;
293 flags |= UNSIGNED;
654 if (flags & UNSIGNED)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/arm64/
asm.go 103 // UNSIGNED relocation at all.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
asm.go 100 // UNSIGNED relocation at all.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/arm64/
asm.go 103 // UNSIGNED relocation at all.
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
asm.go 100 // UNSIGNED relocation at all.
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 171 static unsigned long archive_file_size;
173 static unsigned long dynamic_addr;
177 static unsigned long dynamic_strings_length;
179 static unsigned long string_table_length;
180 static unsigned long num_dynamic_syms;
183 static unsigned long dynamic_syminfo_offset;
184 static unsigned int dynamic_syminfo_nent;
218 unsigned int section_index;
224 unsigned int group_index;
239 typedef unsigned char dump_type
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 482 milliseconds