Searched refs:ins (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.h56 extern int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs,
58 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
H A Dunistr.c471 static int utf16_to_utf8_size(const ntfschar *ins, const int ins_len, int outs_len) argument
478 for (i = 0; i < ins_len && ins[i] && count <= outs_len; i++) {
479 unsigned short c = le16_to_cpu(ins[i]);
544 * @ins: input utf16 string buffer
551 static int ntfs_utf16_to_utf8(const ntfschar *ins, const int ins_len, argument
575 size = utf16_to_utf8_size(ins, ins_len, outs_len - 1);
589 for (i = 0; i < ins_len && ins[i]; i++) {
590 unsigned short c = le16_to_cpu(ins[i]);
805 * @ins: input multibyte string buffer
811 static int ntfs_utf8_to_utf16(const char *ins, ntfscha argument
906 ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, int outs_len) argument
1031 ntfs_mbstoucs(const char *ins, ntfschar **outs) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c197 struct task *ins; local
219 for (ins = STAILQ_FIRST(&queue->tq_queue); ins;
220 prev = ins, ins = STAILQ_NEXT(ins, ta_link))
221 if (ins->ta_priority < task->ta_priority)
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc964 istream& ws(istream& ins)
966 if (ins.ipfx1()) {
968 ins._strbuf);
969 int ch = skip_ws(ins._strbuf);
971 ins.set(ios::eofbit);
973 ins._strbuf->sputbackc(ch);
974 ins.isfx();
977 return ins;
1008 istream& lock(istream& ins)
1010 _IO_flockfile (ins
[all...]
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp1082 jas_stream_t* ins; local
1088 if (!(ins = jas_stream_positionIOopen(in)))
1091 if (!(image = jas_image_decode(ins, -1, 0)))
1092 return Error(ins, NULL, NULL, 0, NULL, B_ERROR);
1116 return Error(ins, image, NULL, 0, NULL, B_ERROR);
1132 return Error(ins, image, NULL, 0, NULL, B_ERROR);
1137 return Error(ins, image, NULL, 0, NULL, B_ERROR);
1166 return Error(ins, image, NULL, 0, NULL, err);
1168 return Error(ins, image, NULL, 0, NULL, B_ERROR);
1172 return Error(ins, imag
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h129 int ntfs_mbstoucs_libntfscompat(const char *ins,
H A Dutils.c154 int ntfs_mbstoucs_libntfscompat(const char *ins, argument
169 tmpstr_len = ntfs_mbstoucs(ins, &tmpstr);
195 return ntfs_mbstoucs(ins, outs);
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h129 void ins(int size);
/haiku/headers/cpp/
H A Diostream.h39 extern istream& ws(istream& ins);
/haiku/src/libs/x86emu/
H A Dprim_ops.c2592 ins(int size) function
H A Dops.c5050 ins(1);
5066 ins(4);
5070 ins(2);

Completed in 94 milliseconds