Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c29 #define ROL64(a, offset) _rotl64(a, offset) argument
38 #define ROL64(a, offset) ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) argument
93 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane()
176 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
186 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes()
193 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane()
235 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes()
314 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane()
383 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes()
390 …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
H A DKeccakP-1600-SnP.h35 #define KeccakP1600_AddByte(state, byte, offset) \ argument
/PHP-7.3/Zend/
H A Dzend_multiply.h157 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
185 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
222 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
244 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
265 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
289 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
303 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… 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_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
133 int offset; member
/PHP-7.3/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.c26 #define ROL32(a, offset) ((((UINT32)a) << (offset)) ^ (((UINT32)a) >> (32-(offset)))) argument
82 void KeccakP1600_SetBytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, … in KeccakP1600_SetBytesInLaneToZero()
117 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
138 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_AddBytesInLane()
205 void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsigned int offset, unsigned int… in KeccakP1600_AddBytes()
212 …void *state, unsigned int lanePosition, const unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_OverwriteBytesInLane()
260 void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, unsigned int offset, unsign… in KeccakP1600_OverwriteBytes()
282 …const void *state, unsigned int lanePosition, unsigned char *data, unsigned int offset, unsigned i… in KeccakP1600_ExtractBytesInLane()
347 void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, unsigned int offset, unsigned… in KeccakP1600_ExtractBytes()
354 …t lanePosition, const unsigned char *input, unsigned char *output, unsigned int offset, unsigned i… in KeccakP1600_ExtractAndAddBytesInLane()
[all …]
/PHP-7.3/ext/zip/lib/
H A Dzip_source_seek.c39 zip_source_seek(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek()
59 zip_source_seek_compute_offset(zip_uint64_t offset, zip_uint64_t length, void *data, zip_uint64_t d… in zip_source_seek_compute_offset()
H A Dzip_source_win32handle.c379 LARGE_INTEGER offset; in _win32_read_file() local
474 _zip_seek_win32_u(HANDLE h, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_seek_win32_u()
485 _zip_seek_win32(HANDLE h, zip_int64_t offset, int whence, zip_error_t *error) in _zip_seek_win32()
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write()
H A Dzip_file_get_offset.c53 zip_uint64_t offset; in _zip_file_get_offset() local
/PHP-7.3/ext/dom/
H A Dcharacterdata.c157 zend_long offset, count; in PHP_FUNCTION() local
240 zend_long offset; in PHP_FUNCTION() local
288 zend_long offset, count; in PHP_FUNCTION() local
344 zend_long offset, count; in PHP_FUNCTION() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c211 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
226 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
251 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
286 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
326 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
351 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
501 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
530 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
/PHP-7.3/scripts/dev/
H A Dcheck_parameters.php69 function update_lineno($offset)
189 function check_function($name, $txt, $offset)
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c179 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch()
233 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
258 zval * offset; in ZEND_END_ARG_INFO() local
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c59 int offset = 0; in base64_encode_xmlrpc() local
121 int offset = 0; in base64_decode_xmlrpc() local
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c311 …*spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_read_dimension_helper()
341 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension()
371 …xedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) /… in spl_fixedarray_object_write_dimension_helper()
399 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in spl_fixedarray_object_write_dimension()
424 …spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension_helper()
444 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
462 …fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empt… in spl_fixedarray_object_has_dimension_helper()
493 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ … in spl_fixedarray_object_has_dimension()
H A Dspl_engine.c41 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long()
/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp187 int32_t CodePointBreakIterator::following(int32_t offset) in following()
197 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
207 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_util.c133 …har *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puch… in grapheme_strpos_utf16()
297 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
338 …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.h42 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … argument
H A Dgrapheme_string.c116 int32_t offset = 0; in PHP_FUNCTION() local
179 int32_t offset = 0; in PHP_FUNCTION() local
248 int32_t offset = 0; in PHP_FUNCTION() local
311 int32_t offset = 0; in PHP_FUNCTION() local
/PHP-7.3/main/streams/
H A Dphp_stream_mmap.h49 size_t offset; member
69 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
/PHP-7.3/ext/date/lib/
H A Dtimelib_private.h107 int32_t offset; member
118 int32_t offset; member
/PHP-7.3/ext/oci8/
H A Doci8_lob.c246 oraub8 bytes_read, offset = 0; in php_oci_lob_read() local
399 int php_oci_lob_write (php_oci_descriptor *descriptor, ub4 offset, char *data, int data_len, ub4 *b… in php_oci_lob_write()
712 ub4 offset = 1; in php_oci_lob_import() local
837 int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_era… in php_oci_lob_erase()

Completed in 75 milliseconds

1234567