Home
last modified time | relevance | path

Searched refs:sub (Results 601 - 625 of 1282) sorted by relevance

1...<<21222324252627282930>>...52

/third_party/gn/src/gn/
H A Dcommand_format.cc226 void InitializeSub(Printer* sub);
1204 void Printer::InitializeSub(Printer* sub) { in InitializeSub() argument
1205 sub->stack_ = stack_; in InitializeSub()
1206 sub->comments_ = comments_; in InitializeSub()
1207 sub->penalty_depth_ = penalty_depth_; in InitializeSub()
1208 sub->Print(std::string(CurrentColumn(), 'x')); in InitializeSub()
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp12 * distribute, sub license, and/or sell copies of the Software, and to
443 return sub(new(p->mem_ctx) ir_constant(1.0f), src); in emit_combine_source()
451 return sub(new(p->mem_ctx) ir_constant(1.0f), scalar); in emit_combine_source()
544 tmp1 = mul(src[1], sub(new(p->mem_ctx) ir_constant(1.0f), in emit_combine()
549 return sub(src[0], src[1]); in emit_combine()
571 return sub(mul(src[0], src[2]), src[1]); in emit_combine()
960 f = sub(new(p->mem_ctx) ir_constant(1.0f), f_var); in emit_fog_instructions()
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php1030 $sub = new Value(); variable
1031 $sub->setNumberValue(1.5);
1032 $arr[] = $sub;
1056 $sub = new Value(); variable
1057 $sub->setNumberValue(1.5);
1058 $map["a"] = $sub;
/third_party/alsa-lib/src/seq/
H A Dseq.c2923 * \param sub pointer to return the subscription information
2928 int snd_seq_get_port_subscription(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_get_port_subscription() argument
2930 assert(seq && sub); in snd_seq_get_port_subscription()
2931 return seq->ops->get_port_subscription(seq, sub); in snd_seq_get_port_subscription()
2937 * \param sub subscription information
2941 * The subscription information is stored in sub argument.
2946 int snd_seq_subscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_subscribe_port() argument
2948 assert(seq && sub); in snd_seq_subscribe_port()
2949 return seq->ops->subscribe_port(seq, sub); in snd_seq_subscribe_port()
2955 * \param sub subscriptio
2963 snd_seq_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) snd_seq_unsubscribe_port() argument
[all...]
/third_party/lwip/src/apps/http/
H A Dhttpd.c2156 const char *ext = NULL, *sub; local
2162 sub = uri;
2164 for (sub = strstr(sub, "."); sub != NULL; sub = strstr(sub, ".")) {
2165 ext = sub;
2166 sub++;
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc967 sub(esp, Immediate(kStackPageSize)); in CallRecordWriteStub()
970 sub(bytes_scratch, Immediate(kStackPageSize)); in CallRecordWriteStub()
976 sub(esp, bytes_scratch); in CallRecordWriteStub()
983 sub(esp, Immediate(kStackPageSize)); in CallRecordWriteStub()
988 sub(esp, Immediate(bytes)); in CallRecordWriteStub()
1240 sub(scratch, esp); in CallRecordWriteStub()
1272 sub(expected_parameter_count, actual_parameter_count); in CallRecordWriteStub()
1706 sub(operand, Immediate(value)); in CallRecordWriteStub()
2026 sub(dst, Immediate(pc)); in CallRecordWriteStub()
/third_party/python/Lib/idlelib/
H A Deditor.py1704 s = re.sub(r"-[a-z]\b", lambda m: m.group().upper(), s)
1706 s = re.sub(r"\b\w+\b", lambda m: keynames.get(m.group(), m.group()), s)
1708 s = re.sub("Key-", "", s)
1710 s = re.sub("Cancel", "Ctrl-Break", s) # dscherer@cmu.edu
1712 s = re.sub("Control-", "Ctrl-", s)
1714 s = re.sub("-", "+", s)
1716 s = re.sub("><", " ", s)
1718 s = re.sub("<", "", s)
1720 s = re.sub(">", "", s)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm435 sub code_temp, [frame + arg_last_dc_val] ;Z: code_temp -= last_dc_val;
561 sub size, 16 ; size -= 16;
562 sub free_bits, nbits ; if ((free_bits -= nbits) <= 0)
603 sub free_bits, nbits ; if ((free_bits -= nbits) <= 0)
624 sub nbits, t ; nbits -= t;
639 sub size, 16 ; size -= 16;
642 sub free_bits, nbits ; if ((free_bits -= nbits) <= 0)
675 sub free_bits, nbits ; if ((free_bits -= nbits) <= 0)
695 sub free_bits, nbits ; if ((free_bits -= nbits) <= 0)
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc300 sub(cond, scratch, base, sub_pc_offset); in MemOperandComputationHelper()
1084 // Add and sub are equivalent using an arithmetic negation: in Delegate()
1085 // add rd, rn, #imm <-> sub rd, rn, - #imm in Delegate()
1086 // Add and sub with carry are equivalent using a bitwise NOT: in Delegate()
1090 asmcb = &Assembler::sub; in Delegate()
1153 asmcb = &Assembler::sub; in Delegate()
1851 sub(cond, rn, rn, rm); in Delegate()
1880 sub(cond, scratch, rn, rm); in Delegate()
1905 sub(cond, rn, rn, rm); in Delegate()
2057 sub(con in Delegate()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dmlpdsp_armv5te.S331 sub ST2, ST3, AC0
526 sub INDEX, INDEX, #1<<7
531 sub INDEX, INDEX, #1<<7
600 sub v2, v2, #MAX_CHANNELS
/third_party/ffmpeg/tests/fate/
H A Dffmpeg.mak61 -ss 132 -i $(TARGET_SAMPLES)/sub/vobsub.idx \
69 -i $(TARGET_SAMPLES)/sub/vobsub.idx \
78 -i $(TARGET_SAMPLES)/sub/pgs_sub.sup \
110 -i "movie=$(TARGET_SAMPLES)/sub/Closedcaption_rollup.m2v[out0+subcc]"
H A Dmatroska.mak167 fate-matroska-pgs-remux: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy" "-copyts -c:s copy"
172 fate-matroska-pgs-remux-durations: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy -bsf pgs_frame_merge,setts=duration=if(gt(DURATION\,0)\,DURATION\,if(eq(PTS\,NOPTS)\,0\,if(eq(NEXT_PTS\,NOPTS)\,0\,NEXT_PTS-PTS))):pts=PTS" "-copyts -c:s copy"
182 fate-matroska-dvbsub-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/sub/dvbsubtest_filter.ts matroska "-map 0:s -map 0:s -t 20 -c copy -bsf:0 setts=duration=if(gt(DURATION\,0)\,DURATION\,if(eq(PTS\,NOPTS)\,0\,if(eq(NEXT_PTS\,NOPTS)\,0\,NEXT_PTS-PTS))):pts=PTS" "-map 0 -c copy"
193 fate-webm-webvtt-remux: CMD = transcode webvtt $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt webm "-map 0 -map 0 -map 0 -map 0 -c:s copy -disposition:0 original+descriptions+hearing_impaired -disposition:1 lyrics+default+metadata -disposition:2 comment+forced -disposition:3 karaoke+captions+dub" "-map 0:0 -map 0:1 -c copy" "-show_entries stream_disposition:stream=index,codec_name:packet=stream_index,pts:packet_side_data_list -show_data_hash CRC32"
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java1113 * @param sub If we find "delimiter" in "text", this substitution is used
1127 String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, in matchToDelimiter()
1131 // use "sub"'s doParse() method to match the text before the in matchToDelimiter()
1146 // match, and use "sub" to match that text in matchToDelimiter()
1150 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1188 // for "delimiter". Instead, just use "sub" to parse as much of in matchToDelimiter()
1191 else if (sub == null) { in matchToDelimiter()
1198 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
1204 // sub.doParse() on through to the caller in matchToDelimiter()
1126 matchToDelimiter(String text, int startPos, double baseVal, String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound, int nonNumericalExecutedRuleMask) matchToDelimiter() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java1114 * @param sub If we find "delimiter" in "text", this substitution is used
1128 String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, in matchToDelimiter()
1132 // use "sub"'s doParse() method to match the text before the in matchToDelimiter()
1147 // match, and use "sub" to match that text in matchToDelimiter()
1151 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound, in matchToDelimiter()
1189 // for "delimiter". Instead, just use "sub" to parse as much of in matchToDelimiter()
1192 else if (sub == null) { in matchToDelimiter()
1199 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound, in matchToDelimiter()
1205 // sub.doParse() on through to the caller in matchToDelimiter()
1127 matchToDelimiter(String text, int startPos, double baseVal, String delimiter, PluralFormat pluralFormatDelimiter, ParsePosition pp, NFSubstitution sub, double upperBound, int nonNumericalExecutedRuleMask) matchToDelimiter() argument
/third_party/libcoap/src/
H A Dcoap_debug.c1063 char sub[2]; in coap_string_tls_version() local
1095 sub[0] = ((tls_version->version >> 4) & 0xff) ? in coap_string_tls_version()
1097 sub[1] = '\000'; in coap_string_tls_version()
1118 (unsigned long)((tls_version->version >> 12) & 0xff), sub, beta, in coap_string_tls_version()
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c678 DBusMessageIter sub; in get_icon_name() local
708 dbus_message_iter_recurse(&args, &sub); in get_icon_name()
710 if (dbus_message_iter_get_arg_type(&sub) != DBUS_TYPE_STRING) { in get_icon_name()
715 dbus_message_iter_get_basic(&sub, &icon_name); in get_icon_name()
/third_party/python/Lib/
H A Dsmtplib.py173 return re.sub(r'(?m)^\.', '..',
174 re.sub(r'(?:\r\n|\n|\r(?!\n))', CRLF, data))
177 return re.sub(br'(?m)^\.', b'..', bindata)
180 return re.sub(r'(?:\r\n|\n|\r(?!\n))', CRLF, data)
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py289 re.sub(r'\W', '_', name),
502 content = issue_re.sub(r':issue:`\1`', content)
504 content = gh_issue_re.sub(r':gh:`\1`', content)
505 content = whatsnew_re.sub(r'\1', content)
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc62 COMPARE(dci(0x4b000021), "sub w1, w1, w0"); in TEST()
249 COMPARE(sub(w0, w1, Operand(0xff)), "sub w0, w1, #0xff (255)"); in TEST()
250 COMPARE(sub(x2, x3, Operand(0x3ff)), "sub x2, x3, #0x3ff (1023)"); in TEST()
251 COMPARE(sub(w4, w5, Operand(0xfff)), "sub w4, w5, #0xfff (4095)"); in TEST()
252 COMPARE(sub(x6, x7, Operand(0x1000)), "sub x6, x7, #0x1000 (4096)"); in TEST()
253 COMPARE(sub(w in TEST()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dencode.c147 const AVSubtitle *sub) in avcodec_encode_subtitle()
150 if (sub->start_display_time) { in avcodec_encode_subtitle()
155 ret = ffcodec(avctx->codec)->cb.encode_sub(avctx, buf, buf_size, sub); in avcodec_encode_subtitle()
146 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) avcodec_encode_subtitle() argument
H A Dmovtextdec.c475 static int mov_text_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in mov_text_decode_frame() argument
556 ret = ff_ass_add_rect(sub, buf.str, m->readorder++, 0, NULL, NULL); in mov_text_decode_frame()
560 *got_sub_ptr = sub->num_rects > 0; in mov_text_decode_frame()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c87 AVSubtitle sub; in subtitle_handler() local
88 int ret = avcodec_decode_subtitle2(avctx, &sub, got_sub_ptr, avpkt); in subtitle_handler()
90 avsubtitle_free(&sub); in subtitle_handler()
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp70 static diyfp sub(const diyfp& x, const diyfp& y) noexcept
608 std::uint64_t delta = diyfp::sub(M_plus, M_minus).f; // (significand of (M+ - M-), implicit exponent is e) in grisu2_digit_gen()
609 std::uint64_t dist = diyfp::sub(M_plus, w ).f; // (significand of (M+ - w ), implicit exponent is e) in grisu2_digit_gen()
/third_party/nghttp2/examples/
H A Dlibevent-server.c348 /* Returns nonzero if the string |s| ends with the substring |sub| */
349 static int ends_with(const char *s, const char *sub) { in ends_with() argument
351 size_t sublen = strlen(sub); in ends_with()
355 return memcmp(s + slen - sublen, sub, sublen) == 0; in ends_with()
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py162 def sub(self, s): function
715 manifest_buf = re.sub(pattern, "", manifest_buf)
717 manifest_buf = re.sub(pattern, "", manifest_buf)

Completed in 43 milliseconds

1...<<21222324252627282930>>...52