/third_party/gettext/gettext-tools/src/ |
D | format-kde-kuit.c | 51 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 155 for (i = 0; i < SIZEOF (name_chars1); i++) in is_reference() 159 if (i == SIZEOF (name_chars1)) in is_reference() 165 for (i = 0; i < SIZEOF (name_chars1); i++) in is_reference() 168 if (i == SIZEOF (name_chars1)) in is_reference() 170 for (i = 0; i < SIZEOF (name_chars2); i++) in is_reference() 173 if (i == SIZEOF (name_chars2)) in is_reference()
|
D | open-catalog.c | 42 #define SIZEOF(a) (sizeof(a)/sizeof(a[0])) macro 67 for (k = 0; k < SIZEOF (extension); ++k) in try_open_catalog_file() 86 for (k = 0; k < SIZEOF (extension); ++k) in try_open_catalog_file()
|
D | msgl-header.c | 30 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 66 for (k = 0; k < SIZEOF (known_fields); k++) in msgdomain_list_set_header_field() 135 for (k = field_index + 1; k < SIZEOF (known_fields); k++) in msgdomain_list_set_header_field() 139 if (k < SIZEOF (known_fields)) in msgdomain_list_set_header_field()
|
D | po-charset.c | 43 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 110 for (i = 0; i < SIZEOF (standard_charsets); i++) in po_charset_canonicalize() 144 for (i = 0; i < SIZEOF (weird_charsets); i++) in po_is_charset_weird() 167 for (i = 0; i < SIZEOF (weird_cjk_charsets); i++) in po_is_charset_weird_cjk()
|
D | x-csharp.c | 54 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 182 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 434 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc() 510 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_ungetc() 1230 if (phase5_pushback_length == SIZEOF (phase5_pushback)) in phase5_ungetc() 1698 if (phase6_pushback_length == SIZEOF (phase6_pushback)) in phase6_unget() 1768 if (phase7_pushback_length == SIZEOF (phase7_pushback)) in phase7_unget()
|
D | x-ycp.c | 44 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 300 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc() 574 if (phase5_pushback_length == SIZEOF (phase5_pushback)) in phase5_unget() 622 if (phase8_pushback_length == SIZEOF (phase8_pushback)) in phase8_unget()
|
D | x-smalltalk.c | 40 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 440 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_unget() 484 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_unget()
|
D | x-java.c | 52 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 219 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 226 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 327 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc() 396 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_ungetc() 1331 if (phase5_pushback_length == SIZEOF (phase5_pushback)) in phase5_unget() 1406 if (phase6_pushback_length == SIZEOF (phase6_pushback)) in phase6_unget()
|
D | x-javascript.c | 60 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 201 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 448 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc() 1035 for (i = 0; i < SIZEOF (markers); i++) in phase5_scan_xml_markup() 1046 assert (phase2_pushback_length + j < SIZEOF (phase2_pushback)); in phase5_scan_xml_markup() 1071 assert (phase2_pushback_length + 1 < SIZEOF (phase2_pushback)); in phase5_scan_xml_markup() 1509 if (phase5_pushback_length == SIZEOF (phase5_pushback)) in phase5_unget()
|
D | x-php.c | 46 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 183 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 523 if (phase2_pushback_length == SIZEOF (phase2_pushback)) 723 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_ungetc() 1316 if (phase4_pushback_length == SIZEOF (phase4_pushback)) in phase4_unget()
|
D | x-lua.c | 47 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 196 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 476 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_unget() 883 if (phase4_pushback_length == SIZEOF (phase4_pushback)) in phase4_unget()
|
D | x-c.c | 53 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 670 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 739 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc() 780 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_ungetc() 1724 if (phase5_pushback_length == SIZEOF (phase5_pushback)) in phase5_unget() 1867 if (phase6_pushback_length == SIZEOF (phase6_pushback)) in phase6_unget()
|
D | x-tcl.c | 53 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 226 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 312 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc()
|
D | x-desktop.c | 47 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
|
D | x-python.c | 61 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 238 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 520 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc() 1443 if (phase5_pushback_length == SIZEOF (phase5_pushback)) in phase5_unget()
|
D | x-vala.c | 53 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 198 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 1153 if (phase3_pushback_length == SIZEOF (phase3_pushback)) in phase3_unget()
|
D | msginit.c | 103 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 785 for (i = 0; i < SIZEOF (locales_with_principal_territory); i++) in catalogname_for_locale() 1457 for (i = 0; i < SIZEOF (dirs); i++) in plural_forms() 1544 #define NFIELDS SIZEOF (fields) 1885 subst_string_list (header_mp->comment, SIZEOF (subst), subst); in fill_header()
|
D | x-sh.c | 49 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 228 if (phase1_pushback_length == SIZEOF (phase1_pushback)) in phase1_ungetc() 724 if (phase2_pushback_length == SIZEOF (phase2_pushback)) in phase2_ungetc()
|
D | cldr-plural-exp.c | 574 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 665 for (j = 0; j < SIZEOF (print_condition_functions); j++) in cldr_plural_rule_list_print()
|
D | read-desktop.c | 46 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
|
D | msgl-check.c | 51 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 777 const size_t nfields = SIZEOF (required_fields); in check_header_entry()
|
D | xgettext.c | 121 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro 122 #define ENDOF(a) ((a) + SIZEOF(a))
|
/third_party/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 505 if (rep.length != ((((SIZEOF(xXF86DRIGetDrawableInfoReply) - in uniDRIGetDrawableInfo() 506 SIZEOF(xGenericReply) + in uniDRIGetDrawableInfo()
|
/third_party/iowow/ |
D | CMakeLists.txt | 143 message("${PROJECT_NAME} SIZEOF *VOID: ${CMAKE_SIZEOF_VOID_P}")
|
/third_party/ejdb/ |
D | CMakeLists.txt | 198 message("${PROJECT_NAME} SIZEOF *VOID: ${CMAKE_SIZEOF_VOID_P}")
|