Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 16 of 16) sorted by relevance

/PHP-5.6/ext/dba/libcdb/
H A Dcdb.h32 uint32 loop; /* number of hash slots searched under this key */
33 uint32 khash; /* initialized if loop is nonzero */
34 uint32 kpos; /* initialized if loop is nonzero */
35 uint32 hpos; /* initialized if loop is nonzero */
36 uint32 hslots; /* initialized if loop is nonzero */
37 uint32 dpos; /* initialized if cdb_findnext() returns 1 */
38 uint32 dlen; /* initialized if cdb_findnext() returns 1 */
41 uint32 cdb_hash(char *, unsigned int);
46 int cdb_read(struct cdb *, char *, unsigned int, uint32 TSRMLS_DC);
H A Dcdb_make.h32 uint32 h;
33 uint32 p;
45 uint32 count[256];
46 uint32 start[256];
50 uint32 numentries;
52 uint32 pos;
59 int cdb_make_addend(struct cdb_make *, unsigned int, unsigned int, uint32 TSRMLS_DC);
H A Duint32.c32 void uint32_pack(char *out, uint32 in) in uint32_pack()
42 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack()
44 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack()
45 (((uint32)(unsigned char)in[2])<<16) | in uint32_unpack()
46 (((uint32)(unsigned char)in[1])<<8) | in uint32_unpack()
47 (((uint32)(unsigned char)in[0])); in uint32_unpack()
H A Duint32.h28 typedef unsigned int uint32; typedef
31 typedef unsigned long uint32; typedef
36 void uint32_pack(char *out, uint32 in);
37 void uint32_unpack(const char *in, uint32 *out);
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz TSRMLS_DC) { in cdb_make_write()
46 static int cdb_posplus(struct cdb_make *c, uint32 len) in cdb_posplus()
48 uint32 newpos = c->pos + len; in cdb_posplus()
76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h TSRMLS_… in cdb_make_addend()
142 uint32 len; in cdb_make_finish()
143 uint32 u; in cdb_make_finish()
144 uint32 memsize; in cdb_make_finish()
145 uint32 count; in cdb_make_finish()
146 uint32 where; in cdb_make_finish()
167 u = (uint32) 0 - (uint32) 1; in cdb_make_finish()
H A Dcdb.c46 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos TSRMLS_DC) in cdb_match()
68 uint32 cdb_hash(char *buf, unsigned int len) in cdb_hash()
70 uint32 h; in cdb_hash()
104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos TSRMLS_DC) in cdb_read()
132 uint32 pos; in cdb_findnext()
133 uint32 u; in cdb_findnext()
/PHP-5.6/ext/gd/libgd/
H A Dwebpimg.c67 static const uint32 RED_SHIFT =
69 static const uint32 GREEN_SHIFT =
71 static const uint32 BLUE_SHIFT =
73 static const uint32 ALPHA_SHIFT =
76 static inline int GetRed(const uint32* rgba) { in GetRed()
80 static inline int GetGreen(const uint32* rgba) { in GetGreen()
84 static inline int GetBlue(const uint32* rgba) { in GetBlue()
260 uint32 chunk_size = 0xffffffffu; in SkipRiffHeader()
296 uint32* rgb_dst) { in YUV420toRGBLine()
332 uint32* pixdata) { in YUV420toRGBA()
[all …]
H A Dwebpimg.h42 typedef unsigned int uint32; typedef
132 uint32* pixdata);
144 void RGBAToYUV420(uint32* pixdata,
/PHP-5.6/ext/dba/
H A Ddba_cdb.c59 uint32 eod; /* size of constant database */
60 uint32 pos; /* current position for traversing */
248 uint32 klen, dlen; in DBA_FIRSTKEY_FUNC()
289 uint32 klen, dlen; in DBA_NEXTKEY_FUNC()
H A Dinstall_cdb.sh51 cp cdb.h uint32.h "$prefix/include"
H A Dconfig.w3210 ADD_SOURCES("ext/dba/libcdb", "cdb.c cdb_make.c uint32.c", "dba");
H A Ddba.dsp149 SOURCE=.\libcdb\uint32.c
205 SOURCE=.\libcdb\uint32.h
H A Dconfig.m4574 cdb_sources="libcdb/cdb.c libcdb/cdb_make.c libcdb/uint32.c"
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c90 #ifndef uint32
91 #define uint32 uint32_t macro
95 uint32 buf[4];
96 uint32 bits[2];
3341 static void lsapi_MD5Transform(uint32 buf[4], uint32 const in[16]);
3348 uint32 t; in byteReverse()
3352 *(uint32 *) buf = t; in byteReverse()
3378 register uint32 t; in lsapi_MD5Update()
3456 ((uint32 *) ctx->in)[14] = ctx->bits[0]; in lsapi_MD5Final()
3482 static void lsapi_MD5Transform(uint32 buf[4], uint32 const in[16]) in lsapi_MD5Transform()
[all …]
/PHP-5.6/main/
H A Dphp_stdint.h130 typedef uint32 uint32_t
/PHP-5.6/
H A Dacinclude.m43024 …, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint32, uint64, uint8_t, …

Completed in 42 milliseconds