/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.c | 24 #include "target.h" 77 static struct multijmp *alloc_multijmp(struct basic_block *target, long long begin, long long end) in alloc_multijmp() argument 80 multijmp->target = target; in alloc_multijmp() 346 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction() 352 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction() 381 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction() 390 buf += sprintf(buf, ", %lld -> %s", jmp->begin, show_label(jmp->target)); in show_instruction() 392 buf += sprintf(buf, ", %lld ... %lld -> %s", jmp->begin, jmp->end, show_label(jmp->target)); in show_instruction() 394 buf += sprintf(buf, ", default -> %s", show_label(jmp->target)); in show_instruction() 697 pseudo_t target; insert_select() local 1060 pseudo_t target = alloc_pseudo(insn); add_binary_op() local 1070 pseudo_t target = add_binary_op(ep, ctype, op, left, right); add_cmp_op() local 1078 pseudo_t target = alloc_pseudo(insn); add_setval() local 1088 pseudo_t target = alloc_pseudo(insn); add_setfval() local 1098 pseudo_t target = alloc_pseudo(insn); add_symbol_address() local 1453 struct expression *target = expr->left; linearize_assignment() local 1633 pseudo_t target; add_join_conditional() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL1_autogen.h | 236 GLenum target, 241 GLenum target, 246 GLenum target, 329 GLenum target, 337 GLenum target, 345 GLenum target, 357 GLenum target, 712 GLenum target, 795 GLenum target, 804 GLenum target, [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 117 LLVMTargetDataRef target = gallivm->target; in create_jit_dvbuffer_type() local 129 (void) target; /* silence unused var warning for non-debug build */ in create_jit_dvbuffer_type() 131 target, dvbuffer_type, in create_jit_dvbuffer_type() 134 target, dvbuffer_type, in create_jit_dvbuffer_type() 146 LLVMTargetDataRef target = gallivm->target; in create_jit_texture_type() local 168 (void) target; /* silence unused var warning for non-debug build */ in create_jit_texture_type() 170 target, texture_type, in create_jit_texture_type() 173 target, texture_typ in create_jit_texture_type() 215 LLVMTargetDataRef target = gallivm->target; create_jit_sampler_type() local 257 LLVMTargetDataRef target = gallivm->target; create_jit_image_type() local 316 LLVMTargetDataRef target = gallivm->target; create_jit_context_type() local 373 LLVMTargetDataRef target = gallivm->target; create_gs_jit_context_type() local 467 LLVMTargetDataRef target = gallivm->target; create_jit_vertex_buffer_type() local 501 LLVMTargetDataRef target = gallivm->target; create_jit_vertex_header() local 553 LLVMTargetDataRef target = gallivm->target; create_tcs_jit_context_type() local 654 LLVMTargetDataRef target = gallivm->target; create_tes_jit_context_type() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | tc_flower_scale.sh | 12 local target=5631 15 echo $target 17 echo $((target + 1))
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower_scale.sh | 13 local target=30714 16 echo $target 18 echo $((target + 1))
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | tc_flower_scale.sh | 12 local target=5631 15 echo $target 17 echo $((target + 1))
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSizePromotion.cpp | 97 /* For every target. */ in iterate() 233 void FunctionalTest::prepareSourceTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target) in prepareSourceTexture() argument 242 gl.bindTexture(target, m_source_texture); in prepareSourceTexture() 245 if (!isTargetMultisampled(target)) in prepareSourceTexture() 255 gl.texParameteri(target, 0x884B, GL_RED); in prepareSourceTexture() 259 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in prepareSourceTexture() 260 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in prepareSourceTexture() 331 /* Prepare texture storage depending on the target. */ in prepareSourceTexture() 332 switch (target) in prepareSourceTexture() 335 gl.texImage1D(target, in prepareSourceTexture() 361 renderDataIntoMultisampledTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target) renderDataIntoMultisampledTexture() argument 406 prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descriptor, glw::GLenum target) prepareDestinationTextureAndFramebuffer() argument 493 makeProgramAndSourceTextureActive(glw::GLenum target) makeProgramAndSourceTextureActive() argument 516 checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw::GLenum target) checkSourceTextureSizeAndType() argument 632 prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel) prepareProgram() argument 856 checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChannelSelector channel, glw::GLenum target, const glw::GLchar* target_name) checkDestinationTexture() argument 1196 isTargetMultisampled(glw::GLenum target) isTargetMultisampled() argument [all...] |
/third_party/gn/src/gn/ |
H A D | command_meta.cc | 15 #include "gn/target.h" 20 const char kMeta_HelpShort[] = "meta: List target metadata collection results."; 24 gn meta <out_dir> <target>* --data=<key>[,<key>*]* [--walk=<key>[,<key>*]*] 34 <target(s)> 35 A list of target labels from which to initiate the walk. 38 A comma-separated list of keys from which to extract data. In each target 45 target walked, its metadata scope is checked for the presence of any of 47 that it is a label of a valid dependency of the target and then added to the 60 target and all of its dependency tree. 64 //base/foo:foo target an 98 const Target* target = ResolveTargetFromCommandLineString(setup, input); global() variable [all...] |
H A D | json_project_writer.cc | 34 // "target x full label" : { target x properties }, 35 // "target y full label" : { target y properties }, 39 // See desc_builder.cc for overview of target properties 43 void AddTargetDependencies(const Target* target, TargetSet* deps) { in AddTargetDependencies() argument 44 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in AddTargetDependencies() 70 for (const auto* target : *targets) in FilterTargets() 71 AddTargetDependencies(target, &target_set); in FilterTargets() 248 // into the target buffe [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | eurocreg.c | 148 char target[20]; in isEuroAware() local 155 target, in isEuroAware() 156 sizeof(target), in isEuroAware() 168 target, in isEuroAware()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_codec.h | 68 struct pipe_video_buffer *target, 75 struct pipe_video_buffer *target, 84 struct pipe_video_buffer *target, 109 struct pipe_video_buffer *target,
|
/third_party/node/tools/v8/ |
H A D | node_common.py | 47 target = os.path.join(v8_path, ".git") 48 if os.path.isdir(target): 49 print(">> Cleaning up %s" % target) 54 shutil.rmtree(target, onerror=OnRmError)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_layout.c | 91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target) in bi_block_offset() argument 98 bool forwards = target->index > start->block->index; in bi_block_offset() 108 * block until the target */ in bi_block_offset() 114 /* End just before the target */ in bi_block_offset() 115 if (blk == target) in bi_block_offset() 134 * and including the target to get to the beginning of the in bi_block_offset() 135 * target */ in bi_block_offset() 144 /* End just after the target */ in bi_block_offset() 145 if (blk == target) in bi_block_offset()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-proxy-gen.h | 19 TNode<JSProxy> AllocateProxy(TNode<Context> context, TNode<JSReceiver> target, 24 void CheckGetSetTrapResult(TNode<Context> context, TNode<JSReceiver> target, 29 void CheckHasTrapResult(TNode<Context> context, TNode<JSReceiver> target, 32 void CheckDeleteTrapResult(TNode<Context> context, TNode<JSReceiver> target,
|
/third_party/python/Tools/freeze/ |
H A D | winmakemakefile.py | 45 def makemakefile(outfp, vars, files, target): 49 realwork(vars, files, target) 53 def realwork(vars, moddefns, target): 57 print('target = %s' % target) 91 print("# As the target uses Python%s.dll, we must use this compiler option!" % version_suffix) 94 print("all: $(target)$(debug_suffix)%s" % (target_ext)) 136 print("$(target)$(debug_suffix)%s: $(temp_dir) $(OBJS)" % (target_ext)) 137 print("\tlink -out:$(target)$(debug_suffix)%s %s" % 148 print("\t-del /f $(target) [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/ |
H A D | esextcDisjointTimerQueryBase.hpp | 52 typedef void (*glBeginQueryEXTFunc)(GLenum target, GLuint id); 53 typedef void (*glEndQueryEXTFunc)(GLenum target); 54 typedef void (*glQueryCounterEXTFunc)(GLuint id, GLenum target); 55 typedef void (*glGetQueryivEXTFunc)(GLenum target, GLenum pname, GLint* params);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureFilterAnisotropicTests.hpp | 71 void generateTexture(const glw::Functions& gl, GLenum target); 72 void fillTexture(const glw::Functions& gl, GLenum target, GLenum internalFormat); 73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree); 77 void generateTokens(GLenum target, std::string& refTexCoordType, std::string& refSamplerType);
|
/third_party/python/Python/ |
H A D | makeopcodetargets.py | 31 """Write C code contents to the target file object. 52 target = sys.argv[1] 54 target = "Python/opcode_targets.h" 55 with open(target, "w") as f: 57 print("Jump table written into %s" % target)
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_options.c | 33 static int bond_option_arp_ip_target_add(struct bonding *bond, __be32 target); 34 static int bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target); 649 * @bond: target bond device 686 * @bond: target bond device 712 * @bond: target bond device 902 int *target) in _bond_option_delay_set() 919 *target = value / bond->params.miimon; in _bond_option_delay_set() 922 *target * bond->params.miimon); in _bond_option_delay_set() 1000 __be32 target, in _bond_options_arp_ip_target_set() 1010 targets[slot] = target; in _bond_options_arp_ip_target_set() 899 _bond_option_delay_set(struct bonding *bond, const struct bond_opt_value *newval, const char *name, int *target) _bond_option_delay_set() argument 999 _bond_options_arp_ip_target_set(struct bonding *bond, int slot, __be32 target, unsigned long last_rx) _bond_options_arp_ip_target_set() argument 1014 _bond_option_arp_ip_target_add(struct bonding *bond, __be32 target) _bond_option_arp_ip_target_add() argument 1044 bond_option_arp_ip_target_add(struct bonding *bond, __be32 target) bond_option_arp_ip_target_add() argument 1049 bond_option_arp_ip_target_rem(struct bonding *bond, __be32 target) bond_option_arp_ip_target_rem() argument 1100 __be32 target; bond_option_arp_ip_targets_set() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 171 has_layer_face_index_in_z(enum pipe_texture_target target) in has_layer_face_index_in_z() argument 173 if (target == PIPE_TEXTURE_CUBE || in has_layer_face_index_in_z() 174 target == PIPE_TEXTURE_1D_ARRAY || in has_layer_face_index_in_z() 175 target == PIPE_TEXTURE_2D_ARRAY || in has_layer_face_index_in_z() 176 target == PIPE_TEXTURE_CUBE_ARRAY) in has_layer_face_index_in_z() 189 adjust_z_layer(enum pipe_texture_target target, in adjust_z_layer() argument 192 if (target == PIPE_TEXTURE_CUBE || in adjust_z_layer() 193 target == PIPE_TEXTURE_1D_ARRAY || in adjust_z_layer() 194 target == PIPE_TEXTURE_2D_ARRAY || in adjust_z_layer() 195 target in adjust_z_layer() [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | badblocks.c | 44 * (or "before the sector after the target range") 60 sector_t target = s + sectors; in badblocks_check() local 66 target += (1<<bb->shift) - 1; in badblocks_check() 67 target >>= bb->shift; in badblocks_check() 69 /* 'target' is now the first block after the bad range */ in badblocks_check() 77 /* Binary search between lo and hi for 'target' in badblocks_check() 78 * i.e. for the last range that starts before 'target' in badblocks_check() 81 * are known not to be the last range before target. in badblocks_check() 89 if (a < target) in badblocks_check() 98 /* 'lo' might be the last that started before target, bu in badblocks_check() 334 sector_t target = s + sectors; badblocks_clear() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationDummyTest.java | 241 String target = "Thisisatest."; in TestJB581() 250 int result = coll.compare(source, target); in TestJB581() 259 result = coll.compare(source, target); in TestJB581() 269 targetKeyOut = coll.getCollationKey(target); in TestJB581() 292 String target[] = {"\uD800\uDC00", in TestSurrogates() 312 doTest(enCollation, source[count], target[count], -1); in TestSurrogates() 315 doTest(enCollation, source[count], target[count], 1); in TestSurrogates() 329 doTest(newCollation, source[count], target[count], -1); in TestSurrogates() 498 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest() argument 500 String t = new String(target); in doTest() 525 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationDummyTest.java | 244 String target = "Thisisatest."; in TestJB581() 253 int result = coll.compare(source, target); in TestJB581() 262 result = coll.compare(source, target); in TestJB581() 272 targetKeyOut = coll.getCollationKey(target); in TestJB581() 295 String target[] = {"\uD800\uDC00", in TestSurrogates() 315 doTest(enCollation, source[count], target[count], -1); in TestSurrogates() 318 doTest(enCollation, source[count], target[count], 1); in TestSurrogates() 332 doTest(newCollation, source[count], target[count], -1); in TestSurrogates() 501 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest() argument 503 String t = new String(target); in doTest() 528 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_1_0_autogen.h | 53 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params); 54 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params); 55 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvxv(GLenum target, GLenum pname, GLfixed *params); 56 ANGLE_EXPORT void GL_APIENTRY GL_GetTexParameterxv(GLenum target, GLenum pname, GLfixed *params); 78 GL_MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); 107 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvf(GLenum target, GLenum pname, GLfloat param); 108 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvfv(GLenum target, GLenum pname, const GLfloat *params); 109 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvi(GLenum target, GLenum pname, GLint param); 110 ANGLE_EXPORT void GL_APIENTRY GL_TexEnviv(GLenum target, GLenum pname, const GLint *params); 111 ANGLE_EXPORT void GL_APIENTRY GL_TexEnvx(GLenum target, GLenu [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftglyph.c | 100 FT_BitmapGlyph target = (FT_BitmapGlyph)bitmap_target; in FT_CALLBACK_DEF() local 103 target->left = source->left; in FT_CALLBACK_DEF() 104 target->top = source->top; in FT_CALLBACK_DEF() 106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); in FT_CALLBACK_DEF() 167 FT_Outline* target = &glyph->outline; in FT_CALLBACK_DEF() local 185 FT_Outline_Copy( source, target ); in FT_CALLBACK_DEF() 207 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target; in FT_CALLBACK_DEF() local 215 &target->outline ); in FT_CALLBACK_DEF() 217 FT_Outline_Copy( &source->outline, &target->outline ); in FT_CALLBACK_DEF() 317 FT_Glyph *target ) in FT_EXPORT_DEF() [all...] |