Home
last modified time | relevance | path

Searched refs:newcount (Results 1 – 15 of 15) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dformat-lisp.c341 ensure_initial_alloc (struct format_arg_list *list, unsigned int newcount) in ensure_initial_alloc() argument
343 if (newcount > list->initial.allocated) in ensure_initial_alloc()
346 MAX (2 * list->initial.allocated + 1, newcount); in ensure_initial_alloc()
371 ensure_repeated_alloc (struct format_arg_list *list, unsigned int newcount) in ensure_repeated_alloc() argument
373 if (newcount > list->repeated.allocated) in ensure_repeated_alloc()
376 MAX (2 * list->repeated.allocated + 1, newcount); in ensure_repeated_alloc()
526 unsigned int newcount = list->repeated.count + 1; in normalize_outermost_list() local
527 ensure_repeated_alloc (list, newcount); in normalize_outermost_list()
528 for (i = newcount - 1; i > 0; i--) in normalize_outermost_list()
530 list->repeated.count = newcount; in normalize_outermost_list()
[all …]
Dformat-scheme.c343 ensure_initial_alloc (struct format_arg_list *list, unsigned int newcount) in ensure_initial_alloc() argument
345 if (newcount > list->initial.allocated) in ensure_initial_alloc()
348 MAX (2 * list->initial.allocated + 1, newcount); in ensure_initial_alloc()
373 ensure_repeated_alloc (struct format_arg_list *list, unsigned int newcount) in ensure_repeated_alloc() argument
375 if (newcount > list->repeated.allocated) in ensure_repeated_alloc()
378 MAX (2 * list->repeated.allocated + 1, newcount); in ensure_repeated_alloc()
528 unsigned int newcount = list->repeated.count + 1; in normalize_outermost_list() local
529 ensure_repeated_alloc (list, newcount); in normalize_outermost_list()
530 for (i = newcount - 1; i > 0; i--) in normalize_outermost_list()
532 list->repeated.count = newcount; in normalize_outermost_list()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c110 int *child_pid, oldcount, newcount, shm_id, i; in main() local
190 newcount = *shmptr; in main()
193 if (newcount == oldcount) { in main()
/third_party/python/Lib/collections/
D__init__.py801 newcount = count + other[elem]
802 if newcount > 0:
803 result[elem] = newcount
820 newcount = count - other[elem]
821 if newcount > 0:
822 result[elem] = newcount
840 newcount = other_count if count < other_count else count
841 if newcount > 0:
842 result[elem] = newcount
860 newcount = count if count < other_count else other_count
[all …]
/third_party/boost/libs/graph/doc/
Dlgrind.sty26 \newcount\lc@unt
27 \newcount\ln@xt
28 \newcount\LGnuminterval
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c434 LLVMValueRef count, newcount; in lp_build_occlusion_count() local
513 newcount = LLVMBuildLoad(builder, counter, "origcount"); in lp_build_occlusion_count()
514 newcount = LLVMBuildAdd(builder, newcount, count, "newcount"); in lp_build_occlusion_count()
515 LLVMBuildStore(builder, newcount, counter); in lp_build_occlusion_count()
/third_party/e2fsprogs/lib/ext2fs/
Dext_attr.c242 __u32 *newcount, ext2_ino_t inum) in ext2fs_adjust_ea_refcount3() argument
265 if (newcount) in ext2fs_adjust_ea_refcount3()
266 *newcount = header->h_refcount; in ext2fs_adjust_ea_refcount3()
280 __u32 *newcount) in ext2fs_adjust_ea_refcount2() argument
283 newcount, 0); in ext2fs_adjust_ea_refcount2()
288 __u32 *newcount) in ext2fs_adjust_ea_refcount() argument
291 newcount); in ext2fs_adjust_ea_refcount()
Dext2fs.h1281 int adjust, __u32 *newcount);
1284 int adjust, __u32 *newcount);
1287 int adjust, __u32 *newcount,
/third_party/libsnd/src/
Dalac.c790 uint32_t newcount = info->allocated + info->allocated / 2 ; in alac_pakt_append() local
792 …if ((temp = realloc (info, sizeof (PAKT_INFO) + newcount * sizeof (info->packet_size [0]))) == NUL… in alac_pakt_append()
796 info->allocated = newcount ; in alac_pakt_append()
/third_party/e2fsprogs/lib/et/
Dtexinfo.tex1161 \newcount\tempnum
1162 \newcount\lnkcount
1164 \newcount\filenamelength
1165 \newcount\pgn
1171 \newcount\countA
1754 \newcount\fontdepth \fontdepth=0
2529 \newcount \itemno
2753 \newcount\colcount
2956 \newcount\doignorecount
3978 \newcount\unnumberedno \unnumberedno = 10000
[all …]
/third_party/e2fsprogs/doc/
Dtexinfo.tex1161 \newcount\tempnum
1162 \newcount\lnkcount
1164 \newcount\filenamelength
1165 \newcount\pgn
1171 \newcount\countA
1754 \newcount\fontdepth \fontdepth=0
2529 \newcount \itemno
2753 \newcount\colcount
2956 \newcount\doignorecount
3978 \newcount\unnumberedno \unnumberedno = 10000
[all …]
/third_party/gettext/build-aux/
Dtexinfo.tex919 \newcount\centerpenalty
1076 \newcount\tempnum
1077 \newcount\lnkcount
1079 \newcount\filenamelength
1080 \newcount\pgn
1086 \newcount\countA
2352 \newcount\fontdepth \fontdepth=0
3678 \newcount \itemno
3912 \newcount\colcount
4126 \newcount\doignorecount
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex914 \newcount\centerpenalty
1080 \newcount\tempnum
1081 \newcount\lnkcount
1083 \newcount\filenamelength
1084 \newcount\pgn
1090 \newcount\countA
2358 \newcount\fontdepth \fontdepth=0
3628 \newcount \itemno
3862 \newcount\colcount
4072 \newcount\doignorecount
[all …]
/third_party/libffi/doc/
Dtexinfo.tex937 \newcount\centerpenalty
1058 \newcount\tempnum
1059 \newcount\lnkcount
1061 \newcount\filenamelength
1062 \newcount\pgn
1069 \newcount\countA
2789 \newcount\fontdepth \fontdepth=0
4123 \newcount \itemno
4362 \newcount\colcount
4576 \newcount\doignorecount
[all …]
/third_party/boost/libs/spirit/doc/refcard/
Dspirit-reference.tex12 \newcount\columnsperpage