|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/core/base.h"Go to the source code of this file.
Macros | |
| #define | LEXBOR_SWAR_ONES (~((size_t) 0) / 0xFF) |
| #define | LEXBOR_SWAR_REPEAT(x) |
| #define | LEXBOR_SWAR_HAS_ZERO(v) |
| #define | LEXBOR_SWAR_IS_LITTLE_ENDIAN (*(unsigned char *) &(uint16_t){1}) |
Functions | |
| lxb_inline const lxb_char_t * | lexbor_swar_seek4 (const lxb_char_t *data, const lxb_char_t *end, lxb_char_t c1, lxb_char_t c2, lxb_char_t c3, lxb_char_t c4) |
| lxb_inline const lxb_char_t * | lexbor_swar_seek3 (const lxb_char_t *data, const lxb_char_t *end, lxb_char_t c1, lxb_char_t c2, lxb_char_t c3) |
| #define LEXBOR_SWAR_IS_LITTLE_ENDIAN (*(unsigned char *) &(uint16_t){1}) |
| #define LEXBOR_SWAR_REPEAT | ( | x | ) |
| lxb_inline const lxb_char_t * lexbor_swar_seek3 | ( | const lxb_char_t * | data, |
| const lxb_char_t * | end, | ||
| lxb_char_t | c1, | ||
| lxb_char_t | c2, | ||
| lxb_char_t | c3 ) |
| lxb_inline const lxb_char_t * lexbor_swar_seek4 | ( | const lxb_char_t * | data, |
| const lxb_char_t * | end, | ||
| lxb_char_t | c1, | ||
| lxb_char_t | c2, | ||
| lxb_char_t | c3, | ||
| lxb_char_t | c4 ) |