Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 34) sorted by relevance

12

/PHP-5.3/ext/mysqli/
H A Dmysqli_libmysql.h64 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
65 (((uint32_t) (((unsigned char*) (A))[1])) << 8) +\
66 (((uint32_t) (((unsigned char*) (A))[0])) << 16)))
70 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
77 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\
85 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\
89 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\
95 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\
99 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
106 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\
[all …]
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_portability.h122 typedef uint32 uint32_t; typedef
124 typedef unsigned int uint32_t;
126 typedef unsigned long uint32_t;
248 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
251 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
305 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
357 (((uint32_t) 255L << 24) | \
372 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
375 #define uint4korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
390 #define int2store(T,A) do { uint32_t def_temp= (uint32_t) (A) ;\
[all …]
H A Dconfig-win.h68 (((uint32_t) 255L << 24) | \
69 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
70 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
71 ((uint32_t) (zend_uchar) (A)[0])) : \
72 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
73 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
74 ((uint32_t) (zend_uchar) (A)[0])))
78 #define uint4korr(A) (*((uint32_t *) (A)))
80 (((uint32_t) ((zend_uchar) (A)[1])) << 8) +\
81 (((uint32_t) ((zend_uchar) (A)[2])) << 16) +\
[all …]
H A Dmysqlnd_wireprotocol.h72 uint32_t thread_id;
90 uint32_t client_flags;
91 uint32_t max_packet_size;
190 uint32_t field_count;
242 uint32_t field_count;
/PHP-5.3/ext/standard/
H A Dcrypt_freesec.h20 typedef unsigned int uint32_t; typedef
22 typedef unsigned long int uint32_t; typedef
31 uint32_t saltbits;
32 uint32_t old_salt;
33 uint32_t en_keysl[16], en_keysr[16];
34 uint32_t de_keysl[16], de_keysr[16];
35 uint32_t old_rawkey0, old_rawkey1;
H A Dcrypt_freesec.c161 static uint32_t bits32[32] =
181 static uint32_t psbox[4][256];
218 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init()
219 uint32_t *bits28, *bits24; in _crypt_extended_init()
359 uint32_t obit, saltbit, saltbits; in setup_salt()
385 (uint32_t)(u_char)key[3] | in des_setkey()
390 (uint32_t)(u_char)key[7] | in des_setkey()
433 uint32_t t0, t1; in des_setkey()
464 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des()
591 (uint32_t)(u_char)in[3] | in des_cipher()
[all …]
H A Dcrypt_sha256.c70 uint32_t H[8];
72 uint32_t total[2];
73 uint32_t buflen;
137 uint32_t W[64]; in sha256_process_block()
138 uint32_t a_save = a; in sha256_process_block()
139 uint32_t b_save = b; in sha256_process_block()
140 uint32_t c_save = c; in sha256_process_block()
141 uint32_t d_save = d; in sha256_process_block()
142 uint32_t e_save = e; in sha256_process_block()
143 uint32_t f_save = f; in sha256_process_block()
[all …]
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.h112 uint32_t d_flags;
116 uint32_t d_size;
117 uint32_t d_unused0;
139 uint32_t cl_dword;
151 uint32_t si_count;
162 uint32_t sh_len;
167 uint32_t pi_id;
168 uint32_t pi_type;
172 uint32_t _pi_u32;
180 uint32_t s_len;
[all …]
H A Dreadelf.h41 typedef uint32_t Elf32_Addr;
42 typedef uint32_t Elf32_Off;
44 typedef uint32_t Elf32_Word;
49 typedef uint32_t Elf64_Addr[2];
50 typedef uint32_t Elf64_Off[2];
51 typedef uint32_t Elf64_Xword[2];
59 typedef uint32_t Elf64_Word;
H A Dcdf.c78 uint32_t u;
84 #define CDF_TOLE4(x) ((uint32_t)(NEED_SWAP ? _cdf_tole4(x) : (uint32_t)(x)))
106 static uint32_t
107 _cdf_tole4(uint32_t sv) in _cdf_tole4()
109 uint32_t rv; in _cdf_tole4()
143 static uint32_t
146 uint32_t rv; in cdf_getuint32()
162 uint32_t
163 cdf_tole4(uint32_t sv) in cdf_tole4()
764 uint32_t u32; in cdf_read_property_info()
[all …]
H A Dfile.h140 uint32_t l;
270 uint32_t offset; /* offset to magic number */
274 uint32_t lineno; /* line number in magic file */
279 uint32_t _count; /* repeat/line count */
280 uint32_t _flags; /* modifier flags */
334 uint32_t nmagic; /* number of entries in array */
367 uint32_t offset;
392 protected const char *file_fmttime(uint32_t, int);
H A Dapprentice.c91 uint32_t cont_count;
92 uint32_t max_count;
116 private uint32_t swap4(uint32_t);
247 uint32_t nmagic = 0; in apprentice_1()
1150 uint32_t cont_level;
2190 uint32_t *ptr;
2191 uint32_t version;
2433 uint32_t i;
2455 private uint32_t
2456 swap4(uint32_t sv)
[all …]
H A Dreadelf.c60 private uint32_t getu32(int, uint32_t);
82 private uint32_t
83 getu32(int swap, uint32_t value) in getu32()
86 uint32_t ui; in getu32()
369 uint32_t namesz, descsz; in donote()
420 uint32_t desc[4]; in donote()
459 uint32_t desc[5], i; in donote()
472 uint32_t desc; in donote()
518 uint32_t desc; in donote()
605 uint32_t desc; in donote()
[all …]
H A Dsoftmagic.c57 private void mdebug(uint32_t, const char *, size_t);
59 const unsigned char *, uint32_t, size_t, size_t);
118 uint32_t magindex = 0; in match()
595 uint32_t t; in moffset()
707 DO_CVT(l, (uint32_t)); in cvt_32()
850 p->l = ((uint32_t)p->hl[0]<<24)|((uint32_t)p->hl[1]<<16)| in mconvert()
851 ((uint32_t)p->hl[2]<<8) |((uint32_t)p->hl[3]); in mconvert()
855 p->l = ((uint32_t)p->hl[3]<<24)|((uint32_t)p->hl[2]<<16)| in mconvert()
856 ((uint32_t)p->hl[1]<<8) |((uint32_t)p->hl[0]); in mconvert()
1010 uint32_t offset = ms->offset; in mget()
[all …]
H A Dreadcdf.c201 (uint32_t)si.si_os_version >> 8) == -1)
206 (uint32_t)si.si_os_version >> 8,
213 (uint32_t)si.si_os_version >> 8) == -1)
H A Dprint.c69 file_fmttime(uint32_t v, int local) in file_fmttime()
/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h51 typedef unsigned int uint32_t; typedef
53 typedef unsigned long int uint32_t; typedef
107 uint32_t ttisgmtcnt;
108 uint32_t ttisstdcnt;
109 uint32_t leapcnt;
110 uint32_t timecnt;
111 uint32_t typecnt;
112 uint32_t charcnt;
H A Dparse_tz.c72 uint32_t buffer[6]; in read_header()
87 uint32_t i; in read_transistions()
199 uint32_t buffer[3]; in read_location()
200 uint32_t comments_len; in read_location()
218 uint32_t i; in timelib_dump_tzinfo()
337 uint32_t i; in fetch_timezone_offset()
354 uint32_t j; in fetch_timezone_offset()
H A Dtimelib.m468 TL_CHECK_INT_TYPE(uint32_t)
/PHP-5.3/win32/
H A Dphp_stdint.h84 #ifndef uint32_t
85 typedef unsigned __int32 uint32_t; typedef
96 typedef uint32_t uint_least32_t;
106 typedef uint32_t uint_fast32_t;
107 typedef uint32_t u_int32_t;
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_data.c75 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
79 uint32_t npattern_len; in msgformat_fix_quotes()
H A Dmsgformat_data.h41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_atomic.h30 typedef uint32_t atomic_uint_t;
89 typedef uint32_t atomic_uint_t;
118 typedef uint32_t atomic_uint_t;
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c363 uint32_t sortKeyBufSize = DEF_SORT_KEYS_BUF_SIZE; /* buffer size */ in PHP_FUNCTION()
366 uint32_t bufLeft = 0; in PHP_FUNCTION()
367 uint32_t bufIncrement = 0; in PHP_FUNCTION()
370 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION()
371 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION()
373 uint32_t sortKeyCount = 0; in PHP_FUNCTION()
374 uint32_t j = 0; in PHP_FUNCTION()
/PHP-5.3/ext/zip/lib/
H A Dzipconf.h40 typedef uint32_t zip_uint32_t;

Completed in 76 milliseconds

12