/third_party/ltp/tools/sparse/sparse-src/ |
H A D | liveness.c | 161 add_pseudo_exclusive(&bb->needs, pseudo); in insn_uses() 173 pseudo_t needs; in track_bb_liveness() local 175 FOR_EACH_PTR(bb->needs, needs) { in track_bb_liveness() 178 if (!pseudo_in_list(parent->defines, needs)) { in track_bb_liveness() 179 add_pseudo_exclusive(&parent->needs, needs); in track_bb_liveness() 182 } END_FOR_EACH_PTR(needs); in track_bb_liveness() 194 free_ptr_list(&bb->needs); in clear_liveness() 232 if (pseudo_in_list(child->needs, de in track_pseudo_liveness() [all...] |
H A D | storage.c | 221 FOR_EACH_PTR(child->needs, pseudo) { in set_up_bb_storage() 252 FOR_EACH_PTR(bb->needs, arg) { in set_up_argument_storage()
|
H A D | sparse.c | 249 if (Wuninitialized && verbose && ep->entry->bb->needs) { in check_context() 251 FOR_EACH_PTR(ep->entry->bb->needs, pseudo) { in check_context()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_host.h | 161 /// \param needs If true, metadata is needed. 163 void SetNeedsMeta (bool needs) in SetNeedsMeta() argument 165 fNeedsMeta = needs; in SetNeedsMeta() 178 /// \param needs If true, image data is needed. 180 void SetNeedsImage (bool needs) in SetNeedsImage() argument 182 fNeedsImage = needs; in SetNeedsImage()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 4355 const struct radv_queue_ring_info *needs) in radv_update_preamble_cs() 4372 const bool add_sample_positions = !queue->ring_info.sample_positions && needs->sample_positions; in radv_update_preamble_cs() 4373 const uint32_t scratch_size = needs->scratch_size_per_wave * needs->scratch_waves; in radv_update_preamble_cs() 4385 needs->compute_scratch_size_per_wave * needs->compute_scratch_waves; in radv_update_preamble_cs() 4395 if (needs->esgs_ring_size > queue->ring_info.esgs_ring_size) { in radv_update_preamble_cs() 4396 result = ws->buffer_create(ws, needs->esgs_ring_size, 4096, RADEON_DOMAIN_VRAM, ring_bo_flags, in radv_update_preamble_cs() 4402 if (needs->gsvs_ring_size > queue->ring_info.gsvs_ring_size) { in radv_update_preamble_cs() 4403 result = ws->buffer_create(ws, needs in radv_update_preamble_cs() 4354 radv_update_preamble_cs(struct radv_queue_state *queue, struct radv_device *device, const struct radv_queue_ring_info *needs) radv_update_preamble_cs() argument 4898 struct radv_queue_ring_info needs = queue->ring_info; radv_update_preambles() local 4969 struct radv_queue_ring_info needs = queue->ace_internal_state->ring_info; radv_update_ace_preambles() local [all...] |
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_mib2.c | 46 #error LWIP_SNMP MIB2 needs LWIP_STATS (for MIB2) 49 #error LWIP_SNMP MIB2 needs MIB2_STATS (for MIB2)
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 1101 enum mesa_vk_graphics_state_groups needs = 0; in vk_graphics_pipeline_state_fill() local 1103 needs |= MESA_VK_GRAPHICS_STATE_VERTEX_INPUT_BIT; in vk_graphics_pipeline_state_fill() 1104 needs |= MESA_VK_GRAPHICS_STATE_INPUT_ASSEMBLY_BIT; in vk_graphics_pipeline_state_fill() 1114 needs |= MESA_VK_GRAPHICS_STATE_RENDER_PASS_BIT; in vk_graphics_pipeline_state_fill() 1139 needs |= MESA_VK_GRAPHICS_STATE_TESSELLATION_BIT; in vk_graphics_pipeline_state_fill() 1142 needs |= MESA_VK_GRAPHICS_STATE_VIEWPORT_BIT; in vk_graphics_pipeline_state_fill() 1144 needs |= MESA_VK_GRAPHICS_STATE_DISCARD_RECTANGLES_BIT; in vk_graphics_pipeline_state_fill() 1145 needs |= MESA_VK_GRAPHICS_STATE_RASTERIZATION_BIT; in vk_graphics_pipeline_state_fill() 1146 needs |= MESA_VK_GRAPHICS_STATE_FRAGMENT_SHADING_RATE_BIT; in vk_graphics_pipeline_state_fill() 1150 needs | in vk_graphics_pipeline_state_fill() [all...] |
/third_party/gn/src/gn/ |
H A D | label.cc | 240 references unless a build file needs to be run in different contexts (like a 241 project needs to be both standalone and pulled into other projects in
|
H A D | function_toolchain.cc | 173 # The 64-bit build needs this 32-bit helper. 771 Swift .swiftmodule files that needs to be embedded into the binary. 789 The copy_bundle_data tool will be called with one source and needs to copy 791 called with a directory as input and it needs to be recursively copied. 794 asset catalog) that needs to be compiled to a single output. The following
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
H A D | build_win32.bat | 2 @REM Important: to build on 32-bit systems, the DX12 backends needs '#define ImTextureID ImU64', so we pass it here.
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 51 An application that wants to use the \Func{\_UPT}-facility first needs 75 as the only argument. The returned void-pointer then needs to be 84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
|
H A D | libunwind-dynamic.tex | 13 For \Prog{libunwind} to do its job, it needs to be able to reconstruct 61 The only point in the epilogue that needs to be described explicitly 63 gets restored. The reason this point needs to be described is that 66 \Prog{libunwind} needs to know about it. The portion of the frame 72 fashion needs to be described with an operation descriptor. For this 177 that needs to be added to the segment-relative values stored in the 210 a debugger) because it reduces the amount of data that needs to be 218 for those, nothing needs to be recorded in the region descriptor. A
|
H A D | unw_init_remote.tex | 27 passed in \Var{as}, then \Var{arg} needs to be a pointer to a context
|
H A D | libunwind-setjmp.tex | 48 issue. On older platforms, care needs to be taken to
|
H A D | unw_resume.tex | 54 handlers (aka, ``personality routines''). If a program needs this, it
|
/third_party/icu/icu4c/source/samples/all/ |
H A D | samplecheck.bat | 63 REM udata needs changes to the vcxproj to change the output locations for writer/reader. 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
H A D | samplecheck.bat | 63 REM udata needs changes to the vcxproj to change the output locations for writer/reader. 185 REM TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader. 190 @echo TODO: udata needs changes to the vcxproj file to fix the output locations for writer/reader.
|
/third_party/toybox/lib/ |
H A D | args.c | 348 if (CFG_TOYBOX_DEBUG && idx == -1) error_exit("[ needs +-!"); in parse_optflaglist() 489 char needs[32], *s = needs; in get_optflags() local 495 help_exit("Needs %s-%s", s[1] ? "one of " : "", needs); in get_optflags()
|
/third_party/FreeBSD/sys/sys/ |
H A D | linker_set.h | 76 #error this file needs to be ported to your compiler
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_opts.h | 83 #error SNMP stack needs a receive API and UDP {raw, netconn}
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 136 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll 180 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll 272 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll 299 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
|
/third_party/elfutils/tests/ |
H A D | backtrace-subr.sh | 105 echo >&2 $testname: arm needs debuginfo installed for all libraries
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | fs_di | 73 -S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be passed
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow.c | 160 static const uint8_t needs[16]={ in mc_block() local 177 b= needs[l] | needs[r]; in mc_block() 279 #define MC_STRIDE(x) (needs[x] ? 64 : stride) in mc_block()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_16bpp_neon.S | 190 @ Only size >= 8 loops horizontally and needs
|