/third_party/cmsis/CMSIS/Core/Include/ |
H A D | cmsis_compiler.h | 124 #define __USED __attribute__((used)) 197 #define __USED __attribute__((used))
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread.h | 76 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 D | PathOpsConicLineIntersectionTest.cpp | 58 result = intersections.used(); in doIntersect() 130 if (intersections.used() <= 0) { in DEF_TEST()
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 126 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 D | with-skipDefaultLibCheck.js | 54 /a/lib/lib.d.ts (used version)
55 /user/username/projects/myproject/a.ts (used version)
|
H A D | with-skipLibCheck.js | 54 /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 D | with-skipDefaultLibCheck.js | 51 /a/lib/lib.d.ts (used version)
52 /user/username/projects/myproject/a.ts (used version)
|
H A D | with-skipLibCheck.js | 51 /a/lib/lib.d.ts (used version)
52 /user/username/projects/myproject/a.ts (used version)
|
/third_party/mbedtls/library/ |
H A D | sha512.c | 109 * 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 D | parser.rs | 183 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 D | ctrl_iface.c | 3458 * 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 D | lib.rs | 67 #[used]
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_map_def.h | 20 #define SEC(NAME) __attribute__((section(NAME), used))
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_args.c | 50 arg->used = true; in ac_add_arg()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_descriptor_set.h | 73 struct vn_descriptor_pool_state used; member
|
H A D | vn_device_memory.c | 147 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 D | shader_cache_file_hooking.cpp | 72 __attribute__((used)) static struct \
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fthash.h | 82 FT_UInt used; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0)
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | change-to-type-that-gets-used-as-global-through-export-in-another-file.js | 122 Change:: Modify imports used in global file
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 47 ; 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 D | arecordmidi.c | 48 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 D | kvdb_exporter.cpp | 26 __attribute__((used)) KVDBExporter KVDBExporter::instance_;
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/ |
H A D | cloud_file_kit_impl.cpp | 29 __attribute__((used)) static bool g_isInit =
|
/foundation/filemanagement/dfs_service/test/fuzztest/cycletaskrunner_fuzzer/ |
H A D | cycletaskrunner_fuzzer.cpp | 41 __attribute__((used)) static bool g_isInit =
|