Home
last modified time | relevance | path

Searched +defs:bytes +defs:in +defs:use (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/cquery/cquery-20180718/third_party/doctest/doctest/parts/
H A Ddoctest_impl.h203 unsigned char const* bytes = static_cast<unsigned char const*>(object); in rawMemoryToString() local
215 void freeStream(std::ostream* in) { delete in; } in freeStream()
310 String::String(const char* in) { in String()
429 String toString(char in) { in toString()
435 String toString(char signed in) { in toString()
441 String toString(char unsigned in) { in toString()
447 String toString(int short in) { in toString()
459 String toString(int in) { in toString()
465 String toString(int unsigned in) { in toString()
471 String toString(int long in) { in toString()
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsftp-server.c285 int use; member
312 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) in handle_new()
402 handle_update_read(int handle, ssize_t bytes) in handle_update_read()
409 handle_update_write(int handle, ssize_t bytes) in handle_update_write()
1443 int i, in, out, max, ch, skipargs = 0, log_stderr = 0; in sftp_server_main() local
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsftp-server.c275 int use; member
302 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) in handle_new()
392 handle_update_read(int handle, ssize_t bytes) in handle_update_read()
399 handle_update_write(int handle, ssize_t bytes) in handle_update_write()
1568 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0; in sftp_server_main() local
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsftp-server.c298 int use; member
325 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) in handle_new()
415 handle_update_read(int handle, ssize_t bytes) in handle_update_read()
422 handle_update_write(int handle, ssize_t bytes) in handle_update_write()
1711 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0; in sftp_server_main() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c157 struct in_addr in; in check_ip() local
1444 struct in_addr in; in switch_load_network_lists() local
1781 switch_ssize_t bytes = 0; in switch_core_set_serial() local
1833 struct in_addr in; in switch_core_init() local
2454 const char *use = NULL; in switch_core_init_and_modload() local
3377 size_t bytes; in switch_stream_system() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DLowering-x86-shared.cpp26 const LAllocation& in, const LDefinition& inputCopy, in newLTableSwitch()
95 LUse use(ecx); in lowerForShiftInt64() local
981 const SimdConstant::I8x16& bytes = constant.asInt8x16(); in specializeConstantMaskAsShuffle() local
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DLowering-x86-shared.cpp26 const LAllocation& in, const LDefinition& inputCopy, in newLTableSwitch()
95 LUse use(ecx); in lowerForShiftInt64() local
1060 const SimdConstant::I8x16& bytes = constant.asInt8x16(); in specializeBitselectConstantMaskAsShuffle() local
/dports/lang/ptoc/ptoc/
H A Dlex.cxx2074 #define use 2 macro
3491 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) in yy_scan_bytes()
3708 void scan_ctx::attach(char* name, FILE* in) { in attach()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DLowering-x86-shared.cpp26 const LAllocation& in, const LDefinition& inputCopy, in newLTableSwitch()
95 LUse use(ecx); in lowerForShiftInt64() local
981 const SimdConstant::I8x16& bytes = constant.asInt8x16(); in specializeConstantMaskAsShuffle() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp739 G4_Operand *use = inst2->getOperand(opndNum2); in copyDef() local
768 G4_Operand *use = inst2->getOperand(I->second); in copyDefsTo() local
806 G4_Operand *use = I->first->getOperand(I->second); in copyUsesTo() local
1325 std::ostream &os, G4_INST *def, G4_INST *use, Gen4_Operand_Number pos) in printDefUseImpl()
2000 const G4_Operand *use = getOperand(opndNum); in isSignSensitive() local
2035 const G4_Operand *use = getOperand(opndNum); in getPropType() local
2161 G4_Operand *use = useInst->getOperand(opndNum); in canPropagateTo() local
3883 void G4_InstSend::setMsgDesc(G4_SendDesc *in) in setMsgDesc()
8736 uint32_t bytes = bytesPerLaneForAllDepth * builder.getNativeExecSize(); in computeRightBound() local
8743 uint32_t bytes = bytesPerLane * D * C; in computeRightBound() local
/dports/lang/python37/Python-3.7.12/Modules/
H A D_tkinter.c653 const char *use) in Tkapp_New()
1180 unsigned char *bytes; in fromBignumObj() local
1699 varname_converter(PyObject *in, void *_out) in varname_converter()
3175 const char *use) in _tkinter_create_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_tkinter.c569 const char *use) in Tkapp_New()
1094 unsigned char *bytes; in fromBignumObj() local
1613 varname_converter(PyObject *in, void *_out) in varname_converter()
3032 const char *use) in _tkinter_create_impl()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dindex-pack.c314 static void use(int bytes) in use() function
1305 static int write_compressed(struct hashfile *f, void *in, unsigned int size) in write_compressed()
/dports/devel/git/git-2.34.1/builtin/
H A Dindex-pack.c314 static void use(int bytes) in use() function
1305 static int write_compressed(struct hashfile *f, void *in, unsigned int size) in write_compressed()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dindex-pack.c314 static void use(int bytes) in use() function
1305 static int write_compressed(struct hashfile *f, void *in, unsigned int size) in write_compressed()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dindex-pack.c314 static void use(int bytes) in use() function
1305 static int write_compressed(struct hashfile *f, void *in, unsigned int size) in write_compressed()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dindex-pack.c278 static void use(int bytes) in use() function
1274 static int write_compressed(struct hashfile *f, void *in, unsigned int size) in write_compressed()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386.c2053 HOST_WIDE_INT bytes in classify_argument() local
2508 int bytes in construct_container() local
2930 HOST_WIDE_INT bytes, words; in ix86_function_arg_advance() local
3158 HOST_WIDE_INT bytes) in function_arg_ms_64()
3217 HOST_WIDE_INT bytes, words; in ix86_function_arg() local
11336 struct tree_map *h, in; in get_dllimport_decl() local
14375 df_ref def, use; in increase_distance() local
14417 df_ref use; in insn_uses_reg_mem() local
14761 df_ref use; in ix86_ok_to_clobber_flags() local
20954 rtx i0, i1, f0, in, out; in x86_emit_floatuns() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386.c2053 HOST_WIDE_INT bytes in classify_argument() local
2508 int bytes in construct_container() local
2930 HOST_WIDE_INT bytes, words; in ix86_function_arg_advance() local
3158 HOST_WIDE_INT bytes) in function_arg_ms_64()
3217 HOST_WIDE_INT bytes, words; in ix86_function_arg() local
11344 struct tree_map *h, in; in get_dllimport_decl() local
14349 df_ref def, use; in increase_distance() local
14391 df_ref use; in insn_uses_reg_mem() local
14735 df_ref use; in ix86_ok_to_clobber_flags() local
20928 rtx i0, i1, f0, in, out; in x86_emit_floatuns() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386.c2053 HOST_WIDE_INT bytes in classify_argument() local
2508 int bytes in construct_container() local
2930 HOST_WIDE_INT bytes, words; in ix86_function_arg_advance() local
3158 HOST_WIDE_INT bytes) in function_arg_ms_64()
3217 HOST_WIDE_INT bytes, words; in ix86_function_arg() local
11332 struct tree_map *h, in; in get_dllimport_decl() local
14337 df_ref def, use; in increase_distance() local
14379 df_ref use; in insn_uses_reg_mem() local
14723 df_ref use; in ix86_ok_to_clobber_flags() local
20916 rtx i0, i1, f0, in, out; in x86_emit_floatuns() local
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_tkinter.c705 const char *use) in Tkapp_New()
1230 unsigned char *bytes; in fromBignumObj() local
1749 varname_converter(PyObject *in, void *_out) in varname_converter()
3224 const char *use) in _tkinter_create_impl()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_tkinter.c708 const char *use) in Tkapp_New()
1233 unsigned char *bytes; in fromBignumObj() local
1752 varname_converter(PyObject *in, void *_out) in varname_converter()
3233 const char *use) in _tkinter_create_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_tkinter.c705 const char *use) in Tkapp_New()
1230 unsigned char *bytes; in fromBignumObj() local
1749 varname_converter(PyObject *in, void *_out) in varname_converter()
3224 const char *use) in _tkinter_create_impl()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_tkinter.c708 const char *use) in Tkapp_New()
1233 unsigned char *bytes; in fromBignumObj() local
1752 varname_converter(PyObject *in, void *_out) in varname_converter()
3233 const char *use) in _tkinter_create_impl()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_tkinter.c705 const char *use) in Tkapp_New()
1230 unsigned char *bytes; in fromBignumObj() local
1749 varname_converter(PyObject *in, void *_out) in varname_converter()
3224 const char *use) in _tkinter_create_impl()

123456789