Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 172) sorted by relevance

1234567

/PHP-8.0/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c37 #define ROL64(a, offset) _rotl64(a, offset) argument
46 #define ROL64(a, offset) ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) argument
101 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane()
185 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
195 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes()
202 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane()
244 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes()
323 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane()
392 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes()
399 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane()
[all …]
H A DSnP-Relaned.h19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… argument
47 #define SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLan… argument
75 #define SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP… argument
103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
/PHP-8.0/ext/opcache/jit/libudis86/
H A Dsyn.c140 int64_t offset = 0; in ud_syn_print_addr() local
180 int64_t offset = 0; in ud_syn_print_imm() local
212 int64_t offset = 0; in ud_syn_print_mem_disp() local
236 int64_t offset = 0; in ud_syn_print_mem_disp() local
/PHP-8.0/Zend/
H A Dzend_multiply.h157 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
185 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
222 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
244 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
265 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
289 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
303 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, bool *… in zend_safe_address()
318 static zend_always_inline size_t zend_safe_address_guarded(size_t nmemb, size_t size, size_t offset) in zend_safe_address_guarded()
331 static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const … in zend_safe_addmult()
H A Dzend_interfaces.stub.php34 public function offsetExists(mixed $offset);
40 public function offsetGet(mixed $offset);
43 public function offsetSet(mixed $offset, mixed $value);
46 public function offsetUnset(mixed $offset);
H A Dzend_object_handlers.h30 #define IS_VALID_PROPERTY_OFFSET(offset) ((intptr_t)(offset) > 0) argument
31 #define IS_WRONG_PROPERTY_OFFSET(offset) ((intptr_t)(offset) == 0) argument
32 #define IS_DYNAMIC_PROPERTY_OFFSET(offset) ((intptr_t)(offset) < 0) argument
34 #define IS_UNKNOWN_DYNAMIC_PROPERTY_OFFSET(offset) (offset == ZEND_DYNAMIC_PROPERTY_OFFSET) argument
35 #define ZEND_DECODE_DYN_PROP_OFFSET(offset) ((uintptr_t)(-(intptr_t)(offset) - 2)) argument
36 #define ZEND_ENCODE_DYN_PROP_OFFSET(offset) ((uintptr_t)(-((intptr_t)(offset) + 2))) argument
149 int offset; member
H A Dzend_attributes.c70 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute()
85 …d_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in get_attribute_str()
112 …ttribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in zend_get_parameter_attribute()
117 …nd_get_parameter_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in zend_get_parameter_attribute_str()
203 …able **attributes, zend_string *name, uint32_t argc, uint32_t flags, uint32_t offset, uint32_t lin… in zend_add_attribute()
/PHP-8.0/ext/hash/sha3/generic32lc/
H A DSnP-Relaned.h19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… argument
47 #define SnP_OverwriteBytes(state, data, offset, length, SnP_OverwriteLanes, SnP_OverwriteBytesInLan… argument
75 #define SnP_ExtractBytes(state, data, offset, length, SnP_ExtractLanes, SnP_ExtractBytesInLane, SnP… argument
103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
H A DKeccakP-1600-inplace32BI.c34 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument
90 void KeccakP1600_SetBytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, … in KeccakP1600_SetBytesInLaneToZero()
125 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
146 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane()
214 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes()
221 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane()
270 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes()
292 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane()
358 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes()
365 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane()
[all …]
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php34 public function following(int $offset) {}
52 public function isBoundary(int $offset) {}
58 public function next(?int $offset = null) {}
61 public function preceding(int $offset) {}
H A Dcodepointiterator_internal.cpp189 int32_t CodePointBreakIterator::following(int32_t offset) in following()
199 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
209 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
/PHP-8.0/ext/ftp/
H A Dftp.stub.php62 function ftp_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0):…
68 function ftp_nb_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = …
74 … string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0): bool {}
77 …, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0): int {}
86 function ftp_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0):…
92 function ftp_nb_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = …
95 … string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int $offset = 0): bool {}
101 …ring $remote_filename, string $local_filename, int $mode = FTP_BINARY, int $offset = 0): int|false…
/PHP-8.0/ext/shmop/
H A Dshmop.stub.php9 function shmop_read(Shmop $shmop, int $offset, int $size): string {}
16 function shmop_write(Shmop $shmop, string $data, int $offset): int {}
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_conf.c208 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
223 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
248 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
283 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
323 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
348 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
498 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
527 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
/PHP-8.0/TSRM/
H A DTSRM.h163 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
164 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument
168 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
169 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c119 static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long offset, zval *begin, zval *e… in spl_fixedarray_copy_range()
325 …atic zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) in spl_fixedarray_object_read_dimension_helper()
352 static zval *spl_fixedarray_object_read_dimension(zend_object *object, zval *offset, int type, zval… in spl_fixedarray_object_read_dimension()
384 …_fixedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) in spl_fixedarray_object_write_dimension_helper()
414 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension()
438 …atic void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) in spl_fixedarray_object_unset_dimension_helper()
458 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension()
474 static int spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, … in spl_fixedarray_object_has_dimension_helper()
498 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension()
H A Dspl_engine.c32 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long()
/PHP-8.0/scripts/dev/
H A Dcheck_parameters.php68 function update_lineno($offset)
188 function check_function($name, $txt, $offset)
/PHP-8.0/ext/oci8/
H A Doci8.stub.php39 function oci_lob_save(OCILob $lob, string $data, int $offset = 0): bool {}
45 function ocisavelob(OCILob $lob, string $data, int $offset = 0): bool {}
71 function oci_lob_seek(OCILob $lob, int $offset, int $whence = OCI_SEEK_SET): bool {}
81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {}
93 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b…
99 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)…
550 public function save(string $data, int $offset = 0) {}
598 public function seek(int $offset, int $whence = OCI_SEEK_SET) {}
628 public function erase(?int $offset = null, ?int $length = null) {}
652 public function writeToFile(string $filename, ?int $offset = null, ?int $length = null) {}
[all …]
/PHP-8.0/ext/dom/
H A Dcharacterdata.c120 zend_long offset, count; in PHP_METHOD() local
191 zend_long offset; in PHP_METHOD() local
239 zend_long offset, count; in PHP_METHOD() local
295 zend_long offset, count; in PHP_METHOD() local
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c166 static void resourcebundle_array_fetch(zend_object *object, zval *offset, zval *return_value, int f… in resourcebundle_array_fetch()
221 zval *resourcebundle_array_get(zend_object *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
236 zval * offset; in PHP_FUNCTION() local
/PHP-8.0/ext/iconv/
H A Diconv.stub.php7 function iconv_substr(string $string, int $offset, ?int $length = null, ?string $encoding = null): …
9 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
/PHP-8.0/main/streams/
H A Dphp_stream_mmap.h47 size_t offset; member
69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_util.c99 …har *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16()
293 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
334 …strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset) in grapheme_strrpos_ascii()
H A Dgrapheme_util.h40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument

Completed in 82 milliseconds

1234567