HomeSort by relevance Sort by last modified time
    Searched defs:unused (Results 176 - 200 of 798) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/lib/ext2fs/
inode.c 185 __u32 unused = ext2fs_bg_itable_unused(fs, scan->current_group); local
186 if (scan->inodes_left > unused)
187 scan->inodes_left -= unused;
281 __u32 unused = ext2fs_bg_itable_unused(fs, scan->current_group); local
282 if (scan->inodes_left > unused)
283 scan->inodes_left -= unused;
381 /* Unused inodes probably aren't insane */
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 184 double unused = Math.E + Math.PI; local
187 assertFalse(aa.compareAndSet(i, unused, x));
224 double unused = Math.E + Math.PI; local
227 assertFalse(aa.weakCompareAndSet(i, unused, x));
  /external/kernel-headers/original/uapi/linux/
jffs2.h 128 __u8 unused[2]; member in struct:jffs2_raw_dirent
  /external/libmojo/mojo/edk/system/
core.cc 394 uint32_t unused = static_cast<uint32_t>(-1); local
396 MojoResult rv = WaitManyInternal(&handle, &signals, 1, deadline, &unused,
630 scoped_refptr<Dispatcher> unused; local
631 unused->Close();
634 handles_.GetAndRemoveDispatcher(*message_pipe_handle0, &unused);
825 scoped_refptr<Dispatcher> unused; local
827 handles_.GetAndRemoveDispatcher(*data_pipe_producer_handle, &unused);
    [all...]
multiprocess_message_pipe_unittest.cc 429 base::FilePath unused; local
431 CreateAndOpenTemporaryFileInDir(temp_dir.GetPath(), &unused));
    [all...]
  /external/libnl/include/linux-private/linux/
if_bridge.h 97 __u16 unused; member in struct:__fdb_entry
  /external/llvm/lib/AsmParser/
LLParser.cpp 958 std::vector<unsigned> unused; local
964 ParseFnAttributeValuePairs(NumberedAttrBuilders[VarID], unused, true,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 266 __m128i unused; local
269 &c, &unused, &dcdx, &dcdy);
293 &span_0, &span_1, &span_2, &unused);
374 __m128i unused; local
377 &c, &unused, &dcdx, &dcdy);
393 &span_0, &span_1, &span_2, &unused);
553 __m128i unused; local
591 &span_0, &span_1, &span_2, &unused);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 157 unsigned unused[2]; member in struct:__anon36042::LibgccObjectInfo
  /external/syslinux/extlinux/
btrfs.h 139 __u32 unused; member in struct:btrfs_ioctl_search_key
162 __u64 unused[379]; /* pad to 4k */ member in struct:btrfs_ioctl_dev_info_args
  /external/tcpdump/
print-atm.c 440 uint8_t unused[16]; member in struct:oam_fm_loopback_t
446 uint8_t unused[28]; member in struct:oam_fm_ais_rdi_t
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 775 SourceLocation unused; local
776 return None != CheckRecordForRefcountIssue(record, unused);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 412 int unused; local
413 getCurrentPosition(&unused);
443 int unused; local
444 getCurrentPosition(&unused);
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 784 int unused; local
785 sqlite3_db_status(connection->db, SQLITE_DBSTATUS_LOOKASIDE_USED, &cur, &unused, 0);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java 39 int unused = 0; field in class:StrictMathTest
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 121 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon60925
137 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon60925
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 59 unsigned unused :1; /*%< unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon62079
75 unsigned unused :1; /*%< unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon62079
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
jffs2.h 128 __u8 unused[2]; member in struct:jffs2_raw_dirent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 57 int pack_id; /* [i->o] unused internally (normally) */
58 void * usr_ptr; /* [i->o] unused internally */
114 /* Unused, set to 0 for now. */
115 int unused[2]; member in struct:sg_scsi_id
128 int unused; member in struct:sg_req_info
239 /* Unused. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 121 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon66368
137 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon66368
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 236 const spv::Id spirvbin_t::unused = spv::Id(-10001); member in class:spv::spirvbin_t
241 while (isNewIdMapped(id)) // search for an unused ID
252 idMapL.resize(id+1, unused);
254 if (newId != unmapped && newId != unused) {
256 error(std::string("ID unused in module: ") + std::to_string(id));
297 assert(id != unused && id != unmapped);
382 idMapL.resize(bound(), unused); local
    [all...]
SPVRemapper.h 151 static const spv::Id unused; // unused ID member in class:spv::spirvbin_t
207 // Return next unused new local ID.
218 bool isOldIdUnused(spv::Id oldId) const { return localId(oldId) == unused; }
  /system/libvintf/
AssembleVintf.cpp 278 auto unused = manifest.checkUnusedHals(matrix); local
279 if (!unused.empty()) {
282 << " " << android::base::Join(unused, "\n ") << std::endl
  /system/libvintf/test/
LibVintfTest.cpp 3381 auto unused = checkUnusedHals(manifest, matrix); local
3408 auto unused = checkUnusedHals(manifest, matrix); local
    [all...]
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 

Completed in 847 milliseconds

1 2 3 4 5 6 78 91011>>