Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c436 LLVMValueRef count, newcount; in lp_build_occlusion_count() local
514 newcount = LLVMBuildLoad2(builder, LLVMTypeOf(count), counter, "origcount"); in lp_build_occlusion_count()
515 newcount = LLVMBuildAdd(builder, newcount, count, "newcount"); in lp_build_occlusion_count()
516 LLVMBuildStore(builder, newcount, counter); in lp_build_occlusion_count()
/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/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 …]