Searched refs:newcount (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A 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/ |
H A D | __init__.py | 823 newcount = count + other[elem] 824 if newcount > 0: 825 result[elem] = newcount 842 newcount = count - other[elem] 843 if newcount > 0: 844 result[elem] = newcount 862 newcount = other_count if count < other_count else count 863 if newcount > 0: 864 result[elem] = newcount 882 newcount [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A 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/ |
H A 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]))) == NULL) in alac_pakt_append() 796 info->allocated = newcount ; in alac_pakt_append()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A 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\doignorecoun [all...] |
Completed in 10 milliseconds