Home
last modified time | relevance | path

Searched full:hint (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetaddrinfo.c33 …* @tc.desc : Each parameter is valid, the ai_flags of hint is AI_PASSIVE, which can resolve t…
39 struct addrinfo *result, hint; in getaddrinfo_0100() local
40 hint.ai_flags = AI_PASSIVE; in getaddrinfo_0100()
41 hint.ai_family = AF_UNSPEC; in getaddrinfo_0100()
42 int ret = getaddrinfo("127.0.0.1", NULL, &hint, &result); in getaddrinfo_0100()
56 struct addrinfo *result, hint; in getaddrinfo_0200() local
57 hint.ai_flags = AI_ALL; in getaddrinfo_0200()
58 hint.ai_family = AF_UNSPEC; in getaddrinfo_0200()
59 int ret = getaddrinfo("127.0.0.1", NULL, &hint, &result); in getaddrinfo_0200()
69 * (hint.ai_flags =AI_NUMERICHOST).
[all …]
/third_party/mesa3d/src/mesa/main/
Dhint.c30 #include "hint.h"
56 if (ctx->Hint.Fog == mode) in _mesa_Hint()
59 ctx->Hint.Fog = mode; in _mesa_Hint()
64 if (ctx->Hint.LineSmooth == mode) in _mesa_Hint()
67 ctx->Hint.LineSmooth = mode; in _mesa_Hint()
72 if (ctx->Hint.PerspectiveCorrection == mode) in _mesa_Hint()
75 ctx->Hint.PerspectiveCorrection = mode; in _mesa_Hint()
80 if (ctx->Hint.PointSmooth == mode) in _mesa_Hint()
83 ctx->Hint.PointSmooth = mode; in _mesa_Hint()
88 if (ctx->Hint.PolygonSmooth == mode) in _mesa_Hint()
[all …]
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt32 Accepted by the <target> parameters of Hint and HintPGI:
73 Function HintPGI behaves the same as Hint, except it accepts
76 than Hint:
80 HintPGI calls are sent to the server as Hint, so this function
83 Functions Hint and HintPGI accept the following targets and modes:
100 This hint indicates whether the application is willing to accept
108 This hint indicates whether the application is willing to accept
115 This hint indicates whether the application is willing to accept
122 This hint indicates whether the application is willing to accept
130 This hint indicates that the application is about to perform
[all …]
DPGI_vertex_hints.txt32 Accepted by the <target> parameters of Hint and HintPGI:
39 Accepted by the <mode> parameters of Hint and HintPGI:
75 Functions Hint and HintPGI accept the following targets and modes:
81 This hint indicates which GL calls might occur between Begin/End pairs.
82 If <mode> is any of FALSE, then the hint is "disabled" -- this means
117 This hint indicates that OpenGL function calls will occur
138 This hint indicates the maximum number of Vertex functions which
140 hint is "disabled" -- any number of Vertex functions might occur
146 disable the hint.
150 This hint indicates which <face> paramters will occur for any
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt32 Accepted by the <target> parameters of Hint and HintPGI:
73 Function HintPGI behaves the same as Hint, except it accepts
76 than Hint:
80 HintPGI calls are sent to the server as Hint, so this function
83 Functions Hint and HintPGI accept the following targets and modes:
100 This hint indicates whether the application is willing to accept
108 This hint indicates whether the application is willing to accept
115 This hint indicates whether the application is willing to accept
122 This hint indicates whether the application is willing to accept
130 This hint indicates that the application is about to perform
[all …]
DPGI_vertex_hints.txt32 Accepted by the <target> parameters of Hint and HintPGI:
39 Accepted by the <mode> parameters of Hint and HintPGI:
75 Functions Hint and HintPGI accept the following targets and modes:
81 This hint indicates which GL calls might occur between Begin/End pairs.
82 If <mode> is any of FALSE, then the hint is "disabled" -- this means
117 This hint indicates that OpenGL function calls will occur
138 This hint indicates the maximum number of Vertex functions which
140 hint is "disabled" -- any number of Vertex functions might occur
146 disable the hint.
150 This hint indicates which <face> paramters will occur for any
[all …]
/third_party/musl/Benchmark/musl/
Dlibc_network.cpp42 struct addrinfo hint; in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1() local
44 bzero(&hint, sizeof(struct addrinfo)); in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1()
45 hint.ai_flags = AI_PASSIVE; in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1()
46 hint.ai_family = AF_UNSPEC; in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1()
48 int n = getaddrinfo("127.0.0.1", nullptr, &hint, &res); in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1()
61 struct addrinfo hint; in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2() local
63 bzero(&hint, sizeof(struct addrinfo)); in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
64 hint.ai_flags = AI_ALL; // Find IPv4 and IPV6 in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
65 hint.ai_family = AF_UNSPEC; // not specified in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
67 int n = getaddrinfo("127.0.0.1", nullptr, &hint, &res); in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
[all …]
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c82 PSH_Hint hint = table->hints; in psh_hint_table_deactivate() local
85 for ( ; count > 0; count--, hint++ ) in psh_hint_table_deactivate()
87 psh_hint_deactivate( hint ); in psh_hint_table_deactivate()
88 hint->order = -1; in psh_hint_table_deactivate()
93 /* internal function to record a new hint */
98 PSH_Hint hint = table->hints + idx; in psh_hint_table_record() local
103 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx )); in psh_hint_table_record()
108 if ( psh_hint_is_active( hint ) ) in psh_hint_table_record()
111 psh_hint_activate( hint ); in psh_hint_table_record()
113 /* now scan the current active hint set to check */ in psh_hint_table_record()
[all …]
/third_party/node/deps/v8/src/compiler/
Djs-type-hint-lowering.cc5 #include "src/compiler/js-type-hint-lowering.h"
78 bool GetBinaryNumberOperationHint(NumberOperationHint* hint) { in GetBinaryNumberOperationHint() argument
80 hint); in GetBinaryNumberOperationHint()
83 bool GetBinaryBigIntOperationHint(BigIntOperationHint* hint) { in GetBinaryBigIntOperationHint() argument
85 hint); in GetBinaryBigIntOperationHint()
88 bool GetCompareNumberOperationHint(NumberOperationHint* hint) { in GetCompareNumberOperationHint() argument
91 *hint = NumberOperationHint::kSignedSmall; in GetCompareNumberOperationHint()
94 *hint = NumberOperationHint::kNumber; in GetCompareNumberOperationHint()
97 *hint = NumberOperationHint::kNumberOrBoolean; in GetCompareNumberOperationHint()
100 *hint = NumberOperationHint::kNumberOrOddball; in GetCompareNumberOperationHint()
[all …]
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpshints.c60 size_t j; /* index of upper hint map edge */
86 * Adjust stem hint for darkening here.
90 cf2_hint_init( CF2_Hint hint, in cf2_hint_init() argument
102 FT_ZERO( hint ); in cf2_hint_init()
116 hint->csCoord = stemHint->max; in cf2_hint_init()
117 hint->flags = CF2_GhostBottom; in cf2_hint_init()
120 hint->flags = 0; in cf2_hint_init()
128 hint->flags = 0; in cf2_hint_init()
131 hint->csCoord = stemHint->min; in cf2_hint_init()
132 hint->flags = CF2_GhostTop; in cf2_hint_init()
[all …]
/third_party/node/deps/v8/src/base/
Demulated-virtual-address-subspace.cc48 Address hint, size_t size, size_t alignment, PagePermissions permissions) { in AllocatePages() argument
49 if (hint == kNoHint || MappedRegionContains(hint, size)) { in AllocatePages()
53 Address address = region_allocator_.AllocateRegion(hint, size, alignment); in AllocatePages()
65 // No luck or hint is outside of the mapped region. Try to allocate pages in in AllocatePages()
77 while (!UnmappedRegionContains(hint, size)) { in AllocatePages()
78 hint = RandomPageAddress(); in AllocatePages()
80 hint = RoundDown(hint, alignment); in AllocatePages()
83 parent_space_->AllocatePages(hint, size, alignment, permissions); in AllocatePages()
91 hint = RandomPageAddress(); in AllocatePages()
109 Address hint, size_t size, PagePermissions permissions, in AllocateSharedPages() argument
[all …]
Dvirtual-address-space.cc76 Address VirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages() argument
80 DCHECK(IsAligned(hint, alignment)); in AllocatePages()
84 OS::Allocate(reinterpret_cast<void*>(hint), size, alignment, in AllocatePages()
108 void* hint = reinterpret_cast<void*>(address); in AllocateGuardRegion() local
109 void* result = OS::Allocate(hint, size, allocation_granularity(), in AllocateGuardRegion()
111 if (result && result != hint) { in AllocateGuardRegion()
114 return result == hint; in AllocateGuardRegion()
129 Address hint, size_t size, PagePermissions permissions, in AllocateSharedPages() argument
131 DCHECK(IsAligned(hint, allocation_granularity())); in AllocateSharedPages()
136 reinterpret_cast<void*>(hint), size, in AllocateSharedPages()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_multisample_filter_hint.txt44 resolved color. This extension provides a hint that permits
68 When does changing the multisampling filter hint take effect?
71 operation that the multisample hint actually takes effect.
74 What is the meaning of GL_DONT_CARE for the multisample hint?
78 for this hint may be subject to a registry (or environment) setting,
87 Can the meaning of the multisample hint vary depending on the number
92 The following describes how GeForce3 uses the multisample hint:
95 filter hint affects multisample filtering as follows: GL_NICEST uses
100 filter hint affects multisample filtering as follows: GL_NICEST
134 RESOLUTION: The multisample filter hint is treated as GL_DONT_CARE
[all …]
/third_party/openGLES/extensions/NV/
DNV_multisample_filter_hint.txt44 resolved color. This extension provides a hint that permits
68 When does changing the multisampling filter hint take effect?
71 operation that the multisample hint actually takes effect.
74 What is the meaning of GL_DONT_CARE for the multisample hint?
78 for this hint may be subject to a registry (or environment) setting,
87 Can the meaning of the multisample hint vary depending on the number
92 The following describes how GeForce3 uses the multisample hint:
95 filter hint affects multisample filtering as follows: GL_NICEST uses
100 filter hint affects multisample filtering as follows: GL_NICEST
134 RESOLUTION: The multisample filter hint is treated as GL_DONT_CARE
[all …]
/third_party/typescript/src/compiler/transformers/module/
Dnode.ts28 function onSubstituteNode(hint: EmitHint, node: Node) {
34 return previousOnSubstituteNode(hint, node);
38 return previousOnSubstituteNode(hint, node);
41 return esmOnSubstituteNode(hint, node);
43 return cjsOnSubstituteNode(hint, node);
47 …function onEmitNode(hint: EmitHint, node: Node, emitCallback: (hint: EmitHint, node: Node) => void…
52 return previousOnEmitNode(hint, node, emitCallback);
55 return esmOnEmitNode(hint, node, emitCallback);
57 return cjsOnEmitNode(hint, node, emitCallback);
/third_party/typescript/src/compiler/transformers/
Des5.ts13 …let previousOnEmitNode: (hint: EmitHint, node: Node, emitCallback: (hint: EmitHint, node: Node) =>…
42 * @param hint A hint as to the intended usage of the node.
46 …function onEmitNode(hint: EmitHint, node: Node, emitCallback: (emitContext: EmitHint, node: Node) …
56 previousOnEmitNode(hint, node, emitCallback);
62 * @param hint A hint as to the intended usage of the node.
65 function onSubstituteNode(hint: EmitHint, node: Node) {
67 return previousOnSubstituteNode(hint, node);
70 node = previousOnSubstituteNode(hint, node);
/third_party/jerryscript/tests/debugger/
Ddo_throw_adv.expected5 Exception hint: 2
11 Exception hint: 4
15 Exception hint: Catch again
19 Exception hint: 7
23 Exception hint: 10
27 Exception hint: Replace the other error
31 Exception hint: 13
35 Exception hint: Should be caught
39 Exception hint: 16
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c56 primeForNumBits(n) >= hint.
58 static int countBits(int hint) in countBits() argument
61 int bits = hint; in countBits()
70 } else if (primeForNumBits(numBits) < hint) { in countBits()
95 static void cso_data_rehash(struct cso_hash *hash, int hint) in cso_data_rehash() argument
97 if (hint < 0) { in cso_data_rehash()
98 hint = countBits(-hint); in cso_data_rehash()
99 if (hint < MinNumBits) in cso_data_rehash()
100 hint = MinNumBits; in cso_data_rehash()
101 hash->userNumBits = (short)hint; in cso_data_rehash()
[all …]
/third_party/vk-gl-cts/android/cts/
DAndroidTest.xml56 <option name="runtime-hint" value="23m"/>
65 <option name="runtime-hint" value="5m"/>
74 <option name="runtime-hint" value="2m"/>
83 <option name="runtime-hint" value="46m"/>
92 <option name="runtime-hint" value="10m"/>
101 <option name="runtime-hint" value="10m"/>
111 <option name="runtime-hint" value="1h50m"/>
121 <option name="runtime-hint" value="10m"/>
131 <option name="runtime-hint" value="10m"/>
141 <option name="runtime-hint" value="1m"/>
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_fieldhint.c41 FILE *hint; member
57 … { "hint", "set hint file", OFFSET(hint_file_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
58 …{ "mode", "set hint mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_HINTS-1, FLAGS, "mode" },
73 av_log(ctx, AV_LOG_ERROR, "Hint file must be set.\n"); in init()
76 s->hint = avpriv_fopen_utf8(s->hint_file_str, "r"); in init()
77 if (!s->hint) { in init()
121 char hint = '=', field = '='; in filter_frame() local
137 if (fgets(buf, sizeof(buf)-1, s->hint)) { in filter_frame()
141 } else if (sscanf(buf, "%"PRId64",%"PRId64" %c %c", &tf, &bf, &hint, &field) == 4) { in filter_frame()
143 } else if (sscanf(buf, "%"PRId64",%"PRId64" %c", &tf, &bf, &hint) == 3) { in filter_frame()
[all …]
/third_party/typescript/tests/cases/fourslash/
DcodeFixClassImplementInterfaceComputedPropertyNameWellKnownSymbols.ts14 //// [Symbol.toPrimitive](hint: "number"): number;
15 //// [Symbol.toPrimitive](hint: "default"): number;
16 //// [Symbol.toPrimitive](hint: "string"): string;
35 [Symbol.toPrimitive](hint: "number"): number;
36 [Symbol.toPrimitive](hint: "default"): number;
37 [Symbol.toPrimitive](hint: "string"): string;
62 [Symbol.toPrimitive](hint: "number"): number;
63 [Symbol.toPrimitive](hint: "default"): number;
64 [Symbol.toPrimitive](hint: "string"): string;
65 [Symbol.toPrimitive](hint: unknown): string | number {
/third_party/jerryscript/tools/pylint/
Dpylintrc203 # Include a hint for the correct naming format with invalid-name
204 include-naming-hint=no
209 # Naming hint for function names
210 function-name-hint=[a-z_][a-z0-9_]{2,30}$
215 # Naming hint for variable names
216 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
221 # Naming hint for constant names
222 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
227 # Naming hint for attribute names
228 attr-name-hint=[a-z_][a-z0-9_]{2,30}$
[all …]
/third_party/glfw/docs/
Dcompat.dox33 `GLFW_DECORATED` hint will have no effect.
95 `GLFW_SAMPLES` hint will have no effect.
100 hints will only be partially supported, the `GLFW_OPENGL_DEBUG_CONTEXT` hint
107 `GLFW_OPENGL_PROFILE` hint to anything but `GLFW_OPENGL_ANY_PROFILE`, or setting
113 extension is unavailable, the `GLFW_CONTEXT_RELEASE_BEHAVIOR` hint will have no
118 extensions are unavailable, the `GLFW_SRGB_CAPABLE` hint will have no effect.
138 unavailable, the `GLFW_SAMPLES` hint will have no effect.
143 hints will only be partially supported, the `GLFW_OPENGL_DEBUG_CONTEXT` hint
150 `GLFW_OPENGL_PROFILE` hint to anything but `GLFW_OPENGL_ANY_PROFILE` will cause
155 extension is unavailable, the `GLFW_CONTEXT_RELEASE_BEHAVIOR` hint will have no
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferMapTests.cpp613 const deUint32 hint = GL_STATIC_READ; in init() local
618 …xt, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, 0, size, wri… in init()
619 …, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs,… in init()
633 deUint32 hint = usageHints[hintNdx]; in init() local
635 string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(hint); in init()
637 …hintsGroup->addChild(new BufferMapReadCase(m_context, name.c_str(), "", target, hint, size, 0, siz… in init()
658 deUint32 hint = GL_STATIC_DRAW; in init() local
662 string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(hint); in init()
664 …context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, verify)); in init()
665 …, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs,… in init()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp188 // CopyHint is a sortable hint derived from a COPY instruction. in weightCalcHelper()
196 // Always prefer any physreg hint. in weightCalcHelper()
247 Register hint = copyHint(mi, li.reg, tri, mri); in weightCalcHelper() local
248 if (!hint) in weightCalcHelper()
254 volatile float hweight = Hint[hint] += weight; in weightCalcHelper()
255 if (Register::isVirtualRegister(hint) || mri.isAllocatable(hint)) in weightCalcHelper()
257 CopyHint(hint, hweight, Register::isPhysicalRegister(hint))); in weightCalcHelper()
260 Hint.clear(); in weightCalcHelper()
264 // Remove a generic hint if previously added by target. in weightCalcHelper()
269 for (auto &Hint : CopyHints) { in weightCalcHelper() local
[all …]

12345678910>>...68