Home
last modified time | relevance | path

Searched refs:check_hex (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/test/
H A Dpraxix.inf203 [ check_hex val wanted;
595 print "0&0="; check_hex(val, 0); print ", ";
597 print "$FFFF&0="; check_hex(val, 0); print ", ";
605 print "$35&56="; check_hex(val, $14); print "^";
608 print "0|0="; check_hex(val, 0); print ", ";
619 print "!0="; check_hex(val, $FFFF); print ", ";
621 print "!1="; check_hex(val, $FFFE); print ", ";
629 print "!$FFFD="; check_hex(val, $2); print "^";
1445 print "a->3="; check_hex(val, $B9); print "^";
1550 print "a->3="; check_hex(val, $89); print "^";
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dprogress.c41 if (!check_hex(upload_progress_filename, 8)) in uwsgi_upload_progress_create()
46 if (!check_hex(upload_progress_filename + 9, 4)) in uwsgi_upload_progress_create()
51 if (!check_hex(upload_progress_filename + 14, 4)) in uwsgi_upload_progress_create()
56 if (!check_hex(upload_progress_filename + 19, 4)) in uwsgi_upload_progress_create()
61 if (!check_hex(upload_progress_filename + 24, 12)) in uwsgi_upload_progress_create()
H A Dutils.c31 int check_hex(char *str, int len) { in check_hex() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/src/
H A Dasn1ct_tok.erl249 case check_hex(L) of
269 check_hex([H|T]) when $0 =< H , H =< $9 -> function
270 check_hex(T);
271 check_hex([H|T]) when $A =< H , H =< $F -> function
272 check_hex(T);
273 check_hex([]) -> function
275 check_hex(_) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/src/
H A Dasn1ct_tok.erl249 case check_hex(L) of
269 check_hex([H|T]) when $0 =< H , H =< $9 -> function
270 check_hex(T);
271 check_hex([H|T]) when $A =< H , H =< $F -> function
272 check_hex(T);
273 check_hex([]) -> function
275 check_hex(_) -> function
/dports/devel/py-colorful/colorful-0.5.4/colorful/
H A Dutils.py36 check_hex(value)
43 def check_hex(value): function
/dports/security/mhash/mhash-0.9.9.9/lib/
H A Dkeygen_hex.c49 static mutils_boolean check_hex(mutils_word8 *given_chain, mutils_word32 len) in check_hex() function
77 if (check_hex(chain, plen) == MUTILS_FALSE) in _mhash_gen_key_hex()
/dports/editors/wxhexeditor/wxHexEditor/mhash/lib/
H A Dkeygen_hex.c49 static mutils_boolean check_hex(mutils_word8 *given_chain, mutils_word32 len) in check_hex() function
77 if (check_hex(chain, plen) == MUTILS_FALSE) in _mhash_gen_key_hex()
/dports/x11/mlterm/mlterm-3.9.1/tool/mlconfig/
H A Dmc_unicode_areas.c39 static int check_hex(const gchar *text) { in check_hex() function
66 if (!check_hex(new_text)) { in edited()
78 if (!check_hex(new_text + 2)) { in edited()
/dports/databases/postgis32/postgis-3.2.0/raster/scripts/python/
H A Draster2pgsql.py621 def check_hex(hex, bytes_size = None): function
702 check_hex(hexwkb, 5)
711 check_hex(hexwkb, 57)
715 check_hex(hexwkb, 61)
747 check_hex(hexwkb)
827 check_hex(hexwkb)
908 check_hex(hexwkb) # TODO: Remove to not to decrease performance
/dports/databases/postgis25/postgis-2.5.5/raster/scripts/python/
H A Draster2pgsql.py620 def check_hex(hex, bytes_size = None): function
701 check_hex(hexwkb, 5)
710 check_hex(hexwkb, 57)
714 check_hex(hexwkb, 61)
746 check_hex(hexwkb)
826 check_hex(hexwkb)
907 check_hex(hexwkb) # TODO: Remove to not to decrease performance
/dports/databases/postgis30/postgis-3.0.4/raster/scripts/python/
H A Draster2pgsql.py621 def check_hex(hex, bytes_size = None): function
702 check_hex(hexwkb, 5)
711 check_hex(hexwkb, 57)
715 check_hex(hexwkb, 61)
747 check_hex(hexwkb)
827 check_hex(hexwkb)
908 check_hex(hexwkb) # TODO: Remove to not to decrease performance
/dports/databases/postgis31/postgis-3.1.4/raster/scripts/python/
H A Draster2pgsql.py621 def check_hex(hex, bytes_size = None): function
702 check_hex(hexwkb, 5)
711 check_hex(hexwkb, 57)
715 check_hex(hexwkb, 61)
747 check_hex(hexwkb)
827 check_hex(hexwkb)
908 check_hex(hexwkb) # TODO: Remove to not to decrease performance
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dblob1.c44 check_hex(const char *buf, size_t len, unsigned int start, unsigned int step) in check_hex() function
166 check = check_hex(buf, len, 2*t->gen1 + total, t->gen2); in readBlobAsChar()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dblob1.c44 check_hex(const char *buf, size_t len, unsigned int start, unsigned int step) in check_hex() function
166 check = check_hex(buf, len, 2*t->gen1 + total, t->gen2); in readBlobAsChar()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dblob1.c45 check_hex(const char *buf, size_t len, SQLLEN start, unsigned int step) in check_hex() function
167 check = check_hex(buf, len, 2*t->gen1 + total, t->gen2); in readBlobAsChar()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dblob1.c48 check_hex(const char *buf, size_t len, SQLLEN start, unsigned int step) in check_hex() function
170 check = check_hex(buf, len, 2*t->gen1 + total, t->gen2); in readBlobAsChar()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkimcontextsimple.c358 check_hex (GtkIMContextSimple *context_simple, in check_hex() function
819 check_hex (context_simple, n_compose); in gtk_im_context_simple_filter_keypress()
937 else if (!check_hex (context_simple, n_compose)) in gtk_im_context_simple_filter_keypress()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkimcontextsimple.c666 check_hex (GtkIMContextSimple *context_simple, in check_hex() function
955 check_hex (context_simple, n_compose); in gtk_im_context_simple_filter_keypress()
1053 else if (!check_hex (context_simple, n_compose)) in gtk_im_context_simple_filter_keypress()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkimcontextsimple.c468 check_hex (GtkIMContextSimple *context_simple, in check_hex() function
928 check_hex (context_simple, n_compose); in gtk_im_context_simple_filter_keypress()
1052 else if (!check_hex (context_simple, n_compose)) in gtk_im_context_simple_filter_keypress()
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibusenginesimple.c445 check_hex (IBusEngineSimple *simple, in check_hex() function
1412 check_hex (simple, n_compose); in ibus_engine_simple_process_key_event()
1588 else if (!check_hex (simple, n_compose)) in ibus_engine_simple_process_key_event()
/dports/graphics/sane-backends/sane-backends-1.0.32/tools/
H A Dsane-desc.c763 check_hex (SANE_String string) in check_hex() function
1442 if (!check_hex (two_string_entry[0])) in read_files()
1450 if (!check_hex (two_string_entry[1])) in read_files()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h4485 int check_hex(char *, int);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-61760 * gtk/gtkimcontextsimple.c (check_hex): Stop preediting if strtoul
H A DChangeLog.pre-2-21982 * gtk/gtkimcontextsimple.c (check_hex): Use '_'

12