Home
last modified time | relevance | path

Searched +defs:cr +defs:bit +defs:name (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/textproc/scws/scws-1.2.3/libscws/
H A Drule.c21 static inline int _rule_index_get(rule_t r, const char *name) in _rule_index_get()
39 rule_item_t cr; in scws_rule_new() local
353 int scws_rule_checkbit(rule_t r, const char *str, int len, unsigned int bit) in scws_rule_checkbit()
395 int scws_rule_check(rule_t r, rule_item_t cr, const char *str, int len) in scws_rule_check()
/dports/graphics/cairo/cairo-1.17.4/util/cairo-trace/
H A Dtrace.c117 #define DLCALL(name, args...) ({ \ argument
178 const char *name; member
254 unsigned int bit, elem; in _type_release_token() local
283 unsigned int n, m, bit; in _type_next_token() local
760 char const *name = getenv ("CAIRO_TRACE_PROG_NAME"); in get_prog_name() local
776 char name[4096] = ""; in _emit_header() local
829 char name[4096] = ""; in _init_logfile() local
1514 #define f(name) case CAIRO_FORMAT_ ## name: return #name in _format_to_string() argument
1554 #define f(name) case CAIRO_STATUS_ ## name: return "STATUS_" #name in _status_to_string() argument
2116 #define f(name) case CAIRO_OPERATOR_ ## name: return #name in _operator_to_string() argument
[all …]
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dlibunicode.c208 uint32_t code, b, bit; in lre_is_in_table() local
274 static __maybe_unused void cr_dump(CharRange *cr) in cr_dump()
294 void cr_free(CharRange *cr) in cr_free()
299 int cr_realloc(CharRange *cr, int size) in cr_realloc()
316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy()
326 static void cr_compress(CharRange *cr) in cr_compress()
419 int cr_invert(CharRange *cr) in cr_invert()
928 static int unicode_find_name(const char *name_table, const char *name) in unicode_find_name()
957 int unicode_script(CharRange *cr, in unicode_script()
1132 uint32_t c, c0, b, bit; in unicode_prop1() local
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dlibunicode.c208 uint32_t code, b, bit; in lre_is_in_table() local
274 static __maybe_unused void cr_dump(CharRange *cr) in cr_dump()
294 void cr_free(CharRange *cr) in cr_free()
299 int cr_realloc(CharRange *cr, int size) in cr_realloc()
316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy()
326 static void cr_compress(CharRange *cr) in cr_compress()
419 int cr_invert(CharRange *cr) in cr_invert()
944 static int unicode_find_name(const char *name_table, const char *name) in unicode_find_name()
973 int unicode_script(CharRange *cr, in unicode_script()
1148 uint32_t c, c0, b, bit; in unicode_prop1() local
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dlibunicode.c208 uint32_t code, b, bit; in lre_is_in_table() local
274 static __maybe_unused void cr_dump(CharRange *cr) in cr_dump()
294 void cr_free(CharRange *cr) in cr_free()
299 int cr_realloc(CharRange *cr, int size) in cr_realloc()
316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy()
326 static void cr_compress(CharRange *cr) in cr_compress()
419 int cr_invert(CharRange *cr) in cr_invert()
944 static int unicode_find_name(const char *name_table, const char *name) in unicode_find_name()
973 int unicode_script(CharRange *cr, in unicode_script()
1148 uint32_t c, c0, b, bit; in unicode_prop1() local
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dlibunicode.c208 uint32_t code, b, bit; in lre_is_in_table() local
274 static __maybe_unused void cr_dump(CharRange *cr) in cr_dump()
294 void cr_free(CharRange *cr) in cr_free()
299 int cr_realloc(CharRange *cr, int size) in cr_realloc()
316 int cr_copy(CharRange *cr, const CharRange *cr1) in cr_copy()
326 static void cr_compress(CharRange *cr) in cr_compress()
419 int cr_invert(CharRange *cr) in cr_invert()
928 static int unicode_find_name(const char *name_table, const char *name) in unicode_find_name()
957 int unicode_script(CharRange *cr, in unicode_script()
1132 uint32_t c, c0, b, bit; in unicode_prop1() local
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Ddiablo_hd.cpp250 static inline size_t WRBIT(uint32_t* bits, size_t dst, int bit) in WRBIT()
267 static inline size_t RDBIT(uint32_t* bits, size_t src, int& bit) in RDBIT()
394 for (size_t bit = 0; bit < 16; bit++) { in expand_record() local
415 for (size_t bit = 0; bit < 32; bit += 2) { in expand_cksum() local
518 …e_t diablo_hd_device::dump_record(uint8_t *src, size_t addr, size_t size, const char *name, int cr) in dump_record()
560 int bit; in squeeze_sync() local
596 int bit; in squeeze_unsync() local
627 int bit; in squeeze_record() local
657 int bit; in squeeze_cksum() local
1189 int bit = 0; in rd_data() local
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Ddiablo_hd.cpp250 static inline size_t WRBIT(uint32_t* bits, size_t dst, int bit) in WRBIT()
267 static inline size_t RDBIT(uint32_t* bits, size_t src, int& bit) in RDBIT()
394 for (size_t bit = 0; bit < 16; bit++) { in expand_record() local
415 for (size_t bit = 0; bit < 32; bit += 2) { in expand_cksum() local
518 …e_t diablo_hd_device::dump_record(uint8_t *src, size_t addr, size_t size, const char *name, int cr) in dump_record()
560 int bit; in squeeze_sync() local
596 int bit; in squeeze_unsync() local
627 int bit; in squeeze_record() local
657 int bit; in squeeze_cksum() local
1189 int bit = 0; in rd_data() local
/dports/graphics/gimp-app/gimp-2.10.30/app/text/
H A Dgimpfont.c207 const gchar *name; in gimp_font_get_popup_size() local
255 cairo_t *cr; in gimp_font_get_new_preview() local
265 const gchar *name; in gimp_font_get_new_preview() local
422 gint bit; in gimp_font_get_sample_string() member
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dsolo.c263 int cr; member
299 static bool game_fetch_preset(int i, char **name, game_params **params) in game_fetch_preset()
708 int cr; member
764 int cr = usage->cr; in solver_place() local
854 int cr = usage->cr; in solver_elim() local
918 int cr = usage->cr; in solver_intersect() local
2695 int cr; member
2717 unsigned int bit = 1 << n; in gridgen_place() local
2812 unsigned int bit = 1 << n; in gridgen_real() local
2846 unsigned int bit = 1 << n; in gridgen_real() local
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Doptiondlg.c289 cairo_t *cr = cairo_create(surface); in option_color_set_button_color() local
358 option_dialog_new(const char *name, const struct option_set *poptset) in option_dialog_new()
758 int bit; in option_dialog_option_bitwise_set() local
929 int bit; in option_dialog_option_apply() local
979 void option_dialog_popup(const char *name, const struct option_set *poptset) in option_dialog_popup()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Doptiondlg.c282 cairo_t *cr = cairo_create(surface); in option_color_set_button_color() local
351 option_dialog_new(const char *name, const struct option_set *poptset) in option_dialog_new()
751 int bit; in option_dialog_option_bitwise_set() local
922 int bit; in option_dialog_option_apply() local
972 void option_dialog_popup(const char *name, const struct option_set *poptset) in option_dialog_popup()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Doptiondlg.c289 cairo_t *cr = cairo_create(surface); in option_color_set_button_color() local
358 option_dialog_new(const char *name, const struct option_set *poptset) in option_dialog_new()
758 int bit; in option_dialog_option_bitwise_set() local
929 int bit; in option_dialog_option_apply() local
979 void option_dialog_popup(const char *name, const struct option_set *poptset) in option_dialog_popup()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Doptiondlg.c282 cairo_t *cr = cairo_create(surface); in option_color_set_button_color() local
351 option_dialog_new(const char *name, const struct option_set *poptset) in option_dialog_new()
751 int bit; in option_dialog_option_bitwise_set() local
922 int bit; in option_dialog_option_apply() local
972 void option_dialog_popup(const char *name, const struct option_set *poptset) in option_dialog_popup()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdftocairo.cc247 const char *name; member
423 int bit = 7; in writePageImage() local
649 cairo_t *cr; in renderPage() local
794 GooString *name; in getOutputFileName() local
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdftocairo.cc247 const char *name; member
423 int bit = 7; in writePageImage() local
649 cairo_t *cr; in renderPage() local
794 GooString *name; in getOutputFileName() local
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdftocairo.cc247 const char *name; member
423 int bit = 7; in writePageImage() local
649 cairo_t *cr; in renderPage() local
794 GooString *name; in getOutputFileName() local
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdftocairo.cc247 const char *name; member
423 int bit = 7; in writePageImage() local
649 cairo_t *cr; in renderPage() local
794 GooString *name; in getOutputFileName() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dint_helper.c333 bool bit = false; /* tracks if we are processing zeros or ones */ in helper_cfuged() local
2273 uint32_t cr = 0; in helper_bcdadd() local
2329 int cr = 0; in helper_bcdcfn() local
2365 int cr = 0; in helper_bcdctn() local
2399 int cr = 0; in helper_bcdcfz() local
2443 int cr = 0; in helper_bcdctz() local
2486 int cr = 0; in helper_bcdcfsq() local
2524 int cr; in helper_bcdctsq() local
2600 int cr; in helper_bcds() local
2636 int cr; in helper_bcdus() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dint_helper.c337 bool bit = false; /* tracks if we are processing zeros or ones */ in helper_CFUGED() local
2376 uint32_t cr = 0; in helper_bcdadd() local
2432 int cr = 0; in helper_bcdcfn() local
2468 int cr = 0; in helper_bcdctn() local
2502 int cr = 0; in helper_bcdcfz() local
2546 int cr = 0; in helper_bcdctz() local
2605 int cr; in helper_bcdcfsq() local
2663 int cr; in helper_bcdctsq() local
2739 int cr; in helper_bcds() local
2775 int cr; in helper_bcdus() local
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/pinctrl/renesas/
H A Dpfc.c48 const char *name; member
296 const struct pinmux_cfg_reg *cr; in sh_pfc_config_mux() local
353 unsigned int *bit) in sh_pfc_pin_to_bias_reg()
750 int bit, ret; in sh_pfc_pinconf_set() local
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/pinctrl/renesas/
H A Dpfc.c48 const char *name; member
296 const struct pinmux_cfg_reg *cr; in sh_pfc_config_mux() local
353 unsigned int *bit) in sh_pfc_pin_to_bias_reg()
750 int bit, ret; in sh_pfc_pinconf_set() local
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/pinctrl/renesas/
H A Dpfc.c48 const char *name; member
296 const struct pinmux_cfg_reg *cr; in sh_pfc_config_mux() local
353 unsigned int *bit) in sh_pfc_pin_to_bias_reg()
750 int bit, ret; in sh_pfc_pinconf_set() local
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/pinctrl/renesas/
H A Dpfc.c48 const char *name; member
296 const struct pinmux_cfg_reg *cr; in sh_pfc_config_mux() local
353 unsigned int *bit) in sh_pfc_pin_to_bias_reg()
750 int bit, ret; in sh_pfc_pinconf_set() local
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/pinctrl/renesas/
H A Dpfc.c48 const char *name; member
296 const struct pinmux_cfg_reg *cr; in sh_pfc_config_mux() local
353 unsigned int *bit) in sh_pfc_pin_to_bias_reg()
750 int bit, ret; in sh_pfc_pinconf_set() local

12345678910>>...14