Home
last modified time | relevance | path

Searched refs:get_ulong (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/dports/graphics/art/ART-1.9.3/rtengine/
H A Dgainmap.cc47 const auto get_ulong = in read_gain_map() local
80 ret.top = get_ulong(); in read_gain_map()
81 ret.left = get_ulong(); in read_gain_map()
82 ret.bottom = get_ulong(); in read_gain_map()
83 ret.right = get_ulong(); in read_gain_map()
84 ret.plane = get_ulong(); in read_gain_map()
85 ret.planes = get_ulong(); in read_gain_map()
86 ret.row_pitch = get_ulong(); in read_gain_map()
87 ret.col_pitch = get_ulong(); in read_gain_map()
88 ret.map_points_v = get_ulong(); in read_gain_map()
[all …]
/dports/ftp/ftpcopy/web/ftpcopy-0.6.7/src/
H A Dftpparse.c240 x=get_ulong(buf,len,h); in scan_time()
247 y=get_ulong(buf+x,len-x,m); in scan_time()
254 y=get_ulong(buf+x,len-x,s); in scan_time()
434 x=get_ulong(q,m,&day); in parse_multinet()
445 x=get_ulong(q,m,&year); in parse_multinet()
568 x=get_ulong(p[i],l[i],&day); in parse_unix()
573 x=get_ulong(p[i],l[i],&year); in parse_unix()
655 x=get_ulong(p[2],l[2],&mon); in parse_supertcp()
658 x+=get_ulong(p[2]+x,l[2]-x,&day); in parse_supertcp()
661 x+=get_ulong(p[2]+x,l[2]-x,&year); in parse_supertcp()
[all …]
/dports/graphics/optipng/optipng-0.7.7/src/minitiff/
H A Dtiffread.c49 unsigned long (*get_ulong)(const unsigned char *buf_ptr); member
106 return getter_ptr->get_ulong(buf_ptr); in get_ulong_value()
221 getter.get_ulong = get_ulong_m; in minitiff_read_info()
227 getter.get_ulong = get_ulong_i; in minitiff_read_info()
243 dir_offset = (long)getter.get_ulong(buf + 4); in minitiff_read_info()
259 count = cast_ulong_to_size(info_ptr, getter.get_ulong(buf + 4)); in minitiff_read_info()
294 bits_per_sample_offset = (long)getter.get_ulong(vbuf); in minitiff_read_info()
322 strip_offsets_offset = (long)getter.get_ulong(vbuf); in minitiff_read_info()
370 if (getter.get_ulong(buf) != 0) in minitiff_read_info()
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Duunfli.c38 static int get_ulong(unsigned char *lbuff) in get_ulong() function
80 file_len = get_ulong(&file_header[0]); in unfli()
148 frame_len = get_ulong(&frame_header[0]); in unfli()
240 chunk_size = get_ulong(&pwork[0]); in process_frame()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_subuid.c101 static int get_ulong(char * str, unsigned long * result) in get_ulong() function
126 if (S_TRUE != get_ulong(array[1], &start)) in parse_subordinate()
128 if ((S_TRUE != get_ulong(array[2], &count)) || (count == 0)) in parse_subordinate()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_subuid.c101 static int get_ulong(char * str, unsigned long * result) in get_ulong() function
126 if (S_TRUE != get_ulong(array[1], &start)) in parse_subordinate()
128 if ((S_TRUE != get_ulong(array[2], &count)) || (count == 0)) in parse_subordinate()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_subuid.c101 static int get_ulong(char * str, unsigned long * result) in get_ulong() function
126 if (S_TRUE != get_ulong(array[1], &start)) in parse_subordinate()
128 if ((S_TRUE != get_ulong(array[2], &count)) || (count == 0)) in parse_subordinate()
/dports/sysutils/ucspi-ipc/host/superscript.com/net/ucspi-ipc-0.67/src/
H A Dipcexec.c205 unsigned long get_ulong() { in get_ulong() function
232 uid = get_ulong(); in get_args()
241 argc = get_ulong(); in get_args()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_demo.c907 get_ulong (const byte *buf) in get_ulong() function
919 uf.u = get_ulong (buf); in get_float()
937 && buf[4] == dem_read && get_ulong (buf + 5) <= MAX_DEMMSG in demo_check_qwd_mvd()
938 && get_ulong (buf + 9) == 1 && get_ulong (buf + 13) == 1 in demo_check_qwd_mvd()
940 && (u = get_ulong (buf + 18)) >= 26 && u <= PROTOCOL_VERSION) { in demo_check_qwd_mvd()
945 && buf[4] == dem_read && get_ulong (buf + 5) == 5 in demo_check_qwd_mvd()
946 && get_ulong (buf + 9) == 0xffffffff && buf[13] == S2C_CONNECTION) { in demo_check_qwd_mvd()
956 || (u = get_ulong (buf + 2)) > MAX_DEMMSG) in demo_check_qwd_mvd()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/mail/spmfilter/spmfilter-0.6.7/test/
H A Dtest_dict.c114 START_TEST(get_ulong) { in START_TEST() argument
136 tcase_add_test(tc, get_ulong); in dict_tcase()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritettf.h61 #define get_ulong() get_type(TTF_ULONG) macro
87 #define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritettf.h68 # define get_ulong() get_type(TTF_ULONG) macro
94 # define copy_ulong() put_ulong(get_ulong())
/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/sfark/
H A Dsfarkextractor1.cpp889 static quint32 get_ulong(unsigned char * ptr)
1875 _sfArkInfo->FileUncompSize = get_ulong(fileHdrStartPtr + 22);
1876 _sfArkInfo->FileChksum = get_ulong(fileHdrStartPtr + 14);
1890 result = get_ulong(fileHdrStartPtr + 18);
2065 blockSize = get_ulong(_sfArkInfo->WorkBuffer1);
2345 if (get_ulong(fileHdrStartPtr) == 0x04034c46 && fileHdrStartPtr[31] == 2)
2415 result = get_ulong(fileHdrStartPtr + 16);
2459 if ((result = readSfarkFile(buf, 4)) != 4 || (size = get_ulong(buf)) > 262144)
2497 _sfArkInfo->FileUncompSize = get_ulong(_sfArkInfo->WorkBuffer1 + 4);
2498 _sfArkInfo->FileChksum = get_ulong(_sfArkInfo->WorkBuffer1 + 12);
[all …]

12345678910>>...17