Home
last modified time | relevance | path

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

1234567

/PHP-7.2/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.2/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.2/Zend/
H A Dzend_multiply.h159 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
180 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
210 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
232 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
253 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
277 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
291 static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t size, size_t offset, int *o… in zend_safe_address()
306 static zend_always_inline size_t zend_safe_address_guarded(size_t nmemb, size_t size, size_t offset) in zend_safe_address_guarded()
319 static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t size, size_t offset, const … in zend_safe_addmult()
/PHP-7.2/ext/intl/doc/
H A Dgrapheme_api.php38 function grapheme_strpos($haystack, $needle, $offset = 0) {}
50 function grapheme_stripos($haystack, $needle, $offset = 0) {}
62 function grapheme_strrpos($haystack, $needle, $offset = 0) {}
74 function grapheme_strripos($haystack, $needle, $offset = 0) {}
/PHP-7.2/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_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_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_file_get_offset.c53 zip_uint64_t offset; in _zip_file_get_offset() local
/PHP-7.2/ext/dom/
H A Dcharacterdata.c159 zend_long offset, count; in PHP_FUNCTION() local
242 zend_long offset; in PHP_FUNCTION() local
290 zend_long offset, count; in PHP_FUNCTION() local
346 zend_long offset, count; in PHP_FUNCTION() local
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c210 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
225 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
250 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
285 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
325 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
350 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
500 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
529 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
/PHP-7.2/scripts/dev/
H A Dcheck_parameters.php72 function update_lineno($offset)
192 function check_function($name, $txt, $offset)
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.c177 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch()
231 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
256 zval * offset; in ZEND_END_ARG_INFO() local
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dbase64.c59 int offset = 0; in base64_encode_xmlrpc() local
124 int offset = 0; in base64_decode_xmlrpc() local
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c315 …*spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offset) /* {{{ */ in spl_fixedarray_object_read_dimension_helper()
343 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type, zval *rv) /… in spl_fixedarray_object_read_dimension()
384 …xedarray_object_write_dimension_helper(spl_fixedarray_object *intern, zval *offset, zval *value) /… in spl_fixedarray_object_write_dimension_helper()
413 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in spl_fixedarray_object_write_dimension()
438 …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(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
476 …fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset, int check_empt… in spl_fixedarray_object_has_dimension_helper()
507 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.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp186 int32_t CodePointBreakIterator::following(int32_t offset) in following()
196 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
206 UBool CodePointBreakIterator::isBoundary(int32_t offset) in isBoundary()
/PHP-7.2/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()
298 int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
339 …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.c113 int32_t offset = 0; in PHP_FUNCTION() local
176 int32_t offset = 0; in PHP_FUNCTION() local
244 int32_t offset = 0; in PHP_FUNCTION() local
307 int32_t offset = 0; in PHP_FUNCTION() local
/PHP-7.2/main/streams/
H A Dphp_stream_mmap.h51 size_t offset; member
71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
/PHP-7.2/ext/date/lib/
H A Dtimelib_private.h116 int32_t offset; member
127 int32_t offset; member
/PHP-7.2/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