Home
last modified time | relevance | path

Searched refs:htoi (Results 1 – 25 of 69) sorted by relevance

123

/dports/sysutils/foremost/foremost-1.5.7/
H A Dapi.c184 dl->size = htoi((unsigned char *) &dir->size, FOREMOST_LITTLE_ENDIAN); in get_dir_info()
341 htoi((unsigned char *) &h->reserved1, FOREMOST_LITTLE_ENDIAN)); in dump_header()
344 htoi((unsigned char *) &h->reserved2, FOREMOST_LITTLE_ENDIAN)); in dump_header()
347 htoi((unsigned char *) &h->csectMiniFat, FOREMOST_LITTLE_ENDIAN)); in dump_header()
356 htoi((unsigned char *) &h->dir_flag, FOREMOST_LITTLE_ENDIAN)); in dump_header()
359 htoi((unsigned char *) &h->num_FAT_blocks, FOREMOST_LITTLE_ENDIAN)); in dump_header()
405 *y = htoi((unsigned char *)x, FOREMOST_LITTLE_ENDIAN); in reverseBlock()
438 htoi((unsigned char *) &h->reserved1, FOREMOST_LITTLE_ENDIAN)); in dump_ole_header()
441 htoi((unsigned char *) &h->reserved2, FOREMOST_LITTLE_ENDIAN)); in dump_ole_header()
444 htoi((unsigned char *) &h->csectMiniFat, FOREMOST_LITTLE_ENDIAN)); in dump_ole_header()
[all …]
H A Dextract.c779 blknum = htoi(p, FOREMOST_LITTLE_ENDIAN); in extract_ole()
817 FATblk = htoi(htoi_c, FOREMOST_LITTLE_ENDIAN); in extract_ole()
1049 atomsize = htoi(foundat, FOREMOST_BIG_ENDIAN); in extract_mov()
1207 size = htoi(foundat, FOREMOST_LITTLE_ENDIAN); in extract_wmv()
1361 v_size = htoi(&foundat[22], FOREMOST_LITTLE_ENDIAN); in extract_bmp()
1666 size=htoi(&foundat[28],FOREMOST_BIG_ENDIAN); in extract_mp4()
1745 width = htoi(&foundat[8], FOREMOST_BIG_ENDIAN); in extract_png()
1746 height = htoi(&foundat[12], FOREMOST_BIG_ENDIAN); in extract_png()
1759 size = htoi(foundat, FOREMOST_BIG_ENDIAN); in extract_png()
2175 rva = htoi(&foundat[16], FOREMOST_LITTLE_ENDIAN); in extract_exe()
[all …]
H A Dengine.c207 printf("%4u ", htoi(ind, FOREMOST_LITTLE_ENDIAN)); in dumpInd()
243 block = htoi(&temp[jump + (i * 4)], FOREMOST_LITTLE_ENDIAN); in ind_block()
254 block2 = htoi(&temp[jump + (i * 4)], FOREMOST_LITTLE_ENDIAN); in ind_block()
294 block = htoi(&temp[jump + (i * 4)], FOREMOST_LITTLE_ENDIAN); in ind_block()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/image/
H A Dimage_serializer_xpm.cpp53 inline int htoi(char digit) { in htoi() function
96 r = Memory::byte(16 * htoi(colorcode[0]) + htoi(colorcode[1])); in decode_colormap_entry()
97 g = Memory::byte(16 * htoi(colorcode[4]) + htoi(colorcode[5])); in decode_colormap_entry()
98 b = Memory::byte(16 * htoi(colorcode[8]) + htoi(colorcode[9])); in decode_colormap_entry()
101 r = Memory::byte(16 * htoi(colorcode[0]) + htoi(colorcode[1])); in decode_colormap_entry()
102 g = Memory::byte(16 * htoi(colorcode[2]) + htoi(colorcode[3])); in decode_colormap_entry()
103 b = Memory::byte(16 * htoi(colorcode[4]) + htoi(colorcode[5])); in decode_colormap_entry()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/basic/
H A DGL.cpp541 static int htoi(char digit) { in htoi() function
611 r = 16 * htoi(colorcode[0]) + htoi(colorcode[1]); in glTexImage2Dxpm()
612 g = 16 * htoi(colorcode[4]) + htoi(colorcode[5]); in glTexImage2Dxpm()
613 b = 16 * htoi(colorcode[8]) + htoi(colorcode[9]); in glTexImage2Dxpm()
615 r = 16 * htoi(colorcode[0]) + htoi(colorcode[1]); in glTexImage2Dxpm()
616 g = 16 * htoi(colorcode[2]) + htoi(colorcode[3]); in glTexImage2Dxpm()
617 b = 16 * htoi(colorcode[4]) + htoi(colorcode[5]); in glTexImage2Dxpm()
/dports/textproc/crex/crex-0.2.5/src/
H A Dansi_escape_codes.cc96 std::string htoi(std::string x) in htoi() function
132 << htoi(h1) << ";" in fg_true()
133 << htoi(h2) << ";" in fg_true()
134 << htoi(h3) << "m"; in fg_true()
146 << htoi(h1) << ";" in bg_true()
147 << htoi(h2) << ";" in bg_true()
148 << htoi(h3) << "m"; in bg_true()
H A Dansi_escape_codes.hh81 std::string htoi(std::string x);
/dports/lang/huc/huc-3.21/src/mkit/develo/lib/
H A Dmx.c17 static int htoi(char *str, int nb);
79 cnt = htoi(&line[2], 2); in dv_load_mx()
80 addr = htoi(&line[4], 6); in dv_load_mx()
97 data = htoi(ptr, 2); in dv_load_mx()
108 data = htoi(ptr, 2); in dv_load_mx()
156 htoi(char *str, int nb) in htoi() function
/dports/security/l0phtcrack/l0phtcrack-1.5/
H A Dutil.c8 int htoi(char c);
174 if((value = htoi(*hexstring++)) == -1) in atob()
177 if((value = htoi(*hexstring++)) == -1) in atob()
185 int htoi(char c) in htoi() function
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/json/
H A Djson.cpp185 unsigned int htoi ( UTF32 h ) in htoi() function
194 unsigned int htoi ( UTF32 h1, UTF32 h2 ) in htoi() function
196 return ( htoi ( h1 ) << 4 ) | htoi ( h2 ); in htoi()
200 unsigned int htoi ( UTF32 h1, UTF32 h2, UTF32 h3, UTF32 h4 ) in htoi() function
202 return ( htoi ( h1, h2 ) << 8 ) | htoi ( h3, h4 ); in htoi()
303 buffer [ bidx ++ ] = htoi ( h1, h2, h3, h4 ); in hex_to_utf8()
/dports/japanese/today/ja-today-2.12_2/
H A Dgetfile.c33 static int htoi(int c);
561 val = htoi(c);
563 val = val * 16 + htoi(*cp++);
600 int htoi(int c)
/dports/lang/nesasm/nbasic_2004_03_14/source/nesasm/source/
H A Dcommand.c685 cnt = htoi(&line[2], 2); in do_mx()
686 addr = htoi(&line[4], 6); in do_mx()
705 data = htoi(ptr, 2); in do_mx()
717 data = htoi(ptr, 2); in do_mx()
1163 htoi(char *str, int nb) in htoi() function
H A Dprotos.h48 int htoi(char *str, int nb);
/dports/lang/huc/huc-3.21/src/mkit/as/
H A Dcommand.c685 cnt = htoi(&line[2], 2); in do_mx()
686 addr = htoi(&line[4], 6); in do_mx()
705 data = htoi(ptr, 2); in do_mx()
717 data = htoi(ptr, 2); in do_mx()
1163 htoi(char *str, int nb) in htoi() function
/dports/games/openbor3711/openbor-6ec17fa/engine/source/scriptlib/
H A DInstruction.c57 int htoi(const char* src) in htoi() function
121 pvar->lVal = (LONG)htoi( pins->theToken->theSource); in Instruction_ConvertConstant()
126 pvar->lVal = (LONG)htoi( pins->Label); in Instruction_ConvertConstant()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/scriptlib/
H A DInstruction.c57 int htoi(const char* src) in htoi() function
121 pvar->lVal = (LONG)htoi( pins->theToken->theSource); in Instruction_ConvertConstant()
126 pvar->lVal = (LONG)htoi( pins->Label); in Instruction_ConvertConstant()
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A DKangXi.cpp40 static unsigned int htoi(const char s[]) in htoi() function
73 uc = htoi(line+2); in parse_line()
H A Dwordnet.cpp39 static unsigned int htoi(const char s[]) in htoi() function
96 num = htoi(p2); in convert()
H A DUnihan.cpp40 static unsigned int htoi(const char s[]) in htoi() function
129 uc = htoi(iter->first.c_str()); in gen_tabfile()
/dports/games/openbor/openbor-3caaddd5/engine/source/scriptlib/
H A DInstruction.c72 int htoi(const char *src) in htoi() function
172 pvar->lVal = (LONG)htoi(sc); in Instruction_ConvertConstant()
194 pvar->lVal = (LONG)htoi( pins->Label); in Instruction_ConvertConstant()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/scriptlib/
H A DInstruction.c72 int htoi(const char *src) in htoi() function
172 pvar->lVal = (LONG)htoi(sc); in Instruction_ConvertConstant()
194 pvar->lVal = (LONG)htoi( pins->Label); in Instruction_ConvertConstant()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/scriptlib/
H A DInstruction.c77 int htoi(const char *src) in htoi() function
187 pvar->lVal = (LONG)htoi(sc); in Instruction_ConvertConstant()
209 pvar->lVal = (LONG)htoi( pins->Label); in Instruction_ConvertConstant()
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-gucharmap-plugin/
H A Dstardict_gucharmap.cpp167 static unsigned int htoi(const char s[]) in htoi() function
197 uc = htoi(text+3); in lookup()
202 uc = htoi(text+2); in lookup()
/dports/deskutils/peaclock/peaclock-0.4.3/src/ob/
H A Dterm.hh1136 inline std::string htoi(std::string const& str_) in htoi() function
1183 << htoi(h1) << ";" in fg_true()
1184 << htoi(h2) << ";" in fg_true()
1185 << htoi(h3) << "m"; in fg_true()
1203 << htoi(h1) << ";" in bg_true()
1204 << htoi(h2) << ";" in bg_true()
1205 << htoi(h3) << "m"; in bg_true()
/dports/cad/tkgate/tkgate-2.1/src/common/
H A Dmisc.h120 unsigned htoi(const char *s);

123