Home
last modified time | relevance | path

Searched refs:unsigned (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py59 s += "unsigned "
132 unsigned = 0
142 elif i == "unsigned":
143 unsigned = 1
146 # way the C works for types. If 'unsigned' is
148 # same as "unsigned int".
150 if unsigned:
151 self.set_base_type( "int", signed, unsigned, const, extra_types )
154 unsigned = 0
160 raise RuntimeError("Invalid type expression (signed / unsigned applie
[all...]
/third_party/protobuf/js/experimental/runtime/
H A Dint64_test.js102 '0xffffffffffffffff': {signed: '-1', unsigned: '18446744073709551615'},
104 {signed: '-9223372036854775808', unsigned: '9223372036854775808'},
106 {signed: '-9223372034707292160', unsigned: '9223372039002259456'},
109 {signed: '-123456789123456789', unsigned: '18323287284586094827'},
111 {signed: '-6510615555426900571', unsigned: '11936128518282651045'},
114 {signed: '-4294967296', unsigned: '18446744069414584320'},
124 it('serializes to unsigned decimal strings', () => {
128 .toEqual(decimals.unsigned || decimals.signed);
132 it('serializes to unsigned hex strings', () => {
147 if (decimals.unsigned) {
[all...]
/third_party/curl/src/
H A Dmkhelp.pl119 static const unsigned char hugehelpgz[] = {
140 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size)
154 unsigned char *buf;
166 z.avail_in = (unsigned int)(sizeof(hugehelpgz) - headerlen);
167 z.next_in = (unsigned char *)hugehelpgz + headerlen;
/third_party/rust/crates/cxx/src/
H A Dc_char.rs11 // These are the targets on which c_char is unsigned.
57 pub use self::unsigned::c_char;
62 mod unsigned { modules
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Doids_to_c.pm41 extern const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}];
59 const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}] = {
/third_party/openssl/providers/common/der/
H A Doids_to_c.pm41 extern const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}];
59 const unsigned char ossl_der_oid_${C_name}[DER_OID_SZ_${C_name}] = {
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs75 // SAFETY: we just asserted that the value is in the valid range and isn't `-1` (the only value bigger than `0xFF_FF_FF_FE` unsigned)
153 // SAFETY: we just asserted that the value is in the valid range and isn't `-1` (the only value bigger than `0xFF_FF_FF_FE` unsigned) in from_raw_fd()
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm136 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
180 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
272 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
299 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
329 %if %1 == 16 ; add 0x8000 * sum(coeffs), i.e. back from signed -> unsigned
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm648 ; unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1;
649 ; unsigned lc = p->prop.lc;
650 ; unsigned lpMask = ((unsigned)0x100 << p->prop.lp) - ((unsigned)0x100 >> lc);
839 ; unsigned numDirectBits = (unsigned)(((distance >> 1) - 1));
940 ; curLen = ((rem < len) ? (unsigned)rem : len);
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DParseC.pm298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
305 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh);
310 static ossl_inline unsigned long lh_$1_get_down_load(LHASH_OF($1) *lh);
311 static ossl_inline void lh_$1_set_down_load(LHASH_OF($1) *lh, unsigned long dl);
/third_party/openssl/util/perl/OpenSSL/
H A DParseC.pm298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
305 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh);
310 static ossl_inline unsigned long lh_$1_get_down_load(LHASH_OF($1) *lh);
311 static ossl_inline void lh_$1_set_down_load(LHASH_OF($1) *lh, unsigned long dl);
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dparisc-mont.pl340 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
346 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
476 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
482 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
675 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
681 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
816 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
823 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
/third_party/openssl/crypto/bn/asm/
H A Dparisc-mont.pl340 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
346 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
476 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
482 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
675 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
681 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
816 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double
823 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvencdsp.asm34 ; unsigned mask, int w);
H A Dmlpdsp.asm94 ; int index, unsigned int dest_ch, uint16_t blockpos,
95 ; unsigned int maxchan, int matrix_noise_shift,
H A Dhuffyuvdsp.asm30 ; void (*add_int16)(uint16_t *dst, const uint16_t *src, unsigned mask, int w);
H A Dac3dsp.asm74 ; void ff_float_to_fixed24(int32_t *dst, const float *src, unsigned int len)
H A Daudiodsp.asm50 ; int32_t max, unsigned int len)
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl486 # # bitfield length within unsigned type decl
831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword
949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
/third_party/openssl/util/
H A Dcheck-format.pl486 # # bitfield length within unsigned type decl
831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword
949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-armv4.pl197 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
973 @ void AES_decrypt(const unsigned char *in, unsigned char *out,
/third_party/openssl/crypto/aes/asm/
H A Daes-armv4.pl197 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
973 @ void AES_decrypt(const unsigned char *in, unsigned char *out,
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm123 // mean that it's > 0x7fd in those cases when doing unsigned comparison
230 // (exponent-1) < 0x7fe (unsigned) means the result is in norm range
H A Dgk110.asm109 // mean that it's > 0x7fd in those cases when doing unsigned comparison
203 // (exponent-1) < 0x7fe (unsigned) means the result is in norm range
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm99 ; bN: xmmN treated as 16 unsigned 8-bit values
100 ; bN[i]: perform the same operation on all 16 unsigned 8-bit values, i=0..15

Completed in 18 milliseconds

12