HomeSort by: relevance | last modified time | path
    Searched defs:SIZEOF (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/src/
open-catalog.c 42 #define SIZEOF(a) (sizeof(a)/sizeof(a[0]))
64 for (k = 0; k < SIZEOF (extension); ++k)
85 for (k = 0; k < SIZEOF (extension); ++k)
msgl-check.c 49 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
659 const size_t nfields = SIZEOF (required_fields);
po-charset.c 42 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
109 for (i = 0; i < SIZEOF (standard_charsets); i++)
143 for (i = 0; i < SIZEOF (weird_charsets); i++)
166 for (i = 0; i < SIZEOF (weird_cjk_charsets); i++)
x-smalltalk.c 38 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
446 if (phase2_pushback_length == SIZEOF (phase2_pushback))
x-ycp.c 40 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
302 if (phase2_pushback_length == SIZEOF (phase2_pushback))
563 if (phase5_pushback_length == SIZEOF (phase5_pushback))
x-php.c 39 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
183 if (phase1_pushback_length == SIZEOF (phase1_pushback))
523 if (phase2_pushback_length == SIZEOF (phase2_pushback))
723 if (phase3_pushback_length == SIZEOF (phase3_pushback))
x-sh.c 41 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
220 if (phase1_pushback_length == SIZEOF (phase1_pushback))
244 tp->chars = (char *) xmalloc (tp->allocated * sizeof (char));
262 tp->chars = (char *) xrealloc (tp->chars, tp->allocated * sizeof (char));
695 if (phase2_pushback_length == SIZEOF (phase2_pushback))
807 wp->token = (struct token *) xmalloc (sizeof (struct token));
x-tcl.c 46 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
226 if (phase1_pushback_length == SIZEOF (phase1_pushback))
312 if (phase2_pushback_length == SIZEOF (phase2_pushback))
335 tp->chars = (char *) xmalloc (tp->allocated * sizeof (char));
353 tp->chars = (char *) xrealloc (tp->chars, tp->allocated * sizeof (char));
781 wp->token = (struct token *) xmalloc (sizeof (struct token));
msginit.c 99 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
698 for (i = 0; i < SIZEOF (locales_with_principal_territory); i++)
1278 #define NFIELDS SIZEOF (fields)
1487 substlen = (size_t *) xallocsa (nsubst * sizeof (size_t));
1619 subst_string_list (header_mp->comment, SIZEOF (subst), subst);
x-c.c 43 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
501 if (phase1_pushback_length == SIZEOF (phase1_pushback))
570 if (phase2_pushback_length == SIZEOF (phase2_pushback))
611 if (phase3_pushback_length == SIZEOF (phase3_pushback))
1250 if (phase5_pushback_length == SIZEOF (phase5_pushback))
1354 buf = xrealloc (buf, bufmax * sizeof (buf[0]));
1393 if (phase6_pushback_length == SIZEOF (phase6_pushback))
x-csharp.c 47 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
177 if (phase1_pushback_length == SIZEOF (phase1_pushback))
244 size_t outsize = sizeof (scratchbuf);
251 if ((insize < bufcount) != (outsize < sizeof (scratchbuf)))
253 if (outsize == sizeof (scratchbuf))
314 size_t outbytes = sizeof (scratchbuf) - outsize;
428 if (phase2_pushback_length == SIZEOF (phase2_pushback))
504 if (phase3_pushback_length == SIZEOF (phase3_pushback)
    [all...]
x-java.c 43 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
192 if (phase1_pushback_length == SIZEOF (phase1_pushback))
199 if (phase1_pushback_length == SIZEOF (phase1_pushback))
300 if (phase2_pushback_length == SIZEOF (phase2_pushback))
369 if (phase3_pushback_length == SIZEOF (phase3_pushback))
1049 if (phase5_pushback_length == SIZEOF (phase5_pushback))
1130 if (phase6_pushback_length == SIZEOF (phase6_pushback))
x-python.c 55 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
197 if (phase1_pushback_length == SIZEOF (phase1_pushback))
263 size_t outsize = sizeof (scratchbuf);
270 if ((insize < bufcount) != (outsize < sizeof (scratchbuf)))
272 if (outsize == sizeof (scratchbuf))
337 size_t outbytes = sizeof (scratchbuf) - outsize;
452 if (phase2_pushback_length == SIZEOF (phase2_pushback))
1588 if (phase5_pushback_length == SIZEOF (phase5_pushback)
    [all...]
xgettext.c 953 sizeof (abstract_catalog_reader_ty),
1136 (struct callshapes *) xmalloc (sizeof (struct callshapes));
1175 xmalloc (sizeof (struct callshapes)
1176 + old_shapes->nshapes * sizeof (struct callshape));
1328 (flag_context_list_ty *) xmalloc (sizeof (flag_context_list_ty));
1330 memset (&list->flags, '\0', sizeof (list->flags));
1378 (flag_context_list_ty *) xmalloc (sizeof (flag_context_list_ty));
1380 memset (&list->flags, '\0', sizeof (list->flags));
1404 (flag_context_list_ty *) xmalloc (sizeof (flag_context_list_ty));
1408 memset (&list->flags, '\0', sizeof (list->flags))
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fatal-signal.c 33 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
83 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
129 static size_t actions_allocated = SIZEOF (static_actions);
209 xmalloc (new_actions_allocated * sizeof (actions_entry_t));
wait-process.c 99 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
132 static size_t slaves_allocated = SIZEOF (static_slaves);
206 malloc (new_slaves_allocated * sizeof (slaves_entry_t));
216 slaves_allocated * sizeof (slaves_entry_t));
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
uniname.c 31 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))
68 i2 = SIZEOF (unicode_name_by_length) - 1;
89 if (length > 0 && length < SIZEOF (unicode_name_by_length) - 1)
235 unsigned int i2 = SIZEOF (unicode_code_to_name);
460 unsigned int i2 = SIZEOF (unicode_name_to_code);
  /src/lib/libcurses/EXAMPLES/
view.c 54 #define SIZEOF(table) (sizeof(table)/sizeof(table[0]))
55 #define typeMalloc(type,n) (type *) malloc((n) * sizeof(type))
95 for (n = 0; n < SIZEOF(msg); n++)
241 if (fgets(buf, sizeof(buf), fp) == 0)
494 sprintf(temp + i, "view %.*s", (int) (sizeof(temp) - 7 - i), fname);
  /src/external/bsd/byacc/dist/
main.c 216 #define SIZEOF(v) (sizeof(v) / sizeof((v)[0]))
243 #define USAGE_COLS (80 + sizeof(DEFINES_SUFFIX) + sizeof(OUTPUT_SUFFIX))
276 for (n = 0; n < SIZEOF(msg); ++n)
282 for (n = 0; n < SIZEOF(long_opts); ++n)
402 for (lc = 0; lc < SIZEOF(long_opts); ++lc)
795 name = malloc(strlen(tmpdir) + sizeof(MY_FMT) + strlen(label));
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 49 #define SIZEOF(v) (sizeof(v)/sizeof(v[0]))
806 for (unsigned int j = 0; j < SIZEOF(ligature_chars); j++)
815 for (i = 0; i < SIZEOF(ligature_names); i++)
1352 while (fgets(buf, int(sizeof(buf)), fp)) {
1421 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *));
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 73 #define SIZEOF 326
ldgram.c 209 #define SIZEOF 326
2103 "DEFINED","TARGET_K","SEARCH_DIR","MAP","ENTRY","NEXT","SIZEOF","ALIGNOF",
2401 "exp : SIZEOF paren_script_name",
2714 newss = (YYINT *)realloc(data->s_base, newsize * sizeof(*newss));
2721 newvs = (YYSTYPE *)realloc(data->l_base, newsize * sizeof(*newvs));
2729 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps));
2755 memset(data, 0, sizeof(*data));
2765 YYParseState *p = (YYParseState *) malloc(sizeof(YYParseState));
2778 p->yystack.s_base = (YYINT *) malloc(size * sizeof(YYINT));
2780 p->yystack.l_base = (YYSTYPE *) malloc(size * sizeof(YYSTYPE))
    [all...]
ldlex.c 145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
2192 { RTOKEN(SIZEOF); }
3403 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
3564 (num_to_alloc * sizeof(struct yy_buffer_state*)
3569 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3584 num_to_alloc * sizeof(struct yy_buffer_state*)
3590 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
3611 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
3921 b = xmalloc (sizeof (struct yy_buffer_state));
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 126 SIZEOF = 327, /* SIZEOF */
271 #define SIZEOF 327
ldlex.c 145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
2192 { RTOKEN(SIZEOF); }
3403 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
3564 (num_to_alloc * sizeof(struct yy_buffer_state*)
3569 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3584 num_to_alloc * sizeof(struct yy_buffer_state*)
3590 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
3611 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
3921 b = xmalloc (sizeof (struct yy_buffer_state));

Completed in 33 milliseconds

1 2