Searched defs:sub (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/external/boringssl/win-x86_64/crypto/fipsmodule/
H A Dx86_64-mont.asm69 sub r11,r10
227 jmp NEAR $L$sub
229 $L$sub:
235 jnz NEAR $L$sub
251 sub r15,1
316 sub r11,r10
640 sub rax,QWORD[rcx]
771 sub r11,rsi
775 sub rbp,r11
783 sub r1
[all...]
H A Dx86_64-mont5.asm64 sub r11,r10
411 jmp NEAR $L$sub
413 $L$sub:
419 jnz NEAR $L$sub
435 sub r15,1
512 sub r11,rdi
516 sub rbp,r11
524 sub r11,r10
527 sub rbp,r11
531 sub r1
[all...]
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp518 void sub (size_t bits, deUint32 value);
533 void Rank::sub (size_t bits, deUint32 value) function in class:tcu::lnx::x11::glx::Rank
591 rank.sub(5, visual.getAttrib(GLX_SAMPLES));
/external/eigen/Eigen/src/Core/
H A DProductEvaluators.h305 struct sub { template<typename Dst, typename Src> void operator()(const Dst& dst, const Src& src) const { dst.const_cast_derived() -= src; } }; struct in struct:Eigen::internal::generic_product_impl
329 internal::outer_product_selector_run(dst, lhs, rhs, sub(), is_row_major<Dst>());
/external/fio/
H A Dparse.c1095 unsigned int sub = p[j - 1]; local
1099 sub++;
1101 pmin = min(q[j - 1] + 1, sub);
/external/freetype/src/cff/
H A Dcffload.c2372 CFF_SubFont sub = NULL; local
2386 /* sub-fonts, then load each of them separately */
2404 if ( FT_NEW_ARRAY( sub, fd_index.count ) )
2409 font->subfonts[idx] = sub + idx;
2414 sub = font->subfonts[idx];
2416 error = cff_subfont_load( sub,
/external/freetype/src/psaux/
H A Dcffdecode.c1685 FT_TRACE4(( " sub\n" ));
2319 CFF_SubFont sub = &cff->top_font; local
2341 sub = cff->subfonts[fd_index];
2354 decoder->num_locals = sub->local_subrs_index.count;
2355 decoder->locals = sub->local_subrs;
2360 decoder->glyph_width = sub->private_dict.default_width;
2361 decoder->nominal_width = sub->private_dict.nominal_width;
2363 decoder->current_subfont = sub;
/external/freetype/src/sfnt/
H A Dttcmap.c251 /* keys 6 USHORT[256] sub-header keys */
252 /* subs 518 SUBHEAD[NSUBS] sub-headers array */
255 /* The `keys' table is used to map charcode high-bytes to sub-headers. */
256 /* The value of `NSUBS' is the number of sub-headers defined in the */
260 /* table, i.e., it is the corresponding sub-header index multiplied */
263 /* Each sub-header has the following format. */
272 /* A sub-header defines, for each high-byte, the range of valid */
277 /* If a character code is contained within a given sub-header, then */
304 FT_Byte* subs; /* sub-headers */
319 /* parse keys to compute sub
417 FT_Byte* sub; local
[all...]
/external/icu/icu4c/source/common/
H A Dustring.cpp57 const UChar *sub, int32_t subLength) {
61 if(sub==NULL || subLength<-1) {
72 if((cs=*sub++)==0) {
75 if(*sub==0 && !U16_IS_SURROGATE(cs)) {
84 q=sub;
110 subLength=u_strlen(sub);
116 /* get sub[0] to search for it fast */
117 cs=*sub++;
119 subLimit=sub+subLength;
132 q=sub;
56 u_strFindFirst(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
287 u_strFindLast(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
[all...]
/external/libxml2/
H A Dxpointer.c1103 * - A scheme that does not locate any sub-resource present in the resource
1110 * for the XPointer as a whole is a sub-resource error.
1157 * a sub-resource error, clean-up the stack
1452 /* single sub text node selection */
2425 int sub = len - pos; local
2426 match = (!xmlStrncmp(&cur->content[pos], string, sub));
2431 sub, pos + 1);
2435 string = &string[sub];
2436 stringlen -= sub;
/external/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp174 foreach_in_list(s_list, sub, &list->subexpressions) {
175 if (!sub->is_list())
178 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head());
182 ir_function *f = read_function(sub, true);
320 foreach_in_list(s_expression, sub, &list->subexpressions) {
321 ir_instruction *ir = read_instruction(sub, loop_ctx);
761 s_expression *sub; local
763 s_pattern pat[] = { "swiz", swiz, sub };
774 ir_rvalue *rvalue = read_rvalue(sub);
H A Dlower_ubo_reference.cpp763 ir_expression *sub = new(mem_ctx) local
766 ir_expression(ir_binop_div, sub,
/external/mesa3d/src/gallium/state_trackers/va/
H A Dsurface.c11 * distribute, sub license, and/or sell copies of the Software, and to
187 vlVaSubpicture *sub; local
201 sub = ((vlVaSubpicture **)surf->subpics.data)[i];
202 if (!sub)
205 buf = handle_table_get(drv->htab, sub->image->buf);
212 box.width = sub->dst_rect.x1 - sub->dst_rect.x0;
213 box.height = sub->dst_rect.y1 - sub->dst_rect.y0;
216 s = &sub
[all...]
/external/mksh/src/
H A Dexec.c71 /* run in sub-process */
1584 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) argument
1599 } else if (sub) {
1604 if (yylex(sub) != LWORD)
/external/python/cpython3/Modules/
H A Dreadline.c939 PyObject *sub, *m=NULL, *s=NULL, *r=NULL; local
953 sub = decode(matches[0]);
955 "NNi", sub, m, max_length);
/external/selinux/libselinux/src/
H A Dlabel_file.c607 struct selabel_sub *list = NULL, *sub = NULL; local
644 sub = malloc(sizeof(*sub));
645 if (! sub)
647 memset(sub, 0, sizeof(*sub));
649 sub->src=strdup(src);
650 if (! sub->src)
653 sub->dst=strdup(dst);
654 if (! sub
908 char *sub = NULL; local
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_tree.c1317 struct cil_list_item *sub; local
1319 cil_list_for_each(sub, (struct cil_list*)sens->data) {
1320 cil_log(CIL_INFO, " %s", (char*)sub->data);
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp230 size_t sub = 0; local
233 sub = static_cast<size_t>(*t - '0');
235 sub = static_cast<size_t>(*t - 'A') + 10;
237 sub *= 36;
239 sub += static_cast<size_t>(*t - '0');
241 sub += static_cast<size_t>(*t - 'A') + 10;
245 ++sub;
246 if (sub < db.subs.size()) {
247 for (const auto &n : db.subs[sub])
476 size_t sub local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion_test.cc579 // sub-computation:
624 // Builds a While instruction using 'condition' and 'body' sub-computations.
729 auto sub = xla_while->parent()->AddInstruction(HloInstruction::CreateBinary( local
735 HloInstruction::CreateTuple({gte0, sub}));
H A Dhlo_dataflow_analysis_test.cc318 auto sub = builder.AddInstruction(HloInstruction::CreateBinary( local
335 EXPECT_TRUE(analysis.ValueIsDefinedAt(sub));
345 UnorderedElementsAre(HloUse{sub, 0, {}}, HloUse{sub, 1, {}}));
348 EXPECT_TRUE(analysis.GetValueDefinedAt(sub).live_out_of_module());
1652 auto sub = false_builder.AddInstruction(HloInstruction::CreateBinary( local
1678 EXPECT_TRUE(analysis.ValueIsDefinedAt(sub));
1705 HloUse{add, 0, {}}, HloUse{sub, 0, {}}));
1709 HloUse{add, 1, {}}, HloUse{sub, 1, {}}));
1720 analysis.GetValueDefinedAt(sub)));
[all...]
H A Dhlo_instruction_test.cc792 // sub = Sub(mul, clamp)
793 // tuple = Tuple({sub, sub, mul, C1})
812 auto sub = builder.AddInstruction( local
815 builder.AddInstruction(HloInstruction::CreateTuple({sub, sub, mul, c1}));
820 {tuple, sub, mul, exp, clamp, add}, HloInstruction::FusionKind::kLoop);
1039 // sub
1042 // to sub contains only elementwise operations. It is not elementwise on `y`
1043 // because the path y->broadcast->sub i
1056 HloInstruction* sub = builder.AddInstruction(HloInstruction::CreateBinary( local
1165 auto sub = builder.AddInstruction(HloInstruction::CreateBinary( local
[all...]
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
H A Dcore.py414 return sub(self, other)
417 return sub(other, self)
636 axis names to sub-selections.
649 # We're not sub-selecting this axis, so use the full slice.
658 # We sub-select this axis's index with the slice s.
1177 sub = define_binary_op('sub', math_ops.subtract) variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dlayout_optimizer_test.cc337 auto sub = ops::Sub(s.WithOpName("sub"), scalar_sub, i2); local
338 auto i3 = ops::Identity(s.WithOpName("i3"), sub);
/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops.h704 // sub(x, y) = x - y
720 struct sub : base<T, Eigen::internal::scalar_difference_op<T>> { struct in namespace:tensorflow::functor
/external/v4l2_codec2/vda/
H A Dv4l2_video_decode_accelerator.cc236 struct v4l2_event_subscription sub; local
237 memset(&sub, 0, sizeof(sub));
238 sub.type = V4L2_EVENT_SOURCE_CHANGE;
239 IOCTL_OR_ERROR_RETURN(VIDIOC_SUBSCRIBE_EVENT, &sub);

Completed in 650 milliseconds

1234567891011>>