Home
last modified time | relevance | path

Searched refs:used (Results 701 - 725 of 869) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c176 s64 lcn; /* last used LCN for a "special" file/attr type */
219 VCN mft_highest_vcn; /* used for relocating the $MFT */
584 "cannot be used with --size.\n"); in parse_options()
589 "cannot be used with --expand.\n"); in parse_options()
1349 * the updated one is used for updating on device in expand_attribute_runlist()
1478 * the new location of MFT is used for adding needed extents. in delayed_updates()
2053 used by the allocator and will be truncated later on */ in relocate_run()
2353 * already been read into lcn_bitmap. By looking for the last used cluster on
2362 printf("File feature Last used at By inode\n"); in advise_on_resize()
2857 s64 total, used; in print_disk_usage() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp548 // When the same UniformCollection is needed in several places, a SharedPtr is used instead.
914 // ARRAYUSAGE_ONLY_MIDDLE_INDEX: only middle index of each array is used in shader. If not given, use all indices.
930 // BOOLEANAPITYPE: type used to pass booleans to and from GL api. If none given, use float.
1001 BasicUniformReportRef (const char* const name_, const int minS, const int maxS, const glu::DataType type_, const bool used) in BasicUniformReportRef()
1002 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); } in BasicUniformReportRef()
1003 BasicUniformReportRef (const char* const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef()
1004 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {} in BasicUniformReportRef()
1725 log << TestLog::Message << "// FAILURE: " << uniform.name << " was used in shader, but has location -1" << TestLog::EndMessage; in getUniforms()
2579 // \note Although this is only used in UniformApiTest::init, it needs to be defined here as it's used a
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp482 // When the same UniformCollection is needed in several places, a SharedPtr is used instead.
753 // ARRAYUSAGE_ONLY_MIDDLE_INDEX: only middle index of each array is used in shader. If not given, use all indices.
766 // BOOLEANAPITYPE: type used to pass booleans to and from GL api. If none given, use float.
836 BasicUniformReportRef (const char* const name_, const int minS, const int maxS, const glu::DataType type_, const bool used) in BasicUniformReportRef()
837 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); } in BasicUniformReportRef()
838 BasicUniformReportRef (const char* const name_, const glu::DataType type_, const bool used) in BasicUniformReportRef()
839 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {} in BasicUniformReportRef()
1368 log << TestLog::Message << "// FAILURE: " << uniform.name << " was used in shader, but has location -1" << TestLog::EndMessage; in getUniforms()
2068 // \note Although this is only used in UniformApiTest::init, it needs to be defined here as it's used a
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c181 "DPP: Peer (NFC Handover Selector) used different curve"); in wpas_dpp_nfc_handover_sel()
661 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local
696 used = diff.sec * 1000 + diff.usec / 1000; in wpas_dpp_auth_init_next()
697 if (used > wait_time) in wpas_dpp_auth_init_next()
700 wait_time -= used; in wpas_dpp_auth_init_next()
/third_party/backends/backend/
H A Depsonds.c71 * Definition of the mode_param struct, that is used to
1268 int used; member
1279 a->used = 0; in init_profile_maps()
1291 if (a->used == a->size) { in insert_profile_map()
1295 a->array[a->used++] = element; in insert_profile_map()
1301 a->used = a->size = 0; in free_profile_maps()
1623 for (int i = 0; i < stProfileMapArray.used; i++) { in device_detect()
1700 for (int i = 0; i < stProfileMapArray.used; i++) { in found_net_device()
1787 for (int i = 0; i < stProfileMapArray.used; i++) { in attach_one_config()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_cdc.c453 ioc->used = ret - sizeof(cdc_ioctl_t); in dhd_prot_ioctl()
522 /* Push BDC header used to convey priority for buses that don't */ in dhd_prot_hdrpush()
565 /* Pop BDC header used to convey priority for buses that don't */ in dhd_prot_hdrpull()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dnetsys.c24 #define SEC(NAME) __attribute__((section(NAME), used))
174 // ifaceC == NULL, default bear type (*net_bear_type) is used. in check_socket_fwmark()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp31 __attribute__((used)) static bool g_isInit =
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp55 __attribute__((used)) UdmfServiceImpl::Factory UdmfServiceImpl::factory_;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c575 for (i = 0; i < SYS_ARCH_ATOMIC_READ(&g_spunge->sockTable->used); i++) { in FillpDumpShowSockList()
/third_party/curl/projects/
H A Dgenerate.bat403 echo Error: This batch file should only be used from a curl git repository
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_iccarm_m.h54 /* Define compiler macros for CPU architecture, used in CMSIS 5.
240 #define __USED __attribute__((used))
/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc255 if (target_->toolchain()->substitution_bits().used.count(substitution)) { in WriteModuleDepsSubstitution()
543 // The stamp rule for source sets is generally not used, since targets that in WriteSourceSetStamp()
H A Dsetup.cc66 Path to a file containing the text that should be used as the default
70 Path to the build config file. This file will be used to set up the
128 This is used for Clang-based tooling and some editor integration. See
165 By default, GN runs the scripts used in action targets and exec_script
181 This behavior is intended to be used when BUILD.gn files can't be checked
192 This is intended to be used when subprojects declare arguments with
199 This is intended to be used during migrations or other situations where
939 // Also add a build dependency to the scope, which is used by `gn analyze`.
/third_party/alsa-lib/include/
H A Dseq.h474 int snd_seq_set_queue_usage(snd_seq_t *handle, int q, int used);
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h73 unsigned char db3; /* not used, all zeros */
425 unsigned int msbits; /* R: used most significant bits */
492 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */
962 unsigned int queue; /* used queue size */
1101 unsigned int used; /* R: count of element IDs set */ member
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c178 * algorithm being used. in lws_cose_key_checks()
1173 ctx->used = lws_ptr_diff_size_t(ctx->buf, ctx->start); in lws_cose_key_export()
/third_party/libsnd/src/
H A Drf64.c567 ** Ok some liberty is taken here to use the most commonly used channel masks in rf64_write_fmt_chunk()
713 if (psf->wchunks.used > 0) in rf64_write_header()
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h134 * MOCS indexes used for GPU surfaces, defining the cacheability of the
146 * usage of the surface (used for display scanout or not).
162 * of the engine, which may be used when requesting operations to be performed
170 * Render engines support instructions used for 3D, Compute (GPGPU),
543 int used; /* nr bytes in use */ member
703 * registers. This used to be fixed per platform but from CNL onwards, this
944 * and is used to retrieve the fake offset to mmap an object specified by &handle.
977 * be used, depending on the object placement on creation. WB will be used
1104 * the system and are used t
[all...]
/third_party/libdrm/include/drm/
H A Di915_drm.h88 * MOCS indexes used for GPU surfaces, defining the cacheability of the
100 * usage of the surface (used for display scanout or not).
114 * classification of the role of the engine, which may be used when requesting
412 int used; /* nr bytes in use */ member
562 * registers. This used to be fixed per platform but from CNL onwards, this
829 * the system and are used to flush and invalidate as
834 /** Render cache, used by 2D and 3D drawing */
836 /** Sampler cache, used by texture engine */
838 /** Command queue, used to load batch buffers */
840 /** Instruction cache, used b
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h379 /* These cache policy bits match the definitions used by the LLVM intrinsics. */
410 LLVMValueRef lod; // also used by ac_image_get_resinfo
580 assert(arg.used); in ac_get_arg()
/third_party/ltp/
H A Drunltp23 # Description: This script can be used to the tests in the LTP test suite
174 -W ZOOFILE Specify the zoo file used to record current test tags (default PID of this script)
821 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.
/third_party/libdrm/
H A Dxf86drm.h235 -- they will be used to support the
262 int used; /**< Amount of buffer in use (for DMA) */ member
/third_party/node/deps/v8/src/objects/
H A Dcontexts.h286 /* All *_FUNCTION_MAP_INDEX definitions used by Context::FunctionMapIndex */ \
379 // The table is a fixed array, its first slot is the current used count and
380 // the subsequent slots 1..used contain ScriptContexts.
387 DECL_RELEASE_ACQUIRE_INT_ACCESSORS(used)
427 // closures. A Context object is used to represent function contexts and
452 // An "extension object" is used to dynamically extend a
737 // initialization. This function should *not* be used from anywhere other
/third_party/mksh/
H A Dcheck.pl60 # used as standard-input for the program;
153 # p tag takes parameters (used with m).
154 # s tag can be used several times.
192 (if no =v is given, the current value is used)

Completed in 56 milliseconds

1...<<21222324252627282930>>...35