Searched defs:sub (Results 101 - 125 of 258) sorted by relevance

1234567891011

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DStringTools.c544 PyObject* sub = PySequence_GetItem(substr, i); local
545 if (unlikely(!sub)) return -1;
546 result = PyUnicode_Tailmatch(s, sub, start, end, direction);
547 Py_DECREF(sub);
638 PyObject* sub = PySequence_GetItem(substr, i); local
639 if (unlikely(!sub)) return -1;
640 result = __Pyx_PyBytes_SingleTailmatch(self, sub, start, end, direction);
641 Py_DECREF(sub);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c1545 CFF_SubFont sub = NULL; local
1550 /* sub-fonts, then load each of them separately */
1566 if ( FT_NEW_ARRAY( sub, fd_index.count ) )
1571 font->subfonts[idx] = sub + idx;
1576 sub = font->subfonts[idx];
1578 error = cff_subfont_load( sub, &fd_index, idx,
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py13 from re import findall, match, split, sub namespace
423 ks = sub('^combining_', 'dead_', ks)
476 line = sub(r"\/\*([^\*]*|[\*][^/])\*\/", "", line)
775 return sub('^U', '0x', arg)
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dpflow.c88 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) argument
94 pl_resetFontRuns(sub);
104 pl_addFontRun(sub, runFont, runLimit);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c183 * This function rewrites the writemask of sub and adjusts the swizzles
190 struct rc_pair_sub_instruction * sub,
193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
196 sub->WriteMask = rewrite_writemask(sub->WriteMask, conversion_swizzle);
203 sub->Arg[i].Swizzle =
204 rc_adjust_channels(sub->Arg[i].Swizzle,
226 struct rc_sub_instruction * sub = &inst->U.I; local
227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
228 sub
189 rc_pair_rewrite_writemask( struct rc_pair_sub_instruction * sub, unsigned int conversion_swizzle) argument
553 get_source_readmask( struct rc_pair_sub_instruction * sub, unsigned int source, unsigned int src_type) argument
[all...]
H A Dradeon_dataflow.c134 struct rc_pair_sub_instruction * sub,
139 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
144 src_type = rc_source_type_swz(sub->Arg[i].Swizzle);
149 if (sub->Arg[i].Source == RC_PAIR_PRESUB_SRC) {
167 cb(userdata, fullinst, &sub->Arg[i],
172 rc_pair_get_src(&fullinst->U.P, &sub->Arg[i]);
174 cb(userdata, fullinst, &sub->Arg[i], src);
132 pair_sub_for_all_args( struct rc_instruction * fullinst, struct rc_pair_sub_instruction * sub, rc_pair_read_arg_fn cb, void * userdata) argument
/external/chromium_org/third_party/re2/re2/
H A Dregexp.cc29 // Can't call Decref on the sub-Regexps here because
137 Regexp** subs = re->sub();
139 Regexp* sub = subs[i]; local
140 if (sub == NULL)
142 if (sub->ref_ == kMaxRef)
143 sub->Decref();
145 --sub->ref_;
146 if (sub->ref_ == 0 && !sub->QuickDestroy()) {
147 sub
182 Plus(Regexp* sub, ParseFlags flags) argument
191 Star(Regexp* sub, ParseFlags flags) argument
200 Quest(Regexp* sub, ParseFlags flags) argument
209 ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub, ParseFlags flags, bool can_factor) argument
254 Concat(Regexp** sub, int nsub, ParseFlags flags) argument
258 Alternate(Regexp** sub, int nsub, ParseFlags flags) argument
262 AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) argument
266 Capture(Regexp* sub, ParseFlags flags, int cap) argument
274 Repeat(Regexp* sub, ParseFlags flags, int min, int max) argument
630 Regexp** sub = this->sub(); local
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.cpp381 Cubic sub; local
382 sub_divide(cubic, startT, endT, sub);
383 _Point topPt = sub[0];
384 if (topPt.y > sub[3].y || (topPt.y == sub[3].y && topPt.x > sub[3].x)) {
385 topPt = sub[3];
388 if (!monotonic_in_y(sub)) {
389 int roots = findExtrema(sub[0].y, sub[
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dnb_celp.c255 int i, sub, roots; local
542 /* Transmit the sub-mode we use for this frame */
646 /* Loop on sub-frames */
647 for (sub=0;sub<st->nbSubframes;sub++)
656 offset = st->subframeSize*sub;
663 lsp_interpolate(st->old_lsp, lsp, interp_lsp, st->lpcSize, sub, st->nbSubframes);
664 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
683 st->pi_gain[sub]
1086 int i, sub; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... public org.osgi.util.measurement.Measurement sub (org.osgi.util.measurement.Measurement) org ...
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h273 struct sub { template<typename Dst, typename Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() -= src; } }; struct in class:Eigen::GeneralProduct
294 internal::outer_product_selector_run(*this, dest, sub(), IsRowMajor<Dest>());
/external/freetype/src/cff/
H A Dcffload.c1552 CFF_SubFont sub = NULL; local
1557 /* sub-fonts, then load each of them separately */
1573 if ( FT_NEW_ARRAY( sub, fd_index.count ) )
1578 font->subfonts[idx] = sub + idx;
1583 sub = font->subfonts[idx];
1585 error = cff_subfont_load( sub, &fd_index, idx,
/external/icu/icu4c/source/samples/layout/
H A Dpflow.c88 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) argument
94 pl_resetFontRuns(sub);
104 pl_addFontRun(sub, runFont, runLimit);
/external/libxml2/
H A Ddict.c573 * @sub: an existing dictionnary
576 * dictionnary @sub. On lookup, strings are first searched in the
577 * new dictionnary, then in @sub, and if not found are created in the
583 xmlDictCreateSub(xmlDictPtr sub) { argument
586 if ((dict != NULL) && (sub != NULL)) {
590 dict->seed = sub->seed;
591 dict->subdict = sub;
/external/lldb/source/Core/
H A DArchSpec.cpp111 uint32_t sub; member in struct:ArchDefinitionEntry
290 FindArchDefinitionEntry (const ArchDefinition *def, uint32_t cpu, uint32_t sub) argument
299 if (entries[i].sub == (sub & entries[i].sub_mask))
429 return arch_def->sub;
510 uint32_t sub = (uint32_t)::strtoul (end + 1, &end, 0); local
513 if (arch.SetArchitecture (eArchTypeMachO, cpu, sub))
656 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) argument
663 const ArchDefinitionEntry *arch_def_entry = FindArchDefinitionEntry (arch_def, cpu, sub);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1110 uint32_t sub = 0; local
1131 sub = Args::StringToUInt32 (value.c_str(), 0, 0);
1132 if (sub != 0)
1228 m_host_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
1822 uint32_t sub = 0;
1841 sub = Args::StringToUInt32 (value.c_str(), 0, 16);
1842 if (sub != 0)
1878 m_process_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c183 * This function rewrites the writemask of sub and adjusts the swizzles
190 struct rc_pair_sub_instruction * sub,
193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
196 sub->WriteMask = rewrite_writemask(sub->WriteMask, conversion_swizzle);
203 sub->Arg[i].Swizzle =
204 rc_adjust_channels(sub->Arg[i].Swizzle,
226 struct rc_sub_instruction * sub = &inst->U.I; local
227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
228 sub
189 rc_pair_rewrite_writemask( struct rc_pair_sub_instruction * sub, unsigned int conversion_swizzle) argument
553 get_source_readmask( struct rc_pair_sub_instruction * sub, unsigned int source, unsigned int src_type) argument
[all...]
H A Dradeon_dataflow.c134 struct rc_pair_sub_instruction * sub,
139 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
144 src_type = rc_source_type_swz(sub->Arg[i].Swizzle);
149 if (sub->Arg[i].Source == RC_PAIR_PRESUB_SRC) {
167 cb(userdata, fullinst, &sub->Arg[i],
172 rc_pair_get_src(&fullinst->U.P, &sub->Arg[i]);
174 cb(userdata, fullinst, &sub->Arg[i], src);
132 pair_sub_for_all_args( struct rc_instruction * fullinst, struct rc_pair_sub_instruction * sub, rc_pair_read_arg_fn cb, void * userdata) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c1545 CFF_SubFont sub = NULL; local
1550 /* sub-fonts, then load each of them separately */
1566 if ( FT_NEW_ARRAY( sub, fd_index.count ) )
1571 font->subfonts[idx] = sub + idx;
1576 sub = font->subfonts[idx];
1578 error = cff_subfont_load( sub, &fd_index, idx,
/external/pixman/pixman/
H A Dpixman-arm-simd-asm.h199 PF sub, SCRATCH, SCRATCH, #1 /* so now ranges are -16..-1 / 0..31 / 32..63 */
282 PF sub, WK1, WK1, #1 variable
292 PF sub, WK1, WK1, #1 variable
309 sub&cond X, X, #8*numbytes/dst_w_bpp
350 sub&cond1 X, X, #8*numbytes1/dst_w_bpp
351 sub&cond2 X, X, #8*numbytes2/dst_w_bpp
689 sub sp, sp, #9*4
704 sub Y, Y, #1
710 sub STRIDE_D, STRIDE_D, X, lsl #dst_bpp_shift
713 sub STRIDE_
[all...]
/external/regex-re2/re2/
H A Dregexp.cc29 // Can't call Decref on the sub-Regexps here because
137 Regexp** subs = re->sub();
139 Regexp* sub = subs[i]; local
140 if (sub == NULL)
142 if (sub->ref_ == kMaxRef)
143 sub->Decref();
145 --sub->ref_;
146 if (sub->ref_ == 0 && !sub->QuickDestroy()) {
147 sub
182 Plus(Regexp* sub, ParseFlags flags) argument
191 Star(Regexp* sub, ParseFlags flags) argument
200 Quest(Regexp* sub, ParseFlags flags) argument
209 ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub, ParseFlags flags, bool can_factor) argument
254 Concat(Regexp** sub, int nsub, ParseFlags flags) argument
258 Alternate(Regexp** sub, int nsub, ParseFlags flags) argument
262 AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) argument
266 Capture(Regexp* sub, ParseFlags flags, int cap) argument
274 Repeat(Regexp* sub, ParseFlags flags, int min, int max) argument
630 Regexp** sub = this->sub(); local
[all...]
/external/skia/experimental/Intersection/
H A DCubicUtilities.cpp381 Cubic sub; local
382 sub_divide(cubic, startT, endT, sub);
383 _Point topPt = sub[0];
384 if (topPt.y > sub[3].y || (topPt.y == sub[3].y && topPt.x > sub[3].x)) {
385 topPt = sub[3];
388 if (!monotonic_in_y(sub)) {
389 int roots = findExtrema(sub[0].y, sub[
[all...]
/external/speex/libspeex/
H A Dnb_celp.c255 int i, sub, roots; local
542 /* Transmit the sub-mode we use for this frame */
646 /* Loop on sub-frames */
647 for (sub=0;sub<st->nbSubframes;sub++)
656 offset = st->subframeSize*sub;
663 lsp_interpolate(st->old_lsp, lsp, interp_lsp, st->lpcSize, sub, st->nbSubframes);
664 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
683 st->pi_gain[sub]
1086 int i, sub; local
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc286 struct v4l2_event_subscription sub; local
287 memset(&sub, 0, sizeof(sub));
288 sub.type = V4L2_EVENT_RESOLUTION_CHANGE;
289 IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_SUBSCRIBE_EVENT, &sub);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c234 /* keys 6 USHORT[256] sub-header keys */
235 /* subs 518 SUBHEAD[NSUBS] sub-headers array */
238 /* The `keys' table is used to map charcode high-bytes to sub-headers. */
239 /* The value of `NSUBS' is the number of sub-headers defined in the */
243 /* table, i.e., it is the corresponding sub-header index multiplied */
246 /* Each sub-header has the following format: */
255 /* A sub-header defines, for each high-byte, the range of valid */
260 /* If a character code is contained within a given sub-header, then */
286 FT_Byte* subs; /* sub-headers */
295 /* parse keys to compute sub
391 FT_Byte* sub; local
[all...]

Completed in 561 milliseconds

1234567891011