/third_party/ltp/tools/sparse/sparse-src/ |
H A D | show-parse.c | 574 if (stmt->switch_break->used) in show_switch_statement() 691 if (stmt->iterator_continue->used) in show_statement() 703 if (stmt->iterator_break->used) in show_statement()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 651 // bit-fields are only used for padding, and we can't perform an in bitfields_to_allocation_units() 664 // Always keep all bitfields around. While unnamed bitifields are used in bitfields_to_allocation_units() 1056 /// generate a type with invalid layout. This is explicitly used to avoid us 1063 /// Used to indicate when a struct has been forward declared. Usually used 1309 let mut used = false; in from_ty() variables 1312 used = true; in from_ty() 1317 if !used { in from_ty() 1479 // This used to not be here, but then I tried generating in from_ty() 1486 // Methods of template functions not only used to be inlined, in from_ty()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.cpp | 98 return !metadata[callDagIndex].used; in IsTopLevelNodeUnusedFunction() 755 // Checks which functions are used and if "main" exists in checkAndSimplifyAST() 1481 if (mFunctionMetadata[index].used) in internalTagUsedFunction() 1486 mFunctionMetadata[index].used = true; in internalTagUsedFunction()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ProgramGL.cpp | 366 if (outputLocation.arrayIndex == 0 && outputLocation.used() && in link() 389 if (outputLocation.arrayIndex == 0 && outputLocation.used() && in link() 1011 if (!entry.used()) in postLink()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_ring.cc | 303 size_t used = data_offset + entry_length; in GetAppendBuffer() local 304 if (size_t n = (std::min)(capacity - used, size)) { in GetAppendBuffer() 308 return {child->flat()->Data() + used, n}; in GetAppendBuffer()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | rndis.c | 949 params->used = 1; in rndis_register() 1134 "used : %s\n" in rndis_proc_show() 1141 param->confignr, (param->used) ? "y" : "n", in rndis_proc_show()
|
/kernel/linux/linux-5.10/drivers/staging/nvec/ |
H A D | nvec.c | 158 * used. 171 if (atomic_xchg(&nvec->msg_pool[i].used, 1) == 0) { in nvec_msg_alloc() 194 atomic_set(&msg->used, 0); in nvec_msg_free() 293 * with nvec_msg_free() once no longer used.
|
/kernel/linux/linux-6.6/drivers/staging/nvec/ |
H A D | nvec.c | 159 * used. 172 if (atomic_xchg(&nvec->msg_pool[i].used, 1) == 0) { in nvec_msg_alloc() 195 atomic_set(&msg->used, 0); in nvec_msg_free() 294 * with nvec_msg_free() once no longer used.
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | rndis.c | 920 params->used = 1; in rndis_register() 1105 "used : %s\n" in rndis_proc_show() 1112 param->confignr, (param->used) ? "y" : "n", in rndis_proc_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 23 * The Additional Data Struct (ADS) has pointers for different buffers used by 216 /* Table must be set to invalid values for entries not used */ in guc_mapping_table_init() 419 u32 used = temp_set.storage_used; in guc_mmio_reg_state_create() local 425 guc->ads_regset_count[id] = temp_set.storage_used - used; in guc_mmio_reg_state_create()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hpeldsp.asm | 128 ; The 8_X2 macro can easily be used here 337 ; Note this is not correctly rounded, and is therefore used for
|
H A D | xvididct.asm | 245 ; Must now load args as gprs are no longer used for masks 266 ; REG0 and TAN3 are now available (and likely used in second half)
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
378 echo If this parameter is unset the directory used is "%DEFAULT_START_DIR%".
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 129 # Both input audio tracks are completely zero, so the noise bsf is used 140 # the h264_metadata filter is used to remove it as well as the H.264 AUD.
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | cmsis_gcc_m.h | 56 #define __USED __attribute__((used)) 125 in the used linker script. 179 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".vectors"))) 223 \details No Operation does nothing. This instruction can be used for code alignment purposes.
|
/third_party/libsnd/src/ |
H A D | common.h | 256 uint32_t used ; member 261 uint32_t used ; member 298 ** This version of isprint specifically ignores any locale info. Its used for 317 ** These fields can only be used in src/file_io.c. 322 /* These fields can only be used in src/file_io.c. */ 770 /* Functions used when writing file headers. */ 775 /* Functions used when reading file headers. */ 779 /* Functions used in the write function for updating the peak chunk. */
|
/third_party/libinput/test/ |
H A D | litest.h | 62 __attribute__ ((used)) \ 80 __attribute__ ((used)) \ 157 litest_abort_msg("litest_assert_int_* used for non-integer value\n"); \ 395 * in the 0..100 range used by litest */ 413 struct litest_semi_mt semi_mt; /** only used for semi-mt device */
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicHLSL.cpp | 158 // If gl_PointSize is used in the shader then pointsprites rendering is expected. in generateVertexShaderForInputLayout() 160 // must be used. in generateVertexShaderForInputLayout() 421 // registers being used. 682 // gl_PointCoord to be set to a default value if used without gl_PointSize. 0.5,0.5 is the same 683 // default value used in the generated pixel shader. 1289 if (!outputLocation.used()) 1320 if (!outputLocation.used())
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.cpp | 120 bool used = std::any_of(fDAG.begin(), fDAG.end(), [&](auto& task) { in flush() 123 return !used; in flush() 341 // those that are written to in the RenderTasks. This helps to make sure the most recently used in executeRenderTasks() 398 // Release the pointer that used to live here so it doesn't get unreffed. in reorder_array_by_llist() 737 // Make the new atlas depend on everybody who used the old atlas, and close their tasks. in addAtlasTask()
|
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-sample-project.js | 707 /user/username/projects/sample1/logic/index.d.ts (used version)
967 /user/username/projects/sample1/logic/decls/index.d.ts (used version)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_group.c | 391 wfd_subelems->used -= 3; in wifi_display_build_go_ie() 712 * This function can be used to match the Requested Device Type attribute in 820 group->noa->used = 0; in p2p_group_notif_noa()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 734 section [%2d] '%s': symbol %zu (%s): XINDEX used for index which would fit in st_shndx (%" PRIu32 ")\n"), in check_symtab() 1086 /* When a .rel.dyn section is used a DT_RELCOUNT dynamic section in is_rel_dyn() 1121 section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"), in is_rel_dyn() 1175 section [%2d] '%s': DT_RELACOUNT used for this REL section\n"), in is_rel_dyn() 1415 section [%2d] '%s': relocation %zu: only symbol '_GLOBAL_OFFSET_TABLE_' can be used with %s\n"), in check_one_reloc() 1727 section [%2d] '%s': entry %zu: level 2 tag %s used\n"), in check_dynamic() 2391 /* None of these pointers should be NULL since we used the in compare_hash_gnu_hash() 2429 char *used = alloca (nentries); in compare_hash_gnu_hash() local 2430 memset (used, '\0', nentries); in compare_hash_gnu_hash() 2432 /* First go over the GNU_HASH table and mark the entries as used in compare_hash_gnu_hash() [all...] |
/third_party/backends/backend/ |
H A D | nec.c | 203 /* The follow #defines are used in NEC_Scanner.adf_fsu_mode 661 bc->used = nread; in reader_process() 670 &bc->used, in reader_process() 689 bc->nreq = bc->used; in reader_process() 694 bc->used = 0; in reader_process() 760 s->bytes_to_read -= bc->used; in reader_process() 761 bytes_to_queue += bc->nreq - bc->used; in reader_process() 801 bc->used = nread; in reader_process() 806 bc->buffer, &bc->used, &bc->qid); in reader_process() 876 copysize = bc->used in read_data() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | playlog.c | 825 * Check index match, to be used for undos only 1240 " bytes used) :\n", in insert_resident() 1326 " (now 0x%x bytes used) :\n", in remove_resident() 1538 u32 used; in delete_names() local 1545 used = le32_to_cpu(record->bytes_in_use); in delete_names() 1556 used -= length; in delete_names() 1560 } while ((pos < used) in delete_names() 1562 record->bytes_in_use = cpu_to_le32(used); in delete_names() 1600 * work properly in the general case and must not be used for 1610 u32 used; in insert_index_allocation() local [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 79 size_t types_data_cap; /* used size stored in hdr->type_len */ 87 size_t strs_data_cap; /* used size stored in hdr->str_len */ 108 * are already used. At most *max_cnt* elements can be ever allocated. 1532 * ready to be used, only a simple btf->hdr->str_len increment away. in btf__add_str() 2391 /* If no records, return failure now so .BTF.ext won't be used. */ in btf_ext_setup_info() 2681 * unit contains information about a subset of all the types that are used 2781 * `btf_dedup->map` array. This map is also used to record STRUCT/UNION that 2867 /* Hypothetical mapping, used during type graph equivalence checks */ 2879 bool used; member 2972 /* dedup_table_size is now used onl in btf_dedup_new() [all...] |