/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 63 struct timespec start, end, now, target; in mqueue_lat_test() local 81 target = now; in mqueue_lat_test() 82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test() 84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebt_redirect.c | 34 return info->target; in ebt_redirect_tg() 42 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check() 51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check() 62 .target = ebt_redirect_tg,
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 63 struct timespec start, end, now, target; in mqueue_lat_test() local 81 target = now; in mqueue_lat_test() 82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test() 84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_redirect.c | 34 return info->target; in ebt_redirect_tg() 42 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_redirect_tg_check() 51 if (ebt_invalid_target(info->target)) in ebt_redirect_tg_check() 62 .target = ebt_redirect_tg,
|
/third_party/glfw/tests/ |
H A D | icon.c | 75 unsigned char* target = pixels; in set_icon() local 83 memcpy(target, icon_colors[icon_color], 4); in set_icon() 85 memset(target, 0, 4); in set_icon() 87 target += 4; in set_icon()
|
/third_party/jerryscript/targets/mbedos5/ |
H A D | Makefile | 19 BOARD=$(subst [mbed] ,,$(shell mbed target)) 56 mbed target $(BOARD) 62 mbed target $(BOARD) 86 mbed target $(BOARD)
|
/third_party/node/lib/internal/bootstrap/ |
H A D | browser.js | 91 function exposeNamespace(target, name, namespaceObject) { 92 ObjectDefineProperty(target, name, { 101 function exposeGetterAndSetter(target, name, getter, setter = undefined) { 102 ObjectDefineProperty(target, name, {
|
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2_02.c | 19 * - EINVAL when target is a symbolic link 20 * - succeed when target is a mount point 53 static int umount2_retry(const char *target, int flags) in umount2_retry() argument 58 ret = umount2(target, flags); in umount2_retry() 63 target, flags, i); in umount2_retry() 69 target, flags); in umount2_retry()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_screen.c | 39 enum pipe_texture_target target, in fd2_screen_is_format_supported() 45 if ((target >= PIPE_MAX_TEXTURE_TYPES) || in fd2_screen_is_format_supported() 47 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x", in fd2_screen_is_format_supported() 48 util_format_name(format), target, sample_count, usage); in fd2_screen_is_format_supported() 88 DBG("not supported: format=%s, target=%d, sample_count=%d, " in fd2_screen_is_format_supported() 90 util_format_name(format), target, sample_count, usage, retval); in fd2_screen_is_format_supported() 37 fd2_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd2_screen_is_format_supported() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_screen.c | 41 enum pipe_texture_target target, in fd3_screen_is_format_supported() 47 if ((target >= PIPE_MAX_TEXTURE_TYPES) || in fd3_screen_is_format_supported() 49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x", in fd3_screen_is_format_supported() 50 util_format_name(format), target, sample_count, usage); in fd3_screen_is_format_supported() 89 DBG("not supported: format=%s, target=%d, sample_count=%d, " in fd3_screen_is_format_supported() 91 util_format_name(format), target, sample_count, usage, retval); in fd3_screen_is_format_supported() 39 fd3_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd3_screen_is_format_supported() argument
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | benchmark.py | 25 "--target", 29 help="Which target to use for the benchmark (default is xxl.py)", 91 target = args.target 96 if target == "xxl": 100 elif target == "stdlib":
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_except.py | 14 This is done because the target of an "except" clause must be a 61 target = N.clone() 62 target.prefix = "" 78 assign = Assign(target, Attr(new_N, Name('args'))) 80 assign = Assign(target, new_N)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL43_autogen.h | 21 GLenum target, 27 GLenum target, 35 GLenum target, 76 GLenum target,
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Utils.java | 61 static void copyBytes(byte[] dst, int target, byte[] src, int start, int end) { in copyBytes() argument 62 System.arraycopy(src, start, dst, target, end - start); in copyBytes() 65 static void copyBytesWithin(byte[] bytes, int target, int start, int end) { in copyBytesWithin() argument 66 System.arraycopy(bytes, start, bytes, target, end - start); in copyBytesWithin()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_enum_util.cc | 49 int GetValue(const EnumEntry* enums, int i, int target) { in GetValue() argument 51 return target; in GetValue() 61 EnumEntry target{name, 0}; in LookUpEnumValue() 62 auto it = std::lower_bound(enums, enums + size, target, EnumCompareByName); in LookUpEnumValue()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureStateQueryTests.cpp | 77 glw::GLenum target; in init() member 117 textureTargets[targetNdx].target)); in init() 121 if (!isLegalTesterForTarget(textureTargets[targetNdx].target, states[stateNdx].tester)) in init() 129 textureTargets[targetNdx].target, in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.hpp | 73 bool isLegalTesterForTarget (glw::GLenum target, TesterType tester); 74 bool isMultisampleTarget (glw::GLenum target); 77 tcu::TestCase* createIsTextureTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, glw::GLenum target); 78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester);
|
/third_party/node/src/crypto/ |
H A D | crypto_keys.cc | 438 Local<Object> target) { in ExportJWKSecretKey() 458 if (target->Set( in ExportJWKSecretKey() 462 target->Set( in ExportJWKSecretKey() 490 Local<Object> target, in ExportJWKAsymmetricKey() 494 if (handleRsaPss) return ExportJWKRsaKey(env, key, target); in ExportJWKAsymmetricKey() 497 case EVP_PKEY_RSA: return ExportJWKRsaKey(env, key, target); in ExportJWKAsymmetricKey() 498 case EVP_PKEY_EC: return ExportJWKEcKey(env, key, target).IsJust() ? in ExportJWKAsymmetricKey() 506 case EVP_PKEY_X448: return ExportJWKEdKey(env, key, target); in ExportJWKAsymmetricKey() 531 Local<Object> target) { in GetSecretKeyDetail() 536 return target in GetSecretKeyDetail() 435 ExportJWKSecretKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) ExportJWKSecretKey() argument 487 ExportJWKAsymmetricKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target, bool handleRsaPss) ExportJWKAsymmetricKey() argument 528 GetSecretKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetSecretKeyDetail() argument 541 GetAsymmetricKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetAsymmetricKeyDetail() argument 1342 Initialize(Environment* env, Local<Object> target) Initialize() argument 1482 Initialize(Environment* env, Local<Object> target) Initialize() argument [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 11 # The code below generates a separate .mk file for each target, but 374 CC.target ?= %(CC.target)s 375 CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS) 376 CXX.target ?= %(CXX.target)s 377 CXXFLAGS.target ?= $(CPPFLAGS) $(CXXFLAGS) 378 LINK.target ?= %(LINK.target)s 379 LDFLAGS.target [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 11 # The code below generates a separate .mk file for each target, but 375 CC.target ?= %(CC.target)s 376 CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS) 377 CXX.target ?= %(CXX.target)s 378 CXXFLAGS.target ?= $(CPPFLAGS) $(CXXFLAGS) 379 LINK.target ?= %(LINK.target)s 380 LDFLAGS.target [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 122 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace() argument 124 switch (target) in texTargetToFace() 611 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() argument 615 RC_IF_ERROR(target != GL_TEXTURE_1D && in bindTexture() 616 target != GL_TEXTURE_2D && in bindTexture() 617 target != GL_TEXTURE_CUBE_MAP && in bindTexture() 618 target != GL_TEXTURE_2D_ARRAY && in bindTexture() 619 target != GL_TEXTURE_3D && in bindTexture() 620 target != GL_TEXTURE_CUBE_MAP_ARRAY, in bindTexture() 623 RC_IF_ERROR(glu::isContextTypeES(m_limits.contextType) && (target in bindTexture() 751 bindFramebuffer(deUint32 target, deUint32 name) bindFramebuffer() argument 829 bindRenderbuffer(deUint32 target, deUint32 name) bindRenderbuffer() argument 1297 texSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) texSubImage1D() argument 1302 texSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) texSubImage2D() argument 1307 texSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) texSubImage3D() argument 1444 copyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) copyTexImage1D() argument [all...] |
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 458 def ProcessingInstruction(target, text=None): 464 *target* is a string containing the processing instruction, *text* is a 469 element.text = target 1280 self._parser = _parser or XMLParser(target=TreeBuilder()) 1337 parser = XMLParser(target=TreeBuilder()) 1353 parser = XMLParser(target=TreeBuilder()) 1376 parser = XMLParser(target=TreeBuilder()) 1485 def pi(self, target, text=None): 1488 *target* is the target nam [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_pm72.c | 262 wf_control_get(cpu_rear_fans[cpu], &sp->target); in cpu_fans_tick_split() 264 DBG_LOTS(" CPU%d: cur_target = %d RPM\n", cpu, sp->target); in cpu_fans_tick_split() 283 DBG_LOTS(" CPU%d: target = %d RPM\n", cpu, sp->target); in cpu_fans_tick_split() 286 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_split() 295 intake = (sp->target * CPU_INTAKE_SCALE) >> 16; in cpu_fans_tick_split() 318 wf_control_get(cpu_rear_fans[0], &sp->target); in cpu_fans_tick_combined() 320 DBG_LOTS(" CPUs: cur_target = %d RPM\n", sp->target); in cpu_fans_tick_combined() 351 intake = (sp->target * CPU_INTAKE_SCALE) >> 16; in cpu_fans_tick_combined() 360 pump = (sp->target * wf_control_get_ma in cpu_fans_tick_combined() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | cstate.c | 402 * events when there is a valid target available 406 unsigned int target; in cstate_cpu_exit() local 411 target = cpumask_any_but(topology_sibling_cpumask(cpu), cpu); in cstate_cpu_exit() 412 /* Migrate events if there is a valid target */ in cstate_cpu_exit() 413 if (target < nr_cpu_ids) { in cstate_cpu_exit() 414 cpumask_set_cpu(target, &cstate_core_cpu_mask); in cstate_cpu_exit() 415 perf_pmu_migrate_context(&cstate_core_pmu, cpu, target); in cstate_cpu_exit() 422 target = cpumask_any_but(topology_die_cpumask(cpu), cpu); in cstate_cpu_exit() 423 /* Migrate events if there is a valid target */ in cstate_cpu_exit() 424 if (target < nr_cpu_id in cstate_cpu_exit() 434 unsigned int target; cstate_cpu_init() local [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_pm72.c | 262 wf_control_get(cpu_rear_fans[cpu], &sp->target); in cpu_fans_tick_split() 264 DBG_LOTS(" CPU%d: cur_target = %d RPM\n", cpu, sp->target); in cpu_fans_tick_split() 283 DBG_LOTS(" CPU%d: target = %d RPM\n", cpu, sp->target); in cpu_fans_tick_split() 286 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_split() 295 intake = (sp->target * CPU_INTAKE_SCALE) >> 16; in cpu_fans_tick_split() 318 wf_control_get(cpu_rear_fans[0], &sp->target); in cpu_fans_tick_combined() 320 DBG_LOTS(" CPUs: cur_target = %d RPM\n", sp->target); in cpu_fans_tick_combined() 351 intake = (sp->target * CPU_INTAKE_SCALE) >> 16; in cpu_fans_tick_combined() 360 pump = (sp->target * wf_control_get_ma in cpu_fans_tick_combined() [all...] |