HomeSort by: relevance | last modified time | path
    Searched defs:uint (Results 1 - 20 of 20) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/
strategies.py 185 def uint(byte_size: int): function
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
vms-unwind.h 51 typedef unsigned int uint; typedef
90 const uint try_bs_copy_mask = (1 << 16);
95 try_bs_copy = (uint)eh_debug & try_bs_copy_mask;
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
vms-unwind.h 51 typedef unsigned int uint; typedef
90 const uint try_bs_copy_mask = (1 << 16);
95 try_bs_copy = (uint)eh_debug & try_bs_copy_mask;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.c 163 std::optional<unsigned int> uint; member in class:std
182 uint.emplace (read_1_byte (abfd, buf));
187 uint.emplace (read_2_bytes (abfd, buf));
192 uint.emplace (read_4_bytes (abfd, buf));
197 uint.emplace (read_8_bytes (abfd, buf));
207 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
228 if (uint.has_value ())
229 fe.d_index = (dir_index) *uint;
232 if (uint.has_value ())
233 fe.mod_time = *uint;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.c 163 std::optional<unsigned int> uint; member in class:std
182 uint.emplace (read_1_byte (abfd, buf));
187 uint.emplace (read_2_bytes (abfd, buf));
192 uint.emplace (read_4_bytes (abfd, buf));
197 uint.emplace (read_8_bytes (abfd, buf));
207 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
228 if (uint.has_value ())
229 fe.d_index = (dir_index) *uint;
232 if (uint.has_value ())
233 fe.mod_time = *uint;
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
aix-unwind.h 95 typedef unsigned int uint; typedef
96 typedef struct { uint v[4]; } vreg_t;
99 uint pad1 [3];
100 uint vscr;
101 uint vrsave;
102 uint pad2 [3];
110 uint pad1 [4];
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
aix-unwind.h 95 typedef unsigned int uint; typedef
96 typedef struct { uint v[4]; } vreg_t;
99 uint pad1 [3];
100 uint vscr;
101 uint vrsave;
102 uint pad2 [3];
110 uint pad1 [4];
  /src/common/dist/zlib/examples/
gzlog.c 242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.h 56 uint32_t uint; member in union:obj_attr_value_v2
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0
    [all...]
  /src/sys/sys/
types.h 108 typedef unsigned int uint; /* Sys V compatibility */ typedef
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 176 uint64_t uint; member in union:attr_val::__anon14140
769 val->u.uint = read_address (buf, addrsize);
779 val->u.uint = read_uint16 (buf);
783 val->u.uint = read_uint32 (buf);
787 val->u.uint = read_uint64 (buf);
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
846 val->u.uint = read_uleb128 (buf);
851 val->u.uint = read_address (buf, addrsize);
853 val->u.uint = read_offset (buf, is_dwarf64)
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 176 uint64_t uint; member in union:attr_val::__anon16555
769 val->u.uint = read_address (buf, addrsize);
779 val->u.uint = read_uint16 (buf);
783 val->u.uint = read_uint32 (buf);
787 val->u.uint = read_uint64 (buf);
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
846 val->u.uint = read_uleb128 (buf);
851 val->u.uint = read_address (buf, addrsize);
853 val->u.uint = read_offset (buf, is_dwarf64)
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 176 uint64_t uint; member in union:attr_val::__anon18854
769 val->u.uint = read_address (buf, addrsize);
779 val->u.uint = read_uint16 (buf);
783 val->u.uint = read_uint32 (buf);
787 val->u.uint = read_uint64 (buf);
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
846 val->u.uint = read_uleb128 (buf);
851 val->u.uint = read_address (buf, addrsize);
853 val->u.uint = read_offset (buf, is_dwarf64)
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 176 uint64_t uint; member in union:attr_val::__anon21595
769 val->u.uint = read_address (buf, addrsize);
779 val->u.uint = read_uint16 (buf);
783 val->u.uint = read_uint32 (buf);
787 val->u.uint = read_uint64 (buf);
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
846 val->u.uint = read_uleb128 (buf);
851 val->u.uint = read_address (buf, addrsize);
853 val->u.uint = read_offset (buf, is_dwarf64)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 57 typedef unsigned int uint; typedef
120 typedef uint uint2 __attribute__((ext_vector_type(2)));
121 typedef uint uint3 __attribute__((ext_vector_type(3)));
122 typedef uint uint4 __attribute__((ext_vector_type(4)));
123 typedef uint uint8 __attribute__((ext_vector_type(8)));
124 typedef uint uint16 __attribute__((ext_vector_type(16)));
295 typedef uint cl_mem_fence_flags;
502 #define as_uint(x) __builtin_astype((x), uint)
  /src/sys/dev/stbi/
stb_image.c 473 typedef unsigned int uint; typedef
980 static unsigned char *convert_format(unsigned char *data, int img_n, int req_comp, uint x, uint y)
1987 uint i,j;

Completed in 43 milliseconds