Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 68) sorted by path

123

/php-src/TSRM/
H A Dtsrm_win32.c653 DWORD high = size >> 32; in shmget() local
656 DWORD high = 0; in shmget() local
659 …shm_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, high, low, key == IPC_P… in shmget()
/php-src/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/php-src/docs/source/
H A Dindex.rst9 introduction/high-level-overview
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst128 in an actual CPU instruction set (e.g. adding two numbers), while others are much more high-level
/php-src/ext/fileinfo/tests/
H A Dmagic657 # string length too high with standard src configuration
2390 # Container format for high-end audio purposes.
5608 >>(0x08.l) uleshort =3000 with high compression
5617 >>6 uleshort =3000 with high compression
5618 >>6 uleshort =4000 with extra high compression
15915 >>11 byte x %d chars high
19653 >3 ubyte 2 \b, high precision
19925 # DEGAS high-res uncompressed bitmap *.pi3
19995 # high resolution; 640x400, 2 colors
21811 # Pretend it's 32-bit and mask off the high byte.
[all …]
H A Dmagic私はガラスを食べられます657 # string length too high with standard src configuration
2390 # Container format for high-end audio purposes.
5608 >>(0x08.l) uleshort =3000 with high compression
5617 >>6 uleshort =3000 with high compression
5618 >>6 uleshort =4000 with extra high compression
15915 >>11 byte x %d chars high
19653 >3 ubyte 2 \b, high precision
19925 # DEGAS high-res uncompressed bitmap *.pi3
19995 # high resolution; 640x400, 2 colors
21811 # Pretend it's 32-bit and mask off the high byte.
[all …]
/php-src/ext/filter/
H A Dsanitizing_filters.c61 …code_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encod… in php_filter_encode_url() argument
/php-src/ext/gd/libgd/
H A Dgd_intern.h11 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
H A Dgd_io.c100 int high = 0, low = 0; in gdGetWordLSB() local
106 high = (ctx->getC) (ctx); in gdGetWordLSB()
107 if (high == EOF) { in gdGetWordLSB()
112 *result = (high << 8) | low; in gdGetWordLSB()
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c43 temp1 = (high); \
83 high = temp1;
93 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local
108 high = laneAsBytes[4] in KeccakP1600_SetBytesInLaneToZero()
129 UINT32 low, high; in KeccakP1600_AddByte() local
135 high = 0; in KeccakP1600_AddByte()
149 UINT32 low, high; in KeccakP1600_AddBytesInLane() local
184 UINT32 high; in KeccakP1600_AddLanes() local
240 UINT32 high; in KeccakP1600_OverwriteLanes() local
328 UINT32 high; in KeccakP1600_ExtractLanes() local
[all …]
/php-src/ext/iconv/tests/
H A Dbug74230.phpt8 $high = "\xED\xa1\x92"; // codepoint D852
10 $pair = $high.$low;
12 @\iconv('UTF-8', 'UTF-8', $high) === false,
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt161 * Those with a 1 in the high bit are JIS X 0201 kana */
H A Diso2022jp_encoding.phpt84 * Those with a 1 in the high bit are JIS X 0201 kana; JIS7 encodes those
85 * with a 0 in the high bit and treats them as a separate charset
H A Diso2022jp_kddi_encoding.phpt129 * Those with a 1 in the high bit are JIS X 0201 kana */
H A Diso2022jp_ms_encoding.phpt113 * Those with a 1 in the high bit are JIS X 0201 kana */
H A Dmb_encode_mimeheader_basic4.phpt50 // when entire input is one ASCII 'word' and high indent value makes us consider
/php-src/ext/mbstring/tests/data/
H A DJISX0208.txt43 # the high and low bytes correspond to the ku and ten of
H A DJISX0212.txt42 # the high and low bytes correspond to the ku and ten of
H A DKSX1001.txt67 # the high and low bytes correspond to the row(Hang) and the column(Yol),
H A DMacJapanese-SJIS.txt121 # c) Two-byte characters with first/lead/high byte in the range
/php-src/ext/mysqli/tests/
H A Dgh9590.phpt58 It is set to 1024, but you have descriptors numbered at least as high as %d.
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
/php-src/ext/opcache/tests/
H A Dgh9259_001.phpt2 Bug GH-9259 001 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…
H A Dgh9259_002.phpt2 Bug GH-9259 002 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…
H A Dgh9259_003.phpt2 Bug GH-9259 003 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…

Completed in 279 milliseconds

123