Home
last modified time | relevance | path

Searched refs:used (Results 276 - 300 of 834) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h124 #define __USED __attribute__((used))
197 #define __USED __attribute__((used))
/third_party/mesa3d/src/mesa/main/
H A Dglthread.h76 GLbitfield BufferInterleaved; /**< Bitmask of buffers used by multiple attribs. */
105 * This is 0 when it's being filled because glthread::used holds the real
106 * value temporarily, and glthread::used is copied to this variable when
109 unsigned used; member
143 M_DUMMY, /* used instead of reporting errors */
179 unsigned used; member
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp58 result = intersections.used(); in doIntersect()
130 if (intersections.used() <= 0) { in DEF_TEST()
H A DPathOpsCubicLineIntersectionTest.cpp126 result = intersections.used(); in doIntersect()
205 SkASSERT(i.used() == 1); in DEF_TEST()
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
H A Dwith-skipDefaultLibCheck.js54 /a/lib/lib.d.ts (used version)
55 /user/username/projects/myproject/a.ts (used version)
H A Dwith-skipLibCheck.js54 /a/lib/lib.d.ts (used version)
55 /user/username/projects/myproject/a.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/
H A Dwith-skipDefaultLibCheck.js51 /a/lib/lib.d.ts (used version)
52 /user/username/projects/myproject/a.ts (used version)
H A Dwith-skipLibCheck.js51 /a/lib/lib.d.ts (used version)
52 /user/username/projects/myproject/a.ts (used version)
/third_party/mbedtls/library/
H A Dsha512.c109 * the value is the same one used by the Linux kernel ABI.
818 unsigned used; in mbedtls_sha512_finish() local
825 used = ctx->total[0] & 0x7F; in mbedtls_sha512_finish()
827 ctx->buffer[used++] = 0x80; in mbedtls_sha512_finish()
829 if (used <= 112) { in mbedtls_sha512_finish()
831 memset(ctx->buffer + used, 0, 112 - used); in mbedtls_sha512_finish()
834 memset(ctx->buffer + used, 0, SHA512_BLOCK_SIZE - used); in mbedtls_sha512_finish()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs183 ParseResult::UnneededAttachedValue { rest, used, arg } => {
189 Usage::new(self.cmd).create_usage_with_title(&used),
793 let mut used: Vec<Id> = matcher in parse_long_arg() variables
805 used.push(arg.get_id().clone()); in parse_long_arg()
809 used, in parse_long_arg()
1465 debug!("Parser::add_default_value:iter:{}: was used", arg.get_id()); in add_default_value()
1469 "Parser::add_default_value:iter:{}: wasn't used", in add_default_value()
1520 /// Is only used for the long flag(which is the only one needs fuzzy searching)
1556 let used: Vec<Id> = matcher in did_you_mean_error()
1577 .create_usage_with_title(&used), in did_you_mean_error()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c3458 * current or previously used configuration changes. in wpa_supplicant_ctrl_iface_update_network()
3706 "used the removed credential", ssid->id); in wpas_ctrl_remove_cred()
7177 int used; in get_anqp() local
7185 used = hwaddr_aton2(dst, dst_addr); in get_anqp()
7186 if (used < 0) in get_anqp()
7188 pos = dst + used; in get_anqp()
7234 int used, ret = -1; in gas_request() local
7238 used = hwaddr_aton2(cmd, dst_addr); in gas_request()
7239 if (used < 0) in gas_request()
7242 pos = cmd + used; in gas_request()
7299 int used; gas_response_get() local
7373 int used; get_hs20_anqp() local
7433 int used; hs20_get_nai_home_realm_list() local
7477 int used; get_hs20_icon() local
7500 int used; del_hs20_icon() local
7521 int used; hs20_icon_request() local
8605 int res, used; wpas_ctrl_iface_mgmt_tx() local
8913 int used; wpas_ctrl_iface_eapol_rx() local
9051 int used; wpas_ctrl_iface_data_test_tx() local
[all...]
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/
H A Dlib.rs67 #[used]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map_def.h20 #define SEC(NAME) __attribute__((section(NAME), used))
/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.c50 arg->used = true; in ac_add_arg()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.h73 struct vn_descriptor_pool_state used; member
H A Dvn_device_memory.c147 pool->used = 0; in vn_device_memory_pool_grow_locked()
170 if (!pool->memory || pool->used + mem->size > pool_size) { in vn_device_memory_pool_suballocate()
183 mem->base_offset = pool->used; in vn_device_memory_pool_suballocate()
184 pool->used += align64(mem->size, pool_align); in vn_device_memory_pool_suballocate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/file_hooking/
H A Dshader_cache_file_hooking.cpp72 __attribute__((used)) static struct \
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dfthash.h82 FT_UInt used; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DDemangleConfig.h47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0)
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dchange-to-type-that-gets-used-as-global-through-export-in-another-file.js122 Change:: Modify imports used in global file
/third_party/ffmpeg/libavcodec/x86/
H A Dcelt_pvq_search.asm47 ; Setup High Register to be used
50 ; %1 - the register to be used, assmues it is >= mm8
69 ; %1 - the register to be used, if PIC is set
75 ; "movaps m0, [constant_name + r4]" if texrel are used
210 ; It is used as temp buffer.
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c48 unsigned char last_command; /* used for running status */
49 int used; /* anything record on this track */ member
592 track->used = 1; in record_event()
628 used_tracks += !!tracks[i].used; in write_file()
646 if (!tracks[i].used) in write_file()
869 tracks[0].used = 1; in main()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_exporter.cpp26 __attribute__((used)) KVDBExporter KVDBExporter::instance_;
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
H A Dcloud_file_kit_impl.cpp29 __attribute__((used)) static bool g_isInit =
/foundation/filemanagement/dfs_service/test/fuzztest/cycletaskrunner_fuzzer/
H A Dcycletaskrunner_fuzzer.cpp41 __attribute__((used)) static bool g_isInit =

Completed in 23 milliseconds

1...<<11121314151617181920>>...34