Home
last modified time | relevance | path

Searched refs:used (Results 551 - 575 of 2040) sorted by relevance

1...<<21222324252627282930>>...82

/third_party/ltp/testcases/lib/
H A Dtst_test.sh481 LTP_DEV Path to the block device to be used (for .needs_device)
482 LTP_DEV_FS_TYPE Filesystem used for testing (default: ext2)
682 *) tst_res TWARN "Reserved variable TST_$_tst_i used!";;
687 tst_res TWARN "Private variable or function _tst_$_tst_i used!"
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c39 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB) == 0); in tcp_remove_all()
40 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_PCB_LISTEN) == 0); in tcp_remove_all()
41 fail_unless(MEMP_STATS_GET(used, MEMP_TCP_SEG) == 0); in tcp_remove_all()
42 fail_unless(MEMP_STATS_GET(used, MEMP_PBUF_POOL) == 0); in tcp_remove_all()
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c34 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 0); in udp_remove_all()
140 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 0); in START_TEST()
145 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 1); in START_TEST()
147 fail_unless(MEMP_STATS_GET(used, MEMP_UDP_PCB) == 0); in START_TEST()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c59 uint32_t offset = ALIGN(batch->state.used, alignment); in stream_state()
63 offset = ALIGN(batch->state.used, alignment); in stream_state()
68 crocus_grow_buffer(batch, true, batch->state.used, new_size); in stream_state()
74 batch->state.used = offset + size; in stream_state()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp214 // Save register clearances at end of MBB - used by enterBasicBlock(). in leaveBasicBlock()
288 SmallVector<int, 4> used;
311 used.push_back(rx);
330 for (int rx : used) {
367 for (int i : used) {
425 // If no relevant registers are used in the function, we can skip it
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp414 uint64_t used = stats.total.usedBytes; in dumpVmaStats() local
415 uint64_t total = free + used; in dumpVmaStats()
418 out->appendf("vma_used: %llu (%d MB)%s", used, used / MB, sep); in dumpVmaStats()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py81 # TODO Characters that are not in Unicode Indic files, but used in USE
444 used = 0 variable
447 global total, used, last_block
467 used += num
522 occupancy = used * 100. / total
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/
H A Dwith-noEmitOnError-with-incremental.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
H A Dwith-noEmitOnError.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/
H A Dwith-noEmitOnError-with-incremental.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
H A Dwith-noEmitOnError.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/
H A Dwith-noEmitOnError-with-incremental.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
H A Dwith-noEmitOnError.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/
H A Dwith-noEmitOnError-with-incremental.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
H A Dwith-noEmitOnError.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/
H A Dwith-noEmitOnError-with-incremental.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
H A Dwith-noEmitOnError.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/
H A Dwith-noEmitOnError-with-incremental.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
H A Dwith-noEmitOnError.js72 /a/lib/lib.d.ts (used version)
73 /user/username/projects/noemitonerror/shared/types/db.ts (used version)
74 /user/username/projects/noemitonerror/src/main.ts (used version)
75 /user/username/projects/noemitonerror/src/other.ts (used version)
/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c181 * Chaining is used for collisions, with elements ordered
269 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local
274 used = 0; in matchpathcon_filespec_eval()
283 used++; in matchpathcon_filespec_eval()
290 ("%s: hash table stats: %d elements, %d/%d buckets used, longest chain length %d\n", in matchpathcon_filespec_eval()
291 __FUNCTION__, nel, used, HASH_BUCKETS, longest); in matchpathcon_filespec_eval()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1741 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate()
1745 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate()
1750 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate()
1941 if (!il->stations[i].used && in il_prep_station()
1958 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) { in il_prep_station()
1963 if ((il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE) && in il_prep_station()
1964 (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) && in il_prep_station()
1972 station->used = IL_STA_DRIVER_ACTIVE; in il_prep_station()
2028 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) { in il_add_station_common()
2034 if ((il->stations[sta_id].used in il_add_station_common()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1739 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate()
1743 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate()
1748 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate()
1939 if (!il->stations[i].used && in il_prep_station()
1956 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) { in il_prep_station()
1961 if ((il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE) && in il_prep_station()
1962 (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) && in il_prep_station()
1970 station->used = IL_STA_DRIVER_ACTIVE; in il_prep_station()
2026 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) { in il_add_station_common()
2032 if ((il->stations[sta_id].used in il_add_station_common()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_mem.h34 hi_u32 used; /**< Used space of the memory pool (unit: byte). member
40 hi_u32 used_node_num; /**< Number of used nodes in the memory pool.
121 * @brief Obtains memory information, used in a crash process.
125 * Obtains memory information, used in a crash process. When the board is reset due to a memory exception,
126 * if hi_mem_get_sys_info is used to obtain memory information, another exception may occur. In this case,
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dace_ability.h26 #error AceAbility only be used for L1 upper
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/backup_rule/src/
H A Dcharging.cpp23 __attribute__((used)) Charging Charging::instance_;

Completed in 21 milliseconds

1...<<21222324252627282930>>...82