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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D9-1.c109 int *child_pid, oldcount, newcount, shm_id, i; local
190 newcount = *shmptr;
192 if (newcount == oldcount) {
/external/e2fsprogs/lib/ext2fs/
H A Dext_attr.c153 __u32 *newcount, ext2_ino_t inum)
176 if (newcount)
177 *newcount = header->h_refcount;
191 __u32 *newcount)
194 newcount, 0);
199 __u32 *newcount)
202 newcount);
151 ext2fs_adjust_ea_refcount3(ext2_filsys fs, blk64_t blk, char *block_buf, int adjust, __u32 *newcount, ext2_ino_t inum) argument
189 ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, char *block_buf, int adjust, __u32 *newcount) argument
197 ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, char *block_buf, int adjust, __u32 *newcount) argument
H A Dext2fs.h1212 int adjust, __u32 *newcount);
1215 int adjust, __u32 *newcount);
1218 int adjust, __u32 *newcount,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c443 LLVMValueRef count, newcount; local
513 newcount = LLVMBuildLoad(builder, counter, "origcount");
514 newcount = LLVMBuildAdd(builder, newcount, count, "newcount");
515 LLVMBuildStore(builder, newcount, counter);
/external/autotest/site_utils/
H A Dlab_inventory.py603 newcount = repair_inventory[b].get_total()
605 newcount = 0
606 new_counts.append(c + newcount)
/external/guice/extensions/persist/lib/
H A Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/valgrind/helgrind/
H A Dhg_main.c3220 UWord newcount )
3228 "(tid=%d, barrier=%p, newcount=%lu)\n",
3229 (Int)tid, (void*)barrier, newcount );
3251 if (newcount == 0) {
3253 thr, "pthread_barrier_resize: 'newcount' argument is zero"
3262 tl_assert(newcount > 0);
3264 if (newcount >= bar->size) {
3268 bar->size = newcount;
3276 if (newcount <= present) {
3280 bar->size = newcount;
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex913 \newcount\centerpenalty
1079 \newcount\tempnum
1080 \newcount\lnkcount
1082 \newcount\filenamelength
1083 \newcount\pgn
1089 \newcount\countA
2357 \newcount\fontdepth \fontdepth=0
3627 \newcount \itemno
3861 \newcount\colcount
4071 \newcount\doignorecoun
[all...]
/external/libmicrohttpd/doc/
H A 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\doignorecoun
[all...]
/external/bison/doc/
H A Drefcard.tex4 \newcount\columnsperpage
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mdnsresponder/mDNSCore/
H A DmDNS.c7777 mDNSlocal int BetterMatchForName(const domainname *name, int namecount, const domainname *newname, int newcount, argument
7782 if (namecount < newcount || newcount < bestcount) return -1;
7794 // Note: newcount can either be equal or greater than bestcount beause of the
7797 if (SameDomainName(SkipLeadingLabels(name, namecount - newcount), newname))
7798 return bestcount == newcount ? 0 : 1;
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c2877 int32_t newcount; local
2885 newcount = upb_value_getint32(v) - 1;
2886 if (newcount > 0) {
2887 upb_inttable_insert(ref2, (uintptr_t)subobj, upb_value_int32(newcount));
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3049 int32_t newcount; local
3057 newcount = upb_value_getint32(v) - 1;
3058 if (newcount > 0) {
3059 upb_inttable_insert2(ref2, (uintptr_t)subobj, upb_value_int32(newcount),

Completed in 963 milliseconds