HomeSort by relevance Sort by last modified time
    Searched defs:hint (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/freetype/src/pshinter/
pshalgo.h 30 /* handle to Hint structure */
34 /* hint bit-flags */
50 /* hint structure */
165 PSH_Hint hint; member in struct:PSH_PointRec_
219 (*PSH_HintFunc)( PSH_Hint hint,
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 153 short hint; member in struct:cursor
  /external/mesa3d/src/mesa/main/
attrib.c 40 #include "hint.h"
415 (void*)&ctx->Hint))
1143 const struct gl_hint_attrib *hint; local
    [all...]
  /external/v8/src/
feedback-vector.cc 626 BinaryOperationHint hint = GetBinaryOperationFeedback(); local
627 if (hint == BinaryOperationHint::kNone) {
629 } else if (hint == BinaryOperationHint::kAny) {
636 CompareOperationHint hint = GetCompareOperationFeedback(); local
637 if (hint == CompareOperationHint::kNone) {
639 } else if (hint == CompareOperationHint::kAny) {
646 ForInHint hint = GetForInFeedback(); local
647 if (hint == ForInHint::kNone) {
649 } else if (hint == ForInHint::kAny) {
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 1396 HInstruction* hint = HuntForDeclaration(context->InputAt(1)); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 793 gl.hint(GL_FRAGMENT_SHADER_DERIVATIVE_HINT, m_hint);
1740 deUint32 hint; member in struct:deqp::gles3::Functional::__anon19806
1764 deUint32 hint; member in struct:deqp::gles3::Functional::__anon19808
1807 const deUint32 hint = GL_DONT_CARE; local
1835 const deUint32 hint = GL_DONT_CARE; local
1853 const deUint32 hint = s_hints[hintCaseNdx].hint; local
1892 const deUint32 hint = s_textureConfigs[texCaseNdx].hint; local
    [all...]
es3fTextureMipmapTests.cpp 794 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
817 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height)
822 , m_hint (hint)
879 gl.hint(GL_GENERATE_MIPMAP_HINT, m_hint);
928 TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size);
950 TextureCubeGenMipmapCase::TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size)
955 , m_hint (hint)
2423 deUint32 hint; member in struct:deqp::gles3::Functional::__anon19847
    [all...]
  /external/python/cpython3/Objects/
abstract.c 79 /* The length hint function returns a non-negative value from o.__len__()
88 PyObject *hint, *result; local
104 hint = _PyObject_LookupSpecial(o, &PyId___length_hint__);
105 if (hint == NULL) {
111 result = _PyObject_CallNoArg(hint);
112 Py_DECREF(hint);
    [all...]
  /external/toybox/toys/pending/
ip.c 2473 struct addrinfo *info, hint; local
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 1582 MachineType hint = LoadRepresentationOf(hint_node->op()); local
    [all...]
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 164 String16 hint = local
166 for (size_t i = 0; i < hint.length(); ++i) {
167 if (hint[i] == '\r' || hint[i] == '\n' || hint[i] == ';') {
168 return hint.substring(0, i);
171 return hint;
175 const String16& hint, int* lineNumber,
179 if (hint.isEmpty()) return;
189 size_t nextMatch = searchArea.find(hint, offset)
514 String16 hint; local
1497 String16 hint; local
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.cc 1779 void Assembler::hint(SystemHint code) { hint(static_cast<int>(code)); } function in class:vixl::aarch64::Assembler
1782 void Assembler::hint(int imm7) { function in class:vixl::aarch64::Assembler
    [all...]
disasm-aarch64.cc 5667 unsigned hint = instr->GetPrefetchHint(); local
    [all...]
  /external/libunwind/include/
dwarf.h 261 unsigned short hint; /* hint for next rs to try (or -1) */ member in struct:dwarf_reg_state
320 short hint; /* faster lookup of the rs cache */ member in struct:dwarf_cursor
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 1123 MachineType hint = LoadRepresentationOf(hint_node->op()); local
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 36 bool GetCompareNumberOperationHint(NumberOperationHint* hint) {
40 *hint = NumberOperationHint::kSignedSmall;
43 *hint = NumberOperationHint::kNumber;
46 *hint = NumberOperationHint::kNumberOrOddball;
427 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
428 if ((hint == NumberOperationHint::kNumber ||
429 hint == NumberOperationHint::kNumberOrOddball) &&
476 BinaryOperationHint hint = BinaryOperationHint::kAny; // Dummy. local
477 NodeProperties::ChangeOp(node, javascript()->Add(hint));
624 NumberOperationHint hint = NumberOperationHintOf(node->op()) local
913 NumberOperationHint hint; local
    [all...]
simplified-lowering.cc 94 NumberOperationHint hint, const VectorSlotPair& feedback = VectorSlotPair(),
96 switch (hint) {
110 UseInfo CheckedUseInfoAsFloat64FromHint(NumberOperationHint hint,
112 switch (hint) {
891 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
892 return VisitBinop(node, CheckedUseInfoAsWord32FromHint(hint),
1307 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
1397 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
1692 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
1774 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
1855 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
2015 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
2044 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
2063 NumberOperationHint hint = NumberOperationHintOf(node->op()); local
    [all...]
effect-control-linearizer.cc 260 BranchHint const hint = BranchHintOf(branch->op()); local
269 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1);
    [all...]
register-allocator.cc 260 void* hint, UsePositionHintType hint_type)
261 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) {
262 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone);
2189 void* hint = &to; local
2258 InstructionOperand* hint = nullptr; local
    [all...]
  /external/capstone/include/
sparc.h 65 //> Branch hint
67 SPARC_HINT_INVALID = 0, // no hint
102 sparc_hint hint; // branch hint: encoding as bitwise OR of sparc_hint. member in struct:cs_sparc
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c 3616 CFOptionFlags hint; local
    [all...]
  /external/v8/src/heap/
spaces.cc 136 void* hint = code_range_address_hint.Pointer()->GetAddressHint(requested); local
138 requested, Max(kCodeRangeAreaAlignment, AllocatePageSize()), hint,
526 void* hint,
529 if (!AlignedAllocVirtualMemory(size, alignment, hint, &reservation)) {
541 Executability executable, void* hint, VirtualMemory* controller) {
545 ReserveAlignedMemory(reserve_size, alignment, hint, &reservation);
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 4972 unsigned long hint = SSL_SESSION_get_ticket_lifetime_hint(self->session); local
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 2621 void Assembler::hint(SystemHint code) { Emit(HINT | ImmHint(code) | Rt(xzr)); } function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ast/
ast.h 2652 IteratorType hint() const { return hint_; } function in class:v8::internal::final
    [all...]

Completed in 2172 milliseconds

1 2 34 5