| /PHP_5_3/ext/standard/ |
| H A D | crypt_freesec.c | 161 static uint32_t bits32[32] = 181 static uint32_t psbox[4][256]; 182 static uint32_t ip_maskl[8][256], ip_maskr[8][256]; 183 static uint32_t fp_maskl[8][256], fp_maskr[8][256]; 184 static uint32_t key_perm_maskl[8][128], key_perm_maskr[8][128]; 185 static uint32_t comp_maskl[8][128], comp_maskr[8][128]; 218 uint32_t *p, *il, *ir, *fl, *fr; 219 uint32_t *bits28, *bits24; 357 setup_salt(uint32_t salt, struct php_crypt_extended_data *data) 359 uint32_t obi [all...] |
| H A D | crypt_freesec.h | 20 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 D | crypt_sha256.c | 70 uint32_t H[8]; 72 uint32_t total[2]; 73 uint32_t buflen; 74 char buffer[128]; /* NB: always correctly aligned for uint32_t. */ 90 static const uint32_t K[64] = { 113 const uint32_t *words = buffer; 114 size_t nwords = len / sizeof (uint32_t); 117 uint32_t a = ctx->H[0]; 118 uint32_t b = ctx->H[1]; 119 uint32_t [all...] |
| /PHP_5_3/ext/zip/lib/ |
| H A D | zipconf.h | 40 typedef uint32_t zip_uint32_t;
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_atomic.h | 30 typedef uint32_t atomic_uint_t; 89 typedef uint32_t atomic_uint_t; 118 typedef uint32_t atomic_uint_t;
|
| /PHP_5_3/win32/ |
| H A D | php_stdint.h | 84 #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/fileinfo/libmagic/ |
| H A D | apprentice.c | 91 uint32_t cont_count; 92 uint32_t max_count; 104 private int parse(struct magic_set *, struct magic_entry **, uint32_t *, 111 private int apprentice_load(struct magic_set *, struct magic **, uint32_t *, 113 private void byteswap(struct magic *, uint32_t); 116 private uint32_t swap4(uint32_t); 119 private int apprentice_map(struct magic_set *, struct magic **, uint32_t *, 121 private int apprentice_compile(struct magic_set *, struct magic **, uint32_t *, 247 uint32_t nmagi [all...] |
| H A D | cdf.c | 78 uint32_t u; 81 #define NEED_SWAP (cdf_bo.u == (uint32_t)0x01020304) 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) 109 uint32_t rv; 140 * grab a uint32_t from a possibly unaligned address, and return it in 143 static uint32_t 146 uint32_t r [all...] |
| H A D | cdf.h | 72 uint32_t h_num_sectors_in_sat; 73 uint32_t h_secid_first_directory; 75 uint32_t h_min_size_standard_stream; 77 uint32_t h_num_sectors_in_short_sat; 79 uint32_t h_num_sectors_in_master_sat; 112 uint32_t d_flags; 116 uint32_t d_size; 117 uint32_t d_unused0; 139 uint32_t cl_dword; 151 uint32_t si_coun [all...] |
| H A D | file.h | 140 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 D | funcs.c | 330 *(n)++ = (((uint32_t)*(o) >> 6) & 3) + '0', \ 331 *(n)++ = (((uint32_t)*(o) >> 3) & 7) + '0', \ 332 *(n)++ = (((uint32_t)*(o) >> 0) & 7) + '0', \
|
| H A D | print.c | 69 file_fmttime(uint32_t v, int local)
|
| H A D | readcdf.c | 197 (uint32_t)si.si_os_version >> 8) == -1) 202 (uint32_t)si.si_os_version >> 8, 209 (uint32_t)si.si_os_version >> 8) == -1)
|
| H A D | readelf.c | 60 private uint32_t getu32(int, uint32_t); 82 private uint32_t 83 getu32(int swap, uint32_t value) 86 uint32_t ui; 369 uint32_t namesz, descsz; 420 uint32_t desc[4]; 459 uint32_t desc[5], i; 472 uint32_t desc; 491 uint32_t ver_patc [all...] |
| H A D | readelf.h | 41 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 D | softmagic.c | 50 private int match(struct magic_set *, struct magic *, uint32_t, 57 private void mdebug(uint32_t, const char *, size_t); 59 const unsigned char *, uint32_t, size_t, size_t); 115 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, 118 uint32_t magindex = 0; 402 (void)snprintf(buf, sizeof(buf), "%u", (uint32_t)v); 407 if (file_printf(ms, m->desc, (uint32_t) v) == -1) 464 if (file_printf(ms, m->desc, file_fmttime((uint32_t)p->q, 473 if (file_printf(ms, m->desc, file_fmttime((uint32_t)p->q, 595 uint32_t [all...] |
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_sort.c | 363 uint32_t sortKeyBufSize = DEF_SORT_KEYS_BUF_SIZE; /* buffer size */ 366 uint32_t bufLeft = 0; 367 uint32_t bufIncrement = 0; 370 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; 371 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); 373 uint32_t sortKeyCount = 0; 374 uint32_t j = 0;
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat_data.c | 75 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) 79 uint32_t npattern_len;
|
| H A D | msgformat_data.h | 41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_libmysql.h | 64 #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])) +\ 71 (((uint32_t) (((unsigned char*) (A))[2])) << 8) +\ 72 (((uint32_t) (((unsigned char*) (A))[1])) << 16) +\ 73 (((uint32_t) (((unsigned char*) (A))[0])) << 24))) 77 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigne [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | config-win.h | 68 (((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]))) 77 #define uint3korr(A) (int32_t) (*((uint32_t *) (A)) & 0xFFFFFF) 78 #define uint4korr(A) (*((uint32_t *) (A))) 79 #define uint5korr(A) ((uint64_t)(((uint32_t) ((zend_ucha [all...] |
| H A D | mysqlnd_portability.h | 122 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])) +\ 249 (((uint32_t) (((unsigned char*) (A))[1])) << 8) +\ 250 (((uint32_t) (((unsigned char*) (A))[0])) << 16))) 251 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\ 252 (((uint32_t) (((unsigne [all...] |
| H A D | mysqlnd_wireprotocol.h | 72 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/date/lib/ |
| H A D | parse_tz.c | 72 uint32_t buffer[6]; 87 uint32_t i; 199 uint32_t buffer[3]; 200 uint32_t comments_len; 218 uint32_t i; 337 uint32_t i; 354 uint32_t j;
|
| H A D | timelib_structs.h | 51 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;
|