Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/util/
H A Drss.c98 uint32_t bit; in BuildKeyCache() local
101 bit = ((key[idx/NBBY] << shift) & 0x80) ? 1 : 0; in BuildKeyCache()
102 result = ((result << 1) | bit); in BuildKeyCache()
/mOS-networking-stack/core/src/
H A Dutil.c52 uint32_t bit; in BuildKeyCache() local
55 bit = ((key[idx/NBBY] << shift) & 0x80) ? 1 : 0; in BuildKeyCache()
56 result = ((result << 1) | bit); in BuildKeyCache()
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m419 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
H A Dlibtool.m41313 *32-bit*)
1319 *64-bit*)
1325 *32-bit*)
1331 *64-bit*)
1347 *32-bit*)
1350 *64-bit*)
1383 *32-bit*)
1412 *64-bit*)
1458 *64-bit*)
4265 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS80 * Fix etag formatting on boxes with 32-bit longs
93 * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
195 * Add proper SUID bit detection (fixes #416)
455 * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi
633 * fixed 64bit issue in md5
685 * fixed crc errors in mod_compress on 64bit platforms
994 * fixed 64bit builds
1051 * fixed LFS (64bit filesizes) handling
1070 * fixed 64bit fileoffsets
H A Dconfigure6505 *-32|*"-32 ") libmagic=32-bit;;
6507 *-64|*"-64 ") libmagic=64-bit;;
7696 *32-bit*)
7702 *64-bit*)
7708 *32-bit*)
7714 *64-bit*)
7734 *32-bit*)
7737 *64-bit*)
7774 *32-bit*)
7803 *64-bit*)
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dfastcgi.txt56 lighttpd takes it a little bit further by providing a internal
600 little bit and is completly normal.
H A Dmagnet.txt183 This is a bit simplistic, but it illustrates the idea: Take a text-file and cover it in a <pre> tag.