Home
last modified time | relevance | path

Searched refs:accel (Results 1 – 25 of 41) sorted by relevance

12

/external/python/cpython3/Parser/
Dacceler.c68 int *accel; in fixstate() local
71 accel = (int *) PyObject_MALLOC(nl * sizeof(int)); in fixstate()
72 if (accel == NULL) { in fixstate()
77 accel[k] = -1; in fixstate()
96 if (accel[ibit] != -1) in fixstate()
98 accel[ibit] = a->a_arrow | (1 << 7) | in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
108 while (nl > 0 && accel[nl-1] == -1) in fixstate()
110 for (k = 0; k < nl && accel[k] == -1;) in fixstate()
122 s->s_accel[i] = accel[k]; in fixstate()
[all …]
/external/python/cpython2/Parser/
Dacceler.c68 int *accel; in fixstate() local
71 accel = (int *) PyObject_MALLOC(nl * sizeof(int)); in fixstate()
72 if (accel == NULL) { in fixstate()
77 accel[k] = -1; in fixstate()
96 if (accel[ibit] != -1) in fixstate()
98 accel[ibit] = a->a_arrow | (1 << 7) | in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
108 while (nl > 0 && accel[nl-1] == -1) in fixstate()
110 for (k = 0; k < nl && accel[k] == -1;) in fixstate()
122 s->s_accel[i] = accel[k]; in fixstate()
[all …]
/external/freetype/src/pcf/
Dpcfread.c1178 PCF_Accel accel = &face->accel; in pcf_get_accel() local
1208 if ( FT_STREAM_READ_FIELDS( pcf_accel_msb_header, accel ) ) in pcf_get_accel()
1213 if ( FT_STREAM_READ_FIELDS( pcf_accel_header, accel ) ) in pcf_get_accel()
1221 accel->noOverlap ? "yes" : "no", in pcf_get_accel()
1222 accel->constantMetrics ? "yes" : "no", in pcf_get_accel()
1223 accel->terminalFont ? "yes" : "no", in pcf_get_accel()
1224 accel->constantWidth ? "yes" : "no", in pcf_get_accel()
1225 accel->inkInside ? "yes" : "no", in pcf_get_accel()
1226 accel->inkMetrics ? "yes" : "no", in pcf_get_accel()
1227 accel->drawDirection ? "RTL" : "LTR", in pcf_get_accel()
[all …]
Dpcfdrivr.c439 PCF_Accel accel = &( (PCF_Face)size->face )->accel; in PCF_Size_Select() local
444 size->metrics.ascender = accel->fontAscent * 64; in PCF_Size_Select()
445 size->metrics.descender = -accel->fontDescent * 64; in PCF_Size_Select()
446 size->metrics.max_advance = accel->maxbounds.characterWidth * 64; in PCF_Size_Select()
473 if ( height == ( face->accel.fontAscent + in PCF_Size_Request()
474 face->accel.fontDescent ) ) in PCF_Size_Request()
563 ( face->accel.fontAscent + in PCF_Glyph_Load()
564 face->accel.fontDescent ) * 64 ); in PCF_Glyph_Load()
Dpcf.h150 PCF_AccelRec accel; member
/external/llvm/test/DebugInfo/X86/
Dcoff_debug_info_type.ll1 ; RUN: llc -mtriple=i686-pc-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
2 ; RUN: llc -mtriple=i686-pc-cygwin -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s
3 ; RUN: llc -mtriple=i686-w64-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck …
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dcoff_debug_info_type.ll1 ; RUN: llc -mtriple=i686-pc-mingw32 -accel-tables=Apple -filetype=asm -O0 < %s | FileCheck %s
2 ; RUN: llc -mtriple=i686-pc-cygwin -accel-tables=Apple -filetype=asm -O0 < %s | FileCheck %s
3 ; RUN: llc -mtriple=i686-w64-mingw32 -accel-tables=Apple -filetype=asm -O0 < %s | FileCheck %s
Ddebug-names-split-dwarf.ll5 ; RUN: -accel-tables=Dwarf -filetype=obj -o %t < %s
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
Dcontrol8 CRITERIA = 'Fails if sysfs accel interface is not present or data is invalid'
14 DEPENDENCIES = 'accel:cros-ec'
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1331 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_forward() argument
1338 if (accel.may_have (buffer->cur().codepoint) && in apply_forward()
1342 applied = accel.apply (c); in apply_forward()
1355 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_backward() argument
1361 if (accel.may_have (buffer->cur().codepoint) && in apply_backward()
1364 ret |= accel.apply (c); in apply_backward()
1378 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_string() argument
1395 ret = apply_forward (c, accel); in apply_string()
1411 apply_backward (c, accel); in apply_string()
1470 const OT::hb_ot_layout_lookup_accelerator_t &accel) in hb_ot_layout_substitute_lookup() argument
[all …]
Dhb-aat-layout-kerx-table.hh113 accelerator_t accel (*this, c); in apply() local
114 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream); in apply()
414 accelerator_t accel (*this, c); in apply() local
415 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream); in apply()
677 accelerator_t accel (*this, c); in apply() local
678 hb_kern_machine_t<accelerator_t> machine (accel, header.coverage & header.CrossStream); in apply()
Dhb-ot-cmap-table.hh332 accelerator_t accel (this); in get_glyph() local
333 return accel.get_glyph_func (&accel, codepoint, glyph); in get_glyph()
337 accelerator_t accel (this); in collect_unicodes() local
338 accel.collect_unicodes (out); in collect_unicodes()
/external/ppp/pppd/
DREADME.pppopptp5 accel-pptp plugin [1].
25 [1] http://accel-pptp.sourceforge.net/
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.h26 bool accel = false; member
Dlabel_image.cc115 interpreter->UseNNAPI(s->accel); in RunInference()
303 s.accel = strtol(optarg, nullptr, 10); // NOLINT(runtime/deprecated_fn) in Main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddebug-names-linkage-name.ll5 ; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=All -filetype=obj -o %t.All < %s
6 ; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=Abstract -filetype=obj -o %t.Abstract < …
Ddebug-names-empty-cu.ll2 ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
Daccel-table-hash-collisions.ll2 ; RUN: %llc_dwarf -accel-tables=Apple -filetype=obj -o - < %s \
54 source_filename = "test/DebugInfo/Generic/accel-table-hash-collisions.ll"
Ddebug-names-one-cu.ll2 ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
Ddebug-names-index-type.ll2 ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
Ddebug-names-empty-name.ll2 ; RUN: %llc_dwarf -debugger-tune=lldb -accel-tables=Dwarf -filetype=obj -o %t < %s
Ddebug-names-two-cu.ll2 ; RUN: %llc_dwarf -accel-tables=Dwarf -filetype=obj -o %t < %s
Ddebug-names-name-collisions.ll2 ; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=All -filetype=obj -o %t < %s
/external/autotest/test_suites/
Dcontrol.tablet_mode46 args_dict['suite_dependencies'] = 'accel:cros-ec'
/external/deqp/framework/platform/win32/
DtcuWGL.cpp306 static PixelFormatInfo::Acceleration translateAcceleration (int accel) in translateAcceleration() argument
308 switch (accel) in translateAcceleration()

12