Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcollections.py644 newcount = count + other[elem]
645 if newcount > 0:
646 result[elem] = newcount
663 newcount = count - other[elem]
664 if newcount > 0:
665 result[elem] = newcount
683 newcount = other_count if count < other_count else count
684 if newcount > 0:
685 result[elem] = newcount
703 newcount = count if count < other_count else other_count
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Da15-partial-update.ll28 %oldcount = phi i32 [0, %entry], [%newcount, %loop]
29 %newcount = add i32 %oldcount, 1
30 %p1 = getelementptr <4 x i8>, <4 x i8> *%in, i32 %newcount
31 %p2 = getelementptr <4 x i8>, <4 x i8> *%out, i32 %newcount
34 %cmp = icmp eq i32 %newcount, %n
/external/llvm/test/CodeGen/ARM/
Da15-partial-update.ll28 %oldcount = phi i32 [0, %entry], [%newcount, %loop]
29 %newcount = add i32 %oldcount, 1
30 %p1 = getelementptr <4 x i8>, <4 x i8> *%in, i32 %newcount
31 %p2 = getelementptr <4 x i8>, <4 x i8> *%out, i32 %newcount
34 %cmp = icmp eq i32 %newcount, %n
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c109 int *child_pid, oldcount, newcount, shm_id, i; in main() local
190 newcount = *shmptr; in main()
192 if (newcount == oldcount) { in main()
/external/python/cpython3/Lib/collections/
D__init__.py733 newcount = count + other[elem]
734 if newcount > 0:
735 result[elem] = newcount
752 newcount = count - other[elem]
753 if newcount > 0:
754 result[elem] = newcount
772 newcount = other_count if count < other_count else count
773 if newcount > 0:
774 result[elem] = newcount
792 newcount = count if count < other_count else other_count
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c433 LLVMValueRef count, newcount; in lp_build_occlusion_count() local
508 newcount = LLVMBuildLoad(builder, counter, "origcount"); in lp_build_occlusion_count()
509 newcount = LLVMBuildAdd(builder, newcount, count, "newcount"); in lp_build_occlusion_count()
510 LLVMBuildStore(builder, newcount, counter); in lp_build_occlusion_count()
/external/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.h1232 int adjust, __u32 *newcount);
1235 int adjust, __u32 *newcount);
1238 int adjust, __u32 *newcount,
/external/autotest/site_utils/
Dlab_inventory.py645 newcount = repair_inventory[m].get_total()
647 newcount = 0
648 new_counts.append(c + newcount)
/external/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 …]
/external/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 …]
/external/python/cpython2/Modules/_ctypes/libffi/
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 …]
/external/libffi/
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 …]
/external/mdnsresponder/mDNSCore/
DmDNS.c7777 … BetterMatchForName(const domainname *name, int namecount, const domainname *newname, int newcount, in BetterMatchForName() argument
7782 if (namecount < newcount || newcount < bestcount) return -1; in BetterMatchForName()
7797 if (SameDomainName(SkipLeadingLabels(name, namecount - newcount), newname)) in BetterMatchForName()
7798 return bestcount == newcount ? 0 : 1; in BetterMatchForName()
/external/protobuf/php/ext/google/protobuf/
Dupb.c2877 int32_t newcount; in visit_check() local
2885 newcount = upb_value_getint32(v) - 1; in visit_check()
2886 if (newcount > 0) { in visit_check()
2887 upb_inttable_insert(ref2, (uintptr_t)subobj, upb_value_int32(newcount)); in visit_check()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3049 int32_t newcount; in visit_check() local
3057 newcount = upb_value_getint32(v) - 1; in visit_check()
3058 if (newcount > 0) { in visit_check()
3059 upb_inttable_insert2(ref2, (uintptr_t)subobj, upb_value_int32(newcount), in visit_check()