/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_ssim.asm | 157 sub wd, mmsize/8 226 sub wd, 4
|
H A D | vf_stereo3d.asm | 208 sub od, 4 214 sub heightd, 1
|
/third_party/alsa-lib/src/pcm/ |
H A D | interval.c | 81 static inline unsigned int sub(unsigned int a, unsigned int b) in sub() function 264 c->min = sub(a->min, b->max); in snd_interval_sub()
|
/third_party/FreeBSD/sys/arm/arm/ |
H A D | in_cksum_arm.S | 299 sub r1, r1, r3 329 sub r1, r1, #0x04
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utf8.h | 381 #define U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, sub) UPRV_BLOCK_MACRO_BEGIN { \ 404 (c)=(sub); /* ill-formed*/ \
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_wrapper_generator.py | 333 filename = re.sub(r'.*include[\\/]', r'', filename) 334 return re.sub(r'[^0-9A-Za-z]', r'_', filename, re.A).upper()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittptmark32.S | 740 sub (%ecx), %eax 743 sub 12(%esp), %eax // threshold
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utf8.h | 381 #define U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, sub) UPRV_BLOCK_MACRO_BEGIN { \ 404 (c)=(sub); /* ill-formed*/ \
|
/third_party/node/deps/v8/ |
H A D | PRESUBMIT.py | 264 x = input_api.re.sub(leading_src_pattern, 'v8_', path) 265 x = input_api.re.sub(dash_dot_slash_pattern, '_', x)
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_datasource.cc | 169 for (auto const &sub : group.subgroups) { in add_group() 172 add_group(desc, sub, prefix + "." + group.name, gpu_num); in add_group()
|
/third_party/python/Include/internal/ |
H A D | pycore_code.h | 245 extern int _Py_Specialize_BinarySubscr(PyObject *sub, PyObject *container, _Py_CODEUNIT *instr); 246 extern int _Py_Specialize_StoreSubscr(PyObject *container, PyObject *sub, _Py_CODEUNIT *instr);
|
/third_party/python/Lib/ |
H A D | _strptime.py | 246 # The sub() call escapes all characters that might be misconstrued 250 format = regex_chars.sub(r"\\\1", format) 252 format = whitespace_replacement.sub(r'\\s+', format)
|
H A D | gettext.py | 125 sub, nexttok = _parse(tokens) 126 result = '%s(%s)' % (result, sub)
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 47 sub(/^.*PNG_DEFN_MAGIC-/, "")
48 sub(/ *-PNG_DEFN_END.*$$/, "")
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utf8.h | 381 #define U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, sub) UPRV_BLOCK_MACRO_BEGIN { \ 404 (c)=(sub); /* ill-formed*/ \
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 351 return macro_arg_ref_re.sub(_lookupArg, macro.body) 358 return macro_ref_re.sub(_resolveMacro, text)
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 141 def sub(self, s): member in MacroExpander 607 return self.__macros.sub(d[path]).split(";")
|
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 244 value = re.sub('([a-z0-9])([A-Z])', r'\1_\2', typename) 248 return re.sub('VK_', 'VK_STRUCTURE_TYPE_', value)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/chacha/ |
H A D | chacha-armv8.S | 45 sub sp,sp,#64 81 sub x4,x4,#1 255 sub x0,x0,#1 328 sub sp,sp,#64 387 sub x4,x4,#1 802 sub x2,x2,#64 816 sub x2,x2,#64 832 sub x2,x2,#64 850 sub x2,x2,#64 855 sub x [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/chacha/ |
H A D | chacha-armv8.S | 45 sub sp,sp,#64 81 sub x4,x4,#1 255 sub x0,x0,#1 328 sub sp,sp,#64 387 sub x4,x4,#1 802 sub x2,x2,#64 816 sub x2,x2,#64 832 sub x2,x2,#64 850 sub x2,x2,#64 855 sub x [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/chacha/ |
H A D | chacha-armv8.S | 45 sub sp,sp,#64 81 sub x4,x4,#1 255 sub x0,x0,#1 328 sub sp,sp,#64 387 sub x4,x4,#1 802 sub x2,x2,#64 816 sub x2,x2,#64 832 sub x2,x2,#64 850 sub x2,x2,#64 855 sub x [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 1741 // turn "sub" into "add neg" (do we really want this ?) in visit() 1833 Instruction *sub = abs->getSrc(0)->getInsn(); in handleABS() local 1835 if (!sub || in handleABS() 1839 ty = intTypeToSigned(sub->dType); in handleABS() 1843 if ((sub->op != OP_ADD && sub->op != OP_SUB) || in handleABS() 1844 sub->src(0).getFile() != FILE_GPR || sub->src(0).mod || in handleABS() 1845 sub->src(1).getFile() != FILE_GPR || sub in handleABS() [all...] |
H A D | nv50_ir_from_tgsi.cpp | 1717 BindArgumentsPass(Converter &conv) : conv(conv), sub(NULL) { } in BindArgumentsPass() 1721 Subroutine *sub; member in __anon9287::Converter::BindArgumentsPass 2095 sub.cur->values, idx, swz, shiftAddress(ptr)); 2123 return getArrayForFile(f, idx2d)-> acquire(sub.cur->values, idx, c); in acquireDst() 2185 getArrayForFile(f, idx2d)->store(sub.cur->values, idx, c, ptr, val); in storeDst() 3727 sub.cur = s; in handleInstruction() 3735 sub.cur = getSubroutine(prog->main); in handleInstruction() 3736 setPosition(BasicBlock::get(sub.cur->f->cfg.getRoot()), true); in handleInstruction() 4228 if (!oData.exists(sub.cur->values, i, c)) in exportOutputs() 4230 Value *val = oData.load(sub in exportOutputs() [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/chacha/ |
H A D | chacha-armv8.S | 45 sub sp,sp,#64 81 sub x4,x4,#1 255 sub x0,x0,#1 328 sub sp,sp,#64 387 sub x4,x4,#1 802 sub x2,x2,#64 816 sub x2,x2,#64 832 sub x2,x2,#64 850 sub x2,x2,#64 855 sub x [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ustrtest.cpp | 2294 UnicodeString sub = str.tempSubString(1, 2); in TestUnicodeStringInsertAppendToSelf() local 2295 str.append(sub); in TestUnicodeStringInsertAppendToSelf() 2300 sub = str.tempSubString(1, 2); in TestUnicodeStringInsertAppendToSelf() 2301 str.append(sub); in TestUnicodeStringInsertAppendToSelf() 2320 sub = str.tempSubString(1, 3); in TestUnicodeStringInsertAppendToSelf() 2321 str.insert(2, sub); in TestUnicodeStringInsertAppendToSelf() 2326 sub = str.tempSubString(1, 3); in TestUnicodeStringInsertAppendToSelf() 2327 str.insert(2, sub); in TestUnicodeStringInsertAppendToSelf()
|