Home
last modified time | relevance | path

Searched refs:sbytes (Results 1 – 9 of 9) sorted by relevance

/external/bc/tests/bc/
Dlib2.txt109 sbytes(0)
110 sbytes(1)
111 sbytes(-1)
112 sbytes(2)
113 sbytes(127)
114 sbytes(128)
115 sbytes(-127)
116 sbytes(-128)
117 sbytes(-129)
118 sbytes(254)
[all …]
/external/bc/tests/fuzzing/bc_inputs1/
Dlib7.txt4 sbytes(0)
5 sbytes(1)
6 sbytes(-1)
7 sbytes(2)
8 sbytes(127)
9 sbytes(128)
10 sbytes(254)
11 sbytes(255)
12 sbytes(256)
/external/curl/lib/
Dtftp.c140 int sbytes; member
452 size_t sbytes; in tftp_send_first() local
504 sbytes = 4 + strlen(filename) + strlen(mode); in tftp_send_first()
516 result = tftp_option_add(state, &sbytes, in tftp_send_first()
517 (char *)state->spacket.data + sbytes, in tftp_send_first()
520 result = tftp_option_add(state, &sbytes, in tftp_send_first()
521 (char *)state->spacket.data + sbytes, buf); in tftp_send_first()
526 result = tftp_option_add(state, &sbytes, in tftp_send_first()
527 (char *)state->spacket.data + sbytes, in tftp_send_first()
530 result = tftp_option_add(state, &sbytes, in tftp_send_first()
[all …]
/external/rust/crates/rusqlite/src/types/
Dchrono.rs103 let sbytes = s.as_mut_vec(); in column_result() localVariable
104 sbytes[10] = b'T'; in column_result()
/external/bc/gen/
Dlib2.bc222 define sbytes(x){
317 define void int(x){intn(x,sbytes(x))}
/external/python/cpython3/Modules/
Dposixmodule.c9688 Py_off_t sbytes, PyObject *headers, PyObject *trailers, in os_sendfile_impl() argument
9734 off_t sbytes; in os_sendfile_impl() local
9765 if (sbytes >= OFF_T_MAX - blen) { in os_sendfile_impl()
9770 sbytes += blen; in os_sendfile_impl()
9803 ret = sendfile(in_fd, out_fd, offset, &sbytes, &sf, flags); in os_sendfile_impl()
9805 ret = sendfile(in_fd, out_fd, offset, count, &sf, &sbytes, flags); in os_sendfile_impl()
9818 if (sbytes != 0) { in os_sendfile_impl()
9834 return Py_BuildValue("l", sbytes); in os_sendfile_impl()
9836 return Py_BuildValue("L", sbytes); in os_sendfile_impl()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5245 Py_off_t sbytes, PyObject *headers, PyObject *trailers,
5259 Py_off_t sbytes; in os_sendfile() local
5289 if (!Py_off_t_converter(args[3], &sbytes)) { in os_sendfile()
5317 … return_value = os_sendfile_impl(module, out_fd, in_fd, offset, sbytes, headers, trailers, flags); in os_sendfile()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1525 sbytes: *mut ::off_t, in sendfile()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c255 long long sbytes, stotal_bytes; variable
428 bytes = sbytes; in restorefs()
6521 sbytes = bytes; in main()