Home
last modified time | relevance | path

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

/PHP-7.4/ext/dba/libcdb/
H A Dcdb.h30 uint32 loop; /* number of hash slots searched under this key */
31 uint32 khash; /* initialized if loop is nonzero */
32 uint32 kpos; /* initialized if loop is nonzero */
33 uint32 hpos; /* initialized if loop is nonzero */
34 uint32 hslots; /* initialized if loop is nonzero */
35 uint32 dpos; /* initialized if cdb_findnext() returns 1 */
36 uint32 dlen; /* initialized if cdb_findnext() returns 1 */
39 uint32 cdb_hash(char *, unsigned int);
44 int cdb_read(struct cdb *, char *, unsigned int, uint32);
H A Dcdb_make.h30 uint32 h;
31 uint32 p;
43 uint32 count[256];
44 uint32 start[256];
48 uint32 numentries;
50 uint32 pos;
57 int cdb_make_addend(struct cdb_make *, unsigned int, unsigned int, uint32);
H A Duint32.c30 void uint32_pack(char *out, uint32 in) in uint32_pack()
40 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack()
42 *out = (((uint32)(unsigned char)in[3])<<24) | in uint32_unpack()
43 (((uint32)(unsigned char)in[2])<<16) | in uint32_unpack()
44 (((uint32)(unsigned char)in[1])<<8) | in uint32_unpack()
45 (((uint32)(unsigned char)in[0])); in uint32_unpack()
H A Duint32.h26 typedef unsigned int uint32; typedef
29 typedef unsigned long uint32; typedef
34 void uint32_pack(char *out, uint32 in);
35 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) { 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) 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) 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) in cdb_read()
132 uint32 pos; in cdb_findnext()
133 uint32 u; in cdb_findnext()
/PHP-7.4/ext/dba/
H A Ddba_cdb.c57 uint32 eod; /* size of constant database */
58 uint32 pos; /* current position for traversing */
246 uint32 klen, dlen; in DBA_FIRSTKEY_FUNC()
287 uint32 klen, dlen; in DBA_NEXTKEY_FUNC()
H A Dinstall_cdb.sh49 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 Dconfig.m4645 cdb_sources="libcdb/cdb.c libcdb/cdb_make.c libcdb/uint32.c"
/PHP-7.4/main/
H A Dphp_stdint.h153 typedef uint32 uint32_t
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c92 #ifndef uint32
93 #define uint32 uint32_t macro
99 uint32 buf[4];
100 uint32 bits[2];
4104 static void lsapi_MD5Transform(uint32 buf[4], uint32 const in[16]);
4111 uint32 t; in byteReverse()
4115 *(uint32 *) buf = t; in byteReverse()
4142 register uint32 t; in lsapi_MD5Update()
4221 ((uint32 *) ctx->in)[14] = ctx->bits[0]; in lsapi_MD5Final()
4248 static void lsapi_MD5Transform(uint32 buf[4], uint32 const in[16]) in lsapi_MD5Transform()
[all …]
/PHP-7.4/build/
H A Dphp.m42428 …, int16, int32, int64, int8_t, int16_t, int32_t, int64_t, uint8, uint16, uint32, uint64, uint8_t, …

Completed in 146 milliseconds