Searched refs:newcount (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 9-1.c | 110 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__.py | 801 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/ |
D | lp_bld_depth.c | 436 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/ |
D | alac.c | 790 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/ |
D | texinfo.tex | 914 \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/ |
D | texinfo.tex | 937 \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 …]
|