Searched refs:hint (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dsplit.h36 * @param hint give QR_MODE_KANJI if the input string contains Kanji character encoded in Shift-JIS. If not, give QR_MODE_8.
45 QRencodeMode hint, int casesensitive);
H A Dsplit.c53 static QRencodeMode Split_identifyMode(const char *string, QRencodeMode hint) argument
65 } else if(hint == QR_MODE_KANJI) {
78 static int Split_eatNum(const char *string, QRinput *input, QRencodeMode hint);
79 static int Split_eatAn(const char *string, QRinput *input, QRencodeMode hint);
80 static int Split_eat8(const char *string, QRinput *input, QRencodeMode hint);
81 static int Split_eatKanji(const char *string, QRinput *input, QRencodeMode hint);
83 static int Split_eatNum(const char *string, QRinput *input,QRencodeMode hint) argument
99 mode = Split_identifyMode(p, hint);
105 return Split_eat8(string, input, hint);
113 return Split_eatAn(string, input, hint);
123 Split_eatAn(const char *string, QRinput *input, QRencodeMode hint) argument
171 Split_eatKanji(const char *string, QRinput *input, QRencodeMode hint) argument
188 Split_eat8(const char *string, QRinput *input, QRencodeMode hint) argument
244 Split_splitString(const char *string, QRinput *input, QRencodeMode hint) argument
267 dupAndToUpper(const char *str, QRencodeMode hint) argument
291 Split_splitStringToQRinput(const char *string, QRinput *input, QRencodeMode hint, int casesensitive) argument
[all...]
H A Dqrencode.h37 * encode them as Kanji in QR Code, you should give QR_MODE_KANJI as a hint.
413 * @param hint tell the library how non-alphanumerical characters should be
427 extern QRcode *QRcode_encodeString(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive);
439 extern QRcode *QRcode_encodeStringMQR(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive);
488 * @param hint tell the library how non-alphanumerical characters should be
499 extern QRcode_List *QRcode_encodeStringStructured(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive);
H A Dqrencode.c635 static QRcode *QRcode_encodeStringReal(const char *string, int version, QRecLevel level, int mqr, QRencodeMode hint, int casesensitive) argument
645 if(hint != QR_MODE_8 && hint != QR_MODE_KANJI) {
657 ret = Split_splitStringToQRinput(string, input, hint, casesensitive);
668 QRcode *QRcode_encodeString(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive) argument
670 return QRcode_encodeStringReal(string, version, level, 0, hint, casesensitive);
673 QRcode *QRcode_encodeStringMQR(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive) argument
675 return QRcode_encodeStringReal(string, version, level, 1, hint, casesensitive);
848 int eightbit, QRencodeMode hint, int casesensitive)
858 if(!eightbit && (hint !
845 QRcode_encodeDataStructuredReal( int size, const unsigned char *data, int version, QRecLevel level, int eightbit, QRencodeMode hint, int casesensitive) argument
893 QRcode_encodeStringStructured(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive) argument
[all...]
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Ddebug.cpp20 const char hint[] = "*** PANIC ***"; local
27 serial_puts(hint, sizeof(hint));
29 //fprintf(stderr, "%s", hint);
30 puts(hint);
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Ddebug.cpp103 const char hint[] = "\n*** PANIC ***\n"; local
108 debug_puts(hint, sizeof(hint));
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp152 addrinfo hint = {0}; local
153 hint.ai_family = family;
155 hint.ai_flags |= AI_NUMERICHOST;
157 hint.ai_flags |= AI_ADDRCONFIG;
161 hint.ai_flags |= AI_PASSIVE;
165 portString.Length() != 0 ? portString.String() : NULL, &hint, &fInfo);
/haiku-fatelf/src/bin/bash/
H A Dbashline.c1484 static char *hint = (char *)NULL; local
1504 if (dequoted_hint && dequoted_hint != hint)
1506 if (hint)
1507 free (hint);
1534 hint = bash_tilde_expand (hint_text, 0);
1546 hint = savestring (hint_text);
1548 dequoted_hint = hint;
1556 dequoted_hint = bash_dequote_filename (hint, 0);
1557 free (hint);
1558 hint
[all...]
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsostream.c147 static int mem_grow (hpgs_mem_ostream_stream *stream, size_t hint) argument
154 size_t sz2 = (hint > sz) ? sz+hint : 2*sz;
/haiku-fatelf/src/preferences/media/
H A DMediaWindow.cpp715 BRect hint(fContentLayout->Frame());
716 BView* paramView = BMediaTheme::ViewFor(fParamWeb, &hint);
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUSB_video.h327 uint16 hint; member in struct:usbvc_probecommit
H A DUVCCamDevice.cpp625 request.hint = 1;
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.cpp374 int hint; local
386 hint = L2CAP_OPT_HINT(hdr->type);
425 if (hint)
506 default: /* Ignore unknown hint option */
655 default: /* Ignore unknown hint option */
/haiku-fatelf/docs/user/
H A Dapidoc.dox440 approved to get a hint of what you should be aiming for.
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c554 /* A hint for a jump to a register. */
1725 Elf_Internal_Rela *gpdisp, *hint;
1900 hint = elf64_alpha_find_reloc_at_ofs (info->relocs, info->relend,
1902 if (hint)
1903 hint->r_info = ELF64_R_INFO (0, R_ALPHA_NONE);
1721 Elf_Internal_Rela *gpdisp, *hint; local

Completed in 133 milliseconds